Uses of Class
com.azure.ai.textanalytics.models.SentimentConfidenceScores
Packages that use SentimentConfidenceScores
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of SentimentConfidenceScores in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return SentimentConfidenceScoresModifier and TypeMethodDescriptionAssessmentSentiment.getConfidenceScores()Gets the confidence score of the sentiment label.DocumentSentiment.getConfidenceScores()Gets the sentiment confidence score (Softmax score) between 0 and 1, for each sentiment label.SentenceSentiment.getConfidenceScores()Gets the confidence score of the sentiment label.TargetSentiment.getConfidenceScores()Gets the confidence score of the sentiment label.Constructors in com.azure.ai.textanalytics.models with parameters of type SentimentConfidenceScoresModifierConstructorDescriptionDocumentSentiment(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.SentenceSentiment(String text, TextSentiment sentiment, SentimentConfidenceScores confidenceScores) Creates aSentenceSentimentmodel that describes the sentiment analysis of sentence.