Uses of Class
com.azure.ai.textanalytics.models.AnalyzeSentimentOptions
Packages that use AnalyzeSentimentOptions
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 AnalyzeSentimentOptions in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics with parameters of type AnalyzeSentimentOptionsModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.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.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.TextAnalyticsAsyncClient.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, 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, 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.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. -
Uses of AnalyzeSentimentOptions in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return AnalyzeSentimentOptionsModifier and TypeMethodDescriptionAnalyzeSentimentOptions.setIncludeOpinionMining(boolean includeOpinionMining) Sets the value ofincludeOpinionMining.AnalyzeSentimentOptions.setIncludeStatistics(boolean includeStatistics) Sets the value ofincludeStatistics.AnalyzeSentimentOptions.setModelVersion(String modelVersion) Sets the model version.AnalyzeSentimentOptions.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value of service logs disable status.