Uses of Class
com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Package
Description
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
-
Uses of FormRecognizerClientBuilder in com.azure.ai.formrecognizer
Modifier and TypeMethodDescriptionFormRecognizerClientBuilder.addPolicy
(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policy
to apply on each request sent.FormRecognizerClientBuilder.audience
(FormRecognizerAudience audience) Sets the audience for the Azure Form Recognizer service.FormRecognizerClientBuilder.clientOptions
(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.FormRecognizerClientBuilder.configuration
(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.FormRecognizerClientBuilder.credential
(com.azure.core.credential.AzureKeyCredential azureKeyCredential) Sets theAzureKeyCredential
to use when authenticating HTTP requests for this FormRecognizerClientBuilder.FormRecognizerClientBuilder.credential
(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredential
used to authorize requests sent to the service.Sets the service endpoint for the Azure Form Recognizer instance.FormRecognizerClientBuilder.httpClient
(com.azure.core.http.HttpClient client) Sets theHttpClient
to use for sending and receiving requests to and from the service.FormRecognizerClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.FormRecognizerClientBuilder.pipeline
(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipeline
to use for the service client.FormRecognizerClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for all the requests made through the client.FormRecognizerClientBuilder.retryPolicy
(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicy()
that is used when each request is sent.FormRecognizerClientBuilder.serviceVersion
(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersion
that is used when making API requests.