Uses of Class
com.azure.ai.textanalytics.models.SentenceSentiment
Packages that use SentenceSentiment
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of SentenceSentiment in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return types with arguments of type SentenceSentimentModifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<SentenceSentiment>DocumentSentiment.getSentences()Gets a list of sentence sentiments.Constructor parameters in com.azure.ai.textanalytics.models with type arguments of type SentenceSentimentModifierConstructorDescriptionDocumentSentiment(TextSentiment sentiment, SentimentConfidenceScores confidenceScores, com.azure.core.util.IterableStream<SentenceSentiment> sentences, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings) Creates aDocumentSentimentmodel that describes the sentiment of the document.