SentimentSkillVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.search.documents.indexes.models.SentimentSkillVersion

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
The value to convert to an SentimentSkillVersion.

Returns

The SentimentSkillVersion corresponding to the value, or null if no versions match the value.

getLatest()

public static SentimentSkillVersion getLatest()

Gets the latest SentimentSkill version.

Returns

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SentimentSkillVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static SentimentSkillVersion[] values()

Returns

Applies to