SentimentSkillLanguage Class

public final class SentimentSkillLanguage
extends ExpandableStringEnum<SentimentSkillLanguage>

The language codes supported for input text by SentimentSkill.

Field Summary

Modifier and Type Field and Description
static final SentimentSkillLanguage DA

Danish.

static final SentimentSkillLanguage DE

German.

static final SentimentSkillLanguage EL

Greek.

static final SentimentSkillLanguage EN

English.

static final SentimentSkillLanguage ES

Spanish.

static final SentimentSkillLanguage FI

Finnish.

static final SentimentSkillLanguage FR

French.

static final SentimentSkillLanguage IT

Italian.

static final SentimentSkillLanguage NL

Dutch.

static final SentimentSkillLanguage NO

Norwegian (Bokmaal).

static final SentimentSkillLanguage PL

Polish.

static final SentimentSkillLanguage PT_PT

Portuguese (Portugal).

static final SentimentSkillLanguage RU

Russian.

static final SentimentSkillLanguage SV

Swedish.

static final SentimentSkillLanguage TR

Turkish.

Constructor Summary

Constructor Description
SentimentSkillLanguage()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SentimentSkillLanguage value.

Method Summary

Modifier and Type Method and Description
static SentimentSkillLanguage fromString(String name)

Creates or finds a SentimentSkillLanguage from its string representation.

static Collection<SentimentSkillLanguage> values()

Gets known SentimentSkillLanguage values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DA

public static final SentimentSkillLanguage DA

Danish.

DE

public static final SentimentSkillLanguage DE

German.

EL

public static final SentimentSkillLanguage EL

Greek.

EN

public static final SentimentSkillLanguage EN

English.

ES

public static final SentimentSkillLanguage ES

Spanish.

FI

public static final SentimentSkillLanguage FI

Finnish.

FR

public static final SentimentSkillLanguage FR

French.

IT

public static final SentimentSkillLanguage IT

Italian.

NL

public static final SentimentSkillLanguage NL

Dutch.

NO

public static final SentimentSkillLanguage NO

Norwegian (Bokmaal).

PL

public static final SentimentSkillLanguage PL

Polish.

PT_PT

public static final SentimentSkillLanguage PT_PT

Portuguese (Portugal).

RU

public static final SentimentSkillLanguage RU

Russian.

SV

public static final SentimentSkillLanguage SV

Swedish.

TR

public static final SentimentSkillLanguage TR

Turkish.

Constructor Details

SentimentSkillLanguage

@Deprecated
public SentimentSkillLanguage()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SentimentSkillLanguage value.

Method Details

fromString

public static SentimentSkillLanguage fromString(String name)

Creates or finds a SentimentSkillLanguage from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SentimentSkillLanguage.

values

public static Collection values()

Gets known SentimentSkillLanguage values.

Returns:

known SentimentSkillLanguage values.

Applies to