CustomEntityLookupSkillLanguage Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET