ImageAnalysisSkillLanguage 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 by ImageAnalysisSkill.
public readonly struct ImageAnalysisSkillLanguage : IEquatable<Azure.Search.Documents.Indexes.Models.ImageAnalysisSkillLanguage>
type ImageAnalysisSkillLanguage = struct
Public Structure ImageAnalysisSkillLanguage
Implements IEquatable(Of ImageAnalysisSkillLanguage)
- Inheritance
-
ImageAnalysisSkillLanguage
- Implements
Constructors
ImageAnalysisSkillLanguage(String) |
Initializes a new instance of ImageAnalysisSkillLanguage. |
Properties
Ar |
Arabic. |
Az |
Azerbaijani. |
Bg |
Bulgarian. |
Bs |
Bosnian Latin. |
Ca |
Catalan. |
Cs |
Czech. |
Cy |
Welsh. |
Da |
Danish. |
De |
German. |
El |
Greek. |
En |
English. |
Es |
Spanish. |
Et |
Estonian. |
Eu |
Basque. |
Fi |
Finnish. |
Fr |
French. |
Ga |
Irish. |
Gl |
Galician. |
He |
Hebrew. |
Hi |
Hindi. |
Hr |
Croatian. |
Hu |
Hungarian. |
Id |
Indonesian. |
It |
Italian. |
Ja |
Japanese. |
Kk |
Kazakh. |
Ko |
Korean. |
Lt |
Lithuanian. |
Lv |
Latvian. |
Mk |
Macedonian. |
Ms |
Malay Malaysia. |
Nb |
Norwegian (Bokmal). |
Nl |
Dutch. |
Pl |
Polish. |
Prs |
Dari. |
Pt |
Portuguese-Portugal. |
PtBR |
Portuguese-Brazil. |
PtPT |
Portuguese-Portugal. |
Ro |
Romanian. |
Ru |
Russian. |
Sk |
Slovak. |
Sl |
Slovenian. |
SrCyrl |
Serbian - Cyrillic RS. |
SrLatn |
Serbian - Latin RS. |
Sv |
Swedish. |
Th |
Thai. |
Tr |
Turkish. |
Uk |
Ukrainian. |
Vi |
Vietnamese. |
Zh |
Chinese Simplified. |
ZhHans |
Chinese Simplified. |
ZhHant |
Chinese Traditional. |
Methods
Equals(ImageAnalysisSkillLanguage) |
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(ImageAnalysisSkillLanguage, ImageAnalysisSkillLanguage) |
Determines if two ImageAnalysisSkillLanguage values are the same. |
Implicit(String to ImageAnalysisSkillLanguage) |
Converts a string to a ImageAnalysisSkillLanguage. |
Inequality(ImageAnalysisSkillLanguage, ImageAnalysisSkillLanguage) |
Determines if two ImageAnalysisSkillLanguage values are not the same. |
Applies to
Azure SDK for .NET