Uses of Class
com.azure.ai.textanalytics.util.AnalyzeSentimentResultCollection
Packages that use AnalyzeSentimentResultCollection
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 AnalyzeSentimentResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return AnalyzeSentimentResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.analyzeSentimentBatch(Iterable<String> documents, 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.TextAnalyticsClient.analyzeSentimentBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Deprecated.Methods in com.azure.ai.textanalytics that return types with arguments of type AnalyzeSentimentResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.analyzeSentimentBatch(Iterable<String> documents, 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.TextAnalyticsAsyncClient.analyzeSentimentBatch(Iterable<String> documents, String language, TextAnalyticsRequestOptions options) Deprecated.Mono<com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>>TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, 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.Mono<com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>>TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options) Deprecated.com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, AnalyzeSentimentOptions options, com.azure.core.util.Context context) 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.com.azure.core.http.rest.Response<AnalyzeSentimentResultCollection>TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput> documents, TextAnalyticsRequestOptions options, com.azure.core.util.Context context) Deprecated. -
Uses of AnalyzeSentimentResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return AnalyzeSentimentResultCollectionModifier and TypeMethodDescriptionAnalyzeSentimentActionResult.getDocumentsResults()Gets the sentiment analysis action result.
TextAnalyticsClient.analyzeSentimentBatch(Iterable, String, AnalyzeSentimentOptions).