60 строки
4.2 KiB
YAML
60 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.translation.text.models.TransliterationLanguage"
|
|
fullName: "com.azure.ai.translation.text.models.TransliterationLanguage"
|
|
name: "TransliterationLanguage"
|
|
nameWithType: "TransliterationLanguage"
|
|
summary: "The value of the transliteration property is a dictionary of (key, value) pairs."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TransliterationLanguage**"
|
|
methods:
|
|
- uid: "com.azure.ai.translation.text.models.TransliterationLanguage.getName()"
|
|
fullName: "com.azure.ai.translation.text.models.TransliterationLanguage.getName()"
|
|
name: "getName()"
|
|
nameWithType: "TransliterationLanguage.getName()"
|
|
summary: "Get the name property: Display name of the language in the locale requested via Accept-Language header."
|
|
syntax: "public String getName()"
|
|
desc: "Get the name property: Display name of the language in the locale requested via Accept-Language header."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.translation.text.models.TransliterationLanguage.getNativeName()"
|
|
fullName: "com.azure.ai.translation.text.models.TransliterationLanguage.getNativeName()"
|
|
name: "getNativeName()"
|
|
nameWithType: "TransliterationLanguage.getNativeName()"
|
|
summary: "Get the native<wbr>Name property: Display name of the language in the locale native for this language."
|
|
syntax: "public String getNativeName()"
|
|
desc: "Get the nativeName property: Display name of the language in the locale native for this language."
|
|
returns:
|
|
description: "the nativeName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.translation.text.models.TransliterationLanguage.getScripts()"
|
|
fullName: "com.azure.ai.translation.text.models.TransliterationLanguage.getScripts()"
|
|
name: "getScripts()"
|
|
nameWithType: "TransliterationLanguage.getScripts()"
|
|
summary: "Get the scripts property: List of scripts to convert from."
|
|
syntax: "public List<TransliterableScript> getScripts()"
|
|
desc: "Get the scripts property: List of scripts to convert from."
|
|
returns:
|
|
description: "the scripts value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.ai.translation.text.models.TransliterableScript?alt=com.azure.ai.translation.text.models.TransliterableScript&text=TransliterableScript\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "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."
|
|
metadata: {}
|
|
package: "com.azure.ai.translation.text.models"
|
|
artifact: com.azure:azure-ai-translation-text:1.0.0
|