50 строки
3.9 KiB
YAML
50 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.translation.text.models.SentenceBoundaries"
|
|
fullName: "com.azure.ai.translation.text.models.SentenceBoundaries"
|
|
name: "SentenceBoundaries"
|
|
nameWithType: "SentenceBoundaries"
|
|
summary: "An object returning sentence boundaries in the input and output texts."
|
|
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 **SentenceBoundaries**"
|
|
methods:
|
|
- uid: "com.azure.ai.translation.text.models.SentenceBoundaries.getSourceSentencesLengths()"
|
|
fullName: "com.azure.ai.translation.text.models.SentenceBoundaries.getSourceSentencesLengths()"
|
|
name: "getSourceSentencesLengths()"
|
|
nameWithType: "SentenceBoundaries.getSourceSentencesLengths()"
|
|
summary: "Get the source<wbr>Sentences<wbr>Lengths property: An integer array representing the lengths of the sentences in the input text."
|
|
syntax: "public List<Integer> getSourceSentencesLengths()"
|
|
desc: "Get the sourceSentencesLengths property: An integer array representing the lengths of the sentences in the input text. The length of the array is the number of sentences, and the values are the length of each sentence."
|
|
returns:
|
|
description: "the sourceSentencesLengths value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>>"
|
|
- uid: "com.azure.ai.translation.text.models.SentenceBoundaries.getTranslatedSentencesLengths()"
|
|
fullName: "com.azure.ai.translation.text.models.SentenceBoundaries.getTranslatedSentencesLengths()"
|
|
name: "getTranslatedSentencesLengths()"
|
|
nameWithType: "SentenceBoundaries.getTranslatedSentencesLengths()"
|
|
summary: "Get the translated<wbr>Sentences<wbr>Lengths property: An integer array representing the lengths of the sentences in the translated text."
|
|
syntax: "public List<Integer> getTranslatedSentencesLengths()"
|
|
desc: "Get the translatedSentencesLengths property: An integer array representing the lengths of the sentences in the translated text. The length of the array is the number of sentences, and the values are the length of each sentence."
|
|
returns:
|
|
description: "the translatedSentencesLengths value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>>"
|
|
type: "class"
|
|
desc: "An object returning sentence boundaries in the input and output texts."
|
|
metadata: {}
|
|
package: "com.azure.ai.translation.text.models"
|
|
artifact: com.azure:azure-ai-translation-text:1.0.0
|