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

50 строки
3.1 KiB
YAML

### 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:
- "<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 **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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Transliterated text element."
metadata: {}
package: "com.azure.ai.translation.text.models"
artifact: com.azure:azure-ai-translation-text:1.0.0