Uses of Class
com.azure.ai.textanalytics.TextAnalyticsClientBuilder
Packages that use TextAnalyticsClientBuilder
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
-
Uses of TextAnalyticsClientBuilder in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return TextAnalyticsClientBuilderModifier and TypeMethodDescriptionTextAnalyticsClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.TextAnalyticsClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.TextAnalyticsClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.TextAnalyticsClientBuilder.credential(com.azure.core.credential.AzureKeyCredential keyCredential) Sets theAzureKeyCredentialto use when authenticating HTTP requests for thisTextAnalyticsClientBuilder.TextAnalyticsClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.TextAnalyticsClientBuilder.defaultCountryHint(String countryHint) Set the default country hint option for one client.TextAnalyticsClientBuilder.defaultLanguage(String language) Set the default language option for one client.Sets the service endpoint for the Azure Text Analytics instance.TextAnalyticsClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.TextAnalyticsClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.TextAnalyticsClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.TextAnalyticsClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.TextAnalyticsClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.TextAnalyticsClientBuilder.serviceVersion(TextAnalyticsServiceVersion version) Sets theTextAnalyticsServiceVersionthat is used when making API requests.