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
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
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.
Returns
The latest SentimentSkill version.
toString()
valueOf(String name)
values()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java