Skip navigation links
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 

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.FormRecognizerClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
AF - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value af for FormRecognizerLanguage.
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.

B

BASIC - Static variable in class com.azure.ai.formrecognizer.models.FormReadingOrder
Static value BASIC for FormReadingOrder.
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, 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) - 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, 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>, 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>) - 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, 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(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.
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.
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, 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) - 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, 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(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).
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).
beginRecognizeContentFromUrl(String) - Method in class com.azure.ai.formrecognizer.FormRecognizerAsyncClient
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) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes content/layout data from documents using optical character recognition (OCR).
beginRecognizeContentFromUrl(String, RecognizeContentOptions, Context) - Method in class com.azure.ai.formrecognizer.FormRecognizerClient
Recognizes content/layout data using optical character recognition (OCR).
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.
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.
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, 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) - 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, 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(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.
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.
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, 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.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, 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(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.
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.
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, 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) - 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, 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(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.
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.
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, 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) - 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, 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, TrainingOptions) - 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, 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.
BR - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value br for FormRecognizerLanguage.
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.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.

C

CA - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value ca for FormRecognizerLanguage.
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.FormRecognizerClientBuilder
Sets the client options such as application ID and custom headers to set on a request.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the client options such as application ID and custom headers to set on a request.
CO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value co for FormRecognizerLanguage.
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.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.
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.
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
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
 
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this FormRecognizerClientBuilder.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
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.training.FormTrainingClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
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.
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.
DE - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value de for FormRecognizerLanguage.
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.

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.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

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.
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.
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 FormRecognizerClientBuilder.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.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.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.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.
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.
getCells() - Method in class com.azure.ai.formrecognizer.models.FormTable
Get the list of cells contained 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.models.FormTableCell
Get the column index of the 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.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.
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(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(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.
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.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.
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.
getExpiresOn() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the date-time when the access token expires.
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.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.
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.models.FormPage
Get the height property: The height of the image/PDF in pixels/inches, respectively.
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.
getLastPageNumber() - Method in class com.azure.ai.formrecognizer.models.FormPageRange
Get the last page number.
getLatest() - Static method in enum com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Gets the latest service version supported by this client library
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.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.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.
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.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.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).
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.
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.
getReadingOrder() - Method in class com.azure.ai.formrecognizer.models.RecognizeContentOptions
Get the order in which recognized text lines are returned.
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.
getResourceRegion() - Method in class com.azure.ai.formrecognizer.training.models.CopyAuthorization
Get the location of the target Form Recognizer resource.
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.
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.models.FormTableCell
Get the row index of the 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.models.FormPage
Get the selection marks in the input document.
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.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.
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.
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.
getTables() - Method in class com.azure.ai.formrecognizer.models.FormPage
Get the tables property: List of data tables extracted from the page.
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.
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.models.FormField
Get the value of the recognized field.
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.FormRecognizerServiceVersion
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.models.FormLine
Get the list of words in the text line.
getX() - Method in class com.azure.ai.formrecognizer.models.Point
Gets the x-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.FormRecognizerClientBuilder
Sets the HTTP client 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 HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the logging configuration for HTTP requests and responses.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the logging configuration for HTTP requests and responses.
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.
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.
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.
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.

M

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.
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.

O

OC - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value oc for FormRecognizerLanguage.
OTHER - Static variable in class com.azure.ai.formrecognizer.models.TextStyleName
Static value other for TextStyleName.

P

pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the HTTP pipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the HTTP pipeline to use for the service client.
PL - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value pl for FormRecognizerLanguage.
Point - Class in com.azure.ai.formrecognizer.models
Represents the x and y coordinates of a 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

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
 
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Sets the RetryPolicy.RetryPolicy() that is used when each request is sent.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Sets the RetryPolicy.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.

S

SCO - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value sco for FormRecognizerLanguage.
SELECTED - Static variable in class com.azure.ai.formrecognizer.models.SelectionMarkState
Static value SELECTED for SelectionMarkState.
SelectionMarkState - Class in com.azure.ai.formrecognizer.models
Defines values for SelectionMarkState.
SelectionMarkState() - Constructor for class com.azure.ai.formrecognizer.models.SelectionMarkState
 
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.
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.
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.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.
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.
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.
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

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
 
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.

U

UNSELECTED - Static variable in class com.azure.ai.formrecognizer.models.SelectionMarkState
Static value UNSELECTED for SelectionMarkState.
UZ - Static variable in class com.azure.ai.formrecognizer.models.FormRecognizerLanguage
Static value uz for FormRecognizerLanguage.

V

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 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 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 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.