TransliterableScript Class
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.
Script definition with list of script into which given script can be translitered.
public class TransliterableScript : Azure.AI.Translation.Text.LanguageScript, System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.TransliterableScript>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.TransliterableScript>
public class TransliterableScript : Azure.AI.Translation.Text.CommonScriptModel
type TransliterableScript = class
inherit LanguageScript
interface IJsonModel<TransliterableScript>
interface IPersistableModel<TransliterableScript>
type TransliterableScript = class
inherit CommonScriptModel
Public Class TransliterableScript
Inherits LanguageScript
Implements IJsonModel(Of TransliterableScript), IPersistableModel(Of TransliterableScript)
Public Class TransliterableScript
Inherits CommonScriptModel
- Inheritance
- Inheritance
- Implements
Properties
Code |
Code identifying the script. (Inherited from LanguageScript) |
Code |
Code identifying the script. (Inherited from CommonScriptModel) |
Dir |
Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages. (Inherited from CommonScriptModel) |
Directionality |
Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages. (Inherited from LanguageScript) |
Name |
Display name of the script in the locale requested via Accept-Language header. (Inherited from LanguageScript) |
Name |
Display name of the script in the locale requested via Accept-Language header. (Inherited from CommonScriptModel) |
NativeName |
Display name of the language in the locale native for the language. (Inherited from LanguageScript) |
NativeName |
Display name of the language in the locale native for the language. (Inherited from CommonScriptModel) |
TargetLanguageScripts |
List of scripts available to convert text to. |
ToScripts |
List of scripts available to convert text to. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET