SentimentSkillVersion Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. search. documents. indexes. models. SentimentSkillVersion
- com.
- java.
public enum SentimentSkillVersion
extends Enum<SentimentSkillVersion>
Represents the version of SentimentSkill.
Fields
| V1 |
Version 1 of SentimentSkill. Deprecated
This version of the skill is deprecated, please use V3. See skill deprecation for more information.
|
| V3 |
Version 3 of SentimentSkill. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static SentimentSkillVersion fromString(String value)
Gets the SentimentSkillVersion from the string value.
If the value doesn't match any version null will be returned.
Parameters
- value
- String
Returns
getLatest()
public static SentimentSkillVersion getLatest()
Gets the latest SentimentSkill version.