EntityRecognitionSkillLanguage 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.
Deprecated. The language codes supported for input text by EntityRecognitionSkill.
public readonly struct EntityRecognitionSkillLanguage : IEquatable<Azure.Search.Documents.Indexes.Models.EntityRecognitionSkillLanguage>
type EntityRecognitionSkillLanguage = struct
Public Structure EntityRecognitionSkillLanguage
Implements IEquatable(Of EntityRecognitionSkillLanguage)
- Inheritance
-
EntityRecognitionSkillLanguage
- Implements
Constructors
EntityRecognitionSkillLanguage(String) |
Initializes a new instance of EntityRecognitionSkillLanguage. |
Properties
Ar |
Arabic. |
Cs |
Czech. |
Da |
Danish. |
De |
German. |
El |
Greek. |
En |
English. |
Es |
Spanish. |
Fi |
Finnish. |
Fr |
French. |
Hu |
Hungarian. |
It |
Italian. |
Ja |
Japanese. |
Ko |
Korean. |
Nl |
Dutch. |
No |
Norwegian (Bokmaal). |
Pl |
Polish. |
PtBR |
Portuguese (Brazil). |
PtPT |
Portuguese (Portugal). |
Ru |
Russian. |
Sv |
Swedish. |
Tr |
Turkish. |
ZhHans |
Chinese-Simplified. |
ZhHant |
Chinese-Traditional. |
Methods
Equals(EntityRecognitionSkillLanguage) |
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(EntityRecognitionSkillLanguage, EntityRecognitionSkillLanguage) |
Determines if two EntityRecognitionSkillLanguage values are the same. |
Implicit(String to EntityRecognitionSkillLanguage) |
Converts a string to a EntityRecognitionSkillLanguage. |
Inequality(EntityRecognitionSkillLanguage, EntityRecognitionSkillLanguage) |
Determines if two EntityRecognitionSkillLanguage values are not the same. |
Applies to
Azure SDK for .NET