Uses of Class
com.oracle.bmc.aidocument.model.DocumentFeature
-
Packages that use DocumentFeature Package Description com.oracle.bmc.aidocument.model -
-
Uses of DocumentFeature in com.oracle.bmc.aidocument.model
Subclasses of DocumentFeature in com.oracle.bmc.aidocument.model Modifier and Type Class Description class
DocumentClassificationFeature
Identifying the document type.class
DocumentKeyValueExtractionFeature
Extracting form fields.class
DocumentLanguageClassificationFeature
Detecting the language of the document.class
DocumentTableExtractionFeature
Detecting and extracting data in tables.class
DocumentTextExtractionFeature
Text recognition
Note: Objects should always be created or deserialized using theDocumentTextExtractionFeature.Builder
.Methods in com.oracle.bmc.aidocument.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>
GeneralProcessorConfig. getFeatures()
The types of document analysis requested.Method parameters in com.oracle.bmc.aidocument.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.GeneralProcessorConfig.Builder
GeneralProcessorConfig.Builder. features(List<DocumentFeature> features)
The types of document analysis requested.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentFeature Constructor Description AnalyzeDocumentDetails(List<DocumentFeature> features, DocumentDetails document, String compartmentId, OutputLocation outputLocation, String language, DocumentType documentType, AnalyzeDocumentResult ocrData)
Deprecated.GeneralProcessorConfig(DocumentType documentType, List<DocumentFeature> features, Boolean isZipOutputEnabled, String language)
Deprecated.
-