A B C D E F G H I L M N P R S T U V 
All Classes All Packages

A

AccountProperties - Class in com.azure.ai.formrecognizer.administration.models
The AccountProperties model.
AccountProperties() - Constructor for class com.azure.ai.formrecognizer.administration.models.AccountProperties
 
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
AnalyzedDocument - Class in com.azure.ai.formrecognizer.models
An object describing the location and semantic content of a document.
AnalyzedDocument() - Constructor for class com.azure.ai.formrecognizer.models.AnalyzedDocument
 
AnalyzeDocumentOptions - Class in com.azure.ai.formrecognizer.models
Options that may be passed when using analyze document API on Document Analysis client.
AnalyzeDocumentOptions() - Constructor for class com.azure.ai.formrecognizer.models.AnalyzeDocumentOptions
 
AnalyzeResult - Class in com.azure.ai.formrecognizer.models
Document analysis result.
AnalyzeResult() - Constructor for class com.azure.ai.formrecognizer.models.AnalyzeResult
 

B

beginAnalyzeDocument(String, InputStream, long) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClient
Analyzes data from documents using optical character recognition (OCR) using any of the prebuilt models or a custom-built analysis model.
beginAnalyzeDocument(String, InputStream, long, AnalyzeDocumentOptions, Context) - Method in class com.azure.ai.formrecognizer.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.
beginAnalyzeDocument(String, Flux<ByteBuffer>, long) - Method in class com.azure.ai.formrecognizer.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, Flux<ByteBuffer>, long, AnalyzeDocumentOptions) - Method in class com.azure.ai.formrecognizer.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.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.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.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.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.
beginBuildModel(String, String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildModel(String, String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Builds a custom document analysis model.
beginBuildModel(String, String, BuildModelOptions) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Builds a custom document analysis model.
beginBuildModel(String, String, BuildModelOptions, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Builds a custom document analysis model.
beginCopyModel(String, CopyAuthorization) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
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.administration.DocumentModelAdministrationClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCopyModel(String, CopyAuthorization, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.
beginCreateComposedModel(List<String>, String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>, String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>, String, CreateComposedModelOptions) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Create a composed model from the provided list of existing models in the account.
beginCreateComposedModel(List<String>, String, CreateComposedModelOptions, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Create a composed model from the provided list of existing models in the account.
BoundingRegion - Class in com.azure.ai.formrecognizer.models
Bounding box on a specific page of the input.
BoundingRegion() - Constructor for class com.azure.ai.formrecognizer.models.BoundingRegion
 
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Creates a DocumentModelAdministrationAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Creates a DocumentAnalysisAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Creates a DocumentModelAdministrationClient based on options set in the builder.
buildClient() - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Creates a DocumentAnalysisClient based on options set in the builder.
BuildModelOptions - Class in com.azure.ai.formrecognizer.administration.models
Options that may be passed using build model APIs on Document Administration client.
BuildModelOptions() - Constructor for class com.azure.ai.formrecognizer.administration.models.BuildModelOptions
 

C

CANCELED - com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Enum value canceled.
clientOptions(ClientOptions) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
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.DocumentAnalysisClientBuilder
Sets the client options such as application ID and custom headers to set on a request.
COLUMN_HEADER - Static variable in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Static value columnHeader for DocumentTableCellKind.
com.azure.ai.formrecognizer - package com.azure.ai.formrecognizer
Package containing classes for creating a DocumentAnalysisAsyncClient and DocumentAnalysisClient to perform document analysis operations on Azure Form Recognizer service.
com.azure.ai.formrecognizer.administration - package com.azure.ai.formrecognizer.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.administration.models - package com.azure.ai.formrecognizer.administration.models
Package containing model classes to perform operations DocumentModelAdministrationAsyncClient and DocumentModelAdministrationClient.
com.azure.ai.formrecognizer.models - package com.azure.ai.formrecognizer.models
Package containing model classes to perform operations DocumentAnalysisAsyncClient and DocumentAnalysisClient.
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the configuration store that is used during construction of the service client.
configuration(Configuration) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the configuration store that is used during construction of the service client.
CONTENT - Static variable in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Static value content for DocumentTableCellKind.
CopyAuthorization - Class in com.azure.ai.formrecognizer.administration.models
Authorization to copy a model to the specified target resource and modelId.
CopyAuthorization() - Constructor for class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
 
CopyAuthorizationOptions - Class in com.azure.ai.formrecognizer.administration.models
Options that may be passed when copying models into the target Form Recognizer resource.
CopyAuthorizationOptions() - Constructor for class com.azure.ai.formrecognizer.administration.models.CopyAuthorizationOptions
 
COUNTRY_REGION - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value countryRegion for DocumentFieldType.
CreateComposedModelOptions - Class in com.azure.ai.formrecognizer.administration.models
The configurable options to pass when creating a composed model.
CreateComposedModelOptions() - Constructor for class com.azure.ai.formrecognizer.administration.models.CreateComposedModelOptions
 
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this DocumentModelAdministrationClientBuilder.
credential(AzureKeyCredential) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the AzureKeyCredential to use when authenticating HTTP requests for this DocumentAnalysisClientBuilder.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.

D

DATE - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value date for DocumentFieldType.
deleteModel(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Deletes the specified custom document analysis model.
deleteModel(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Deletes the specified custom document analysis model.
deleteModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Deletes the specified custom document analysis model.
deleteModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Deletes the specified custom document analysis model.
DESCRIPTION - Static variable in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Static value description for DocumentTableCellKind.
DocTypeInfo - Class in com.azure.ai.formrecognizer.administration.models
The DocTypeInfo model.
DocTypeInfo() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocTypeInfo
 
DOCUMENT_MODEL_BUILD - Static variable in class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
Static value documentModelBuild for ModelOperationKind.
DOCUMENT_MODEL_COMPOSE - Static variable in class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
Static value documentModelCompose for ModelOperationKind.
DOCUMENT_MODEL_COPY_TO - Static variable in class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
Static value documentModelCopyTo for ModelOperationKind.
DocumentAnalysisAsyncClient - Class in com.azure.ai.formrecognizer
This class provides an asynchronous client that contains the operations that apply to Azure Form Recognizer.
DocumentAnalysisClient - Class in com.azure.ai.formrecognizer
This class provides a synchronous client that contains the operations that apply to Azure Form Recognizer.
DocumentAnalysisClientBuilder - Class in com.azure.ai.formrecognizer
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.DocumentAnalysisClientBuilder
 
DocumentAnalysisServiceVersion - Enum in com.azure.ai.formrecognizer
The versions of Azure Form Recognizer supported by this client library.
DocumentEntity - Class in com.azure.ai.formrecognizer.models
An object representing various categories of entities.
DocumentEntity() - Constructor for class com.azure.ai.formrecognizer.models.DocumentEntity
 
DocumentField - Class in com.azure.ai.formrecognizer.models
An object representing the content and location of a field value.
DocumentField() - Constructor for class com.azure.ai.formrecognizer.models.DocumentField
 
DocumentFieldSchema - Class in com.azure.ai.formrecognizer.administration.models
Description of the field semantic schema using a JSON Schema style syntax.
DocumentFieldSchema() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
 
DocumentFieldType - Class in com.azure.ai.formrecognizer.models
Defines values for DocumentFieldType.
DocumentFieldType() - Constructor for class com.azure.ai.formrecognizer.models.DocumentFieldType
 
DocumentKeyValueElement - Class in com.azure.ai.formrecognizer.models
An object representing the field key or value in a key-value pair.
DocumentKeyValueElement() - Constructor for class com.azure.ai.formrecognizer.models.DocumentKeyValueElement
 
DocumentKeyValuePair - Class in com.azure.ai.formrecognizer.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.models.DocumentKeyValuePair
 
DocumentLine - Class in com.azure.ai.formrecognizer.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.models.DocumentLine
 
DocumentModel - Class in com.azure.ai.formrecognizer.administration.models
The DocumentModel model.
DocumentModel() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocumentModel
 
DocumentModelAdministrationAsyncClient - Class in com.azure.ai.formrecognizer.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.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.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.administration.DocumentModelAdministrationClientBuilder
 
DocumentModelInfo - Class in com.azure.ai.formrecognizer.administration.models
Model summary for the built and prebuilt models.
DocumentModelInfo() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocumentModelInfo
 
DocumentModelOperationError - Class in com.azure.ai.formrecognizer.administration.models
The Error information related to the document model creation or analysis operation.
DocumentModelOperationError() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
 
DocumentModelOperationException - Exception in com.azure.ai.formrecognizer.models
General exception for client-side related failures related to document model analysis, or creation operation.
DocumentModelOperationException() - Constructor for exception com.azure.ai.formrecognizer.models.DocumentModelOperationException
 
DocumentModelOperationInnerError - Class in com.azure.ai.formrecognizer.administration.models
Detailed error.
DocumentModelOperationInnerError() - Constructor for class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationInnerError
 
DocumentOperationResult - Class in com.azure.ai.formrecognizer.models
The DocumentOperationResult model.
DocumentOperationResult() - Constructor for class com.azure.ai.formrecognizer.models.DocumentOperationResult
 
DocumentPage - Class in com.azure.ai.formrecognizer.models
Content and layout elements extracted from a page from the input.
DocumentPage() - Constructor for class com.azure.ai.formrecognizer.models.DocumentPage
 
DocumentSelectionMark - Class in com.azure.ai.formrecognizer.models
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
DocumentSelectionMark() - Constructor for class com.azure.ai.formrecognizer.models.DocumentSelectionMark
 
DocumentSignatureType - Class in com.azure.ai.formrecognizer.models
Defines values for DocumentSignatureType.
DocumentSignatureType() - Constructor for class com.azure.ai.formrecognizer.models.DocumentSignatureType
 
DocumentSpan - Class in com.azure.ai.formrecognizer.models
Contiguous region of the concatenated content property, specified as an offset and length.
DocumentSpan() - Constructor for class com.azure.ai.formrecognizer.models.DocumentSpan
 
DocumentStyle - Class in com.azure.ai.formrecognizer.models
An object representing observed text styles.
DocumentStyle() - Constructor for class com.azure.ai.formrecognizer.models.DocumentStyle
 
DocumentTable - Class in com.azure.ai.formrecognizer.models
A table object consisting table cells arranged in a rectangular layout.
DocumentTable() - Constructor for class com.azure.ai.formrecognizer.models.DocumentTable
 
DocumentTableCell - Class in com.azure.ai.formrecognizer.models
An object representing the location and content of a table cell.
DocumentTableCell() - Constructor for class com.azure.ai.formrecognizer.models.DocumentTableCell
 
DocumentTableCellKind - Class in com.azure.ai.formrecognizer.models
Defines values for DocumentTableCellKind.
DocumentTableCellKind() - Constructor for class com.azure.ai.formrecognizer.models.DocumentTableCellKind
 
DocumentWord - Class in com.azure.ai.formrecognizer.models
A word object consisting of a contiguous sequence of characters.
DocumentWord() - Constructor for class com.azure.ai.formrecognizer.models.DocumentWord
 

E

endpoint(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the service endpoint for the Azure Form Recognizer instance.
endpoint(String) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the service endpoint for the Azure Document Analysis instance.

F

FAILED - com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Enum value failed.
FLOAT - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value number for DocumentFieldType.
fromString(String) - Static method in class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
Creates or finds a ModelOperationKind from its string representation.
fromString(String) - Static method in enum com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Parses a serialized value to a ModelOperationStatus instance.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.DocumentFieldType
Creates or finds a DocumentFieldType from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.DocumentSignatureType
Creates or finds a DocumentSignatureType from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Creates or finds a DocumentTableCellKind from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.LengthUnit
Creates or finds a LengthUnit from its string representation.
fromString(String) - Static method in class com.azure.ai.formrecognizer.models.SelectionMarkState
Creates or finds a SelectionMarkState from its string representation.

G

getAccessToken() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the accessToken property: Token used to authorize the request.
getAccountProperties() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Get account information of the Form Recognizer account.
getAccountProperties() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get account information of the Form Recognizer account.
getAccountPropertiesWithResponse() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Get account information of the Form Recognizer account with a Http response.
getAccountPropertiesWithResponse(Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get account information of the Form Recognizer account with an Http response and a specified Context.
getAngle() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the angle property: The general orientation of the content in clockwise direction, measured in degrees between (-180, 180].
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.BoundingRegion
Get the boundingBox property: Bounding box on the page, or the entire page if not specified.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.DocumentLine
Get the boundingBox property: Bounding box of the line.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.DocumentSelectionMark
Get the boundingBox property: Bounding box of the selection mark.
getBoundingBox() - Method in class com.azure.ai.formrecognizer.models.DocumentWord
Get the boundingBox property: Bounding box of the word.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.AnalyzedDocument
Get the boundingRegions property: Bounding regions covering the document.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.DocumentEntity
Get the boundingRegions property: Bounding regions covering the entity.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the boundingRegions property: Bounding regions covering the field.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.DocumentKeyValueElement
Get the boundingRegions property: Bounding regions covering the key-value element.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.DocumentTable
Get the boundingRegions property: Bounding regions covering the table.
getBoundingRegions() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the boundingRegions property: Bounding regions covering the table cell.
getCategory() - Method in class com.azure.ai.formrecognizer.models.DocumentEntity
Get the category property: Entity type.
getCells() - Method in class com.azure.ai.formrecognizer.models.DocumentTable
Get the cells property: Cells contained within the table.
getCode() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
Get the code property: Error code.
getCode() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationInnerError
Get the code property: Error code.
getColumnCount() - Method in class com.azure.ai.formrecognizer.models.DocumentTable
Get the columnCount property: Number of columns in the table.
getColumnIndex() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the columnIndex property: Column index of the cell.
getColumnSpan() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the columnSpan property: Number of columns spanned by this cell.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.AnalyzedDocument
Get the confidence property: Confidence of correctly extracting the document.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentEntity
Get the confidence property: Confidence of correctly extracting the entity.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the confidence property: Confidence of correctly extracting the field.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentKeyValuePair
Get the confidence property: Confidence of correctly extracting the key-value pair.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentSelectionMark
Get the confidence property: Confidence of correctly extracting the selection mark.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentStyle
Get the confidence property: Confidence of correctly identifying the style.
getConfidence() - Method in class com.azure.ai.formrecognizer.models.DocumentWord
Get the confidence property: Confidence of correctly extracting the word.
getContent() - Method in class com.azure.ai.formrecognizer.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.models.DocumentEntity
Get the content property: Entity content.
getContent() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the content property: Field content.
getContent() - Method in class com.azure.ai.formrecognizer.models.DocumentKeyValueElement
Get the content property: Concatenated content of the key-value element in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.models.DocumentLine
Get the content property: Concatenated content of the contained elements in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the content property: Concatenated content of the table cell in reading order.
getContent() - Method in class com.azure.ai.formrecognizer.models.DocumentWord
Get the content property: Text content of the word.
getCopyAuthorization(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Generate authorization for copying a custom document analysis model into the target Form Recognizer resource.
getCopyAuthorization(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(String, CopyAuthorizationOptions) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Generate authorization for copying a custom document analysis model into the target Form Recognizer resource.
getCopyAuthorizationWithResponse(String, CopyAuthorizationOptions, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Generate authorization for copying a custom model into the target Form Recognizer resource.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModel
Get the Date and time (UTC) when the analyze operation was submitted.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelInfo
Get the createdDateTime property: Date and time (UTC) when the model was created.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
Get the Date and time (UTC) when the analyze operation was submitted.
getCreatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the createdDateTime property: Date and time (UTC) when the operation was created.
getDefaultLogOptions() - Static method in class com.azure.ai.formrecognizer.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.DocumentAnalysisClientBuilder
Gets the default Azure Document Analysis client headers and query parameters that are logged by default if HTTP logging is enabled.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.BuildModelOptions
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorizationOptions
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.CreateComposedModelOptions
Get the optional model description defined by the user.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.DocTypeInfo
Get the description property: Model description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
Get the description property: Field description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModel
Get the model description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelInfo
Get the description property: Model description.
getDescription() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
Get the model description.
getDetails() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
Get the details property: List of detailed errors.
getDocType() - Method in class com.azure.ai.formrecognizer.models.AnalyzedDocument
Get the docType property: AnalyzeDocument type.
getDocTypes() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModel
Get the supported document types.
getDocTypes() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
Get the supported document types.
getDocumentAnalysisAsyncClient() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Creates a new DocumentAnalysisAsyncClient object.
getDocumentAnalysisClient() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Creates a new DocumentAnalysisClient object.
getDocumentModelCount() - Method in class com.azure.ai.formrecognizer.administration.models.AccountProperties
Get the current count of built document analysis models
getDocumentModelLimit() - Method in class com.azure.ai.formrecognizer.administration.models.AccountProperties
Get the max number of models that can be built for this account.
getDocumentModelOperationError() - Method in exception com.azure.ai.formrecognizer.models.DocumentModelOperationException
Get the error information for this exception.
getDocuments() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the documents property: Extracted documents.
getEntities() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the entities property: Extracted entities.
getError() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
Get the error property: Encountered error.
getExample() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
Get the example property: Example field content.
getExpiresOn() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the expirationDateTime property: Date/time when the access token expires.
getFieldConfidence() - Method in class com.azure.ai.formrecognizer.administration.models.DocTypeInfo
Get the fieldConfidence property: Estimated confidence for each field.
getFields() - Method in class com.azure.ai.formrecognizer.models.AnalyzedDocument
Get the fields property: Dictionary of named field values.
getFieldSchema() - Method in class com.azure.ai.formrecognizer.administration.models.DocTypeInfo
Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.
getHeight() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the height property: The height of the image/PDF in pixels/inches, respectively.
getInnerError() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
Get the innerError property: Detailed error.
getInnerError() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationInnerError
Get the innerError property: Detailed error.
getItems() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
Get the items property: Field type schema of each array element.
getKey() - Method in class com.azure.ai.formrecognizer.models.DocumentKeyValuePair
Get the key property: Field label of the key-value pair.
getKeyValuePairs() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the keyValuePairs property: Extracted key-value pairs.
getKind() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getKind() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the kind property: Type of operation.
getKind() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the kind property: Table cell kind.
getLastUpdatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getLastUpdatedOn() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.
getLatest() - Static method in enum com.azure.ai.formrecognizer.DocumentAnalysisServiceVersion
Gets the latest service version supported by this client library
getLength() - Method in class com.azure.ai.formrecognizer.models.DocumentSpan
Get the length property: Number of characters in the content represented by the span.
getLines() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the lines property: Extracted lines from the page, potentially containing both textual and visual elements.
getLocale() - Method in class com.azure.ai.formrecognizer.models.AnalyzeDocumentOptions
Get the locale value.
getMessage() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
Get the message property: Error message.
getMessage() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationInnerError
Get the message property: Error message.
getModel(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Get detailed information for a specified model ID.
getModel(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get detailed information for a specified model ID.
getModelId() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModel
Get the Unique model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelInfo
Get the unique model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
Get the Unique model identifier.
getModelId() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the modelId property: Model ID used to produce this result.
getModelWithResponse(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Get detailed information for a specified model ID with Http response.
getModelWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get detailed information for a specified model ID.
getOffset() - Method in class com.azure.ai.formrecognizer.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.administration.DocumentModelAdministrationAsyncClient
Get detailed operation information for the specified ID.
getOperation(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get detailed operation information for the specified ID with Http response.
getOperationId() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getOperationId() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the operationId property: Operation ID.
getOperationWithResponse(String) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
Get detailed operation information for the specified ID with Http response.
getOperationWithResponse(String, Context) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
Get detailed operation information for the specified ID with Http response.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.BoundingRegion
Get the pageNumber property: 1-based page number of page containing the bounding region.
getPageNumber() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the pageNumber property: 1-based page number in the input document.
getPages() - Method in class com.azure.ai.formrecognizer.models.AnalyzeDocumentOptions
Get the custom page numbers for multi-page documents(PDF/TIFF).
getPages() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the pages property: Analyzed pages.
getPercentCompleted() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getPercentCompleted() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the percentCompleted property: Operation progress (0-100).
getPrefix() - Method in class com.azure.ai.formrecognizer.administration.models.BuildModelOptions
Get the case-sensitive prefix string to filter documents in the source path for training.
getProperties() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
Get the properties property: Named sub-fields of the object field.
getResourceLocation() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getResourceLocation() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the resourceLocation property: URL of the resource targeted by this operation.
getResultId() - Method in class com.azure.ai.formrecognizer.models.DocumentOperationResult
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.DocumentTable
Get the rowCount property: Number of rows in the table.
getRowIndex() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the rowIndex property: Row index of the cell.
getRowSpan() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the rowSpan property: Number of rows spanned by this cell.
getSelectionMarks() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the selectionMarks property: Extracted selection marks from the page.
getSpan() - Method in class com.azure.ai.formrecognizer.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.models.DocumentWord
Get the span property: Location of the word in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.models.AnalyzedDocument
Get the spans property: Location of the document in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.models.DocumentEntity
Get the spans property: Location of the entity in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the spans property: Location of the field in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.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.models.DocumentLine
Get the spans property: Location of the line in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the spans property: Location of the page in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.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.models.DocumentTable
Get the spans property: Location of the table in the reading order concatenated content.
getSpans() - Method in class com.azure.ai.formrecognizer.models.DocumentTableCell
Get the spans property: Location of the table cell in the reading order concatenated content.
getState() - Method in class com.azure.ai.formrecognizer.models.DocumentSelectionMark
Get the state property: State of the selection mark.
getStatus() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
getStatus() - Method in class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
Get the status property: Operation status.
getStyles() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the styles property: Extracted font styles.
getSubCategory() - Method in class com.azure.ai.formrecognizer.models.DocumentEntity
Get the subCategory property: Entity sub type.
getTables() - Method in class com.azure.ai.formrecognizer.models.AnalyzeResult
Get the tables property: Extracted tables.
getTarget() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError
Get the target property: Target of the error.
getTargetModelId() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the targetModelId property: Identifier of the target model.
getTargetModelLocation() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the targetModelLocation property: URL of the copied model in the target account.
getTargetResourceId() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the identifier of the target Azure resource where the model should be copied to.
getTargetResourceRegion() - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorization
Get the targetResourceRegion property: Location of the target Azure resource where the model should be copied to.
getType() - Method in class com.azure.ai.formrecognizer.administration.models.DocumentFieldSchema
Get the type property: Semantic data type of the field value.
getType() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the type property: Data type of the field value.
getUnit() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the unit property: The unit used by the width, height, and boundingBox properties.
getValue() - Method in class com.azure.ai.formrecognizer.models.DocumentKeyValuePair
Get the value property: Field value of the key-value pair.
getValueCountryRegion() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueCountryRegion property: 3-letter country code value (ISO 3166-1 alpha-3).
getValueDate() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueDate property: Date value in YYYY-MM-DD format (ISO 8601).
getValueFloat() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueFloat property: Floating point value.
getValueInteger() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueInteger property: Integer value.
getValueList() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueList property: Array of field values.
getValueMap() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueMap property: Dictionary of named field values.
getValuePhoneNumber() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valuePhoneNumber property: Phone number value in E.164 format (ex.
getValueSelectionMark() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueSelectionMark property: Selection mark value.
getValueSignature() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueSignature property: Presence of signature.
getValueString() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueString property: String value.
getValueTime() - Method in class com.azure.ai.formrecognizer.models.DocumentField
Get the valueTime property: Time value in hh:mm:ss format (ISO 8601).
getVersion() - Method in enum com.azure.ai.formrecognizer.DocumentAnalysisServiceVersion
getWidth() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the width property: The width of the image/PDF in pixels/inches, respectively.
getWords() - Method in class com.azure.ai.formrecognizer.models.DocumentPage
Get the words property: Extracted words from the page.

H

httpClient(HttpClient) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
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.DocumentAnalysisClientBuilder
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.administration.DocumentModelAdministrationClientBuilder
Sets the logging configuration for HTTP requests and responses.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the logging configuration for HTTP requests and responses.

I

INCH - Static variable in class com.azure.ai.formrecognizer.models.LengthUnit
Static value inch for LengthUnit.
INTEGER - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value integer for DocumentFieldType.
isHandwritten() - Method in class com.azure.ai.formrecognizer.models.DocumentStyle
Get the isHandwritten property: Is content handwritten?.

L

LengthUnit - Class in com.azure.ai.formrecognizer.models
Defines values for LengthUnit.
LengthUnit() - Constructor for class com.azure.ai.formrecognizer.models.LengthUnit
 
LIST - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value array for DocumentFieldType.
listModels() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationAsyncClient
List information for each model on the Form Recognizer account that were built successfully.
listModels() - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClient
List information for each model on the Form Recognizer account that were built successfully.
listModels(Context) - Method in class com.azure.ai.formrecognizer.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.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.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.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.

M

MAP - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value object for DocumentFieldType.
ModelOperation - Class in com.azure.ai.formrecognizer.administration.models
The ModelOperation model.
ModelOperation() - Constructor for class com.azure.ai.formrecognizer.administration.models.ModelOperation
 
ModelOperationInfo - Class in com.azure.ai.formrecognizer.administration.models
ModelOperationInfo.
ModelOperationInfo() - Constructor for class com.azure.ai.formrecognizer.administration.models.ModelOperationInfo
 
ModelOperationKind - Class in com.azure.ai.formrecognizer.administration.models
Defines values for ModelOperationKind.
ModelOperationKind() - Constructor for class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
 
ModelOperationStatus - Enum in com.azure.ai.formrecognizer.administration.models
Defines values for ModelOperationStatus.

N

NOT_STARTED - com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Enum value notStarted.

P

PHONE_NUMBER - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value phoneNumber for DocumentFieldType.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the HTTP pipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the HTTP pipeline to use for the service client.
PIXEL - Static variable in class com.azure.ai.formrecognizer.models.LengthUnit
Static value pixel for LengthUnit.

R

retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.administration.DocumentModelAdministrationClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the RetryPolicy() that is used when each request is sent.
ROW_HEADER - Static variable in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Static value rowHeader for DocumentTableCellKind.
RUNNING - com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Enum value running.

S

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.models.DocumentFieldType
Static value selectionMark for DocumentFieldType.
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.administration.DocumentModelAdministrationClientBuilder
Sets the DocumentAnalysisServiceVersion that is used when making API requests.
serviceVersion(DocumentAnalysisServiceVersion) - Method in class com.azure.ai.formrecognizer.DocumentAnalysisClientBuilder
Sets the DocumentAnalysisServiceVersion that is used when making API requests.
setDescription(String) - Method in class com.azure.ai.formrecognizer.administration.models.BuildModelOptions
Set the model description.
setDescription(String) - Method in class com.azure.ai.formrecognizer.administration.models.CopyAuthorizationOptions
Set the model description.
setDescription(String) - Method in class com.azure.ai.formrecognizer.administration.models.CreateComposedModelOptions
Set the optional model description defined by the user.
setLocale(String) - Method in class com.azure.ai.formrecognizer.models.AnalyzeDocumentOptions
Set the locale value.
setPages(List<String>) - Method in class com.azure.ai.formrecognizer.models.AnalyzeDocumentOptions
Set the custom page numbers for multi-page documents(PDF/TIFF).
setPrefix(String) - Method in class com.azure.ai.formrecognizer.administration.models.BuildModelOptions
Set the case-sensitive prefix string to filter documents in the source path for training.
SIGNATURE - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value signature for DocumentFieldType.
SIGNED - Static variable in class com.azure.ai.formrecognizer.models.DocumentSignatureType
Static value signed for DocumentSignatureType.
STRING - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value string for DocumentFieldType.
STUB_HEAD - Static variable in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
Static value stubHead for DocumentTableCellKind.
SUCCEEDED - com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Enum value succeeded.

T

TIME - Static variable in class com.azure.ai.formrecognizer.models.DocumentFieldType
Static value time for DocumentFieldType.
toString() - Method in enum com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
 

U

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.models.DocumentSignatureType
Static value unsigned for DocumentSignatureType.

V

V2021_09_30_PREVIEW - com.azure.ai.formrecognizer.DocumentAnalysisServiceVersion
Service version 2021-09-30-preview.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.formrecognizer.DocumentAnalysisServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in class com.azure.ai.formrecognizer.administration.models.ModelOperationKind
 
values() - Static method in enum com.azure.ai.formrecognizer.administration.models.ModelOperationStatus
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.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.models.DocumentFieldType
 
values() - Static method in class com.azure.ai.formrecognizer.models.DocumentSignatureType
 
values() - Static method in class com.azure.ai.formrecognizer.models.DocumentTableCellKind
 
values() - Static method in class com.azure.ai.formrecognizer.models.LengthUnit
 
values() - Static method in class com.azure.ai.formrecognizer.models.SelectionMarkState
 
A B C D E F G H I L M N P R S T U V 
All Classes All Packages