Uses of Enum
com.azure.ai.translation.text.models.LanguageDirectionality
Package
Description
Package containing the data models for TextTranslation.
-
Uses of LanguageDirectionality in com.azure.ai.translation.text.models
Modifier and TypeMethodDescriptionstatic LanguageDirectionality
LanguageDirectionality.fromString
(String value) Parses a serialized value to a LanguageDirectionality instance.LanguageScript.getDirectionality()
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.SourceDictionaryLanguage.getDirectionality()
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.TargetDictionaryLanguage.getDirectionality()
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.TranslationLanguage.getDirectionality()
Get the directionality property: Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.static LanguageDirectionality
Returns the enum constant of this type with the specified name.static LanguageDirectionality[]
LanguageDirectionality.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprotected
LanguageScript
(String code, String name, String nativeName, LanguageDirectionality directionality) Creates an instance of LanguageScript class.