74 строки
7.3 KiB
YAML
74 строки
7.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection"
|
|
fullName: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection"
|
|
name: "DetectLanguageResultCollection"
|
|
nameWithType: "DetectLanguageResultCollection"
|
|
summary: "A collection model that contains a list of <xref uid=\"com.azure.ai.textanalytics.models.DetectLanguageResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetectLanguageResult\"></xref> along with model version and batch's statistics."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.IterableStream.<T>of(java.lang.Iterable<T>)?alt=com.azure.core.util.IterableStream.<T>of&text=<T>of\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.iterator()?alt=com.azure.core.util.IterableStream.iterator&text=iterator\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.stream()?alt=com.azure.core.util.IterableStream.stream&text=stream\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 class **DetectLanguageResultCollection**</br> extends <xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.textanalytics.models.DetectLanguageResult?alt=com.azure.ai.textanalytics.models.DetectLanguageResult&text=DetectLanguageResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.DetectLanguageResultCollection(java.lang.Iterable<com.azure.ai.textanalytics.models.DetectLanguageResult>,java.lang.String,com.azure.ai.textanalytics.models.TextDocumentBatchStatistics)"
|
|
fullName: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics)"
|
|
name: "DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics)"
|
|
nameWithType: "DetectLanguageResultCollection.DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics)"
|
|
summary: "Creates a `DetectLanguageResultCollection` model that maintains a list of <xref uid=\"com.azure.ai.textanalytics.models.DetectLanguageResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetectLanguageResult\"></xref> along with model version and batch's statistics."
|
|
parameters:
|
|
- description: "A list of <xref uid=\"com.azure.ai.textanalytics.models.DetectLanguageResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetectLanguageResult\"></xref>."
|
|
name: "documentResults"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html\">Iterable</a><<xref href=\"com.azure.ai.textanalytics.models.DetectLanguageResult?alt=com.azure.ai.textanalytics.models.DetectLanguageResult&text=DetectLanguageResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "The model version trained in service for the request."
|
|
name: "modelVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The batch statistics of response."
|
|
name: "statistics"
|
|
type: "<xref href=\"com.azure.ai.textanalytics.models.TextDocumentBatchStatistics?alt=com.azure.ai.textanalytics.models.TextDocumentBatchStatistics&text=TextDocumentBatchStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics)"
|
|
desc: "Creates a `DetectLanguageResultCollection` model that maintains a list of <xref uid=\"com.azure.ai.textanalytics.models.DetectLanguageResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetectLanguageResult\"></xref> along with model version and batch's statistics."
|
|
methods:
|
|
- uid: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.getModelVersion()"
|
|
fullName: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.getModelVersion()"
|
|
name: "getModelVersion()"
|
|
nameWithType: "DetectLanguageResultCollection.getModelVersion()"
|
|
summary: "Gets the model version trained in service for the request."
|
|
syntax: "public String getModelVersion()"
|
|
desc: "Gets the model version trained in service for the request."
|
|
returns:
|
|
description: "The model version trained in service for the request."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.getStatistics()"
|
|
fullName: "com.azure.ai.textanalytics.util.DetectLanguageResultCollection.getStatistics()"
|
|
name: "getStatistics()"
|
|
nameWithType: "DetectLanguageResultCollection.getStatistics()"
|
|
summary: "Gets the batch statistics of response."
|
|
syntax: "public TextDocumentBatchStatistics getStatistics()"
|
|
desc: "Gets the batch statistics of response."
|
|
returns:
|
|
description: "The batch statistics of response."
|
|
type: "<xref href=\"com.azure.ai.textanalytics.models.TextDocumentBatchStatistics?alt=com.azure.ai.textanalytics.models.TextDocumentBatchStatistics&text=TextDocumentBatchStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A collection model that contains a list of <xref uid=\"com.azure.ai.textanalytics.models.DetectLanguageResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DetectLanguageResult\"></xref> along with model version and batch's statistics."
|
|
metadata: {}
|
|
package: "com.azure.ai.textanalytics.util"
|
|
artifact: com.azure:azure-ai-textanalytics:5.5.3
|