KeyPhraseExtractionSkillLanguage Struct

Definition

The language codes supported for input text by KeyPhraseExtractionSkill.

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

Constructors

KeyPhraseExtractionSkillLanguage(String)

Initializes a new instance of KeyPhraseExtractionSkillLanguage.

Properties

Da

Danish.

De

German.

En

English.

Es

Spanish.

Fi

Finnish.

Fr

French.

It

Italian.

Ja

Japanese.

Ko

Korean.

Nl

Dutch.

No

Norwegian (Bokmaal).

Pl

Polish.

PtBR

Portuguese (Brazil).

PtPT

Portuguese (Portugal).

Ru

Russian.

Sv

Swedish.

Methods

Equals(KeyPhraseExtractionSkillLanguage)

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(KeyPhraseExtractionSkillLanguage, KeyPhraseExtractionSkillLanguage)

Determines if two KeyPhraseExtractionSkillLanguage values are the same.

Implicit(String to KeyPhraseExtractionSkillLanguage)

Converts a string to a KeyPhraseExtractionSkillLanguage.

Inequality(KeyPhraseExtractionSkillLanguage, KeyPhraseExtractionSkillLanguage)

Determines if two KeyPhraseExtractionSkillLanguage values are not the same.

Applies to