Uses of Class
com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Packages that use DocumentAnalysisFeature
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentAnalysisFeature in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentAnalysisFeatureModifier and TypeFieldDescriptionstatic final DocumentAnalysisFeatureDocumentAnalysisFeature.BARCODESEnable the detection of barcodes in the document.static final DocumentAnalysisFeatureDocumentAnalysisFeature.FORMULASEnable the detection of mathematical expressions in the document.static final DocumentAnalysisFeatureDocumentAnalysisFeature.KEY_VALUE_PAIRSEnable the detection of general key value pairs (form fields) in the document.static final DocumentAnalysisFeatureDocumentAnalysisFeature.LANGUAGESEnable the detection of the text content language.static final DocumentAnalysisFeatureDocumentAnalysisFeature.OCR_HIGH_RESOLUTIONPerform OCR at a higher resolution to handle documents with fine print.static final DocumentAnalysisFeatureDocumentAnalysisFeature.QUERY_FIELDSEnable the extraction of additional fields via the queryFields query parameter.static final DocumentAnalysisFeatureDocumentAnalysisFeature.STYLE_FONTEnable the recognition of various font styles.Methods in com.azure.ai.documentintelligence.models that return DocumentAnalysisFeatureModifier and TypeMethodDescriptionstatic DocumentAnalysisFeatureDocumentAnalysisFeature.fromString(String name) Creates or finds a DocumentAnalysisFeature from its string representation.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentAnalysisFeatureModifier 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.Methods in com.azure.ai.documentintelligence.models with parameters of type DocumentAnalysisFeatureModifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setDocumentAnalysisFeatures(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.AnalyzeDocumentOptions.setDocumentAnalysisFeatures(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.Method parameters in com.azure.ai.documentintelligence.models with type arguments of type DocumentAnalysisFeatureModifier 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.