Uses of Class
com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
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 documents.
-
Uses of DocumentAnalysisClientBuilder in com.azure.ai.formrecognizer.documentanalysis
Modifier and TypeMethodDescriptionDocumentAnalysisClientBuilder.addPolicy
(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policy
to apply on each request sent.DocumentAnalysisClientBuilder.audience
(DocumentAnalysisAudience audience) Sets the audience for the Azure Form Recognizer service.DocumentAnalysisClientBuilder.clientOptions
(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.DocumentAnalysisClientBuilder.configuration
(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.DocumentAnalysisClientBuilder.credential
(com.azure.core.credential.AzureKeyCredential azureKeyCredential) Sets theAzureKeyCredential
to use when authenticating HTTP requests for this DocumentAnalysisClientBuilder.DocumentAnalysisClientBuilder.credential
(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredential
used to authorize requests sent to the service.Sets the service endpoint for the Azure Document Analysis instance.DocumentAnalysisClientBuilder.httpClient
(com.azure.core.http.HttpClient client) Sets theHttpClient
to use for sending and receiving requests to and from the service.DocumentAnalysisClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.DocumentAnalysisClientBuilder.pipeline
(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipeline
to use for the service client.DocumentAnalysisClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for all the requests made through the client.DocumentAnalysisClientBuilder.retryPolicy
(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicy()
that is used when each request is sent.DocumentAnalysisClientBuilder.serviceVersion
(DocumentAnalysisServiceVersion version) Sets theDocumentAnalysisServiceVersion
that is used when making API requests.