com.azure.ai.textanalytics
Package containing the classes for TextAnalyticsClient. The Text Analytics API is a suite of text analytics web services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. No training data is needed to use this API; just bring your text data. This API uses advanced natural language processing techniques to deliver best in class predictions. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview.
Classes
TextAnalyticsAsyncClient |
This class provides an asynchronous client that contains all the operations that apply to Azure Text Analytics. |
TextAnalyticsClient |
This class provides a synchronous client that contains all the operations that apply to Azure Text Analytics. |
TextAnalyticsClientBuilder |
This class provides a fluent builder API to help instantiation of TextAnalyticsClient and TextAnalyticsAsyncClient, call buildClient() build |
Enums
TextAnalyticsServiceVersion |
The versions of Azure Text Analytics supported by this client library. |