Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisFeature
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentAnalysisFeature in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final DocumentAnalysisFeature
DocumentAnalysisFeature.BARCODES
Static value barcodes for DocumentAnalysisFeature.static final DocumentAnalysisFeature
DocumentAnalysisFeature.FORMULAS
Static value formulas for DocumentAnalysisFeature.static final DocumentAnalysisFeature
DocumentAnalysisFeature.KEY_VALUE_PAIRS
Static value keyValuePairs for DocumentAnalysisFeature.static final DocumentAnalysisFeature
DocumentAnalysisFeature.LANGUAGES
Static value languages for DocumentAnalysisFeature.static final DocumentAnalysisFeature
DocumentAnalysisFeature.OCR_HIGH_RESOLUTION
Static value ocrHighResolution for DocumentAnalysisFeature.static final DocumentAnalysisFeature
DocumentAnalysisFeature.STYLE_FONT
Static value styleFont for DocumentAnalysisFeature.Modifier and TypeMethodDescriptionstatic DocumentAnalysisFeature
DocumentAnalysisFeature.fromString
(String name) Creates or finds a DocumentAnalysisFeature from its string representation.Modifier and TypeMethodDescriptionAnalyzeDocumentOptions.getDocumentAnalysisFeatures()
Get the list of optional analysis features.static Collection<DocumentAnalysisFeature>
DocumentAnalysisFeature.values()
Gets known DocumentAnalysisFeature values.Modifier and TypeMethodDescriptionAnalyzeDocumentOptions.setDocumentAnalysisFeatures
(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.Modifier and TypeMethodDescriptionAnalyzeDocumentOptions.setDocumentAnalysisFeatures
(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.