azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.translation.te...

70 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.translation.text.models.TargetDictionaryLanguage"
fullName: "com.azure.ai.translation.text.models.TargetDictionaryLanguage"
name: "TargetDictionaryLanguage"
nameWithType: "TargetDictionaryLanguage"
summary: "Properties of the target dictionary language."
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 **TargetDictionaryLanguage**"
methods:
- uid: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getCode()"
fullName: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getCode()"
name: "getCode()"
nameWithType: "TargetDictionaryLanguage.getCode()"
summary: "Get the code property: Language code identifying the target language."
syntax: "public String getCode()"
desc: "Get the code property: Language code identifying the target language."
returns:
description: "the code 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.TargetDictionaryLanguage.getDirectionality()"
fullName: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getDirectionality()"
name: "getDirectionality()"
nameWithType: "TargetDictionaryLanguage.getDirectionality()"
summary: "Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages."
syntax: "public LanguageDirectionality getDirectionality()"
desc: "Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages."
returns:
description: "the directionality value."
type: "<xref href=\"com.azure.ai.translation.text.models.LanguageDirectionality?alt=com.azure.ai.translation.text.models.LanguageDirectionality&text=LanguageDirectionality\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getName()"
fullName: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getName()"
name: "getName()"
nameWithType: "TargetDictionaryLanguage.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.TargetDictionaryLanguage.getNativeName()"
fullName: "com.azure.ai.translation.text.models.TargetDictionaryLanguage.getNativeName()"
name: "getNativeName()"
nameWithType: "TargetDictionaryLanguage.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>"
type: "class"
desc: "Properties of the target dictionary language."
metadata: {}
package: "com.azure.ai.translation.text.models"
artifact: com.azure:azure-ai-translation-text:1.0.0