### YamlMime:JavaType
uid: "com.azure.ai.translation.text.models.TransliteratedText"
fullName: "com.azure.ai.translation.text.models.TransliteratedText"
name: "TransliteratedText"
nameWithType: "TransliteratedText"
summary: "Transliterated text element."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **TransliteratedText**"
methods:
- uid: "com.azure.ai.translation.text.models.TransliteratedText.getScript()"
fullName: "com.azure.ai.translation.text.models.TransliteratedText.getScript()"
name: "getScript()"
nameWithType: "TransliteratedText.getScript()"
summary: "Get the script property: A string specifying the script used in the output."
syntax: "public String getScript()"
desc: "Get the script property: A string specifying the script used in the output."
returns:
description: "the script value."
type: "String"
- uid: "com.azure.ai.translation.text.models.TransliteratedText.getText()"
fullName: "com.azure.ai.translation.text.models.TransliteratedText.getText()"
name: "getText()"
nameWithType: "TransliteratedText.getText()"
summary: "Get the text property: A string which is the result of converting the input string to the output script."
syntax: "public String getText()"
desc: "Get the text property: A string which is the result of converting the input string to the output script."
returns:
description: "the text value."
type: "String"
type: "class"
desc: "Transliterated text element."
metadata: {}
package: "com.azure.ai.translation.text.models"
artifact: com.azure:azure-ai-translation-text:1.0.0