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

90 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.translation.text.models.DictionaryExample"
fullName: "com.azure.ai.translation.text.models.DictionaryExample"
name: "DictionaryExample"
nameWithType: "DictionaryExample"
summary: "Dictionary Example."
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 **DictionaryExample**"
methods:
- uid: "com.azure.ai.translation.text.models.DictionaryExample.getSourcePrefix()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getSourcePrefix()"
name: "getSourcePrefix()"
nameWithType: "DictionaryExample.getSourcePrefix()"
summary: "Get the source<wbr>Prefix property: The string to concatenate before the value of source<wbr>Term to form a complete example."
syntax: "public String getSourcePrefix()"
desc: "Get the sourcePrefix property: The string to concatenate before the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string."
returns:
description: "the sourcePrefix 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.DictionaryExample.getSourceSuffix()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getSourceSuffix()"
name: "getSourceSuffix()"
nameWithType: "DictionaryExample.getSourceSuffix()"
summary: "Get the source<wbr>Suffix property: The string to concatenate after the value of source<wbr>Term to form a complete example."
syntax: "public String getSourceSuffix()"
desc: "Get the sourceSuffix property: The string to concatenate after the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string."
returns:
description: "the sourceSuffix 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.DictionaryExample.getSourceTerm()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getSourceTerm()"
name: "getSourceTerm()"
nameWithType: "DictionaryExample.getSourceTerm()"
summary: "Get the source<wbr>Term property: A string equal to the actual term looked up."
syntax: "public String getSourceTerm()"
desc: "Get the sourceTerm property: A string equal to the actual term looked up. The string is added with sourcePrefix and sourceSuffix to form the complete example. Its value is separated so it can be marked in a user interface, e.g., by bolding it."
returns:
description: "the sourceTerm 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.DictionaryExample.getTargetPrefix()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getTargetPrefix()"
name: "getTargetPrefix()"
nameWithType: "DictionaryExample.getTargetPrefix()"
summary: "Get the target<wbr>Prefix property: A string similar to source<wbr>Prefix but for the target."
syntax: "public String getTargetPrefix()"
desc: "Get the targetPrefix property: A string similar to sourcePrefix but for the target."
returns:
description: "the targetPrefix 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.DictionaryExample.getTargetSuffix()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getTargetSuffix()"
name: "getTargetSuffix()"
nameWithType: "DictionaryExample.getTargetSuffix()"
summary: "Get the target<wbr>Suffix property: A string similar to source<wbr>Suffix but for the target."
syntax: "public String getTargetSuffix()"
desc: "Get the targetSuffix property: A string similar to sourceSuffix but for the target."
returns:
description: "the targetSuffix 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.DictionaryExample.getTargetTerm()"
fullName: "com.azure.ai.translation.text.models.DictionaryExample.getTargetTerm()"
name: "getTargetTerm()"
nameWithType: "DictionaryExample.getTargetTerm()"
summary: "Get the target<wbr>Term property: A string similar to source<wbr>Term but for the target."
syntax: "public String getTargetTerm()"
desc: "Get the targetTerm property: A string similar to sourceTerm but for the target."
returns:
description: "the targetTerm value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Dictionary Example."
metadata: {}
package: "com.azure.ai.translation.text.models"
artifact: com.azure:azure-ai-translation-text:1.0.0