Delen via


TransliterableScript Class

Definition

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
TransliterableScript
Inheritance
TransliterableScript
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

IJsonModel<LanguageScript>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from LanguageScript)
IJsonModel<LanguageScript>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LanguageScript)
IJsonModel<TransliterableScript>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TransliterableScript>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LanguageScript>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LanguageScript)
IPersistableModel<LanguageScript>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from LanguageScript)
IPersistableModel<LanguageScript>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LanguageScript)
IPersistableModel<TransliterableScript>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TransliterableScript>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TransliterableScript>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to