NamedEntityRecognitionSkillLanguage 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.
Caution
Use EntityRecognitionSkillLanguage instead.
Defines the format of NamedEntityRecognitionSkill supported language codes.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.NamedEntityRecognitionSkillLanguage>))]
[System.Obsolete("Use EntityRecognitionSkillLanguage instead.")]
public struct NamedEntityRecognitionSkillLanguage : IEquatable<Microsoft.Azure.Search.Models.NamedEntityRecognitionSkillLanguage>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.NamedEntityRecognitionSkillLanguage>))>]
[<System.Obsolete("Use EntityRecognitionSkillLanguage instead.")>]
type NamedEntityRecognitionSkillLanguage = struct
Public Structure NamedEntityRecognitionSkillLanguage
Implements IEquatable(Of NamedEntityRecognitionSkillLanguage)
- Inheritance
-
NamedEntityRecognitionSkillLanguage
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute ObsoleteAttribute
- Implements
Fields
Ar |
Indicates language code "ar" (for Arabic) |
Cs |
Indicates language code "cs" (for Czech) |
Da |
Indicates language code "da" (for Danish) |
De |
Indicates language code "de" (for German) |
En |
Indicates language code "en" (for English) |
Es |
Indicates language code "es" (for Spanish) |
Fi |
Indicates language code "fi" (for Finnish) |
Fr |
Indicates language code "fr" (for French) |
He |
Indicates language code "he" (for Hebrew) |
Hu |
Indicates language code "hu" (for Hungarian) |
It |
Indicates language code "it" (for Italian) |
Ko |
Indicates language code "ko" (for Korean) |
Pt |
Indicates language code "pt" (for Portuguese) |
PtBr |
Indicates language code "pt-br" (for Portuguese (Brazil)) |
Methods
Equals(NamedEntityRecognitionSkillLanguage) |
Compares the NamedEntityRecognitionSkillLanguage for equality with another NamedEntityRecognitionSkillLanguage. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Returns a string representation of the NamedEntityRecognitionSkillLanguage. |
Operators
Equality(NamedEntityRecognitionSkillLanguage, NamedEntityRecognitionSkillLanguage) |
Compares two NamedEntityRecognitionSkillLanguage values for equality. |
Explicit(NamedEntityRecognitionSkillLanguage to String) |
Defines explicit conversion from NamedEntityRecognitionSkillLanguage to string. |
Implicit(String to NamedEntityRecognitionSkillLanguage) |
Defines implicit conversion from string to NamedEntityRecognitionSkillLanguage. |
Inequality(NamedEntityRecognitionSkillLanguage, NamedEntityRecognitionSkillLanguage) |
Compares two NamedEntityRecognitionSkillLanguage values for inequality. |
Applies to
Azure SDK for .NET