Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Packages that use AnalyzeDocumentOptions
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeDocumentOptions in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence with parameters of type AnalyzeDocumentOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceAsyncClient.beginAnalyzeDocument(String modelId, AnalyzeDocumentOptions analyzeDocumentOptions) /** Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceClient.beginAnalyzeDocument(String modelId, AnalyzeDocumentOptions analyzeDocumentOptions) /** Analyzes document with document model. -
Uses of AnalyzeDocumentOptions in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeDocumentOptionsModifier and TypeMethodDescriptionstatic AnalyzeDocumentOptionsAnalyzeDocumentOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeDocumentOptions from the JsonReader.AnalyzeDocumentOptions.setDocumentAnalysisFeatures(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.AnalyzeDocumentOptions.setDocumentAnalysisFeatures(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.Set the locale value.AnalyzeDocumentOptions.setOutput(List<AnalyzeOutputFormat> output) Sets the list of output formats.AnalyzeDocumentOptions.setOutputContentFormat(DocumentContentFormat outputContentFormat) Sets the output content format.Set the custom page numbers for multipage documents(PDF/TIFF).AnalyzeDocumentOptions.setQueryFields(List<String> queryFields) Sets the list of additional fields to include in the result.AnalyzeDocumentOptions.setStringIndexType(StringIndexType stringIndexType) Sets the string index type.