ScriptCode 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 script code.
public readonly struct ScriptCode : IEquatable<Azure.AI.Language.Text.ScriptCode>
type ScriptCode = struct
Public Structure ScriptCode
Implements IEquatable(Of ScriptCode)
- Inheritance
-
ScriptCode
- Implements
Constructors
ScriptCode(String) |
Initializes a new instance of ScriptCode. |
Properties
Arab |
Script code for the Arabic script. |
Armn |
Script code for the Armenian script. |
Beng |
Script code for the Bangla script. |
Cans |
Script code for the UnifiedCanadianAboriginalSyllabics script. |
Cyrl |
Script code for the Cyrillic script. |
Deva |
Script code for the Devanagari script. |
Ethi |
Script code for the Ethiopic script. |
Geor |
Script code for the Georgian script. |
Grek |
Script code for the Greek script. |
Gujr |
Script code for the Gujarati script. |
Guru |
Script code for the Gurmukhi script. |
Hang |
Script code for the Hangul script. |
Hans |
Script code for the HanSimplified script. |
Hant |
Script code for the HanTraditional script. |
Hebr |
Script code for the Hebrew script. |
Jpan |
Script code for the Japanese script. |
Khmr |
Script code for the Khmer script. |
Knda |
Script code for the Kannada script. |
Laoo |
Script code for the Lao script. |
Latn |
Script code for the Latin script. |
Mlym |
Script code for the Malayalam script. |
Mymr |
Script code for the Myanmar script. |
Orya |
Script code for the Odia script. |
Sinh |
Script code for the Sinhala script. |
Taml |
Script code for the Tamil script. |
Telu |
Script code for the Telugu script. |
Thaa |
Script code for the Thaana script. |
Thai |
Script code for the Thai script. |
Tibt |
Script code for the Tibetan script. |
Methods
Equals(ScriptCode) |
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(ScriptCode, ScriptCode) |
Determines if two ScriptCode values are the same. |
Implicit(String to ScriptCode) |
Converts a string to a ScriptCode. |
Inequality(ScriptCode, ScriptCode) |
Determines if two ScriptCode values are not the same. |
Applies to
Azure SDK for .NET