Index

A B C D E F G H I K L M N O P Q R S T U V 
All Classes and Interfaces|All Packages

A

Adding the package to your product - Search tag in Overview
Section
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
ADDRESS - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Parsed address.
AddressValue - Class in com.azure.ai.documentintelligence.models
Address field value.
AnalyzeBatchDocumentsOptions - Class in com.azure.ai.documentintelligence.models
Batch document analysis parameters.
AnalyzeBatchDocumentsOptions(AzureBlobContentSource, String) - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Creates an instance of AnalyzeBatchDocumentsOptions with the specified Azure Blob source and result container URL.
AnalyzeBatchDocumentsOptions(AzureBlobFileListContentSource, String) - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Creates an instance of AnalyzeBatchDocumentsOptions with the specified result container URL and Azure Blob file list source.
AnalyzeBatchOperationDetails - Class in com.azure.ai.documentintelligence.models
Status and result of the analyze batch operation.
AnalyzeBatchResult - Class in com.azure.ai.documentintelligence.models
Batch document analysis result.
AnalyzeBatchResultDetails - Class in com.azure.ai.documentintelligence.models
Operation detail for a document in a batch analysis.
AnalyzedDocument - Class in com.azure.ai.documentintelligence.models
An object describing the location and semantic content of a document.
AnalyzeDocumentOptions - Class in com.azure.ai.documentintelligence.models
Document analysis parameters.
AnalyzeDocumentOptions(byte[]) - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Creates an instance of AnalyzeDocumentOptions with the specified bytes of the document.
AnalyzeDocumentOptions(BinaryData) - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Creates an instance of AnalyzeDocumentOptions with the specified BinaryData source.
AnalyzeDocumentOptions(String) - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Creates an instance of AnalyzeDocumentOptions with the specified URL source.
Analyze Documents using a Custom Model - Search tag in Overview
Section
Analyze Layout - Search tag in Overview
Section
AnalyzeOperationDetails - Class in com.azure.ai.documentintelligence.models
Status and result of the analyze operation.
AnalyzeOutputFormat - Class in com.azure.ai.documentintelligence.models
Additional output to generate during analysis.
AnalyzeOutputFormat() - Constructor for class com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Deprecated.
AnalyzeResult - Class in com.azure.ai.documentintelligence.models
Document analysis result.
ARRAY - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
List of subfields of the same type.
Authentication - Search tag in Overview
Section
authorizeClassifierCopy(AuthorizeClassifierCopyOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Generates authorization to copy a document classifier to this location with specified classifierId and optional description.
authorizeClassifierCopy(AuthorizeClassifierCopyOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Generates authorization to copy a document classifier to this location with specified classifierId and optional description.
AuthorizeClassifierCopyOptions - Class in com.azure.ai.documentintelligence.models
Request body to authorize document classifier copy.
AuthorizeClassifierCopyOptions(String) - Constructor for class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Creates an instance of AuthorizeClassifierCopyOptions class.
authorizeClassifierCopyWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Generates authorization to copy a document classifier to this location with specified classifierId and optional description.
authorizeClassifierCopyWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Generates authorization to copy a document classifier to this location with specified classifierId and optional description.
authorizeModelCopy(AuthorizeModelCopyOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Generates authorization to copy a document model to this location with specified modelId and optional description.
authorizeModelCopy(AuthorizeModelCopyOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Generates authorization to copy a document model to this location with specified modelId and optional description.
AuthorizeModelCopyOptions - Class in com.azure.ai.documentintelligence.models
Request body to authorize document model copy.
AuthorizeModelCopyOptions(String) - Constructor for class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Creates an instance of AuthorizeModelCopyOptions class.
authorizeModelCopyWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Generates authorization to copy a document model to this location with specified modelId and optional description.
authorizeModelCopyWithResponse(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Generates authorization to copy a document model to this location with specified modelId and optional description.
AUTO - Static variable in class com.azure.ai.documentintelligence.models.SplitMode
Automatically split file into documents.
AZTEC - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Aztec code, as defined in ISO/IEC 24778:2008.
AZURE_BLOB - Static variable in class com.azure.ai.documentintelligence.models.ContentSourceKind
Files in a path within an Azure Blob Storage container.
AZURE_BLOB_FILE_LIST - Static variable in class com.azure.ai.documentintelligence.models.ContentSourceKind
A file list specifying individual files in an Azure Blob Storage container.
AzureBlobContentSource - Class in com.azure.ai.documentintelligence.models
Azure Blob Storage content.
AzureBlobContentSource(String) - Constructor for class com.azure.ai.documentintelligence.models.AzureBlobContentSource
Creates an instance of AzureBlobContentSource class.
AzureBlobFileListContentSource - Class in com.azure.ai.documentintelligence.models
File list in Azure Blob Storage.
AzureBlobFileListContentSource(String, String) - Constructor for class com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Creates an instance of AzureBlobFileListContentSource class.
Azure DocumentIntelligence client library for Java - Search tag in Overview
Section

B

BARCODES - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the detection of barcodes in the document.
BASE64 - Static variable in class com.azure.ai.documentintelligence.models.ContentSourceKind
Content represented via Base64 encoding.
beginAnalyzeBatchDocuments(String, AnalyzeBatchDocumentsOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
/** Analyzes batch documents with document model.
beginAnalyzeBatchDocuments(String, AnalyzeBatchDocumentsOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
/** Analyzes batch documents with document model.
beginAnalyzeBatchDocuments(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Analyzes batch documents with document model.
beginAnalyzeBatchDocuments(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Analyzes batch documents with document model.
beginAnalyzeDocument(String, AnalyzeDocumentOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
/** Analyzes document with document model.
beginAnalyzeDocument(String, AnalyzeDocumentOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
/** Analyzes document with document model.
beginAnalyzeDocument(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Analyzes document with document model.
beginAnalyzeDocument(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Analyzes document with document model.
beginBuildClassifier(BuildDocumentClassifierOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Builds a custom document classifier.
beginBuildClassifier(BuildDocumentClassifierOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Builds a custom document classifier.
beginBuildClassifier(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Builds a custom document classifier.
beginBuildClassifier(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Builds a custom document classifier.
beginBuildDocumentModel(BuildDocumentModelOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildDocumentModel(BuildDocumentModelOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Builds a custom document analysis model.
beginBuildDocumentModel(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildDocumentModel(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Builds a custom document analysis model.
beginClassifyDocument(String, ClassifyDocumentOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
/** Classifies document with document classifier.
beginClassifyDocument(String, ClassifyDocumentOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
/** Classifies document with document classifier.
beginClassifyDocument(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Classifies document with document classifier.
beginClassifyDocument(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Classifies document with document classifier.
beginComposeModel(ComposeDocumentModelOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Creates a new document model from document types of existing document models.
beginComposeModel(ComposeDocumentModelOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Creates a new document model from document types of existing document models.
beginComposeModel(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Creates a new document model from document types of existing document models.
beginComposeModel(BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Creates a new document model from document types of existing document models.
beginCopyClassifierTo(String, ClassifierCopyAuthorization) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Copies document classifier to the target resource, region, and classifierId.
beginCopyClassifierTo(String, ClassifierCopyAuthorization) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Copies document classifier to the target resource, region, and classifierId.
beginCopyClassifierTo(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Copies document classifier to the target resource, region, and classifierId.
beginCopyClassifierTo(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Copies document classifier to the target resource, region, and classifierId.
beginCopyModelTo(String, ModelCopyAuthorization) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Copies document model to the target resource, region, and modelId.
beginCopyModelTo(String, ModelCopyAuthorization) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Copies document model to the target resource, region, and modelId.
beginCopyModelTo(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Copies document model to the target resource, region, and modelId.
beginCopyModelTo(String, BinaryData, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Copies document model to the target resource, region, and modelId.
BOLD - Static variable in class com.azure.ai.documentintelligence.models.DocumentFontWeight
Characters are represented with thicker strokes.
BOOLEAN - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Boolean value, normalized to true or false.
BoundingRegion - Class in com.azure.ai.documentintelligence.models
Bounding polygon on a specific page of the input.
Build a document model - Search tag in Overview
Section
buildAsyncClient() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
Builds an instance of DocumentIntelligenceAdministrationAsyncClient class.
buildAsyncClient() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
Builds an instance of DocumentIntelligenceAsyncClient class.
buildClient() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
Builds an instance of DocumentIntelligenceAdministrationClient class.
buildClient() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
Builds an instance of DocumentIntelligenceClient class.
BuildDocumentClassifierOptions - Class in com.azure.ai.documentintelligence.models
Request body to build a new custom document classifier.
BuildDocumentClassifierOptions(String, Map<String, ClassifierDocumentTypeDetails>) - Constructor for class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Creates an instance of BuildDocumentClassifierOptions class.
BuildDocumentModelOptions - Class in com.azure.ai.documentintelligence.models
Request body to build a new custom document model.
BuildDocumentModelOptions(String, DocumentBuildMode) - Constructor for class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Creates an instance of BuildDocumentModelOptions class.

C

CANCELED - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation has been canceled.
ClassifierCopyAuthorization - Class in com.azure.ai.documentintelligence.models
Authorization to copy a document classifier to the specified target resource and classifierId.
ClassifierCopyAuthorization(String, String, String, String, String, OffsetDateTime) - Constructor for class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Creates an instance of ClassifierCopyAuthorization class.
ClassifierDocumentTypeDetails - Class in com.azure.ai.documentintelligence.models
Classifier document type info.
ClassifierDocumentTypeDetails() - Constructor for class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Creates an instance of ClassifierDocumentTypeDetails class.
ClassifyDocumentOptions - Class in com.azure.ai.documentintelligence.models
Document classification parameters.
ClassifyDocumentOptions(byte[]) - Constructor for class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Creates an instance of ClassifyDocumentOptions with the specified bytes of the document.
ClassifyDocumentOptions(BinaryData) - Constructor for class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Creates an instance of ClassifyDocumentOptions with the specified BinaryData source.
ClassifyDocumentOptions(String) - Constructor for class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Creates an instance of ClassifyDocumentOptions with the specified URL source.
clientOptions(ClientOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
clientOptions(ClientOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
CODABAR - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Codabar barcode, as defined in ANSI/AIM BC3-1995.
CODE128 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Code 128 barcode, as defined in ISO/IEC 15417:2007.
CODE39 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Code 39 barcode, as defined in ISO/IEC 16388:2007.
CODE93 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Code 93 barcode, as defined in ANSI/AIM BC5-1995.
COLUMN_HEADER - Static variable in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Describes the content of the column.
com.azure.ai.documentintelligence - package com.azure.ai.documentintelligence
Package containing the classes for DocumentIntelligence.
com.azure.ai.documentintelligence.models - package com.azure.ai.documentintelligence.models
Package containing the data models for DocumentIntelligence.
ComposeDocumentModelOptions - Class in com.azure.ai.documentintelligence.models
Request body to create a composed document model from component document models.
ComposeDocumentModelOptions(String, String, Map<String, DocumentTypeDetails>) - Constructor for class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Creates an instance of ComposeDocumentModelOptions class.
configuration(Configuration) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
configuration(Configuration) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
CONTENT - Static variable in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Contains the main content/data.
ContentSourceKind - Class in com.azure.ai.documentintelligence.models
Type of content source.
ContentSourceKind() - Constructor for class com.azure.ai.documentintelligence.models.ContentSourceKind
Deprecated.
Use the ContentSourceKind.fromString(String) factory method.
Contributing - Search tag in Overview
Section
COUNTRY_REGION - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Country/region, normalized to ISO 3166-1 alpha-3 format (ex.
Create an Azure DocumentIntelligence client with Azure Active Directory credential - Search tag in Overview
Section
Create an Azure DocumentIntelligence client with key credential - Search tag in Overview
Section
credential(KeyCredential) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
credential(KeyCredential) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
credential(TokenCredential) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
credential(TokenCredential) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
CURRENCY - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Currency amount with optional currency symbol and unit.
CurrencyValue - Class in com.azure.ai.documentintelligence.models
Currency field value.
CustomDocumentModelsDetails - Class in com.azure.ai.documentintelligence.models
Details regarding custom document models.

D

DATA_BAR - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 DataBar barcode.
DATA_BAR_EXPANDED - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 DataBar Expanded barcode.
DATA_MATRIX - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Data matrix code, as defined in ISO/IEC 16022:2006.
DATE - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Date, normalized to ISO 8601 (YYYY-MM-DD) format.
Default HTTP Client - Search tag in Overview
Section
Default SSL library - Search tag in Overview
Section
deleteAnalyzeBatchResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Mark the batch document analysis result for deletion.
deleteAnalyzeBatchResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Mark the batch document analysis result for deletion.
deleteAnalyzeBatchResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Mark the batch document analysis result for deletion.
deleteAnalyzeBatchResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Mark the batch document analysis result for deletion.
deleteAnalyzeResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Mark the result of document analysis for deletion.
deleteAnalyzeResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Mark the result of document analysis for deletion.
deleteAnalyzeResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Mark the result of document analysis for deletion.
deleteAnalyzeResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Mark the result of document analysis for deletion.
deleteClassifier(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Deletes document classifier.
deleteClassifier(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Deletes document classifier.
deleteClassifierWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Deletes document classifier.
deleteClassifierWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Deletes document classifier.
deleteModel(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Deletes document model.
deleteModel(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Deletes document model.
deleteModelWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Deletes document model.
deleteModelWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Deletes document model.
DESCRIPTION - Static variable in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Describes the content in (parts of) the table.
DISPLAY - Static variable in class com.azure.ai.documentintelligence.models.DocumentFormulaKind
A formula in display mode that takes up an entire line.
DOCUMENT_CLASSIFIER_BUILD - Static variable in class com.azure.ai.documentintelligence.models.OperationKind
Build a new custom classifier model.
DOCUMENT_CLASSIFIER_COPY_TO - Static variable in class com.azure.ai.documentintelligence.models.OperationKind
Copy an existing document classifier to potentially a different resource, region, or subscription.
DOCUMENT_MODEL_BUILD - Static variable in class com.azure.ai.documentintelligence.models.OperationKind
Build a new custom document model.
DOCUMENT_MODEL_COMPOSE - Static variable in class com.azure.ai.documentintelligence.models.OperationKind
Compose a new custom document model from existing models.
DOCUMENT_MODEL_COPY_TO - Static variable in class com.azure.ai.documentintelligence.models.OperationKind
Copy an existing document model to potentially a different resource, region, or subscription.
DocumentAnalysisClient - Search tag in Overview
Section
DocumentAnalysisFeature - Class in com.azure.ai.documentintelligence.models
Document analysis features to enable.
DocumentAnalysisFeature() - Constructor for class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Deprecated.
DocumentBarcode - Class in com.azure.ai.documentintelligence.models
A barcode object.
DocumentBarcodeKind - Class in com.azure.ai.documentintelligence.models
Barcode kind.
DocumentBarcodeKind() - Constructor for class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Deprecated.
DocumentBuildMode - Class in com.azure.ai.documentintelligence.models
Custom document model build mode.
DocumentBuildMode() - Constructor for class com.azure.ai.documentintelligence.models.DocumentBuildMode
Deprecated.
Use the DocumentBuildMode.fromString(String) factory method.
DocumentCaption - Class in com.azure.ai.documentintelligence.models
A caption object describing a table or figure.
DocumentClassifierBuildOperationDetails - Class in com.azure.ai.documentintelligence.models
Get Operation response object.
DocumentClassifierCopyToOperationDetails - Class in com.azure.ai.documentintelligence.models
Get Operation response object.
DocumentClassifierDetails - Class in com.azure.ai.documentintelligence.models
Document classifier info.
DocumentContentFormat - Class in com.azure.ai.documentintelligence.models
Format of the content in analyzed result.
DocumentContentFormat() - Constructor for class com.azure.ai.documentintelligence.models.DocumentContentFormat
Deprecated.
DocumentField - Class in com.azure.ai.documentintelligence.models
An object representing the content and location of a field value.
DocumentFieldSchema - Class in com.azure.ai.documentintelligence.models
Description of the field semantic schema using a JSON Schema style syntax.
DocumentFieldSchema(DocumentFieldType) - Constructor for class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Creates an instance of DocumentFieldSchema class.
DocumentFieldType - Class in com.azure.ai.documentintelligence.models
Semantic data type of the field value.
DocumentFieldType() - Constructor for class com.azure.ai.documentintelligence.models.DocumentFieldType
Deprecated.
Use the DocumentFieldType.fromString(String) factory method.
DocumentFigure - Class in com.azure.ai.documentintelligence.models
An object representing a figure in the document.
DocumentFontStyle - Class in com.azure.ai.documentintelligence.models
Font style.
DocumentFontStyle() - Constructor for class com.azure.ai.documentintelligence.models.DocumentFontStyle
Deprecated.
Use the DocumentFontStyle.fromString(String) factory method.
DocumentFontWeight - Class in com.azure.ai.documentintelligence.models
Font weight.
DocumentFontWeight() - Constructor for class com.azure.ai.documentintelligence.models.DocumentFontWeight
Deprecated.
DocumentFootnote - Class in com.azure.ai.documentintelligence.models
A footnote object describing a table or figure.
DocumentFormula - Class in com.azure.ai.documentintelligence.models
A formula object.
DocumentFormulaKind - Class in com.azure.ai.documentintelligence.models
Formula kind.
DocumentFormulaKind() - Constructor for class com.azure.ai.documentintelligence.models.DocumentFormulaKind
Deprecated.
DocumentIntelligenceAdministrationAsyncClient - Class in com.azure.ai.documentintelligence
Initializes a new instance of the asynchronous DocumentIntelligenceAdministrationClient type.
DocumentIntelligenceAdministrationClient - Class in com.azure.ai.documentintelligence
Initializes a new instance of the synchronous DocumentIntelligenceAdministrationClient type.
DocumentIntelligenceAdministrationClientBuilder - Class in com.azure.ai.documentintelligence
A builder for creating a new instance of the DocumentIntelligenceAdministrationClient type.
DocumentIntelligenceAdministrationClientBuilder() - Constructor for class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
Create an instance of the DocumentIntelligenceAdministrationClientBuilder.
DocumentIntelligenceAsyncClient - Class in com.azure.ai.documentintelligence
Initializes a new instance of the asynchronous DocumentIntelligenceClient type.
DocumentIntelligenceClient - Class in com.azure.ai.documentintelligence
Initializes a new instance of the synchronous DocumentIntelligenceClient type.
DocumentIntelligenceClientBuilder - Class in com.azure.ai.documentintelligence
A builder for creating a new instance of the DocumentIntelligenceClient type.
DocumentIntelligenceClientBuilder() - Constructor for class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
Create an instance of the DocumentIntelligenceClientBuilder.
DocumentIntelligenceError - Class in com.azure.ai.documentintelligence.models
The error object.
DocumentIntelligenceInnerError - Class in com.azure.ai.documentintelligence.models
An object containing more specific information about the error.
DocumentIntelligenceOperationDetails - Class in com.azure.ai.documentintelligence.models
Operation info.
DocumentIntelligenceOperationDetails(DocumentIntelligenceOperationStatus, OffsetDateTime, OffsetDateTime, String) - Constructor for class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Creates an instance of DocumentIntelligenceOperationDetails class.
DocumentIntelligenceOperationStatus - Class in com.azure.ai.documentintelligence.models
Operation status.
DocumentIntelligenceOperationStatus() - Constructor for class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
Deprecated.
DocumentIntelligenceResourceDetails - Class in com.azure.ai.documentintelligence.models
General information regarding the current resource.
DocumentIntelligenceServiceVersion - Enum in com.azure.ai.documentintelligence
Service version of DocumentIntelligenceClient.
DocumentIntelligenceWarning - Class in com.azure.ai.documentintelligence.models
The error object.
DocumentKeyValueElement - Class in com.azure.ai.documentintelligence.models
An object representing the field key or value in a key-value pair.
DocumentKeyValuePair - Class in com.azure.ai.documentintelligence.models
An object representing a form field with distinct field label (key) and field value (may be empty).
DocumentLanguage - Class in com.azure.ai.documentintelligence.models
An object representing the detected language for a given text span.
DocumentLine - Class in com.azure.ai.documentintelligence.models
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.
DocumentModelAdministrationClient - Search tag in Overview
Section
DocumentModelBuildOperationDetails - Class in com.azure.ai.documentintelligence.models
Get Operation response object.
DocumentModelComposeOperationDetails - Class in com.azure.ai.documentintelligence.models
Get Operation response object.
DocumentModelCopyToOperationDetails - Class in com.azure.ai.documentintelligence.models
Get Operation response object.
DocumentModelDetails - Class in com.azure.ai.documentintelligence.models
Document model info.
DocumentPage - Class in com.azure.ai.documentintelligence.models
Content and layout elements extracted from a page from the input.
DocumentParagraph - Class in com.azure.ai.documentintelligence.models
A paragraph object consisting with contiguous lines generally with common alignment and spacing.
DocumentSection - Class in com.azure.ai.documentintelligence.models
An object representing a section in the document.
DocumentSelectionMark - Class in com.azure.ai.documentintelligence.models
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
DocumentSelectionMarkState - Class in com.azure.ai.documentintelligence.models
State of the selection mark.
DocumentSelectionMarkState() - Constructor for class com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
Deprecated.
DocumentSignatureType - Class in com.azure.ai.documentintelligence.models
Presence of signature.
DocumentSignatureType() - Constructor for class com.azure.ai.documentintelligence.models.DocumentSignatureType
Deprecated.
DocumentSpan - Class in com.azure.ai.documentintelligence.models
Contiguous region of the concatenated content property, specified as an offset and length.
DocumentStyle - Class in com.azure.ai.documentintelligence.models
An object representing observed text styles.
DocumentTable - Class in com.azure.ai.documentintelligence.models
A table object consisting table cells arranged in a rectangular layout.
DocumentTableCell - Class in com.azure.ai.documentintelligence.models
An object representing the location and content of a table cell.
DocumentTableCellKind - Class in com.azure.ai.documentintelligence.models
Table cell kind.
DocumentTableCellKind() - Constructor for class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Deprecated.
DocumentTypeDetails - Class in com.azure.ai.documentintelligence.models
Document type info.
DocumentTypeDetails() - Constructor for class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Creates an instance of DocumentTypeDetails class.
DocumentWord - Class in com.azure.ai.documentintelligence.models
A word object consisting of a contiguous sequence of characters.

E

EAN13 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 13-digit International Article Number (European Article Number).
EAN8 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 8-digit International Article Number (European Article Number).
Enable client logging - Search tag in Overview
Section
endpoint(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
endpoint(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
Examples - Search tag in Overview
Section

F

FAILED - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation has failed.
FIGURES - Static variable in class com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Generate cropped images of detected figures.
FOOTNOTE - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
A note usually placed after the main content on a page.
FORMULA_BLOCK - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
A block of formulas, often with shared alignment.
FORMULAS - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the detection of mathematical expressions in the document.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AddressValue
Reads an instance of AddressValue from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Reads an instance of AnalyzeBatchDocumentsOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Reads an instance of AnalyzeBatchOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Reads an instance of AnalyzeBatchResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
Reads an instance of AnalyzeBatchResultDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Reads an instance of AnalyzedDocument from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Reads an instance of AnalyzeDocumentOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Reads an instance of AnalyzeOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Reads an instance of AnalyzeResult from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Reads an instance of AuthorizeClassifierCopyOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Reads an instance of AuthorizeModelCopyOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AzureBlobContentSource
Reads an instance of AzureBlobContentSource from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Reads an instance of AzureBlobFileListContentSource from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.BoundingRegion
Reads an instance of BoundingRegion from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Reads an instance of BuildDocumentClassifierOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Reads an instance of BuildDocumentModelOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Reads an instance of ClassifierCopyAuthorization from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Reads an instance of ClassifierDocumentTypeDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Reads an instance of ClassifyDocumentOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Reads an instance of ComposeDocumentModelOptions from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.CurrencyValue
Reads an instance of CurrencyValue from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.CustomDocumentModelsDetails
Reads an instance of CustomDocumentModelsDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Reads an instance of DocumentBarcode from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentCaption
Reads an instance of DocumentCaption from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentClassifierBuildOperationDetails
Reads an instance of DocumentClassifierBuildOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentClassifierCopyToOperationDetails
Reads an instance of DocumentClassifierCopyToOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Reads an instance of DocumentClassifierDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentField
Reads an instance of DocumentField from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Reads an instance of DocumentFieldSchema from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentFigure
Reads an instance of DocumentFigure from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentFootnote
Reads an instance of DocumentFootnote from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentFormula
Reads an instance of DocumentFormula from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Reads an instance of DocumentIntelligenceError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceInnerError
Reads an instance of DocumentIntelligenceInnerError from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Reads an instance of DocumentIntelligenceOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceResourceDetails
Reads an instance of DocumentIntelligenceResourceDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceWarning
Reads an instance of DocumentIntelligenceWarning from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentKeyValueElement
Reads an instance of DocumentKeyValueElement from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentKeyValuePair
Reads an instance of DocumentKeyValuePair from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentLanguage
Reads an instance of DocumentLanguage from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentLine
Reads an instance of DocumentLine from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentModelBuildOperationDetails
Reads an instance of DocumentModelBuildOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentModelComposeOperationDetails
Reads an instance of DocumentModelComposeOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentModelCopyToOperationDetails
Reads an instance of DocumentModelCopyToOperationDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Reads an instance of DocumentModelDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentPage
Reads an instance of DocumentPage from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentParagraph
Reads an instance of DocumentParagraph from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentSection
Reads an instance of DocumentSection from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
Reads an instance of DocumentSelectionMark from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentSpan
Reads an instance of DocumentSpan from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentStyle
Reads an instance of DocumentStyle from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentTable
Reads an instance of DocumentTable from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Reads an instance of DocumentTableCell from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Reads an instance of DocumentTypeDetails from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.DocumentWord
Reads an instance of DocumentWord from the JsonReader.
fromJson(JsonReader) - Static method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Reads an instance of ModelCopyAuthorization from the JsonReader.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Creates or finds a AnalyzeOutputFormat from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.ContentSourceKind
Creates or finds a ContentSourceKind from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Creates or finds a DocumentAnalysisFeature from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Creates or finds a DocumentBarcodeKind from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentBuildMode
Creates or finds a DocumentBuildMode from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentContentFormat
Creates or finds a DocumentContentFormat from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentFieldType
Creates or finds a DocumentFieldType from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentFontStyle
Creates or finds a DocumentFontStyle from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentFontWeight
Creates or finds a DocumentFontWeight from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentFormulaKind
Creates or finds a DocumentFormulaKind from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
Creates or finds a DocumentIntelligenceOperationStatus from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
Creates or finds a DocumentSelectionMarkState from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentSignatureType
Creates or finds a DocumentSignatureType from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Creates or finds a DocumentTableCellKind from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.LengthUnit
Creates or finds a LengthUnit from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.OperationKind
Creates or finds a OperationKind from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.ParagraphRole
Creates or finds a ParagraphRole from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.SplitMode
Creates or finds a SplitMode from its string representation.
fromString(String) - Static method in class com.azure.ai.documentintelligence.models.StringIndexType
Creates or finds a StringIndexType from its string representation.

G

getAccessToken() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the accessToken property: Token used to authorize the request.
getAccessToken() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the accessToken property: Token used to authorize the request.
getAmount() - Method in class com.azure.ai.documentintelligence.models.CurrencyValue
Get the amount property: Currency amount.
getAnalyzeBatchResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the result of batch document analysis.
getAnalyzeBatchResult(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the result of batch document analysis.
getAnalyzeBatchResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the result of batch document analysis.
getAnalyzeBatchResultWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the result of batch document analysis.
getAnalyzeResult() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Get the analyzeResult property: Document analysis result.
getAnalyzeResultFigure(String, String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the generated cropped image of specified figure from document analysis.
getAnalyzeResultFigure(String, String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the generated cropped image of specified figure from document analysis.
getAnalyzeResultFigureWithResponse(String, String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the generated cropped image of specified figure from document analysis.
getAnalyzeResultFigureWithResponse(String, String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the generated cropped image of specified figure from document analysis.
getAnalyzeResultPdf(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the generated searchable PDF output from document analysis.
getAnalyzeResultPdf(String, String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the generated searchable PDF output from document analysis.
getAnalyzeResultPdfWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
Gets the generated searchable PDF output from document analysis.
getAnalyzeResultPdfWithResponse(String, String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
Gets the generated searchable PDF output from document analysis.
getAngle() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the angle property: The general orientation of the content in clockwise direction, measured in degrees between (-180, 180].
getApiVersion() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the apiVersion property: API version used to produce this result.
getApiVersion() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the apiVersion property: API version used to create this document classifier.
getApiVersion() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the apiVersion property: API version used to create this operation.
getApiVersion() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the apiVersion property: API version used to create this document model.
getAzureBlobFileListSource() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the batch documents.
getAzureBlobFileListSource() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.
getAzureBlobFileListSource() - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data for a classifier document type.
getAzureBlobFileListSource() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.
getAzureBlobSource() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the azureBlobSource property: Azure Blob Storage location containing the batch documents.
getAzureBlobSource() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the azureBlobSource property: Azure Blob Storage location containing the training data.
getAzureBlobSource() - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Get the azureBlobSource property: Azure Blob Storage location containing the training data for a classifier document type.
getAzureBlobSource() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the azureBlobSource property: Azure Blob Storage location containing the training data.
getBackgroundColor() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the backgroundColor property: Background color in #rrggbb hexadecimal format..
getBarcodes() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the barcodes property: Extracted barcodes from the page.
getBaseClassifierId() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Get the baseClassifierId property: Base classifierId on top of which to train the classifier.
getBaseClassifierId() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the baseClassifierId property: Base classifierId on top of which the classifier was trained.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Get the boundingRegions property: Bounding regions covering the document.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentCaption
Get the boundingRegions property: Bounding regions covering the caption.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the boundingRegions property: Bounding regions covering the field.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the boundingRegions property: Bounding regions covering the figure.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentFootnote
Get the boundingRegions property: Bounding regions covering the footnote.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValueElement
Get the boundingRegions property: Bounding regions covering the key-value element.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentParagraph
Get the boundingRegions property: Bounding regions covering the paragraph.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the boundingRegions property: Bounding regions covering the table.
getBoundingRegions() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the boundingRegions property: Bounding regions covering the table cell.
getBuildMode() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the buildMode property: Custom document model build mode.
getBuildMode() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the buildMode property: Custom document model build mode.
getBuildMode() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the buildMode property: Custom document model build mode.
getBytesSource() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Get the bytesSource property: Base64 encoding of the document to analyze.
getBytesSource() - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Get the bytesSource property: Base64 encoding of the document to classify.
getCaption() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the caption property: Caption associated with the figure.
getCaption() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the caption property: Caption associated with the table.
getCells() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the cells property: Cells contained within the table.
getCity() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the city property: Name of city, town, village, etc.
getCityDistrict() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the cityDistrict property: Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London.
getClassifier(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets detailed document classifier information.
getClassifier(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets detailed document classifier information.
getClassifierId() - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Get the classifierId property: Unique document classifier name.
getClassifierId() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Get the classifierId property: Unique document classifier name.
getClassifierId() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the classifierId property: Custom classifier to split and classify the input file.
getClassifierId() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the classifierId property: Unique document classifier name.
getClassifierId() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the classifierId property: For composed models, the custom classifier to split and classify the input file.
getClassifierWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets detailed document classifier information.
getClassifierWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets detailed document classifier information.
getCode() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Get the code property: One of a server-defined set of error codes.
getCode() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceInnerError
Get the code property: One of a server-defined set of error codes.
getCode() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceWarning
Get the code property: One of a server-defined set of warning codes.
getColor() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the color property: Foreground color in #rrggbb hexadecimal format.
getColumnCount() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the columnCount property: Number of columns in the table.
getColumnIndex() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the columnIndex property: Column index of the cell.
getColumnSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the columnSpan property: Number of columns spanned by this cell.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Get the confidence property: Confidence of correctly extracting the document.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Get the confidence property: Confidence of correctly extracting the barcode.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the confidence property: Confidence of correctly extracting the field.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
Get the confidence property: Confidence of correctly extracting the formula.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValuePair
Get the confidence property: Confidence of correctly extracting the key-value pair.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentLanguage
Get the confidence property: Confidence of correctly identifying the language.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
Get the confidence property: Confidence of correctly extracting the selection mark.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the confidence property: Confidence of correctly identifying the style.
getConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentWord
Get the confidence property: Confidence of correctly extracting the word.
getConfidenceThreshold() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the confidenceThreshold property: Only perform analysis if docType confidence is above threshold.
getContainerUrl() - Method in class com.azure.ai.documentintelligence.models.AzureBlobContentSource
Get the containerUrl property: Azure Blob Storage container URL.
getContainerUrl() - Method in class com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Get the containerUrl property: Azure Blob Storage container URL.
getContent() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the content property: Concatenate string representation of all textual and visual elements in reading order.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentCaption
Get the content property: Content of the caption.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the content property: Field content.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentFootnote
Get the content property: Content of the footnote.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValueElement
Get the content property: Concatenated content of the key-value element in reading order.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentLine
Get the content property: Concatenated content of the contained elements in reading order.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentParagraph
Get the content property: Concatenated content of the paragraph in reading order.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the content property: Concatenated content of the table cell in reading order.
getContent() - Method in class com.azure.ai.documentintelligence.models.DocumentWord
Get the content property: Text content of the word.
getContentFormat() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the contentFormat property: Format of the analyze result top-level content.
getCount() - Method in class com.azure.ai.documentintelligence.models.CustomDocumentModelsDetails
Get the count property: Number of custom document models in the current resource.
getCountryRegion() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the countryRegion property: Country/region.
getCreatedOn() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the createdOn property: Date and time (UTC) when the operation was submitted.
getCreatedOn() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Get the createdOn property: Date and time (UTC) when the analyze operation was submitted.
getCreatedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the createdOn property: Date and time (UTC) when the document classifier was created.
getCreatedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the createdOn property: Date and time (UTC) when the operation was created.
getCreatedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the createdOn property: Date and time (UTC) when the document model was created.
getCurrencyCode() - Method in class com.azure.ai.documentintelligence.models.CurrencyValue
Get the currencyCode property: Resolved currency code (ISO 4217), if any.
getCurrencySymbol() - Method in class com.azure.ai.documentintelligence.models.CurrencyValue
Get the currencySymbol property: Currency symbol label, if any.
getCustomDocumentModels() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceResourceDetails
Get the customDocumentModels property: Details regarding custom document models.
getDescription() - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Get the description property: Document classifier description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Get the description property: Document model description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Get the description property: Document classifier description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the description property: Document model description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the description property: Document model description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the description property: Document classifier description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Get the description property: Field description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the description property: Document model description.
getDescription() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the description property: Document model description.
getDetails() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Get the details property: Operation detail for each document in the batch.
getDetails() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Get the details property: An array of details about specific errors that led to this reported error.
getDocumentAnalysisFeatures() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the list of optional analysis features.
getDocumentAnalysisFeatures() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Get the list of optional analysis features.
getDocuments() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the documents property: Extracted documents.
getDocumentType() - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Get the documentType property: Document type.
getDocumentTypes() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Get the documentTypes property: List of document types to classify against.
getDocumentTypes() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the documentTypes property: Dictionary mapping supported docTypes to the corresponding document models.
getDocumentTypes() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the documentTypes property: List of document types to classify against.
getDocumentTypes() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the documentTypes property: Supported document types.
getElements() - Method in class com.azure.ai.documentintelligence.models.DocumentCaption
Get the elements property: Child elements of the caption.
getElements() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the elements property: Child elements of the figure, excluding any caption or footnotes.
getElements() - Method in class com.azure.ai.documentintelligence.models.DocumentFootnote
Get the elements property: Child elements of the footnote.
getElements() - Method in class com.azure.ai.documentintelligence.models.DocumentSection
Get the elements property: Child elements of the section.
getElements() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the elements property: Child elements of the table cell.
getError() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the error property: Encountered error during batch document analysis.
getError() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
Get the error property: Encountered error.
getError() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Get the error property: Encountered error during document analysis.
getError() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the error property: Encountered error.
getExample() - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Get the example property: Example field content.
getExpiresOn() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the expiresOn property: Date/time when the access token expires.
getExpiresOn() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the expiresOn property: Date and time (UTC) when the document classifier will expire.
getExpiresOn() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the expiresOn property: Date and time (UTC) when the document model will expire.
getExpiresOn() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the expiresOn property: Date/time when the access token expires.
getFailedCount() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Get the failedCount property: Number of documents that completed with status failed.
getFeatures() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the features property: List of optional analysis features.
getFieldConfidence() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the fieldConfidence property: Estimated confidence for each field.
getFields() - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Get the fields property: Dictionary of named field values.
getFieldSchema() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.
getFigures() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the figures property: Extracted figures.
getFileList() - Method in class com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Get the fileList property: Path to a JSONL file within the container specifying a subset of documents.
getFontStyle() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the fontStyle property: Font style.
getFontWeight() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the fontWeight property: Font weight.
getFootnotes() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the footnotes property: List of footnotes associated with the figure.
getFootnotes() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the footnotes property: List of footnotes associated with the table.
getFormulas() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the formulas property: Extracted formulas from the page.
getHeight() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the height property: The height of the image/PDF in pixels/inches, respectively.
getHouse() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the house property: Build name, such as World Trade Center.
getHouseNumber() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the houseNumber property: House or building number.
getId() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the id property: Figure ID.
getInnerError() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Get the innerError property: An object containing more specific information than the current object about the error.
getInnerError() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceInnerError
Get the innerError property: Inner error.
getItems() - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Get the items property: Field type schema of each array element.
getKey() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValuePair
Get the key property: Field label of the key-value pair.
getKeyValuePairs() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the keyValuePairs property: Extracted key-value pairs.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Get the kind property: Barcode kind.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierBuildOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierCopyToOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
Get the kind property: Formula kind.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentModelBuildOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentModelComposeOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentModelCopyToOperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the kind property: Table cell kind.
getLanguages() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the languages property: Detected languages.
getLastUpdatedOn() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the lastUpdatedOn property: Date and time (UTC) when the status was last updated.
getLastUpdatedOn() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Get the lastUpdatedOn property: Date and time (UTC) when the status was last updated.
getLastUpdatedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the lastUpdatedOn property: Date and time (UTC) when the status was last updated.
getLatest() - Static method in enum com.azure.ai.documentintelligence.DocumentIntelligenceServiceVersion
Gets the latest service version supported by this client library.
getLength() - Method in class com.azure.ai.documentintelligence.models.DocumentSpan
Get the length property: Number of characters in the content represented by the span.
getLevel() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the level property: Floor number, such as 3F.
getLimit() - Method in class com.azure.ai.documentintelligence.models.CustomDocumentModelsDetails
Get the limit property: Maximum number of custom document models supported in the current resource.
getLines() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the lines property: Extracted lines from the page, potentially containing both textual and visual elements.
getLocale() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the locale hint for text recognition and document analysis.
getLocale() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Get the locale hint for text recognition and document analysis.
getLocale() - Method in class com.azure.ai.documentintelligence.models.DocumentLanguage
Get the locale property: Detected language.
getMaxDocumentsToAnalyze() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the maxDocumentsToAnalyze property: Maximum number of documents of specified type to analyze.
getMaxTrainingHours() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the maxTrainingHours property: Max number of V100-equivalent GPU hours to use for model training.
getMessage() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Get the message property: A human-readable representation of the error.
getMessage() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceInnerError
Get the message property: A human-readable representation of the error.
getMessage() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceWarning
Get the message property: A human-readable representation of the warning.
getModel(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets detailed document model information.
getModel(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets detailed document model information.
getModelId() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the modelId property: Document model ID used to produce this result.
getModelId() - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Get the modelId property: Unique document model name.
getModelId() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the modelId property: Unique document model name.
getModelId() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the modelId property: Unique document model name.
getModelId() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the modelId property: Unique document model name.
getModelId() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the modelId property: Document model to use for analyzing documents with specified type.
getModelWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets detailed document model information.
getModelWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets detailed document model information.
getModifiedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the modifiedOn property: Date and time (UTC) when the document model was last modified.
getModifiedOn() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the modifiedOn property: Date and time (UTC) when the document model was last modified.
getOffset() - Method in class com.azure.ai.documentintelligence.models.DocumentSpan
Get the offset property: Zero-based index of the content represented by the span.
getOperation(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets operation info.
getOperation(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets operation info.
getOperationId() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the operationId property: Operation ID.
getOperationWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Gets operation info.
getOperationWithResponse(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Gets operation info.
getOutput() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Gets the list of output formats.
getOutput() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Gets the list of output formats.
getOutputContentFormat() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Gets the output content format.
getOutputContentFormat() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Gets the output content format.
getPageNumber() - Method in class com.azure.ai.documentintelligence.models.BoundingRegion
Get the pageNumber property: 1-based page number of page containing the bounding region.
getPageNumber() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the pageNumber property: 1-based page number in the input document.
getPages() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the custom page numbers for multipage documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Get the custom page numbers for multipage documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the pages property: Analyzed pages.
getPages() - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Gets the pages.
getParagraphs() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the paragraphs property: Extracted paragraphs.
getPercentCompleted() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the percentCompleted property: Operation progress (0-100).
getPercentCompleted() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the percentCompleted property: Operation progress (0-100).
getPoBox() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the poBox property: Post office box number.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.BoundingRegion
Get the polygon property: Bounding polygon on the page, or the entire page if not specified.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Get the polygon property: Bounding polygon of the barcode, with coordinates specified relative to the top-left of the page.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
Get the polygon property: Bounding polygon of the formula, with coordinates specified relative to the top-left of the page.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.DocumentLine
Get the polygon property: Bounding polygon of the line, with coordinates specified relative to the top-left of the page.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
Get the polygon property: Bounding polygon of the selection mark, with coordinates specified relative to the top-left of the page.
getPolygon() - Method in class com.azure.ai.documentintelligence.models.DocumentWord
Get the polygon property: Bounding polygon of the word, with coordinates specified relative to the top-left of the page.
getPostalCode() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the postalCode property: Postal code used for mail sorting.
getPrefix() - Method in class com.azure.ai.documentintelligence.models.AzureBlobContentSource
Get the prefix property: Blob name prefix.
getProperties() - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Get the properties property: Named sub-fields of the object field.
getQueryFields() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Gets the list of additional fields to include in the result.
getQueryFields() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Gets the list of additional fields to include in the result.
getQueryFields() - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Get the queryFields property: List of additional fields to extract.
getResourceDetails() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Return information about the current resource.
getResourceDetails() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Return information about the current resource.
getResourceDetailsWithResponse(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Return information about the current resource.
getResourceDetailsWithResponse(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Return information about the current resource.
getResourceLocation() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the resourceLocation property: URL of the resource targeted by this operation.
getResult() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the result property: Batch document analysis result.
getResult() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierBuildOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierCopyToOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.documentintelligence.models.DocumentModelBuildOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.documentintelligence.models.DocumentModelComposeOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.documentintelligence.models.DocumentModelCopyToOperationDetails
Get the result property: Operation result upon success.
getResultContainerUrl() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the resultContainerUrl property: Azure Blob Storage container URL where analyze result files will be stored.
getResultId() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the resultId property: Analyze batch operation result ID.
getResultId() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Gets the operationId property: Operation ID.
getResultPrefix() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the resultPrefix property: Blob name prefix of result files.
getResultUrl() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
Get the resultUrl property: URL of the analyze result JSON.
getRoad() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the road property: Street name.
getRole() - Method in class com.azure.ai.documentintelligence.models.DocumentParagraph
Get the role property: Semantic role of the paragraph.
getRowCount() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the rowCount property: Number of rows in the table.
getRowIndex() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the rowIndex property: Row index of the cell.
getRowSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the rowSpan property: Number of rows spanned by this cell.
getSections() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the sections property: Extracted sections.
getSelectionMarks() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the selectionMarks property: Extracted selection marks from the page.
getSimilarFontFamily() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the similarFontFamily property: Visually most similar font from among the set of supported font families, with fallback fonts following CSS convention (ex.
getSkippedCount() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Get the skippedCount property: Number of documents that completed with status skipped.
getSourceKind() - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Get the sourceKind property: Type of training data source.
getSourceUrl() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
Get the sourceUrl property: URL of the source document.
getSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Get the span property: Location of the barcode in the reading order concatenated content.
getSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
Get the span property: Location of the formula in the reading order concatenated content.
getSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
Get the span property: Location of the selection mark in the reading order concatenated content.
getSpan() - Method in class com.azure.ai.documentintelligence.models.DocumentWord
Get the span property: Location of the word in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
Get the spans property: Location of the document in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentCaption
Get the spans property: Location of the caption in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the spans property: Location of the field in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
Get the spans property: Location of the figure in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentFootnote
Get the spans property: Location of the footnote in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValueElement
Get the spans property: Location of the key-value element in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentLanguage
Get the spans property: Location of the text elements in the concatenated content the language applies to.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentLine
Get the spans property: Location of the line in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the spans property: Location of the page in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentParagraph
Get the spans property: Location of the paragraph in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentSection
Get the spans property: Location of the section in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the spans property: Location of the text elements in the concatenated content the style applies to.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentTable
Get the spans property: Location of the table in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
Get the spans property: Location of the table cell in the reading order concatenated content.
getSplit() - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Gets the split mode.
getSplit() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the split property: File splitting behavior.
getSplit() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the split property: For composed models, the file splitting behavior.
getState() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the state property: First-level administrative division.
getState() - Method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
Get the state property: State of the selection mark.
getStateDistrict() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the stateDistrict property: Second-level administrative division used in certain locales.
getStatus() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Get the status property: Operation status. notStarted, running, succeeded, or failed.
getStatus() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
Get the status property: Analyze status. succeeded, failed, or skipped.
getStatus() - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Get the status property: Operation status. notStarted, running, succeeded, or failed.
getStatus() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the status property: Operation status. notStarted, running, completed, or failed.
getStreetAddress() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode.
getStringIndexType() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Gets the string index type.
getStringIndexType() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Gets the string index type.
getStringIndexType() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the stringIndexType property: Method used to compute string offset and length.
getStringIndexType() - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Gets the string index type.
getStyles() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the styles property: Extracted font styles.
getSuburb() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the suburb property: Unofficial neighborhood name, like Chinatown.
getSucceededCount() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Get the succeededCount property: Number of documents that completed with status succeeded.
getTables() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the tables property: Extracted tables.
getTags() - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Get the tags property: List of key-value tag attributes associated with the document classifier.
getTags() - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Get the tags property: List of key-value tag attributes associated with the document model.
getTags() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the tags property: List of key-value tag attributes associated with the document model.
getTags() - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Get the tags property: List of key-value tag attributes associated with the document model.
getTags() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
Get the tags property: List of key-value tag attributes associated with the document model.
getTags() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the tags property: List of key-value tag attributes associated with the document model.
getTarget() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
Get the target property: The target of the error.
getTarget() - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceWarning
Get the target property: The target of the error.
getTargetClassifierId() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the targetClassifierId property: Identifier of the target document classifier.
getTargetClassifierLocation() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the targetClassifierLocation property: URL of the copied document classifier in the target account.
getTargetModelId() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the targetModelId property: Identifier of the target document model.
getTargetModelLocation() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the targetModelLocation property: URL of the copied document model in the target account.
getTargetResourceId() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the targetResourceId property: ID of the target Azure resource where the document classifier should be copied to.
getTargetResourceId() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the targetResourceId property: ID of the target Azure resource where the document model should be copied to.
getTargetResourceRegion() - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
Get the targetResourceRegion property: Location of the target Azure resource where the document classifier should be copied to.
getTargetResourceRegion() - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Get the targetResourceRegion property: Location of the target Azure resource where the document model should be copied to.
Get the API Key - Search tag in Overview
Section
Getting started - Search tag in Overview
Section
getTrainingHours() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the trainingHours property: Number of V100-equivalent GPU hours consumed for model training.
getType() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the type property: Data type of the field value.
getType() - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Get the type property: Semantic data type of the field value.
getUnit() - Method in class com.azure.ai.documentintelligence.models.AddressValue
Get the unit property: Apartment or office number.
getUnit() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the unit property: The unit used by the width, height, and polygon properties.
getUrlSource() - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Get the urlSource property: Document URL to analyze.
getUrlSource() - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Get the urlSource property: Document URL to classify.
getValue() - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
Get the value property: Barcode value.
getValue() - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
Get the value property: LaTex expression describing the formula.
getValue() - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValuePair
Get the value property: Field value of the key-value pair.
getValueAddress() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueAddress property: Address value.
getValueCountryRegion() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueCountryRegion property: 3-letter country code value (ISO 3166-1 alpha-3).
getValueCurrency() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueCurrency property: Currency value.
getValueDate() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueDate property: Date value in YYYY-MM-DD format (ISO 8601).
getValueInteger() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueInteger property: Integer value.
getValueList() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueList property: Array of field values.
getValueMap() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueMap property: Dictionary of named field values.
getValueNumber() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueNumber property: Floating point value.
getValuePhoneNumber() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valuePhoneNumber property: Phone number value in E.164 format (ex. +19876543210).
getValueSelectionGroup() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueSelectionGroup property: Selection group value.
getValueSelectionMark() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueSelectionMark property: Selection mark value.
getValueSignature() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueSignature property: Presence of signature.
getValueString() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueString property: String value.
getValueTime() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueTime property: Time value in hh:mm:ss format (ISO 8601).
getVersion() - Method in enum com.azure.ai.documentintelligence.DocumentIntelligenceServiceVersion
getWarnings() - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
Get the warnings property: List of warnings encountered.
getWarnings() - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Get the warnings property: List of warnings encountered while building the classifier.
getWarnings() - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
Get the warnings property: List of warnings encountered while building the model.
getWidth() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the width property: The width of the image/PDF in pixels/inches, respectively.
getWords() - Method in class com.azure.ai.documentintelligence.models.DocumentPage
Get the words property: Extracted words from the page.

H

httpClient(HttpClient) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
httpClient(HttpClient) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.

I

INCH - Static variable in class com.azure.ai.documentintelligence.models.LengthUnit
Length unit for PDF files.
INLINE - Static variable in class com.azure.ai.documentintelligence.models.DocumentFormulaKind
A formula embedded within the content of a paragraph.
INTEGER - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Integer number, normalized to 64-bit signed integer.
isAllowOverwrite() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Get the allowOverwrite property: Allow overwriting an existing classifier with the same name.
isAllowOverwrite() - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Get the allowOverwrite property: Allow overwriting an existing model with the same name.
isHandwritten() - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
Get the isHandwritten property: Is content handwritten?.
isOverwriteExisting() - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Get the overwriteExisting property: Overwrite existing analyze result files?.
isValueBoolean() - Method in class com.azure.ai.documentintelligence.models.DocumentField
Get the valueBoolean property: Boolean value.
ITALIC - Static variable in class com.azure.ai.documentintelligence.models.DocumentFontStyle
Characters are visually slanted to the right.
ITF - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Interleaved 2 of 5 barcode, as defined in ANSI/AIM BC2-1995.

K

KEY_VALUE_PAIRS - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the detection of general key value pairs (form fields) in the document.
Key concepts - Search tag in Overview
Section

L

LANGUAGES - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the detection of the text content language.
LengthUnit - Class in com.azure.ai.documentintelligence.models
The unit used by the width, height, and polygon properties.
LengthUnit() - Constructor for class com.azure.ai.documentintelligence.models.LengthUnit
Deprecated.
Use the LengthUnit.fromString(String) factory method.
listAnalyzeBatchResults(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
List batch document analysis results.
listAnalyzeBatchResults(String) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
List batch document analysis results.
listAnalyzeBatchResults(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAsyncClient
List batch document analysis results.
listAnalyzeBatchResults(String, RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClient
List batch document analysis results.
listClassifiers() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
List all document classifiers.
listClassifiers() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
List all document classifiers.
listClassifiers(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
List all document classifiers.
listClassifiers(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
List all document classifiers.
listModels() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
List all document models.
listModels() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
List all document models.
listModels(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
List all document models.
listModels(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
List all document models.
listOperations() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Lists all operations.
listOperations() - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Lists all operations.
listOperations(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationAsyncClient
Lists all operations.
listOperations(RequestOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClient
Lists all operations.
Long-running operations - Search tag in Overview
Section

M

Manage your models - Search tag in Overview
Section
MARKDOWN - Static variable in class com.azure.ai.documentintelligence.models.DocumentContentFormat
Markdown representation of the document content with section headings, tables, etc.
MAXI_CODE - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
MaxiCode, as defined in ISO/IEC 16023:2000.
MICRO_QR_CODE - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Micro QR code, as defined in ISO/IEC 23941:2022.
ModelCopyAuthorization - Class in com.azure.ai.documentintelligence.models
Authorization to copy a document model to the specified target resource and modelId.
ModelCopyAuthorization(String, String, String, String, String, OffsetDateTime) - Constructor for class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Creates an instance of ModelCopyAuthorization class.

N

NEURAL - Static variable in class com.azure.ai.documentintelligence.models.DocumentBuildMode
Support documents with diverse visual templates.
Next steps - Search tag in Overview
Section
NONE - Static variable in class com.azure.ai.documentintelligence.models.SplitMode
Treat the entire file as a single document.
NORMAL - Static variable in class com.azure.ai.documentintelligence.models.DocumentFontStyle
Characters are represented normally.
NORMAL - Static variable in class com.azure.ai.documentintelligence.models.DocumentFontWeight
Characters are represented normally.
NOT_STARTED - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation has not started yet.
NUMBER - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Floating point number, normalized to double precision floating point.

O

OBJECT - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Named list of subfields of potentially different types.
OCR_HIGH_RESOLUTION - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Perform OCR at a higher resolution to handle documents with fine print.
OperationKind - Class in com.azure.ai.documentintelligence.models
Type of operation.
OperationKind() - Constructor for class com.azure.ai.documentintelligence.models.OperationKind
Deprecated.
Use the OperationKind.fromString(String) factory method.

P

PAGE_FOOTER - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
Text near the bottom edge of the page.
PAGE_HEADER - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
Text near the top edge of the page.
PAGE_NUMBER - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
Page number.
ParagraphRole - Class in com.azure.ai.documentintelligence.models
Semantic role of the paragraph.
ParagraphRole() - Constructor for class com.azure.ai.documentintelligence.models.ParagraphRole
Deprecated.
Use the ParagraphRole.fromString(String) factory method.
PDF - Static variable in class com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Generate searchable PDF output.
PDF417 - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
PDF417, as defined in ISO 15438.
PER_PAGE - Static variable in class com.azure.ai.documentintelligence.models.SplitMode
Treat each page in the file as a separate document.
PHONE_NUMBER - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Phone number, normalized to E.164 (+{CountryCode}{SubscriberNumber}) format.
pipeline(HttpPipeline) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
pipeline(HttpPipeline) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
PIXEL - Static variable in class com.azure.ai.documentintelligence.models.LengthUnit
Length unit for image files.
Prerequisites - Search tag in Overview
Section

Q

QR_CODE - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
QR code, as defined in ISO/IEC 18004:2015.
QUERY_FIELDS - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the extraction of additional fields via the queryFields query parameter.

R

retryOptions(RetryOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
.
retryOptions(RetryOptions) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
ROW_HEADER - Static variable in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Describes the content of the row.
RUNNING - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation is in progress.

S

SECTION_HEADING - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
Sub heading describing a section of the document.
SELECTED - Static variable in class com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.
SELECTION_GROUP - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Array of selected string values.
SELECTION_MARK - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Is field selected?.
serviceVersion(DocumentIntelligenceServiceVersion) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceAdministrationClientBuilder
Sets Service version.
serviceVersion(DocumentIntelligenceServiceVersion) - Method in class com.azure.ai.documentintelligence.DocumentIntelligenceClientBuilder
Sets Service version.
setAllowOverwrite(Boolean) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Set the allowOverwrite property: Allow overwriting an existing classifier with the same name.
setAllowOverwrite(Boolean) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the allowOverwrite property: Allow overwriting an existing model with the same name.
setAzureBlobFileListSource(AzureBlobFileListContentSource) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.
setAzureBlobFileListSource(AzureBlobFileListContentSource) - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data for a classifier document type.
setAzureBlobSource(AzureBlobContentSource) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the azureBlobSource property: Azure Blob Storage location containing the training data.
setAzureBlobSource(AzureBlobContentSource) - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Set the azureBlobSource property: Azure Blob Storage location containing the training data for a classifier document type.
setBaseClassifierId(String) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Set the baseClassifierId property: Base classifierId on top of which to train the classifier.
setBuildMode(DocumentBuildMode) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the buildMode property: Custom document model build mode.
setConfidenceThreshold(Double) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the confidenceThreshold property: Only perform analysis if docType confidence is above threshold.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Set the description property: Document classifier description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Set the description property: Document model description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Set the description property: Document classifier description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the description property: Document model description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Set the description property: Document model description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Set the description property: Field description.
setDescription(String) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the description property: Document model description.
setDocumentAnalysisFeatures(DocumentAnalysisFeature...) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set optional analysis features.
setDocumentAnalysisFeatures(DocumentAnalysisFeature...) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Set optional analysis features.
setDocumentAnalysisFeatures(List<DocumentAnalysisFeature>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set the list of optional analysis features.
setDocumentAnalysisFeatures(List<DocumentAnalysisFeature>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Set the list of optional analysis features.
setExample(String) - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Set the example property: Example field content.
setFeatures(List<DocumentAnalysisFeature>) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the features property: List of optional analysis features.
setFieldConfidence(Map<String, Double>) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the fieldConfidence property: Estimated confidence for each field.
setFieldSchema(Map<String, DocumentFieldSchema>) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.
setItems(DocumentFieldSchema) - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Set the items property: Field type schema of each array element.
setLocale(String) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set the locale value.
setLocale(String) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Set the locale value.
setMaxDocumentsToAnalyze(Integer) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the maxDocumentsToAnalyze property: Maximum number of documents of specified type to analyze.
setMaxTrainingHours(Double) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the maxTrainingHours property: Max number of V100-equivalent GPU hours to use for model training.
setModelId(String) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the modelId property: Document model to use for analyzing documents with specified type.
setOutput(List<AnalyzeOutputFormat>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Sets the list of output formats.
setOutput(List<AnalyzeOutputFormat>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Sets the list of output formats.
setOutputContentFormat(DocumentContentFormat) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Sets the output content format.
setOutputContentFormat(DocumentContentFormat) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Sets the output content format.
setOverwriteExisting(Boolean) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set the overwriteExisting property: Overwrite existing analyze result files?.
setPages(List<String>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set the custom page numbers for multipage documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Set the custom page numbers for multipage documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Sets the pages.
setPrefix(String) - Method in class com.azure.ai.documentintelligence.models.AzureBlobContentSource
Set the prefix property: Blob name prefix.
setProperties(Map<String, DocumentFieldSchema>) - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
Set the properties property: Named sub-fields of the object field.
setQueryFields(List<String>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Sets the list of additional fields to include in the result.
setQueryFields(List<String>) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Sets the list of additional fields to include in the result.
setQueryFields(List<String>) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
Set the queryFields property: List of additional fields to extract.
setResultPrefix(String) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Set the resultPrefix property: Blob name prefix of result files.
setSourceKind(ContentSourceKind) - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
Set the sourceKind property: Type of training data source.
setSplit(SplitMode) - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Sets the split mode.
setSplit(SplitMode) - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Set the split property: File splitting behavior.
setStringIndexType(StringIndexType) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
Sets the string index type.
setStringIndexType(StringIndexType) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
Sets the string index type.
setStringIndexType(StringIndexType) - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
Sets the string index type.
setTags(Map<String, String>) - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Set the tags property: List of key-value tag attributes associated with the document classifier.
setTags(Map<String, String>) - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
Set the tags property: List of key-value tag attributes associated with the document model.
setTags(Map<String, String>) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
Set the tags property: List of key-value tag attributes associated with the document model.
setTags(Map<String, String>) - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Set the tags property: List of key-value tag attributes associated with the document model.
SIGNATURE - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Is signature present?.
SIGNED - Static variable in class com.azure.ai.documentintelligence.models.DocumentSignatureType
A signature is detected.
SKIPPED - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation has been skipped.
SplitMode - Class in com.azure.ai.documentintelligence.models
Document splitting mode.
SplitMode() - Constructor for class com.azure.ai.documentintelligence.models.SplitMode
Deprecated.
Use the SplitMode.fromString(String) factory method.
STRING - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Plain text.
StringIndexType - Class in com.azure.ai.documentintelligence.models
Method used to compute string offset and length.
StringIndexType() - Constructor for class com.azure.ai.documentintelligence.models.StringIndexType
Deprecated.
Use the StringIndexType.fromString(String) factory method.
STUB_HEAD - Static variable in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Describes the row headers, usually located at the top left corner of a table.
STYLE_FONT - Static variable in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Enable the recognition of various font styles.
SUCCEEDED - Static variable in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
The operation has succeeded.

T

TEMPLATE - Static variable in class com.azure.ai.documentintelligence.models.DocumentBuildMode
Target documents with similar visual templates.
TEXT - Static variable in class com.azure.ai.documentintelligence.models.DocumentContentFormat
Plain text representation of the document content without any formatting.
TEXT_ELEMENTS - Static variable in class com.azure.ai.documentintelligence.models.StringIndexType
User-perceived display character, or grapheme cluster, as defined by Unicode 8.0.0.
TIME - Static variable in class com.azure.ai.documentintelligence.models.DocumentFieldType
Time, normalized to ISO 8601 (hh:mm:ss) format.
TITLE - Static variable in class com.azure.ai.documentintelligence.models.ParagraphRole
Top-level title describing the entire document.
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AddressValue
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResult
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeBatchResultDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzedDocument
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeDocumentOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AnalyzeResult
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AzureBlobContentSource
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.BoundingRegion
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.BuildDocumentModelOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.ClassifierCopyAuthorization
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.ClassifierDocumentTypeDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.ClassifyDocumentOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.CurrencyValue
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.CustomDocumentModelsDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentBarcode
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentCaption
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierBuildOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierCopyToOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentClassifierDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentField
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentFieldSchema
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentFigure
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentFootnote
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentFormula
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceError
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceInnerError
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceResourceDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceWarning
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValueElement
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentKeyValuePair
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentLanguage
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentLine
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentModelBuildOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentModelComposeOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentModelCopyToOperationDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentModelDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentPage
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentParagraph
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentSection
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentSelectionMark
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentSpan
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentStyle
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentTable
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentTableCell
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentTypeDetails
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.DocumentWord
toJson(JsonWriter) - Method in class com.azure.ai.documentintelligence.models.ModelCopyAuthorization
Troubleshooting - Search tag in Overview
Section

U

UNICODE_CODE_POINT - Static variable in class com.azure.ai.documentintelligence.models.StringIndexType
Character unit represented by a single unicode code point.
UNSELECTED - Static variable in class com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
The selection mark is not selected.
UNSIGNED - Static variable in class com.azure.ai.documentintelligence.models.DocumentSignatureType
No signatures are detected.
UPCA - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 12-digit Universal Product Code.
UPCE - Static variable in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
GS1 6-digit Universal Product Code.
URL - Static variable in class com.azure.ai.documentintelligence.models.ContentSourceKind
Content at a specific URL.
Use Prebuilt Models - Search tag in Overview
Section
UTF16_CODE_UNIT - Static variable in class com.azure.ai.documentintelligence.models.StringIndexType
Character unit represented by a 16-bit Unicode code unit.

V

V2024_11_30 - Enum constant in enum com.azure.ai.documentintelligence.DocumentIntelligenceServiceVersion
Enum value 2024-11-30.
valueOf(String) - Static method in enum com.azure.ai.documentintelligence.DocumentIntelligenceServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.ai.documentintelligence.DocumentIntelligenceServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Gets known AnalyzeOutputFormat values.
values() - Static method in class com.azure.ai.documentintelligence.models.ContentSourceKind
Gets known ContentSourceKind values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentAnalysisFeature
Gets known DocumentAnalysisFeature values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentBarcodeKind
Gets known DocumentBarcodeKind values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentBuildMode
Gets known DocumentBuildMode values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentContentFormat
Gets known DocumentContentFormat values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentFieldType
Gets known DocumentFieldType values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentFontStyle
Gets known DocumentFontStyle values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentFontWeight
Gets known DocumentFontWeight values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentFormulaKind
Gets known DocumentFormulaKind values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
Gets known DocumentIntelligenceOperationStatus values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
Gets known DocumentSelectionMarkState values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentSignatureType
Gets known DocumentSignatureType values.
values() - Static method in class com.azure.ai.documentintelligence.models.DocumentTableCellKind
Gets known DocumentTableCellKind values.
values() - Static method in class com.azure.ai.documentintelligence.models.LengthUnit
Gets known LengthUnit values.
values() - Static method in class com.azure.ai.documentintelligence.models.OperationKind
Gets known OperationKind values.
values() - Static method in class com.azure.ai.documentintelligence.models.ParagraphRole
Gets known ParagraphRole values.
values() - Static method in class com.azure.ai.documentintelligence.models.SplitMode
Gets known SplitMode values.
values() - Static method in class com.azure.ai.documentintelligence.models.StringIndexType
Gets known StringIndexType values.
A B C D E F G H I K L M N O P Q R S T U V 
All Classes and Interfaces|All Packages