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