Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Packages that use AnalyzeBatchDocumentsOptions
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeBatchDocumentsOptions in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence with parameters of type AnalyzeBatchDocumentsOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeBatchOperationDetails, AnalyzeBatchResult> DocumentIntelligenceAsyncClient.beginAnalyzeBatchDocuments(String modelId, AnalyzeBatchDocumentsOptions analyzeBatchDocumentOptions) /** Analyzes batch documents with document model.com.azure.core.util.polling.SyncPoller<AnalyzeBatchOperationDetails, AnalyzeBatchResult> DocumentIntelligenceClient.beginAnalyzeBatchDocuments(String modelId, AnalyzeBatchDocumentsOptions analyzeBatchDocumentOptions) /** Analyzes batch documents with document model. -
Uses of AnalyzeBatchDocumentsOptions in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeBatchDocumentsOptionsModifier and TypeMethodDescriptionstatic AnalyzeBatchDocumentsOptionsAnalyzeBatchDocumentsOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeBatchDocumentsOptions from the JsonReader.AnalyzeBatchDocumentsOptions.setDocumentAnalysisFeatures(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.AnalyzeBatchDocumentsOptions.setDocumentAnalysisFeatures(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.Set the locale value.AnalyzeBatchDocumentsOptions.setOutput(List<AnalyzeOutputFormat> output) Sets the list of output formats.AnalyzeBatchDocumentsOptions.setOutputContentFormat(DocumentContentFormat outputContentFormat) Sets the output content format.AnalyzeBatchDocumentsOptions.setOverwriteExisting(Boolean overwriteExisting) Set the overwriteExisting property: Overwrite existing analyze result files?.Set the custom page numbers for multipage documents(PDF/TIFF).AnalyzeBatchDocumentsOptions.setQueryFields(List<String> queryFields) Sets the list of additional fields to include in the result.AnalyzeBatchDocumentsOptions.setResultPrefix(String resultPrefix) Set the resultPrefix property: Blob name prefix of result files.AnalyzeBatchDocumentsOptions.setStringIndexType(StringIndexType stringIndexType) Sets the string index type.