60 строки
4.3 KiB
YAML
60 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.translation.text.models.DictionaryExampleItem"
|
|
fullName: "com.azure.ai.translation.text.models.DictionaryExampleItem"
|
|
name: "DictionaryExampleItem"
|
|
nameWithType: "DictionaryExampleItem"
|
|
summary: "Dictionary Example 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 **DictionaryExampleItem**"
|
|
methods:
|
|
- uid: "com.azure.ai.translation.text.models.DictionaryExampleItem.getExamples()"
|
|
fullName: "com.azure.ai.translation.text.models.DictionaryExampleItem.getExamples()"
|
|
name: "getExamples()"
|
|
nameWithType: "DictionaryExampleItem.getExamples()"
|
|
summary: "Get the examples property: A list of examples for the (source term, target term) pair."
|
|
syntax: "public List<DictionaryExample> getExamples()"
|
|
desc: "Get the examples property: A list of examples for the (source term, target term) pair."
|
|
returns:
|
|
description: "the examples value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.ai.translation.text.models.DictionaryExample?alt=com.azure.ai.translation.text.models.DictionaryExample&text=DictionaryExample\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.ai.translation.text.models.DictionaryExampleItem.getNormalizedSource()"
|
|
fullName: "com.azure.ai.translation.text.models.DictionaryExampleItem.getNormalizedSource()"
|
|
name: "getNormalizedSource()"
|
|
nameWithType: "DictionaryExampleItem.getNormalizedSource()"
|
|
summary: "Get the normalized<wbr>Source property: A string giving the normalized form of the source term."
|
|
syntax: "public String getNormalizedSource()"
|
|
desc: "Get the normalizedSource property: A string giving the normalized form of the source term. Generally, this should be identical to the value of the Text field at the matching list index in the body of the request."
|
|
returns:
|
|
description: "the normalizedSource 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.DictionaryExampleItem.getNormalizedTarget()"
|
|
fullName: "com.azure.ai.translation.text.models.DictionaryExampleItem.getNormalizedTarget()"
|
|
name: "getNormalizedTarget()"
|
|
nameWithType: "DictionaryExampleItem.getNormalizedTarget()"
|
|
summary: "Get the normalized<wbr>Target property: A string giving the normalized form of the target term."
|
|
syntax: "public String getNormalizedTarget()"
|
|
desc: "Get the normalizedTarget property: A string giving the normalized form of the target term. Generally, this should be identical to the value of the Translation field at the matching list index in the body of the request."
|
|
returns:
|
|
description: "the normalizedTarget value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "Dictionary Example element."
|
|
metadata: {}
|
|
package: "com.azure.ai.translation.text.models"
|
|
artifact: com.azure:azure-ai-translation-text:1.0.0
|