Uses of Class
com.azure.ai.textanalytics.models.DocumentSentiment
Packages that use DocumentSentiment
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of DocumentSentiment in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return DocumentSentimentModifier and TypeMethodDescriptionTextAnalyticsClient.analyzeSentiment(String document) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.TextAnalyticsClient.analyzeSentiment(String document, String language) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.TextAnalyticsClient.analyzeSentiment(String document, String language, AnalyzeSentimentOptions options) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.Methods in com.azure.ai.textanalytics that return types with arguments of type DocumentSentimentModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.analyzeSentiment(String document) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.TextAnalyticsAsyncClient.analyzeSentiment(String document, String language) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it.TextAnalyticsAsyncClient.analyzeSentiment(String document, String language, AnalyzeSentimentOptions options) Returns a sentiment prediction, as well as confidence scores for each sentiment label (Positive, Negative, and Neutral) for the document and each sentence within it. -
Uses of DocumentSentiment in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return DocumentSentimentModifier and TypeMethodDescriptionAnalyzeSentimentResult.getDocumentSentiment()Gets the document sentiment.Constructors in com.azure.ai.textanalytics.models with parameters of type DocumentSentimentModifierConstructorDescriptionAnalyzeSentimentResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, DocumentSentiment documentSentiment) Creates aAnalyzeSentimentResultmodel that describes analyzed sentiment result.