CustomEntityLookupSkillLanguage Struct

Definition

The language codes supported for input text by CustomEntityLookupSkill.

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

Constructors

CustomEntityLookupSkillLanguage(String)

Initializes a new instance of CustomEntityLookupSkillLanguage.

Properties

Da

Danish.

De

German.

En

English.

Es

Spanish.

Fi

Finnish.

Fr

French.

It

Italian.

Ko

Korean.

Pt

Portuguese.

Methods

Equals(CustomEntityLookupSkillLanguage)

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

Determines if two CustomEntityLookupSkillLanguage values are the same.

Implicit(String to CustomEntityLookupSkillLanguage)

Converts a string to a CustomEntityLookupSkillLanguage.

Inequality(CustomEntityLookupSkillLanguage, CustomEntityLookupSkillLanguage)

Determines if two CustomEntityLookupSkillLanguage values are not the same.

Applies to