Uses of Enum
com.azure.search.documents.indexes.models.SentimentSkillVersion
Packages that use SentimentSkillVersion
Package
Description
Package containing classes 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 SentimentSkillVersion
SentimentSkillVersion.fromString
(String value) Gets theSentimentSkillVersion
from the stringvalue
.static SentimentSkillVersion
SentimentSkillVersion.getLatest()
Gets the latestSentimentSkill
version.SentimentSkill.getSkillVersion()
Gets the version of theSentimentSkill
.static SentimentSkillVersion
Returns 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.