Index

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

A

AccountProperties - Class in com.azure.ai.formrecognizer.training.models
The AccountProperties model.
AccountProperties(int, int) - Constructor for class com.azure.ai.formrecognizer.training.models.AccountProperties
Constructs an AccountProperties object.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Adds a pipeline policy to apply on each request sent.
ADDRESS - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value address for DocumentFieldType.
AddressValue - Class in com.azure.ai.formrecognizer.documentanalysis.models
Address field value.
AddressValue() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
 
AF - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value af for FormRecognizerLanguage.
AnalyzedDocument - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object describing the location and semantic content of a document.
AnalyzedDocument() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
 
AnalyzeDocumentOptions - Class in com.azure.ai.formrecognizer.documentanalysis.models
Options that may be passed when using analyze document API on Document Analysis client.
AnalyzeDocumentOptions() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
 
AnalyzeResult - Class in com.azure.ai.formrecognizer.documentanalysis.models
Document analysis result.
AnalyzeResult() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
 
APPLICATION_PDF - Static variable in class com.azure.ai.formrecognizer.models.FormContentType
Static value Line for FormContentType.
asCountryRegion() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a country or region in the world.
asDate() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a LocalDate.
asFloat() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a Float.
asList() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a List.
asLong() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a Long.
asMap() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a Map.
asPhoneNumber() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a phone number.
asSelectionMarkState() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a selection mark state.
asString() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a String.
AST - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ast for FormRecognizerLanguage.
asTime() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the value of the field as a LocalTime.
audience(DocumentAnalysisAudience) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the audience for the Azure Form Recognizer service.
audience(DocumentAnalysisAudience) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the audience for the Azure Form Recognizer service.
audience(FormRecognizerAudience) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the audience for the Azure Form Recognizer service.
audience(FormRecognizerAudience) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the audience for the Azure Form Recognizer service.
AZURE_CHINA - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
Static value AZURE_RESOURCE_MANAGER_CHINA for DocumentAnalysisAudience.
AZURE_CHINA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerAudience
Static value AZURE_RESOURCE_MANAGER_CHINA for FormRecognizerAudience.
AZURE_GOVERNMENT - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
Static value AZURE_RESOURCE_MANAGER_GOVERNMENT for DocumentAnalysisAudience.
AZURE_GOVERNMENT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerAudience
Static value AZURE_RESOURCE_MANAGER_GOVERNMENT for FormRecognizerAudience.
AZURE_PUBLIC_CLOUD - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
Static value AZURE_RESOURCE_MANAGER_PUBLIC_CLOUD for DocumentAnalysisAudience.
AZURE_PUBLIC_CLOUD - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerAudience
Static value AZURE_RESOURCE_MANAGER_PUBLIC_CLOUD for FormRecognizerAudience.

B

BASIC - Static variable in class com.azure.ai.formrecognizer.models.FormReadingOrder
Static value BASIC for FormReadingOrder.
beginAnalyzeDocument(String, BinaryData) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisAsyncClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocument(String, BinaryData) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClient
Analyzes data from documents using optical character recognition (OCR) using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocument(String, BinaryData, AnalyzeDocumentOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisAsyncClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocument(String, BinaryData, AnalyzeDocumentOptions, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocumentFromUrl(String, String) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisAsyncClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocumentFromUrl(String, String) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocumentFromUrl(String, String, AnalyzeDocumentOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisAsyncClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocumentFromUrl(String, String, AnalyzeDocumentOptions, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClient
Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.
beginBuildDocumentModel(String, DocumentModelBuildMode) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildDocumentModel(String, DocumentModelBuildMode) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Builds a custom document analysis model.
beginBuildDocumentModel(String, DocumentModelBuildMode, String, BuildDocumentModelOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildDocumentModel(String, DocumentModelBuildMode, String, BuildDocumentModelOptions, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Builds a custom document analysis model.
beginComposeDocumentModel(List<String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Create a composed model from the provided list of existing models in the account.
beginComposeDocumentModel(List<String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Create a composed model from the provided list of existing models in the account.
beginComposeDocumentModel(List<String>, ComposeDocumentModelOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Create a composed model from the provided list of existing models in the account.
beginComposeDocumentModel(List<String>, ComposeDocumentModelOptions, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Create a composed model from the provided list of existing models in the account.
beginCopyDocumentModelTo(String, DocumentModelCopyAuthorization) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyDocumentModelTo(String, DocumentModelCopyAuthorization) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyDocumentModelTo(String, DocumentModelCopyAuthorization, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyModel(String, CopyAuthorization) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyModel(String, CopyAuthorization) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyModel(String, CopyAuthorization, Duration) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyModel(String, CopyAuthorization, Duration, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCreateComposedModel(List<String>) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>, CreateComposedModelOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>, CreateComposedModelOptions, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Create a composed model from the provided list of existing models in the account.
beginRecognizeBusinessCards(InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes business card data from the provided document data using optical character recognition (OCR) and a prebuilt trained business card model.
beginRecognizeBusinessCards(InputStream, long, RecognizeBusinessCardsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes business card data from the provided document data using optical character recognition (OCR) and a prebuilt trained business card model.
beginRecognizeBusinessCards(Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes business card data using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeBusinessCards(Flux<ByteBuffer>, long, RecognizeBusinessCardsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes business card data from documents using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeBusinessCardsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes business card data using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeBusinessCardsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes business card data from document using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeBusinessCardsFromUrl(String, RecognizeBusinessCardsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes business card data using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeBusinessCardsFromUrl(String, RecognizeBusinessCardsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes business card data from documents using optical character recognition (OCR) and a prebuilt business card trained model.
beginRecognizeContent(InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes layout data using optical character recognition (OCR) and a custom trained model.
beginRecognizeContent(InputStream, long, RecognizeContentOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes content/layout data from the provided document data using optical character recognition (OCR).
beginRecognizeContent(Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes content/layout data using optical character recognition (OCR).
beginRecognizeContent(Flux<ByteBuffer>, long, RecognizeContentOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes content/layout data using optical character recognition (OCR).
beginRecognizeContentFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes content/layout data from documents using optical character recognition (OCR).
beginRecognizeContentFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes content/layout data from documents using optical character recognition (OCR).
beginRecognizeContentFromUrl(String, RecognizeContentOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes layout data from documents using optical character recognition (OCR) and a custom trained model.
beginRecognizeContentFromUrl(String, RecognizeContentOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes content/layout data using optical character recognition (OCR).
beginRecognizeCustomForms(String, InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model with or without labels.
beginRecognizeCustomForms(String, InputStream, long, RecognizeCustomFormsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model.
beginRecognizeCustomForms(String, Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model with or without labels.
beginRecognizeCustomForms(String, Flux<ByteBuffer>, long, RecognizeCustomFormsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model with or without labels.
beginRecognizeCustomFormsFromUrl(String, String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model with or without labels.
beginRecognizeCustomFormsFromUrl(String, String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model with or without labels.
beginRecognizeCustomFormsFromUrl(String, String, RecognizeCustomFormsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model.
beginRecognizeCustomFormsFromUrl(String, String, RecognizeCustomFormsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes form data from documents using optical character recognition (OCR) and a custom trained model.
beginRecognizeIdentityDocuments(InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocuments(InputStream, long, RecognizeIdentityDocumentOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocuments(Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocuments(Flux<ByteBuffer>, long, RecognizeIdentityDocumentOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocumentsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocumentsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocumentsFromUrl(String, RecognizeIdentityDocumentOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeIdentityDocumentsFromUrl(String, RecognizeIdentityDocumentOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.
beginRecognizeInvoices(InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes data from the provided document data using optical character recognition (OCR) and a prebuilt trained invoice model.
beginRecognizeInvoices(InputStream, long, RecognizeInvoicesOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes data from the provided document data using optical character recognition (OCR) and a prebuilt trained invoice model.
beginRecognizeInvoices(Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes invoice data using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeInvoices(Flux<ByteBuffer>, long, RecognizeInvoicesOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes invoice data from documents using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeInvoicesFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes invoice data using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeInvoicesFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes invoice data from document using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeInvoicesFromUrl(String, RecognizeInvoicesOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes invoice data using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeInvoicesFromUrl(String, RecognizeInvoicesOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes invoice data from documents using optical character recognition (OCR) and a prebuilt invoice trained model.
beginRecognizeReceipts(InputStream, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes data from the provided document data using optical character recognition (OCR) and a prebuilt trained receipt model.
beginRecognizeReceipts(InputStream, long, RecognizeReceiptsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes data from the provided document data using optical character recognition (OCR) and a prebuilt trained receipt model.
beginRecognizeReceipts(Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes receipt data using optical character recognition (OCR) and a prebuilt receipt trained model.
beginRecognizeReceipts(Flux<ByteBuffer>, long, RecognizeReceiptsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes receipt data from documents using optical character recognition (OCR) and a prebuilt receipt trained model.
beginRecognizeReceiptsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes receipt data using optical character recognition (OCR) and a prebuilt receipt trained model.
beginRecognizeReceiptsFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes receipt data from document using optical character recognition (OCR) and a prebuilt receipt trained model.
beginRecognizeReceiptsFromUrl(String, RecognizeReceiptsOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
Recognizes receipt data using optical character recognition (OCR) and a prebuilt receipt trained model.
beginRecognizeReceiptsFromUrl(String, RecognizeReceiptsOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes receipt data from documents using optical character recognition (OCR) and a prebuilt receipt trained model.
beginTraining(String, boolean) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Create and train a custom model.
beginTraining(String, boolean) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Create and train a custom model.
beginTraining(String, boolean, TrainingOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Create and train a custom model.
beginTraining(String, boolean, TrainingOptions, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Create and train a custom model.
BI - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value bi for FormRecognizerLanguage.
BoundingRegion - Class in com.azure.ai.formrecognizer.documentanalysis.models
Bounding polygon on a specific page of the input.
BoundingRegion() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion
 
BR - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value br for FormRecognizerLanguage.
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Creates a DocumentModelAdministrationAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Creates a DocumentAnalysisAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Creates a FormRecognizerAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Creates a FormTrainingAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Creates a DocumentModelAdministrationClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Creates a DocumentAnalysisClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Creates a FormRecognizerClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Creates a FormTrainingClient based on options set in the builder.
BuildDocumentModelOptions - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Options that may be passed to build document models.
BuildDocumentModelOptions() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
 

C

CA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ca for FormRecognizerLanguage.
CANCELED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Static value canceled for OperationStatus.
CEB - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ceb for FormRecognizerLanguage.
CH - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ch for FormRecognizerLanguage.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
CO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value co for FormRecognizerLanguage.
COLUMN_HEADER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Static value columnHeader for DocumentTableCellKind.
com.azure.ai.formrecognizer - package com.azure.ai.formrecognizer
Package containing classes for creating a FormRecognizerClient to perform operations on Azure Form Recognizer
com.azure.ai.formrecognizer.documentanalysis - package com.azure.ai.formrecognizer.documentanalysis
Package containing classes for creating a DocumentAnalysisAsyncClient and DocumentAnalysisClient to perform document analysis operations on Azure Form Recognizer service.
com.azure.ai.formrecognizer.documentanalysis.administration - package com.azure.ai.formrecognizer.documentanalysis.administration
Package containing classes for creating a DocumentModelAdministrationAsyncClient and DocumentModelAdministrationClient to perform operations on Azure Form Recognizer document model management operations.
com.azure.ai.formrecognizer.documentanalysis.administration.models - package com.azure.ai.formrecognizer.documentanalysis.administration.models
Package containing model classes to perform operations DocumentModelAdministrationAsyncClient and DocumentModelAdministrationClient.
com.azure.ai.formrecognizer.documentanalysis.models - package com.azure.ai.formrecognizer.documentanalysis.models
Package containing model classes to perform operations DocumentAnalysisAsyncClient and DocumentAnalysisClient.
com.azure.ai.formrecognizer.models - package com.azure.ai.formrecognizer.models
Package containing classes for FormRecognizerClient.
com.azure.ai.formrecognizer.training - package com.azure.ai.formrecognizer.training
Package containing form recognizer training clients for Azure Form Recognizer.
com.azure.ai.formrecognizer.training.models - package com.azure.ai.formrecognizer.training.models
Package containing model classes for FormTrainingClient.
ComposeDocumentModelOptions - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
The configurable options to pass when creating a composed document model.
ComposeDocumentModelOptions() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
 
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the configuration store that is used during construction of the service client.
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the configuration store that is used during construction of the service client.
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the configuration store that is used during construction of the service client.
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the configuration store that is used during construction of the service client.
CONTENT - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Static value content for DocumentTableCellKind.
CopyAuthorization - Class in com.azure.ai.formrecognizer.training.models
The CopyAuthorization model.
CopyAuthorization(String, String, String, String, long) - Constructor for class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Create a CopyAuthorization object
CopyAuthorizationOptions - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Options that may be passed when copying models into the target Form Recognizer resource.
CopyAuthorizationOptions() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
 
COUNTRY_REGION - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value country region.
COUNTRY_REGION - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value countryRegion for DocumentFieldType.
CreateComposedModelOptions - Class in com.azure.ai.formrecognizer.models
The configurable options to pass when creating a composed model.
CreateComposedModelOptions() - Constructor for class com.azure.ai.formrecognizer.models.CreateComposedModelOptions
 
CREATING - Enum constant in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Enum value creating.
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this DocumentModelAdministrationClientBuilder.
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this DocumentAnalysisClientBuilder.
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this FormRecognizerClientBuilder.
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this FormTrainingClientBuilder.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
CRH - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value crh for FormRecognizerLanguage.
CS - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value cs for FormRecognizerLanguage.
CSB - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value csb for FormRecognizerLanguage.
CURRENCY - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value currency for DocumentFieldType.
CurrencyValue - Class in com.azure.ai.formrecognizer.documentanalysis.models
Currency field value.
CurrencyValue() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue
 
CustomFormModel - Class in com.azure.ai.formrecognizer.training.models
The CustomFormModel
CustomFormModel(String, CustomFormModelStatus, OffsetDateTime, OffsetDateTime, List<CustomFormSubmodel>, List<FormRecognizerError>, List<TrainingDocumentInfo>) - Constructor for class com.azure.ai.formrecognizer.training.models.CustomFormModel
Constructs a CustomFormModel object.
CustomFormModelField - Class in com.azure.ai.formrecognizer.training.models
The CustomFormModelField model.
CustomFormModelField(String, String, Float) - Constructor for class com.azure.ai.formrecognizer.training.models.CustomFormModelField
Constructs a CustomFormModelField object.
CustomFormModelInfo - Class in com.azure.ai.formrecognizer.training.models
The CustomFormModelInfo model.
CustomFormModelInfo(String, CustomFormModelStatus, OffsetDateTime, OffsetDateTime) - Constructor for class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Constructs a CustomFormModelInfo object.
CustomFormModelProperties - Class in com.azure.ai.formrecognizer.training.models
The metadata properties for a custom model.
CustomFormModelProperties() - Constructor for class com.azure.ai.formrecognizer.training.models.CustomFormModelProperties
 
CustomFormModelStatus - Enum in com.azure.ai.formrecognizer.training.models
Defines values for CustomFormModelStatus.
CustomFormSubmodel - Class in com.azure.ai.formrecognizer.training.models
The CustomFormSubmodel model.
CustomFormSubmodel(Float, Map<String, CustomFormModelField>, String) - Constructor for class com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
Constructs a CustomFormSubmodel object.

D

DA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value da for FormRecognizerLanguage.
DATE - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value date.
DATE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value date for DocumentFieldType.
DE - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value de for FormRecognizerLanguage.
deleteDocumentModel(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Deletes the specified custom document analysis model.
deleteDocumentModel(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Deletes the specified custom document analysis model.
deleteDocumentModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Deletes the specified custom document analysis model.
deleteDocumentModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Deletes the specified custom document analysis model.
deleteModel(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Deletes the specified custom model.
deleteModel(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Deletes the specified custom model.
deleteModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Deletes the specified custom model.
deleteModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Deletes the specified custom model.
DESCRIPTION - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Static value description for DocumentTableCellKind.
DOCUMENT_MODEL_BUILD - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
Static value documentModelBuild for OperationKind.
DOCUMENT_MODEL_COMPOSE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
Static value documentModelCompose for OperationKind.
DOCUMENT_MODEL_COPY_TO - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
Static value documentModelCopyTo for OperationKind.
DocumentAnalysisAsyncClient - Class in com.azure.ai.formrecognizer.documentanalysis
This class provides an asynchronous client that contains the operations that apply to Azure Form Recognizer.
DocumentAnalysisAudience - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentAnalysisAudience.
DocumentAnalysisAudience() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
 
DocumentAnalysisClient - Class in com.azure.ai.formrecognizer.documentanalysis
This class provides a synchronous client that contains the operations that apply to Azure Form Recognizer.
DocumentAnalysisClientBuilder - Class in com.azure.ai.formrecognizer.documentanalysis
This class provides a fluent builder API to help instantiation of DocumentAnalysisClients and DocumentAnalysisAsyncClients, call DocumentAnalysisClientBuilder.buildClient() buildClient} and buildAsyncClient respectively to construct an instance of the desired client.
DocumentAnalysisClientBuilder() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
 
DocumentAnalysisServiceVersion - Enum in com.azure.ai.formrecognizer.documentanalysis
The versions of Azure Form Recognizer supported by this client library.
DocumentField - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing the content and location of a field value.
DocumentField() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
 
DocumentFieldSchema - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Description of the field semantic schema using a JSON Schema style syntax.
DocumentFieldSchema() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
 
DocumentFieldType - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentFieldType.
DocumentFieldType() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
 
DocumentKeyValueElement - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing the field key or value in a key-value pair.
DocumentKeyValueElement() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValueElement
 
DocumentKeyValuePair - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing a form field with distinct field label (key) and field value (may be empty).
DocumentKeyValuePair() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValuePair
 
DocumentLanguage - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing the detected language for a given text span.
DocumentLanguage() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLanguage
 
DocumentLine - Class in com.azure.ai.formrecognizer.documentanalysis.models
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.
DocumentLine() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLine
 
DocumentModelAdministrationAsyncClient - Class in com.azure.ai.formrecognizer.documentanalysis.administration
This class provides an asynchronous client that contains model management operations that apply to Azure Form Recognizer.
DocumentModelAdministrationClient - Class in com.azure.ai.formrecognizer.documentanalysis.administration
This class provides a synchronous client that contains model management the operations that apply to Azure Form Recognizer.
DocumentModelAdministrationClientBuilder - Class in com.azure.ai.formrecognizer.documentanalysis.administration
This class provides a fluent builder API to help instantiation of FormRecognizerAdminClient and DocumentTrainingAsyncClient, call DocumentModelAdministrationClientBuilder.buildClient() buildClient} and buildAsyncClient respectively to construct an instance of the desired client.
DocumentModelAdministrationClientBuilder() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
 
DocumentModelBuildMode - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Defines values for DocumentModelBuildMode.
DocumentModelBuildMode() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildMode
 
DocumentModelBuildOperationDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Document model build operation details
DocumentModelBuildOperationDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildOperationDetails
 
DocumentModelComposeOperationDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Get Operation response object.
DocumentModelComposeOperationDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelComposeOperationDetails
 
DocumentModelCopyAuthorization - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Authorization to copy a document model to the specified target resource and modelId.
DocumentModelCopyAuthorization(String, String, String, String, String, OffsetDateTime) - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Creates an instance of a DocumentModelCopyAuthorization model.
DocumentModelCopyToOperationDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Get Operation response object.
DocumentModelCopyToOperationDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyToOperationDetails
 
DocumentModelDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Information about the document model.
DocumentModelDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
 
DocumentModelSummary - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Model summary for the built and prebuilt models.
DocumentModelSummary() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
 
DocumentPage - Class in com.azure.ai.formrecognizer.documentanalysis.models
Content and layout elements extracted from a page from the input.
DocumentPage() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
 
DocumentPageLengthUnit - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentPageLengthUnit.
DocumentPageLengthUnit() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
 
DocumentParagraph - Class in com.azure.ai.formrecognizer.documentanalysis.models
A paragraph object consisting with contiguous lines generally with common alignment and spacing.
DocumentParagraph() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentParagraph
 
DocumentSelectionMark - Class in com.azure.ai.formrecognizer.documentanalysis.models
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
DocumentSelectionMark() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMark
 
DocumentSelectionMarkState - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentSelectionMarkState.
DocumentSelectionMarkState() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
 
DocumentSignatureType - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentSignatureType.
DocumentSignatureType() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSignatureType
 
DocumentSpan - Class in com.azure.ai.formrecognizer.documentanalysis.models
Contiguous region of the concatenated content property, specified as an offset and length.
DocumentSpan() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan
 
DocumentStyle - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing observed text styles.
DocumentStyle() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentStyle
 
DocumentTable - Class in com.azure.ai.formrecognizer.documentanalysis.models
A table object consisting table cells arranged in a rectangular layout.
DocumentTable() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
 
DocumentTableCell - Class in com.azure.ai.formrecognizer.documentanalysis.models
An object representing the location and content of a table cell.
DocumentTableCell() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
 
DocumentTableCellKind - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for DocumentTableCellKind.
DocumentTableCellKind() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
 
DocumentTypeDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
The DocumentTypeDetails model representing detailed information about the document type.
DocumentTypeDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails
 
DocumentWord - Class in com.azure.ai.formrecognizer.documentanalysis.models
A word object consisting of a contiguous sequence of characters.
DocumentWord() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.DocumentWord
 
DOUBLE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value number for DocumentFieldType.

E

EN - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value en for FormRecognizerLanguage.
EN_AU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Static value en-AU for FormRecognizerLocale.
EN_CA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Static value en-CA for FormRecognizerLocale.
EN_GB - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Static value en-GB for FormRecognizerLocale.
EN_IN - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Static value en-IN for FormRecognizerLocale.
EN_US - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Static value en-US for FormRecognizerLocale.
endpoint(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the service endpoint for the Azure Form Recognizer instance.
endpoint(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the service endpoint for the Azure Document Analysis instance.
endpoint(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the service endpoint for the Azure Form Recognizer instance.
endpoint(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the service endpoint for the Azure Form Recognizer instance.
ES - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value es for FormRecognizerLanguage.
ET - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value et for FormRecognizerLanguage.
EU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value eu for FormRecognizerLanguage.

F

FAILED - Enum constant in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Enum value failed.
FAILED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Static value failed for OperationStatus.
FI - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fi for FormRecognizerLanguage.
FieldBoundingBox - Class in com.azure.ai.formrecognizer.models
Quadrangle bounding box, with coordinates specified relative to the top-left of the original image
FieldBoundingBox(List<Point>) - Constructor for class com.azure.ai.formrecognizer.models.FieldBoundingBox
Constructs a Field Bounding box object.
FieldData - Class in com.azure.ai.formrecognizer.models
The FieldData model.
FieldData(String, FieldBoundingBox, int, List<FormElement>) - Constructor for class com.azure.ai.formrecognizer.models.FieldData
Creates raw OCR FieldData item.
FieldValue - Class in com.azure.ai.formrecognizer.models
Represents the strongly-typed value of a field recognized from the input document and provides methods for converting it to the appropriate type.
FieldValue(Object, FieldValueType) - Constructor for class com.azure.ai.formrecognizer.models.FieldValue
Constructs a FieldValue object
FieldValueType - Enum in com.azure.ai.formrecognizer.models
Defines values for FieldValueType.
FIL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fil for FormRecognizerLanguage.
FJ - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fj for FormRecognizerLanguage.
FLOAT - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value floating point number.
FOOTNOTE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value footnote for ParagraphRole.
FormContentType - Class in com.azure.ai.formrecognizer.models
Define values for content type supported for local files.
FormContentType() - Constructor for class com.azure.ai.formrecognizer.models.FormContentType
 
FormElement - Class in com.azure.ai.formrecognizer.models
Represents a form element recognized from the input document.
FormField - Class in com.azure.ai.formrecognizer.models
Represents a field recognized in an input document.
FormField(String, FieldData, FieldData, FieldValue, float) - Constructor for class com.azure.ai.formrecognizer.models.FormField
Constructs a FormField object.
FormLine - Class in com.azure.ai.formrecognizer.models
Represents a line of text and its appearance.
FormLine(String, FieldBoundingBox, Integer, List<FormWord>) - Constructor for class com.azure.ai.formrecognizer.models.FormLine
Creates raw OCR item.
FormPage - Class in com.azure.ai.formrecognizer.models
Represents a page recognized from the input document.
FormPage(float, float, LengthUnit, float, List<FormLine>, List<FormTable>, int) - Constructor for class com.azure.ai.formrecognizer.models.FormPage
Constructs a FormPage object.
FormPageRange - Class in com.azure.ai.formrecognizer.models
Represents a page interval from the input document.
FormPageRange(int, int) - Constructor for class com.azure.ai.formrecognizer.models.FormPageRange
Construct a FormPageRange object.
FormReadingOrder - Class in com.azure.ai.formrecognizer.models
Defines values for the order in which recognized text lines are returned.
FormReadingOrder() - Constructor for class com.azure.ai.formrecognizer.models.FormReadingOrder
 
FormRecognizerAsyncClient - Class in com.azure.ai.formrecognizer
This class provides an asynchronous client that contains all the operations that apply to Azure Form Recognizer.
FormRecognizerAudience - Class in com.azure.ai.formrecognizer.models
Defines values for FormRecognizerAudience.
FormRecognizerAudience() - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerAudience
 
FormRecognizerClient - Class in com.azure.ai.formrecognizer
This class provides a synchronous client that contains all the operations that apply to Azure Form Recognizer.
FormRecognizerClientBuilder - Class in com.azure.ai.formrecognizer
This class provides a fluent builder API to help instantiation of FormRecognizerClients and FormRecognizerAsyncClients, call buildClient() buildClient} and buildAsyncClient respectively to construct an instance of the desired client.
FormRecognizerClientBuilder() - Constructor for class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
 
FormRecognizerError - Class in com.azure.ai.formrecognizer.models
The FormRecognizerError model.
FormRecognizerError(String, String) - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerError
Constructs a FormRecognizerError object.
FormRecognizerErrorInformation - Class in com.azure.ai.formrecognizer.models
The FormRecognizerErrorInformation model.
FormRecognizerErrorInformation(String, String) - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation
Constructs a FormRecognizerErrorInformation object.
FormRecognizerException - Exception in com.azure.ai.formrecognizer.models
General exception for FormRecognizer client-side related failures.
FormRecognizerException(String, List<FormRecognizerErrorInformation>) - Constructor for exception com.azure.ai.formrecognizer.models.FormRecognizerException
Initializes a new instance of FormRecognizerException class
FormRecognizerLanguage - Class in com.azure.ai.formrecognizer.models
The language code supported on the Form Recognizer service.
FormRecognizerLanguage() - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
 
FormRecognizerLocale - Class in com.azure.ai.formrecognizer.models
Defines values for FormRecognizerLocale.
FormRecognizerLocale() - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerLocale
 
FormRecognizerOperationResult - Class in com.azure.ai.formrecognizer.models
The FormRecognizerOperationResult model.
FormRecognizerOperationResult(String) - Constructor for class com.azure.ai.formrecognizer.models.FormRecognizerOperationResult
Constructs an OperationResult model.
FormRecognizerServiceVersion - Enum in com.azure.ai.formrecognizer
The versions of Azure Form Recognizer supported by this client library.
FormSelectionMark - Class in com.azure.ai.formrecognizer.models
Represents a selection mark recognized from the input document.
FormSelectionMark(String, FieldBoundingBox, int) - Constructor for class com.azure.ai.formrecognizer.models.FormSelectionMark
Creates a FormSelectionMark.
FormTable - Class in com.azure.ai.formrecognizer.models
Represents a table recognized from the input document.
FormTable(int, int, List<FormTableCell>, int) - Constructor for class com.azure.ai.formrecognizer.models.FormTable
Constructs a FormTable object.
FormTableCell - Class in com.azure.ai.formrecognizer.models
Represents a cell contained in a table recognized from the input document.
FormTableCell(int, int, int, int, String, FieldBoundingBox, float, boolean, boolean, int, List<FormElement>) - Constructor for class com.azure.ai.formrecognizer.models.FormTableCell
Constructs a FormTableCell object.
FormTrainingAsyncClient - Class in com.azure.ai.formrecognizer.training
This class provides an asynchronous client that contains model management operations that apply to Azure Form Recognizer.
FormTrainingClient - Class in com.azure.ai.formrecognizer.training
This class provides a synchronous client that contains model management the operations that apply to Azure Form Recognizer.
FormTrainingClientBuilder - Class in com.azure.ai.formrecognizer.training
This class provides a fluent builder API to help instantiation of FormTrainingClient and FormTrainingAsyncClient, call FormTrainingClientBuilder.buildClient() buildClient} and buildAsyncClient respectively to construct an instance of the desired client.
FormTrainingClientBuilder() - Constructor for class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
 
FormWord - Class in com.azure.ai.formrecognizer.models
Represents a word recognized from the input document.
FormWord(String, FieldBoundingBox, int, float) - Constructor for class com.azure.ai.formrecognizer.models.FormWord
Constructs a FormWord object.
FR - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fr for FormRecognizerLanguage.
fromJson(String) - Static method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Converts the json string representation to its equivalent CopyAuthorization object.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildMode
Creates or finds a DocumentModelBuildMode from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
Creates or finds a OperationKind from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Creates or finds a OperationStatus from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
Creates or finds a DocumentAnalysisAudience from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Creates or finds a DocumentFieldType from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
Creates or finds a DocumentPageLengthUnit from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
Creates or finds a DocumentSelectionMarkState from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSignatureType
Creates or finds a DocumentSignatureType from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Creates or finds a DocumentTableCellKind from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Creates or finds a ParagraphRole from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.FormContentType
Creates or finds a ElementType from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.FormReadingOrder
Parses a serialized value to a FormReadingOrder instance.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.FormRecognizerAudience
Creates or finds a FormRecognizerAudience from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Creates or finds a FormRecognizerLanguage from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.FormRecognizerLocale
Creates or finds a FormRecognizerLocale from its string representation.
fromString(String) - Static method in enum com.azure.ai.formrecognizer.models.LengthUnit
Parses a serialized value to a LengthUnit instance.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.SelectionMarkState
Creates or finds a SelectionMarkState from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.TextStyleName
Creates or finds a TextStyleName from its string representation.
fromString(String) - Static method in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Parses a serialized value to a CustomFormModelStatus instance.
fromString(String) - Static method in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Parses a serialized value to a TrainingStatus instance.
FUR - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fur for FormRecognizerLanguage.
FY - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value fy for FormRecognizerLanguage.

G

GA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ga for FormRecognizerLanguage.
GD - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value gd for FormRecognizerLanguage.
getAccessToken() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the token used to authorize the request.
getAccessToken() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the token claim used to authorize the request.
getAccountProperties() - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Get account information of the form recognizer account.
getAccountProperties() - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Get account information of the form recognizer account.
getAccountPropertiesWithResponse() - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Get account information of the form recognizer account with an Http response.
getAccountPropertiesWithResponse(Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Get account information of the form recognizer account with an Http response and a specified Context.
getAccuracy() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelField
Get the estimated extraction accuracy for this field.
getAccuracy() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
Get the estimated extraction accuracy for this model.
getAmount() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue
Get the amount property: Currency amount.
getAngle() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the angle property: The general orientation of the content in clockwise direction, measured in degrees between (-180, 180].
getAppearance() - Method in class com.azure.ai.formrecognizer.models.FormLine
Get the appearance of the text line.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FieldData
BoundingBox property of the element.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormElement
BoundingBox property of the element.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormLine
BoundingBox property of the element.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormSelectionMark
BoundingBox property of the element.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the bounding box information for the the form table.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
BoundingBox property of the element.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.FormWord
BoundingBox property of the element.
getBoundingPolygon() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion
Get the list of coordinates of bounding polygon, or the entire page if not specified.
getBoundingPolygon() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLine
Get the list of coordinates of the bounding polygon for the line.
getBoundingPolygon() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMark
Get the list of coordinates of the bounding polygon for the selection mark.
getBoundingPolygon() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentWord
Get the list of coordinates of the bounding polygon for the word.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Get the boundingRegions property: Bounding regions covering the document.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValueElement
Get the boundingRegions property: Bounding regions covering the key-value element.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentParagraph
Get the boundingRegions property: Bounding regions covering the paragraph.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
Get the boundingRegions property: Bounding regions covering the table.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the boundingRegions property: Bounding regions covering the table cell.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get the bounding regions covering the field.
getBuildMode() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails
Get the buildMode property: Custom model build mode.
getCells() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
Get the cells property: Cells contained within the table.
getCells() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the list of cells contained in the table.
getCity() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the city property: Name of city, town, village, etc.
getColumnCount() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
Get the columnCount property: Number of columns in the table.
getColumnCount() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the number of columns in the table.
getColumnIndex() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the columnIndex property: Column index of the cell.
getColumnIndex() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the column index of the cell.
getColumnSpan() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the columnSpan property: Number of columns spanned by this cell.
getColumnSpan() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the number of columns spanned by this cell.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Get the confidence property: Confidence of correctly extracting the document.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValuePair
Get the confidence property: Confidence of correctly extracting the key-value pair.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLanguage
Get the confidence property: Confidence of correctly identifying the language.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMark
Get the confidence property: Confidence of correctly extracting the selection mark.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentStyle
Get the confidence property: Confidence of correctly identifying the style.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentWord
Get the confidence property: Confidence of correctly extracting the word.
getConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get the confidence of correctly extracting the field.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.FormField
Get the estimated confidence value of the recognized field.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.FormSelectionMark
Gets the confidence property of the selection mark.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the confidence value of the recognized text of the cell.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.FormWord
Gets the confidence property of the Form Word.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models.DocumentKeyValueElement
Get the content property: Concatenated content of the key-value element in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLine
Get the content property: Concatenated content of the contained elements in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentParagraph
Get the content property: Concatenated content of the paragraph in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the content property: Concatenated content of the table cell in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentWord
Get the content property: Text content of the word.
getContent() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get the field content.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Get the type of the form.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the type of the form.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Get the type of the form.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Get the type of the form.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Get the type of the form.
getContentType() - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Get the type of the form.
getCopyAuthorization() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Generate authorization for copying a custom document analysis model into the target Form Recognizer resource.
getCopyAuthorization() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorization(String, String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorization(String, String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(CopyAuthorizationOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Generate authorization for copying a custom document analysis model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(CopyAuthorizationOptions, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(String, String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(String, String, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCountryRegion() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the countryRegion property: Country/region.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Get the Date and time (UTC) when the analyze operation was submitted.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Get the createdDateTime property: Date and time (UTC) when the model was created.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the Date and time (UTC) when the analyze operation was submitted.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the createdDateTime property: Date and time (UTC) when the operation was created.
getCustomDocumentModelCount() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails
Get the current count of built document analysis models
getCustomDocumentModelLimit() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails
Get the max number of models that can be built for this account.
getCustomModel(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Get detailed information for a specified custom model id.
getCustomModel(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Get detailed information for a specified custom model id.
getCustomModelCount() - Method in class com.azure.ai.formrecognizer.training.models.AccountProperties
Get the current count of trained custom models.
getCustomModelLimit() - Method in class com.azure.ai.formrecognizer.training.models.AccountProperties
Get the max number of models that can be trained for this account.
getCustomModelProperties() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get model metadata properties.
getCustomModelProperties() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get model metadata properties.
getCustomModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Get detailed information for a specified custom model id with Http response.
getCustomModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Get detailed information for a specified custom model id.
getDefaultLogOptions() - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Gets the default Azure Form Training client headers and query parameters that are logged by default if HTTP logging is enabled.
getDefaultLogOptions() - Static method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Gets the default Azure Document Analysis client headers and query parameters that are logged by default if HTTP logging is enabled.
getDefaultLogOptions() - Static method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Gets the default Azure Form Recognizer client headers and query parameters that are logged by default if HTTP logging is enabled.
getDefaultLogOptions() - Static method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Gets the default Azure Form Training client headers and query parameters that are logged by default if HTTP logging is enabled.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Get the optional model description defined by the user.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Get the description property: Field description.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Get the description property: Model description.
getDescription() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails
Get the description property: Model description.
getDocType() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Get the docType property: AnalyzeDocument type.
getDocumentAnalysisAsyncClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Creates a new DocumentAnalysisAsyncClient object.
getDocumentAnalysisClient() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Creates a new DocumentAnalysisClient object.
getDocumentModel(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get detailed information for a specified model ID.
getDocumentModel(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get detailed information for a specified model ID.
getDocumentModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get detailed information for a specified model ID with Http response.
getDocumentModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get detailed information for a specified model ID.
getDocuments() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the documents property: Extracted documents.
getDocumentTypes() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Get the supported document types.
getError() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the error property: Encountered error.
getErrorCode() - Method in class com.azure.ai.formrecognizer.models.FormRecognizerError
Get the code property.
getErrorCode() - Method in class com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation
Get the error code property returned by the service.
getErrorInformation() - Method in exception com.azure.ai.formrecognizer.models.FormRecognizerException
Get the error information list for this exception.
getErrors() - Method in class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Get the list of errors.
getExample() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Get the example property: Example field content.
getExpiresOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the Date/time when the access token expires.
getExpiresOn() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the date-time when the access token expires.
getFieldConfidence() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails
Get the fieldConfidence property: Estimated confidence for each field.
getFieldElements() - Method in class com.azure.ai.formrecognizer.models.FieldData
When `includeFieldElements` is set to true, gets a list of reference elements constituting this FieldData.
getFieldElements() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
When includeFieldElements is set to true, gets the list of references to the elements constituting this table cell.
getFields() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Get the fields property: Dictionary of named field values.
getFields() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
A map of the fields recognized from the input document.
getFields() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
A map of the fields recognized from the input document.
getFieldSchema() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentTypeDetails
Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.
getFirstPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormPageRange
Get the first page number of the range.
getFormRecognizerAsyncClient() - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
Creates a new FormRecognizerAsyncClient object.
getFormRecognizerClient() - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
Creates a new FormRecognizerClient object.
getFormType() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
Get the recognized form type.
getFormType() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
Gets the recognized form type for the model.
getFormTypeConfidence() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
Get the confidence of the form type identified by the model.
getHeight() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the height property: The height of the image/PDF in pixels/inches, respectively.
getHeight() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the height property: The height of the image/PDF in pixels/inches, respectively.
getHouseNumber() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the houseNumber property: Building number.
getItems() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Get the items property: Field type schema of each array element.
getKey() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValuePair
Get the key property: Field label of the key-value pair.
getKeyValuePairs() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the keyValuePairs property: Extracted key-value pairs.
getKind() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the kind property: Table cell kind.
getLabel() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelField
Get the recognized field label value.
getLabelData() - Method in class com.azure.ai.formrecognizer.models.FormField
Get the text, bounding box, and field elements for the field label.
getLanguage() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the BCP-47 language code of the text in the document.
getLanguages() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the detected languages.
getLastPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormPageRange
Get the last page number.
getLastUpdatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.
getLastUpdatedOn() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.
getLatest() - Static method in enum com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Gets the latest service version supported by this client library
getLatest() - Static method in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Gets the latest service version supported by this client library
getLength() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan
Get the length property: Number of characters in the content represented by the span.
getLines() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the lines property: Extracted lines from the page, potentially containing both textual and visual elements.
getLines() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the lines property: When includeFieldElements is set to true, a list of recognized text lines.
getLocale() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Get the locale hint for text recognition and document analysis.
getLocale() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLanguage
Get the Detected language code.
getLocale() - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Get the locale value.
getLocale() - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Get the locale information for the invoice.
getLocale() - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Get the locale information for the receipt.
getMessage() - Method in class com.azure.ai.formrecognizer.models.FormRecognizerError
Get the message property.
getMessage() - Method in class com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation
Get the message property returned by the service.
getMessage() - Method in exception com.azure.ai.formrecognizer.models.FormRecognizerException
 
getModelError() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the errors returned during the training operation.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Get the unique model identifier for the model.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Get the unique model identifier for the model.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Get the unique model identifier for the model.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Get the Unique model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Get the unique model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the modelId property: Model ID used to produce this result.
getModelId() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
Get the identifier of the model that was used for recognition, if not using a prebuilt model.
getModelId() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the modelId property.
getModelId() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the Model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get the model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
Get the unique identifier for the submodel.
getModelId() - Method in class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Get the Model identifier.
getModelName() - Method in class com.azure.ai.formrecognizer.models.CreateComposedModelOptions
Get the optional model name defined by the user.
getModelName() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the user defined model display name.
getModelName() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get the user defined model display name.
getModelName() - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Get the optional model name defined by the user.
getModelStatus() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the status of the model.
getName() - Method in class com.azure.ai.formrecognizer.models.FormField
Get the name of the field in the provided document.
getName() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelField
Get the recognized field name value.
getName() - Method in class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Get the training document name.
getOffset() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan
Get the offset property: Zero-based index of the content represented by the span.
getOperation(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get detailed operation information for the specified ID.
getOperation(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get detailed operation information for the specified ID with Http response.
getOperationId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the operationId property: Operation ID.
getOperationId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the operationId property: Operation ID.
getOperationId() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.OperationResult
Gets an ID representing the operation that can be used to poll for the status of the long-running operation.
getOperationWithResponse(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get detailed operation information for the specified ID with Http response.
getOperationWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get detailed operation information for the specified ID with Http response.
getPageCount() - Method in class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Get the total number of pages trained.
getPageNumber() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion
Get the pageNumber property: 1-based page number of page containing the bounding region.
getPageNumber() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the pageNumber property: 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FieldData
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormElement
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormLine
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormSelectionMark
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the 1-based page number in the input document.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormWord
Get the 1-based page number in the input document.
getPageRange() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
Get the first and last page number where the document is found.
getPages() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the pages property: Analyzed pages.
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizedForm
Get the list of extracted pages.
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getParagraphs() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the paragraphs property: Extracted paragraphs.
getPercentCompleted() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the percentCompleted property: Operation progress (0-100).
getPercentCompleted() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the percentCompleted property: Operation progress (0-100).
getPoBox() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the poBox property: Post office box number.
getPoints() - Method in class com.azure.ai.formrecognizer.models.FieldBoundingBox
Gets the list of all point coordinates of the bounding box.
getPollInterval() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the duration between each poll for the operation status.
getPollInterval() - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Get the duration between each poll for the operation status.
getPollInterval() - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Get the duration between each poll for the operation status.
getPollInterval() - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Get the duration between each poll for the operation status.
getPostalCode() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the postalCode property: Postal code used for mail sorting.
getPrefix() - Method in class com.azure.ai.formrecognizer.training.models.TrainingFileFilter
Get the case-sensitive prefix string to filter documents in the source path for training.
getProperties() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Get the properties property: Named sub-fields of the object field.
getReadingOrder() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the order in which recognized text lines are returned.
getResourceDetails() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get information about the current Form Recognizer resource.
getResourceDetails() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get information about the current Form Recognizer resource.
getResourceDetailsWithResponse() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
Get the information about the current Form Recognizer resource with a Http response.
getResourceDetailsWithResponse(Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
Get information about the current Form recognizer resource with a Http response and a specified Context.
getResourceId() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the Azure Resource Id of the target Form Recognizer resource where the model will be copied to.
getResourceLocation() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the resourceLocation property: URL of the resource targeted by this operation.
getResourceLocation() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the resourceLocation property: URL of the resource targeted by this operation.
getResourceRegion() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the location of the target Form Recognizer resource.
getResult() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelComposeOperationDetails
Get the result property: Operation result upon success.
getResult() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyToOperationDetails
Get the result property: Operation result upon success.
getResultId() - Method in class com.azure.ai.formrecognizer.models.FormRecognizerOperationResult
Gets an ID representing the operation that can be used to poll for the status of the long-running operation.
getRoad() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the road property: Street name.
getRole() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentParagraph
Get the role property: Semantic role of the paragraph.
getRowCount() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
Get the rowCount property: Number of rows in the table.
getRowCount() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the number of rows in the table.
getRowIndex() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the rowIndex property: Row index of the cell.
getRowIndex() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the row index of the cell.
getRowSpan() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the rowSpan property: Number of rows spanned by this cell.
getRowSpan() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the number of rows spanned by this cell.
getSelectionMarks() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the selectionMarks property: Extracted selection marks from the page.
getSelectionMarks() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the selection marks in the input document.
getSelectionMarkState() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMark
Get the state property: State of the selection mark.
getSpan() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMark
Get the span property: Location of the selection mark in the reading order concatenated content.
getSpan() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentWord
Get the span property: Location of the word in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Get the spans property: Location of the document in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models.DocumentLine
Get the spans property: Location of the line in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the spans property: Location of the page in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentParagraph
Get the spans property: Location of the paragraph in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models.DocumentTable
Get the spans property: Location of the table in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
Get the spans property: Location of the table cell in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get the location of the field in the reading order concatenated content.
getState() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the state property: First-level administrative division.
getState() - Method in class com.azure.ai.formrecognizer.models.FormSelectionMark
Gets the state property of the selection mark.
getStatus() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the status property: Operation status.
getStatus() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the status property: Operation status.
getStatus() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get the Status of the model.
getStatus() - Method in class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Get the status of the training operation.
getStreetAddress() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode.
getStyleConfidence() - Method in class com.azure.ai.formrecognizer.models.TextAppearance
Get the confidence of the recognized text line style.
getStyleName() - Method in class com.azure.ai.formrecognizer.models.TextAppearance
Get the text line style name.
getStyles() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the styles property: Extracted font styles.
getSubmodels() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the list of sub model that are part of this model, each of which can recognize and extract fields from a different type of form.
getSymbol() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue
Get the currencySymbol property: Currency symbol label, if any.
getTables() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Get the tables property: Extracted tables.
getTables() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the tables property: List of data tables extracted from the page.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Get the user defined attributes associated with the model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Get the user defined attributes associated with the model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Get the user defined attributes associated with the model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Get the user defined attributes associated with the model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Get the user defined attributes associated with the model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
Get the list of key-value tag attributes associated with the document model.
getTags() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
Get the list of key-value tag attributes associated with the document model.
getTargetModelId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the identifier of the target document model.
getTargetModelLocation() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the URL of the copied document model in the target account.
getTargetResourceId() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the identifier of the target Azure resource where the document model should be copied to.
getTargetResourceRegion() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelCopyAuthorization
Get the location of the target Azure resource where the document model should be copied to.
getText() - Method in class com.azure.ai.formrecognizer.models.FieldData
The text content of the form element.
getText() - Method in class com.azure.ai.formrecognizer.models.FormElement
The text content of the form element.
getText() - Method in class com.azure.ai.formrecognizer.models.FormLine
The text content of the form element.
getText() - Method in class com.azure.ai.formrecognizer.models.FormSelectionMark
The text content of the form element.
getText() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
The text content of the form element.
getText() - Method in class com.azure.ai.formrecognizer.models.FormWord
The text content of the form element.
getTextAngle() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the text angle property.
getTrainingCompletedOn() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the Date and time (UTC) when the model training was completed.
getTrainingCompletedOn() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get the date and time (UTC) when the model training was completed.
getTrainingDocuments() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the list of the documents used to train the model and any errors reported in each document.
getTrainingFileFilter() - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Get the filter to apply to the documents in the source path for training.
getTrainingStartedOn() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModel
Get the Date and time (UTC) when the training of the model was started.
getTrainingStartedOn() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Get the date and time (UTC) when the training of the model was started.
getType() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Get the type property: Semantic data type of the field value.
getType() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get the data type of the field value.
getUnit() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the unit property: The unit used by the width, height, and boundingBox properties.
getUnit() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the unit property: The unit used by the width, height and boundingBox properties.
getValue() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValuePair
Get the value property: Field value of the key-value pair.
getValue() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
Get value of the field.
getValue() - Method in class com.azure.ai.formrecognizer.models.FormField
Get the value of the recognized field.
getValueAsAddress() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get address value of the field.
getValueAsCountry() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the 3-letter country code value (ISO 3166-1 alpha-3).
getValueAsCurrency() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the Currency value.
getValueAsDate() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the date value in YYYY-MM-DD format (ISO 8601).
getValueAsDouble() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the double/floating point value of the field.
getValueAsList() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the array of field values.
getValueAsLong() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the long value of the field.
getValueAsMap() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the map of named field values.
getValueAsPhoneNumber() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the phone number value in E.164 format (ex.
getValueAsSelectionMark() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the selection mark value.
getValueAsSignature() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the presence of signature type.
getValueAsString() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the string value of the field.
getValueAsTime() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentField
Get the time value in hh:mm:ss format (ISO 8601).
getValueData() - Method in class com.azure.ai.formrecognizer.models.FormField
Get the text, bounding box, and field elements for the field value.
getValueType() - Method in class com.azure.ai.formrecognizer.models.FieldValue
Gets the type of the value of the field.
getVersion() - Method in enum com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
getVersion() - Method in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
getWidth() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the width property: The width of the image/PDF in pixels/inches, respectively.
getWidth() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the width property: The width of the image/PDF in pixels/inches, respectively.
getWords() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentLine
Get the words found in the spans of this DocumentLine.
getWords() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPage
Get the words property: Extracted words from the page.
getWords() - Method in class com.azure.ai.formrecognizer.models.FormLine
Get the list of words in the text line.
getX() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.Point
Gets the x-coordinate value.
getX() - Method in class com.azure.ai.formrecognizer.models.Point
Gets the x-coordinate value.
getY() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.Point
Gets the y-coordinate value.
getY() - Method in class com.azure.ai.formrecognizer.models.Point
Gets the y-coordinate value.
GIL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value gil for FormRecognizerLanguage.
GL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value gl for FormRecognizerLanguage.
GV - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value gv for FormRecognizerLanguage.

H

HANDWRITING - Static variable in class com.azure.ai.formrecognizer.models.TextStyleName
Static value handwriting for TextStyleName.
HNI - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value hni for FormRecognizerLanguage.
HSB - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value hsb for FormRecognizerLanguage.
HT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ht for FormRecognizerLanguage.
httpClient(HttpClient) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
HU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value hu for FormRecognizerLanguage.

I

IA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ia for FormRecognizerLanguage.
ID - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value id for FormRecognizerLanguage.
IMAGE_BMP - Static variable in class com.azure.ai.formrecognizer.models.FormContentType
Static value Line for FormContentType.
IMAGE_JPEG - Static variable in class com.azure.ai.formrecognizer.models.FormContentType
Static value Line for FormContentType.
IMAGE_PNG - Static variable in class com.azure.ai.formrecognizer.models.FormContentType
Static value Line for FormContentType.
IMAGE_TIFF - Static variable in class com.azure.ai.formrecognizer.models.FormContentType
Static value Line for FormContentType.
INCH - Enum constant in enum com.azure.ai.formrecognizer.models.LengthUnit
Enum value inch.
INCH - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
Static value inch for DocumentPageLengthUnit.
INVALID - Enum constant in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Enum value invalid.
isComposed() - Method in class com.azure.ai.formrecognizer.training.models.CustomFormModelProperties
Is this model composed?
isFieldElementsIncluded() - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Get the boolean which specifies if to include form element references in the result.
isFieldElementsIncluded() - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Get the boolean which specifies if to include form element references in the result.
isFieldElementsIncluded() - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Get the boolean which specifies if to include form element references in the result.
isFieldElementsIncluded() - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Get the boolean which specifies if to include form element references in the result.
isFieldElementsIncluded() - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Get the boolean which specifies if to include form element references in the result.
isFooter() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the boolean if the current cell a footer cell.
isHandwritten() - Method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentStyle
Get the isHandwritten property: Is content handwritten?.
isHeader() - Method in class com.azure.ai.formrecognizer.models.FormTableCell
Get the boolean if the current cell a header cell.
isSubfoldersIncluded() - Method in class com.azure.ai.formrecognizer.training.models.TrainingFileFilter
Get the flag to indicate if sub folders within the set of prefix folders will also need to be included when searching for content to be preprocessed.
IT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value it for FormRecognizerLanguage.
IU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value iu for FormRecognizerLanguage.

J

JA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ja for FormRecognizerLanguage.
JV - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value jv for FormRecognizerLanguage.

K

KAA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kaa for FormRecognizerLanguage.
KAC - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kac for FormRecognizerLanguage.
KEA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kea for FormRecognizerLanguage.
KHA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kha for FormRecognizerLanguage.
KL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kl for FormRecognizerLanguage.
KO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ko for FormRecognizerLanguage.
KU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ku for FormRecognizerLanguage.
KW - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value kw for FormRecognizerLanguage.

L

LB - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value lb for FormRecognizerLanguage.
LengthUnit - Enum in com.azure.ai.formrecognizer.models
Defines values for LengthUnit.
LIST - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value list.
LIST - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value array for DocumentFieldType.
listCustomModels() - Method in class com.azure.ai.formrecognizer.training.FormTrainingAsyncClient
List information for each model on the form recognizer account.
listCustomModels() - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
List information for each model on the form recognizer account.
listCustomModels(Context) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClient
List information for each model on the form recognizer account with an Http response and a specified Context.
listDocumentModels() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
List information for each model on the Form Recognizer account that were built successfully.
listDocumentModels() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
List information for each model on the Form Recognizer account that were built successfully.
listDocumentModels(Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
List information for each model on the Form Recognizer account that were built successfully with a Http response and a specified Context.
listOperations() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationAsyncClient
List information for each model operation on the Form Recognizer account in the past 24 hours.
listOperations() - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
List information for each model operation on the Form Recognizer account in the past 24 hours.
listOperations(Context) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClient
List information for each operation on the Form Recognizer account in the past 24 hours with an HTTP response and a specified Context.
LONG - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value long.
LONG - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value integer for DocumentFieldType.

M

MAP - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value map.
MAP - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value object for DocumentFieldType.
MS - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ms for FormRecognizerLanguage.
MWW - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value mww for FormRecognizerLanguage.

N

NAP - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value nap for FormRecognizerLanguage.
NATURAL - Static variable in class com.azure.ai.formrecognizer.models.FormReadingOrder
Static value NATURAL for FormReadingOrder.
NEURAL - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildMode
Static value neural for DocumentModelBuildMode.
NL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value nl for FormRecognizerLanguage.
NO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value no for FormRecognizerLanguage.
NOT_STARTED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Static value notStarted for OperationStatus.

O

OC - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value oc for FormRecognizerLanguage.
OperationDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
The OperationDetails model.
OperationDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
 
OperationKind - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Defines values for OperationKind.
OperationKind() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
 
OperationResult - Class in com.azure.ai.formrecognizer.documentanalysis.models
The OperationResult model.
OperationResult() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.OperationResult
 
OperationStatus - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
Defines values for OperationStatus.
OperationStatus() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
 
OperationSummary - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
OperationSummary.
OperationSummary() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary
 
OTHER - Static variable in class com.azure.ai.formrecognizer.models.TextStyleName
Static value other for TextStyleName.

P

PAGE_FOOTER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value pageFooter for ParagraphRole.
PAGE_HEADER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value pageHeader for ParagraphRole.
PAGE_NUMBER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value pageNumber for ParagraphRole.
ParagraphRole - Class in com.azure.ai.formrecognizer.documentanalysis.models
Defines values for ParagraphRole.
ParagraphRole() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
 
PARTIALLY_SUCCEEDED - Enum constant in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Enum value partiallySucceeded.
PHONE_NUMBER - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value phoneNumber.
PHONE_NUMBER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value phoneNumber for DocumentFieldType.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the HttpPipeline to use for the service client.
PIXEL - Enum constant in enum com.azure.ai.formrecognizer.models.LengthUnit
Enum value pixel.
PIXEL - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
Static value pixel for DocumentPageLengthUnit.
PL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value pl for FormRecognizerLanguage.
Point - Class in com.azure.ai.formrecognizer.documentanalysis.models
Represents the x and y coordinates of a vertex.
Point - Class in com.azure.ai.formrecognizer.models
Represents the x and y coordinates of a point.
Point() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.Point
 
Point(float, float) - Constructor for class com.azure.ai.formrecognizer.models.Point
Creates a Point object.
PT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value pt for FormRecognizerLanguage.

Q

QUC - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value quc for FormRecognizerLanguage.

R

READY - Enum constant in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Enum value ready.
RecognizeBusinessCardsOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize business card APIs on Form Recognizer client.
RecognizeBusinessCardsOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
 
RecognizeContentOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize content APIs on Form Recognizer client.
RecognizeContentOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeContentOptions
 
RecognizeCustomFormsOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize custom form APIs on Form Recognizer client.
RecognizeCustomFormsOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
 
RecognizedForm - Class in com.azure.ai.formrecognizer.models
Represents a form that has been recognized by a trained or prebuilt model based on the provided input document.
RecognizedForm(Map<String, FormField>, String, FormPageRange, List<FormPage>) - Constructor for class com.azure.ai.formrecognizer.models.RecognizedForm
Constructs a RecognizedForm object.
RecognizeIdentityDocumentOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize identity documents APIs on Form Recognizer client.
RecognizeIdentityDocumentOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
 
RecognizeInvoicesOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize invoice APIs on Form Recognizer client.
RecognizeInvoicesOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
 
RecognizeReceiptsOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using recognize receipt APIs on Form Recognizer client.
RecognizeReceiptsOptions() - Constructor for class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
 
ResourceDetails - Class in com.azure.ai.formrecognizer.documentanalysis.administration.models
The ResourceDetails model.
ResourceDetails() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails
 
retryOptions(RetryOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
RM - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value rm for FormRecognizerLanguage.
ROW_HEADER - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Static value rowHeader for DocumentTableCellKind.
RUNNING - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Static value running for OperationStatus.

S

SCO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sco for FormRecognizerLanguage.
SECTION_HEADING - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value sectionHeading for ParagraphRole.
SELECTED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
Static value selected for DocumentSelectionMarkState.
SELECTED - Static variable in class com.azure.ai.formrecognizer.models.SelectionMarkState
Static value SELECTED for SelectionMarkState.
SELECTION_MARK - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value selectionMark for DocumentFieldType.
SELECTION_MARK_STATE - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value selection mark state.
SelectionMarkState - Class in com.azure.ai.formrecognizer.models
Defines values for SelectionMarkState.
SelectionMarkState() - Constructor for class com.azure.ai.formrecognizer.models.SelectionMarkState
 
serviceVersion(DocumentAnalysisServiceVersion) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.DocumentModelAdministrationClientBuilder
Sets the DocumentAnalysisServiceVersion that is used when making API requests.
serviceVersion(DocumentAnalysisServiceVersion) - Method in class com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Sets the DocumentAnalysisServiceVersion that is used when making API requests.
serviceVersion(FormRecognizerServiceVersion) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the FormRecognizerServiceVersion that is used when making API requests.
serviceVersion(FormRecognizerServiceVersion) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the FormRecognizerServiceVersion that is used when making API requests.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Set the type of the form.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Set the type of the form.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Set the type of the form.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Set the type of the form.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Set the type of the form.
setContentType(FormContentType) - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Set the type of the form.
setDescription(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Set the model description.
setDescription(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Set the optional model description defined by the user.
setDescription(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Set the model description.
setFieldElementsIncluded(boolean) - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Set the boolean which specifies if to include form element references in the result.
setFieldElementsIncluded(boolean) - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Set the boolean which specifies if to include form element references in the result.
setFieldElementsIncluded(boolean) - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Set the boolean which specifies if to include form element references in the result.
setFieldElementsIncluded(boolean) - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Set the boolean which specifies if to include form element references in the result.
setFieldElementsIncluded(boolean) - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Set the boolean which specifies if to include form element references in the result.
setLanguage(FormRecognizerLanguage) - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Set the BCP-47 language code of the text in the document.
setLocale(FormRecognizerLocale) - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Set the locale value.
setLocale(FormRecognizerLocale) - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Set the locale information for the invoice.
setLocale(FormRecognizerLocale) - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Set the locale information for the receipt.
setLocale(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Set the locale value.
setModelId(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Set the unique model identifier for the model.
setModelId(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Set the unique model identifier for the model.
setModelId(String) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Set the unique model identifier for the model.
setModelName(String) - Method in class com.azure.ai.formrecognizer.models.CreateComposedModelOptions
Set the optional model name defined by the user.
setModelName(String) - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Set the optional model name defined by the user.
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeInvoicesOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPollInterval(Duration) - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Set the duration between each poll for the operation status.
setPollInterval(Duration) - Method in class com.azure.ai.formrecognizer.models.RecognizeCustomFormsOptions
Set the duration between each poll for the operation status.
setPollInterval(Duration) - Method in class com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Set the duration between each poll for the operation status.
setPollInterval(Duration) - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Set the duration between each poll for the operation status.
setPrefix(String) - Method in class com.azure.ai.formrecognizer.training.models.TrainingFileFilter
Set the case-sensitive prefix string to filter documents in the source path for training.
setReadingOrder(FormReadingOrder) - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Specifies the order in which recognized text lines are returned.
setSubfoldersIncluded(boolean) - Method in class com.azure.ai.formrecognizer.training.models.TrainingFileFilter
Set the includeSubfolders flag to indicate if sub folders are also to be included when searching for content to be preprocessed.
setTags(Map<String, String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Set the user defined attributes associated with the model.
setTags(Map<String, String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
Set the user defined attributes associated with the model.
setTags(Map<String, String>) - Method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.CopyAuthorizationOptions
Set the user defined attributes associated with the model.
setTrainingFileFilter(TrainingFileFilter) - Method in class com.azure.ai.formrecognizer.training.models.TrainingOptions
Set the filter to apply to the documents in the source path for training.
SIGNATURE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value signature for DocumentFieldType.
SIGNED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSignatureType
Static value signed for DocumentSignatureType.
SL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sl for FormRecognizerLanguage.
SQ - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sq for FormRecognizerLanguage.
STRING - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value string.
STRING - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value string for DocumentFieldType.
STUB_HEAD - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
Static value stubHead for DocumentTableCellKind.
SUCCEEDED - Enum constant in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Enum value succeeded.
SUCCEEDED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
Static value succeeded for OperationStatus.
SV - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sv for FormRecognizerLanguage.
SW - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sw for FormRecognizerLanguage.

T

TEMPLATE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildMode
Static value template for DocumentModelBuildMode.
TET - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value tet for FormRecognizerLanguage.
TextAppearance - Class in com.azure.ai.formrecognizer.models
The TextAppearance model representing the appearance of the text line.
TextAppearance() - Constructor for class com.azure.ai.formrecognizer.models.TextAppearance
 
TextStyleName - Class in com.azure.ai.formrecognizer.models
Defines values for TextStyleName.
TextStyleName() - Constructor for class com.azure.ai.formrecognizer.models.TextStyleName
 
TIME - Enum constant in enum com.azure.ai.formrecognizer.models.FieldValueType
Enum value time.
TIME - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Static value time for DocumentFieldType.
TITLE - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Static value title for ParagraphRole.
toJson() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Converts the CopyAuthorization object to its equivalent json string representation.
toString() - Method in class com.azure.ai.formrecognizer.models.FieldBoundingBox
Returns a string representation of the FieldBoundingBox.
toString() - Method in enum com.azure.ai.formrecognizer.models.LengthUnit
 
toString() - Method in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
The string representation of the enum value.
toString() - Method in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
The string representation of the enum value.
TR - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value tr for FormRecognizerLanguage.
TrainingDocumentInfo - Class in com.azure.ai.formrecognizer.training.models
The TrainingDocumentInfo model.
TrainingDocumentInfo(String, TrainingStatus, int, List<FormRecognizerError>) - Constructor for class com.azure.ai.formrecognizer.training.models.TrainingDocumentInfo
Constructs a TrainingDocumentInfo object.
TrainingFileFilter - Class in com.azure.ai.formrecognizer.training.models
The TrainingFileFilter model.
TrainingFileFilter() - Constructor for class com.azure.ai.formrecognizer.training.models.TrainingFileFilter
 
TrainingOptions - Class in com.azure.ai.formrecognizer.training.models
Options that may be passed when using training APIs on Form Training client.
TrainingOptions() - Constructor for class com.azure.ai.formrecognizer.training.models.TrainingOptions
 
TrainingStatus - Enum in com.azure.ai.formrecognizer.training.models
Defines values for TrainingStatus.
TT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value tt for FormRecognizerLanguage.
TypedDocumentField<T> - Class in com.azure.ai.formrecognizer.documentanalysis.models
Strongly typed version of DocumentField
TypedDocumentField() - Constructor for class com.azure.ai.formrecognizer.documentanalysis.models.TypedDocumentField
 

U

UNSELECTED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
Static value unselected for DocumentSelectionMarkState.
UNSELECTED - Static variable in class com.azure.ai.formrecognizer.models.SelectionMarkState
Static value UNSELECTED for SelectionMarkState.
UNSIGNED - Static variable in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSignatureType
Static value unsigned for DocumentSignatureType.
UZ - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value uz for FormRecognizerLanguage.

V

V2_0 - Enum constant in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Service version v2.0.
V2_1 - Enum constant in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Service version v2.1.
V2022_08_31 - Enum constant in enum com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Service version 2022-08-31.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.models.FieldValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.models.LengthUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Returns the enum constant of this type with the specified name.
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelBuildMode
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationKind
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationStatus
 
values() - Static method in enum com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentAnalysisAudience
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentSignatureType
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCellKind
 
values() - Static method in class com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
 
values() - Static method in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.ai.formrecognizer.models.FieldValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.formrecognizer.models.FormRecognizerAudience
 
values() - Static method in enum com.azure.ai.formrecognizer.models.LengthUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.formrecognizer.models.TextStyleName
 
values() - Static method in enum com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.ai.formrecognizer.training.models.TrainingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value vo for FormRecognizerLanguage.

W

WAE - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value wae for FormRecognizerLanguage.

Y

YUA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value yua for FormRecognizerLanguage.

Z

ZA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value za for FormRecognizerLanguage.
ZH_HANS - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value zh-Hans for FormRecognizerLanguage.
ZH_HANT - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value zh-Hant for FormRecognizerLanguage.
ZU - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value zu for FormRecognizerLanguage.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Serialized Form