Uses of Class
com.azure.search.documents.indexes.models.SentimentSkill
Packages that use SentimentSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SentimentSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SentimentSkillModifier and TypeMethodDescriptionSentimentSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).SentimentSkill.setDefaultLanguageCode(SentimentSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.SentimentSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.SentimentSkill.setModelVersion(String modelVersion) Set the modelVersion property: The version of the model to use when calling the Text Analytics service.Set the name property: The name of the skill which uniquely identifies it within the skillset.SentimentSkill.setOpinionMiningIncluded(Boolean opinionMiningIncluded) Set the opinionMiningIncluded property: If set to true, the skill output will include information from Text Analytics for opinion mining, namely targets (nouns or verbs) and their associated assessment (adjective) in the text.