TextTranslationSkillLanguage Struct

Definition

The language codes supported for input text by TextTranslationSkill.

public readonly struct TextTranslationSkillLanguage : IEquatable<Azure.Search.Documents.Indexes.Models.TextTranslationSkillLanguage>
type TextTranslationSkillLanguage = struct
Public Structure TextTranslationSkillLanguage
Implements IEquatable(Of TextTranslationSkillLanguage)
Inheritance
TextTranslationSkillLanguage
Implements

Constructors

TextTranslationSkillLanguage(String)

Initializes a new instance of TextTranslationSkillLanguage.

Properties

Af

Afrikaans.

Ar

Arabic.

Bg

Bulgarian.

Bn

Bangla.

Bs

Bosnian (Latin).

Ca

Catalan.

Cs

Czech.

Cy

Welsh.

Da

Danish.

De

German.

El

Greek.

En

English.

Es

Spanish.

Et

Estonian.

Fa

Persian.

Fi

Finnish.

Fil

Filipino.

Fj

Fijian.

Fr

French.

Ga

Irish.

He

Hebrew.

Hi

Hindi.

Hr

Croatian.

Ht

Haitian Creole.

Hu

Hungarian.

Id

Indonesian.

Is

Icelandic.

It

Italian.

Ja

Japanese.

Kn

Kannada.

Ko

Korean.

Lt

Lithuanian.

Lv

Latvian.

Mg

Malagasy.

Mi

Maori.

Ml

Malayalam.

Ms

Malay.

Mt

Maltese.

Mww

Hmong Daw.

Nb

Norwegian.

Nl

Dutch.

Otq

Queretaro Otomi.

Pa

Punjabi.

Pl

Polish.

Pt

Portuguese.

PtBr

Portuguese (Brazil).

PtPT

Portuguese (Portugal).

Ro

Romanian.

Ru

Russian.

Sk

Slovak.

Sl

Slovenian.

Sm

Samoan.

SrCyrl

Serbian (Cyrillic).

SrLatn

Serbian (Latin).

Sv

Swedish.

Sw

Kiswahili.

Ta

Tamil.

Te

Telugu.

Th

Thai.

Tlh

Klingon.

TlhLatn

Klingon (Latin script).

TlhPiqd

Klingon (Klingon script).

To

Tongan.

Tr

Turkish.

Ty

Tahitian.

Uk

Ukrainian.

Ur

Urdu.

Vi

Vietnamese.

Yua

Yucatec Maya.

Yue

Cantonese (Traditional).

ZhHans

Chinese Simplified.

ZhHant

Chinese Traditional.

Methods

Equals(TextTranslationSkillLanguage)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TextTranslationSkillLanguage, TextTranslationSkillLanguage)

Determines if two TextTranslationSkillLanguage values are the same.

Implicit(String to TextTranslationSkillLanguage)

Converts a string to a TextTranslationSkillLanguage.

Inequality(TextTranslationSkillLanguage, TextTranslationSkillLanguage)

Determines if two TextTranslationSkillLanguage values are not the same.

Applies to