Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Class and Description |
---|---|
class |
DocumentClassificationFeature
Identifying the document type.
|
class |
DocumentKeyValueDetectionFeature
Extracting form fields.
|
class |
DocumentLanguageClassificationFeature
Detecting the language of the document.
|
class |
DocumentTableDetectionFeature
Detecting and extracting data in tables.
|
class |
DocumentTextDetectionFeature
Text recognition
Note: Objects should always be created or deserialized using the DocumentTextDetectionFeature.Builder . |
Modifier and Type | Method and Description |
---|---|
List<DocumentFeature> |
CreateDocumentJobDetails.getFeatures()
The list of requested document analysis types.
|
List<DocumentFeature> |
AnalyzeDocumentDetails.getFeatures()
The types of document analysis requested.
|
List<DocumentFeature> |
DocumentJob.getFeatures()
The list of requested document analysis types.
|
Modifier and Type | Method and Description |
---|---|
CreateDocumentJobDetails.Builder |
CreateDocumentJobDetails.Builder.features(List<DocumentFeature> features)
The list of requested document analysis types.
|
AnalyzeDocumentDetails.Builder |
AnalyzeDocumentDetails.Builder.features(List<DocumentFeature> features)
The types of document analysis requested.
|
DocumentJob.Builder |
DocumentJob.Builder.features(List<DocumentFeature> features)
The list of requested document analysis types.
|
Constructor and Description |
---|
AnalyzeDocumentDetails(List<DocumentFeature> features,
DocumentDetails document,
String compartmentId,
OutputLocation outputLocation,
DocumentLanguage language,
DocumentType documentType)
Deprecated.
|
CreateDocumentJobDetails(InputLocation inputLocation,
List<DocumentFeature> features,
OutputLocation outputLocation,
String compartmentId,
String displayName,
DocumentLanguage language,
DocumentType documentType,
Boolean isZipOutputEnabled)
Deprecated.
|
DocumentJob(String id,
String compartmentId,
String displayName,
List<DocumentFeature> features,
DocumentLanguage language,
DocumentType documentType,
InputLocation inputLocation,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete,
OutputLocation outputLocation,
DocumentJob.LifecycleState lifecycleState,
Boolean isZipOutputEnabled,
DocumentJob.LifecycleDetails lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.