TransliterationLanguage 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.
The value of the transliteration property is a dictionary of (key, value) pairs. Each key is a BCP 47 language tag. A key identifies a language for which text can be converted from one script to another script.
public class TransliterationLanguage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.TransliterationLanguage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.TransliterationLanguage>
public class TransliterationLanguage
type TransliterationLanguage = class
interface IJsonModel<TransliterationLanguage>
interface IPersistableModel<TransliterationLanguage>
type TransliterationLanguage = class
Public Class TransliterationLanguage
Implements IJsonModel(Of TransliterationLanguage), IPersistableModel(Of TransliterationLanguage)
Public Class TransliterationLanguage
- Inheritance
-
TransliterationLanguage
- Implements
Properties
Name |
Display name of the language in the locale requested via Accept-Language header. |
NativeName |
Display name of the language in the locale native for this language. |
Scripts |
List of scripts to convert from. |
Explicit Interface Implementations
IJsonModel<TransliterationLanguage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TransliterationLanguage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TransliterationLanguage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TransliterationLanguage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TransliterationLanguage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET