Table of Contents

Class LanguageCode

Namespace
Amazon.Polly
Assembly
AWSSDK.Polly.dll

Constants used for properties of type LanguageCode.

public class LanguageCode : ConstantClass
Inheritance
LanguageCode

Constructors

LanguageCode(string)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

public LanguageCode(string value)

Parameters

value string

Fields

Arb

Constant Arb for LanguageCode

public static readonly LanguageCode Arb

Field Value

LanguageCode

CmnCN

Constant CmnCN for LanguageCode

public static readonly LanguageCode CmnCN

Field Value

LanguageCode

CyGB

Constant CyGB for LanguageCode

public static readonly LanguageCode CyGB

Field Value

LanguageCode

DaDK

Constant DaDK for LanguageCode

public static readonly LanguageCode DaDK

Field Value

LanguageCode

DeDE

Constant DeDE for LanguageCode

public static readonly LanguageCode DeDE

Field Value

LanguageCode

EnAU

Constant EnAU for LanguageCode

public static readonly LanguageCode EnAU

Field Value

LanguageCode

EnGB

Constant EnGB for LanguageCode

public static readonly LanguageCode EnGB

Field Value

LanguageCode

EnGBWLS

Constant EnGBWLS for LanguageCode

public static readonly LanguageCode EnGBWLS

Field Value

LanguageCode

EnIN

Constant EnIN for LanguageCode

public static readonly LanguageCode EnIN

Field Value

LanguageCode

EnUS

Constant EnUS for LanguageCode

public static readonly LanguageCode EnUS

Field Value

LanguageCode

EsES

Constant EsES for LanguageCode

public static readonly LanguageCode EsES

Field Value

LanguageCode

EsMX

Constant EsMX for LanguageCode

public static readonly LanguageCode EsMX

Field Value

LanguageCode

EsUS

Constant EsUS for LanguageCode

public static readonly LanguageCode EsUS

Field Value

LanguageCode

FrCA

Constant FrCA for LanguageCode

public static readonly LanguageCode FrCA

Field Value

LanguageCode

FrFR

Constant FrFR for LanguageCode

public static readonly LanguageCode FrFR

Field Value

LanguageCode

HiIN

Constant HiIN for LanguageCode

public static readonly LanguageCode HiIN

Field Value

LanguageCode

IsIS

Constant IsIS for LanguageCode

public static readonly LanguageCode IsIS

Field Value

LanguageCode

ItIT

Constant ItIT for LanguageCode

public static readonly LanguageCode ItIT

Field Value

LanguageCode

JaJP

Constant JaJP for LanguageCode

public static readonly LanguageCode JaJP

Field Value

LanguageCode

KoKR

Constant KoKR for LanguageCode

public static readonly LanguageCode KoKR

Field Value

LanguageCode

NbNO

Constant NbNO for LanguageCode

public static readonly LanguageCode NbNO

Field Value

LanguageCode

NlNL

Constant NlNL for LanguageCode

public static readonly LanguageCode NlNL

Field Value

LanguageCode

PlPL

Constant PlPL for LanguageCode

public static readonly LanguageCode PlPL

Field Value

LanguageCode

PtBR

Constant PtBR for LanguageCode

public static readonly LanguageCode PtBR

Field Value

LanguageCode

PtPT

Constant PtPT for LanguageCode

public static readonly LanguageCode PtPT

Field Value

LanguageCode

RoRO

Constant RoRO for LanguageCode

public static readonly LanguageCode RoRO

Field Value

LanguageCode

RuRU

Constant RuRU for LanguageCode

public static readonly LanguageCode RuRU

Field Value

LanguageCode

SvSE

Constant SvSE for LanguageCode

public static readonly LanguageCode SvSE

Field Value

LanguageCode

TrTR

Constant TrTR for LanguageCode

public static readonly LanguageCode TrTR

Field Value

LanguageCode

Methods

FindValue(string)

Finds the constant for the unique value.

public static LanguageCode FindValue(string value)

Parameters

value string

The unique value for the constant

Returns

LanguageCode

The constant for the unique value

Operators

implicit operator LanguageCode(string)

Utility method to convert strings to the constant class.

public static implicit operator LanguageCode(string value)

Parameters

value string

The string value to convert to the constant class.

Returns

LanguageCode