Uses of Class
com.oracle.bmc.aivision.model.DocumentFeature
-
Packages that use DocumentFeature Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentFeature in com.oracle.bmc.aivision.model
Subclasses of DocumentFeature in com.oracle.bmc.aivision.model Modifier and Type Class 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 theDocumentTextDetectionFeature.Builder
.Methods in com.oracle.bmc.aivision.model that return types with arguments of type DocumentFeature Modifier and Type Method Description List<DocumentFeature>
AnalyzeDocumentDetails. getFeatures()
The types of document analysis requested.List<DocumentFeature>
CreateDocumentJobDetails. getFeatures()
The list of requested document analysis types.List<DocumentFeature>
DocumentJob. getFeatures()
The list of requested document analysis types.Method parameters in com.oracle.bmc.aivision.model with type arguments of type DocumentFeature Modifier and Type Method Description AnalyzeDocumentDetails.Builder
AnalyzeDocumentDetails.Builder. features(List<DocumentFeature> features)
The types of document analysis requested.CreateDocumentJobDetails.Builder
CreateDocumentJobDetails.Builder. features(List<DocumentFeature> features)
The list of requested document analysis types.DocumentJob.Builder
DocumentJob.Builder. features(List<DocumentFeature> features)
The list of requested document analysis types.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type DocumentFeature Constructor 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.
-