Uses of Class
com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisClientBuilder
Packages that use DocumentAnalysisClientBuilder
Package
Description
Package containing classes for creating a
DocumentAnalysisAsyncClient and
DocumentAnalysisClient to perform document analysis operations
on Azure Form Recognizer service.-
Uses of DocumentAnalysisClientBuilder in com.azure.ai.formrecognizer.documentanalysis
Methods in com.azure.ai.formrecognizer.documentanalysis that return DocumentAnalysisClientBuilderModifier and TypeMethodDescriptionDocumentAnalysisClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto 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 theAzureKeyCredentialto use when authenticating HTTP requests for this DocumentAnalysisClientBuilder.DocumentAnalysisClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused 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 theHttpClientto use for sending and receiving requests to and from the service.DocumentAnalysisClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.DocumentAnalysisClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.DocumentAnalysisClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor 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 theDocumentAnalysisServiceVersionthat is used when making API requests.