com.microsoft.azure.cognitiveservices.language.textanalytics
This package contains the classes for TextAnalyticsAPI. 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
TextAnalyticsManager |
Entry point to Azure Cognitive Services Text Analytics manager. |
Interfaces
TextAnalytics |
An instance of this class provides access to all the operations defined in TextAnalytics. |
TextAnalyticsAPI |
The interface for TextAnalyticsAPI class. |
TextAnalytics.TextAnalyticsDetectLanguageDefinition |
The entirety of detectLanguage definition. |
TextAnalytics.TextAnalyticsDetectLanguageDefinitionStages |
Grouping of detectLanguage definition stages. |
TextAnalytics.TextAnalyticsEntitiesDefinition |
The entirety of entities definition. |
TextAnalytics.TextAnalyticsEntitiesDefinitionStages |
Grouping of entities definition stages. |
TextAnalytics.TextAnalyticsKeyPhrasesDefinition |
The entirety of keyPhrases definition. |
TextAnalytics.TextAnalyticsKeyPhrasesDefinitionStages |
Grouping of keyPhrases definition stages. |
TextAnalytics.TextAnalyticsSentimentDefinition |
The entirety of sentiment definition. |
TextAnalytics.TextAnalyticsSentimentDefinitionStages |
Grouping of sentiment definition stages. |
TextAnalytics.TextAnalyticsKeyPhrasesDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
TextAnalytics.TextAnalyticsEntitiesDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
TextAnalytics.TextAnalyticsDetectLanguageDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
TextAnalytics.TextAnalyticsSentimentDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
TextAnalytics.TextAnalyticsSentimentDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
TextAnalytics.TextAnalyticsKeyPhrasesDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
TextAnalytics.TextAnalyticsEntitiesDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
TextAnalytics.TextAnalyticsDetectLanguageDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
Azure SDK for Java