Uses of Enum
com.azure.search.documents.indexes.models.SentimentSkillVersion
Packages that use SentimentSkillVersion
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SentimentSkillVersion in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SentimentSkillVersionModifier and TypeMethodDescriptionstatic SentimentSkillVersionSentimentSkillVersion.fromString(String value) Gets theSentimentSkillVersionfrom the stringvalue.static SentimentSkillVersionSentimentSkillVersion.getLatest()Gets the latestSentimentSkillversion.SentimentSkill.getSkillVersion()Gets the version of theSentimentSkill.static SentimentSkillVersionReturns the enum constant of this type with the specified name.static SentimentSkillVersion[]SentimentSkillVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.search.documents.indexes.models with parameters of type SentimentSkillVersionModifierConstructorDescriptionSentimentSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, SentimentSkillVersion version) Creates an instance of SentimentSkill class.