ScriptKind 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.
Identifies the script of the input document. Maps to the ISO 15924 standard formal name.
public readonly struct ScriptKind : IEquatable<Azure.AI.Language.Text.ScriptKind>
type ScriptKind = struct
Public Structure ScriptKind
Implements IEquatable(Of ScriptKind)
- Inheritance
-
ScriptKind
- Implements
Constructors
ScriptKind(String) |
Initializes a new instance of ScriptKind. |
Properties
Arabic |
Script name for the Arabic script. |
Armenian |
Script name for the Armenian script. |
Bangla |
Script name for the Bangla script. |
Cyrillic |
Script name for the Cyrillic script. |
Devanagari |
Script name for the Devanagari script. |
Ethiopic |
Script name for the Ethiopic script. |
Georgian |
Script name for the Georgian script. |
Greek |
Script name for the Greek script. |
Gujarati |
Script name for the Gujarati script. |
Gurmukhi |
Script name for the Gurmukhi script. |
Hangul |
Script name for the Hangul script. |
HanSimplified |
Script name for the HanSimplified script. |
HanTraditional |
Script name for the HanTraditional script. |
Hebrew |
Script name for the Hebrew script. |
Japanese |
Script name for the Japanese script. |
Kannada |
Script name for the Kannada script. |
Khmer |
Script name for the Khmer script. |
Lao |
Script name for the Lao script. |
Latin |
Script name for the Latin script. |
Malayalam |
Script name for the Malayalam script. |
Myanmar |
Script name for the Myanmar script. |
Odia |
Script name for the Odia script. |
Sinhala |
Script name for the Sinhala script. |
Tamil |
Script name for the Tamil script. |
Telugu |
Script name for the Telugu script. |
Thaana |
Script name for the Thaana script. |
Thai |
Script name for the Thai script. |
Tibetan |
Script name for the Tibetan script. |
UnifiedCanadianAboriginalSyllabics |
Script name for the UnifiedCanadianAboriginalSyllabics script. |
Methods
Equals(ScriptKind) |
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(ScriptKind, ScriptKind) |
Determines if two ScriptKind values are the same. |
Implicit(String to ScriptKind) |
Converts a string to a ScriptKind. |
Inequality(ScriptKind, ScriptKind) |
Determines if two ScriptKind values are not the same. |
Applies to
Azure SDK for .NET