### YamlMime:JavaType uid: "com.azure.ai.translation.text.models.LanguageScope" fullName: "com.azure.ai.translation.text.models.LanguageScope" name: "LanguageScope" nameWithType: "LanguageScope" summary: "Translator languages scopes." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />" - "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />" - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "finalize" - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public final class **LanguageScope**
extends <>" constructors: - uid: "com.azure.ai.translation.text.models.LanguageScope.LanguageScope()" fullName: "com.azure.ai.translation.text.models.LanguageScope.LanguageScope()" name: "LanguageScope()" nameWithType: "LanguageScope.LanguageScope()" summary: "Creates a new instance of LanguageScope value." deprecatedTag: "Use the factory method." syntax: "@Deprecated
public LanguageScope()" desc: "Creates a new instance of LanguageScope value." hasDeprecatedTag: true fields: - uid: "com.azure.ai.translation.text.models.LanguageScope.DICTIONARY" fullName: "com.azure.ai.translation.text.models.LanguageScope.DICTIONARY" name: "DICTIONARY" nameWithType: "LanguageScope.DICTIONARY" summary: "Static value Dictionary for LanguageScope." modifiers: - "static" - "final" field: type: "" syntax: "public static final LanguageScope DICTIONARY" desc: "Static value Dictionary for LanguageScope." - uid: "com.azure.ai.translation.text.models.LanguageScope.TRANSLATION" fullName: "com.azure.ai.translation.text.models.LanguageScope.TRANSLATION" name: "TRANSLATION" nameWithType: "LanguageScope.TRANSLATION" summary: "Static value Translation for LanguageScope." modifiers: - "static" - "final" field: type: "" syntax: "public static final LanguageScope TRANSLATION" desc: "Static value Translation for LanguageScope." - uid: "com.azure.ai.translation.text.models.LanguageScope.TRANSLITERATION" fullName: "com.azure.ai.translation.text.models.LanguageScope.TRANSLITERATION" name: "TRANSLITERATION" nameWithType: "LanguageScope.TRANSLITERATION" summary: "Static value Transliteration for LanguageScope." modifiers: - "static" - "final" field: type: "" syntax: "public static final LanguageScope TRANSLITERATION" desc: "Static value Transliteration for LanguageScope." methods: - uid: "com.azure.ai.translation.text.models.LanguageScope.fromString(java.lang.String)" fullName: "com.azure.ai.translation.text.models.LanguageScope.fromString(String name)" name: "fromString(String name)" nameWithType: "LanguageScope.fromString(String name)" summary: "Creates or finds a LanguageScope from its string representation." modifiers: - "static" parameters: - description: "a name to look for." name: "name" type: "String" syntax: "public static LanguageScope fromString(String name)" desc: "Creates or finds a LanguageScope from its string representation." returns: description: "the corresponding LanguageScope." type: "" - uid: "com.azure.ai.translation.text.models.LanguageScope.values()" fullName: "com.azure.ai.translation.text.models.LanguageScope.values()" name: "values()" nameWithType: "LanguageScope.values()" summary: "Gets known LanguageScope values." modifiers: - "static" syntax: "public static Collection values()" desc: "Gets known LanguageScope values." returns: description: "known LanguageScope values." type: "Collection<>" type: "class" desc: "Translator languages scopes." metadata: {} package: "com.azure.ai.translation.text.models" artifact: com.azure:azure-ai-translation-text:1.0.0