Uses of Class
com.azure.ai.formrecognizer.training.FormTrainingClientBuilder
Packages that use FormTrainingClientBuilder
Package
Description
Package containing form recognizer training clients for Azure Form Recognizer.
-
Uses of FormTrainingClientBuilder in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training that return FormTrainingClientBuilderModifier and TypeMethodDescriptionFormTrainingClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.FormTrainingClientBuilder.audience(FormRecognizerAudience audience) Sets the audience for the Azure Form Recognizer service.FormTrainingClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.FormTrainingClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.FormTrainingClientBuilder.credential(com.azure.core.credential.AzureKeyCredential azureKeyCredential) Sets theAzureKeyCredentialto use when authenticating HTTP requests for this FormTrainingClientBuilder.FormTrainingClientBuilder.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.FormTrainingClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.FormTrainingClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.FormTrainingClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.FormTrainingClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.FormTrainingClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicy()that is used when each request is sent.FormTrainingClientBuilder.serviceVersion(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersionthat is used when making API requests.