Uses of Class
com.azure.ai.formrecognizer.FormRecognizerClientBuilder
Packages that use 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
Methods in com.azure.ai.formrecognizer that return FormRecognizerClientBuilderModifier and TypeMethodDescriptionFormRecognizerClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto 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 theAzureKeyCredentialto use when authenticating HTTP requests for this FormRecognizerClientBuilder.FormRecognizerClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused 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 theHttpClientto use for sending and receiving requests to and from the service.FormRecognizerClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.FormRecognizerClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.FormRecognizerClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor 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 theFormRecognizerServiceVersionthat is used when making API requests.