Uses of Class
com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentAnalysisFeature in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentAnalysisFeature
DocumentAnalysisFeature.BARCODES
Enable the detection of barcodes in the document.static final DocumentAnalysisFeature
DocumentAnalysisFeature.FORMULAS
Enable the detection of mathematical expressions in the document.static final DocumentAnalysisFeature
DocumentAnalysisFeature.KEY_VALUE_PAIRS
Enable the detection of general key value pairs (form fields) in the document.static final DocumentAnalysisFeature
DocumentAnalysisFeature.LANGUAGES
Enable the detection of the text content language.static final DocumentAnalysisFeature
DocumentAnalysisFeature.OCR_HIGH_RESOLUTION
Perform OCR at a higher resolution to handle documents with fine print.static final DocumentAnalysisFeature
DocumentAnalysisFeature.QUERY_FIELDS
Enable the extraction of additional fields via the queryFields query parameter.static final DocumentAnalysisFeature
DocumentAnalysisFeature.STYLE_FONT
Enable the recognition of various font styles.Modifier and TypeMethodDescriptionstatic DocumentAnalysisFeature
DocumentAnalysisFeature.fromString
(String name) Creates or finds a DocumentAnalysisFeature from its string representation.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.getDocumentAnalysisFeatures()
Get the list of optional analysis features.AnalyzeDocumentOptions.getDocumentAnalysisFeatures()
Get the list of optional analysis features.DocumentTypeDetails.getFeatures()
Get the features property: List of optional analysis features.static Collection
<DocumentAnalysisFeature> DocumentAnalysisFeature.values()
Gets known DocumentAnalysisFeature values.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setDocumentAnalysisFeatures
(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.AnalyzeDocumentOptions.setDocumentAnalysisFeatures
(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setDocumentAnalysisFeatures
(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.AnalyzeDocumentOptions.setDocumentAnalysisFeatures
(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.DocumentTypeDetails.setFeatures
(List<DocumentAnalysisFeature> features) Set the features property: List of optional analysis features.