Uses of Class
com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentAnalysisFeature in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeBatchResultOperation,
AnalyzeBatchResult> DocumentIntelligenceAsyncClient.beginAnalyzeBatchDocuments
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeBatchDocumentsRequest analyzeBatchRequest) Analyzes batch documents with document model.com.azure.core.util.polling.SyncPoller<AnalyzeBatchResultOperation,
AnalyzeBatchResult> DocumentIntelligenceClient.beginAnalyzeBatchDocuments
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeBatchDocumentsRequest analyzeBatchRequest) Analyzes batch documents with document model.com.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceAsyncClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model. -
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 TypeMethodDescriptionDocumentTypeDetails.getFeatures()
Get the features property: List of optional analysis features.static Collection<DocumentAnalysisFeature>
DocumentAnalysisFeature.values()
Gets known DocumentAnalysisFeature values.Modifier and TypeMethodDescriptionDocumentTypeDetails.setFeatures
(List<DocumentAnalysisFeature> features) Set the features property: List of optional analysis features.