Package com.azure.ai.textanalytics.util
Class DetectLanguageResultCollection
java.lang.Object
com.azure.core.util.IterableStream<DetectLanguageResult>
com.azure.ai.textanalytics.util.DetectLanguageResultCollection
- All Implemented Interfaces:
Iterable<DetectLanguageResult>
public class DetectLanguageResultCollection
extends com.azure.core.util.IterableStream<DetectLanguageResult>
A collection model that contains a list of
DetectLanguageResult along with model version and
batch's statistics.-
Constructor Summary
ConstructorsConstructorDescriptionDetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aDetectLanguageResultCollectionmodel that maintains a list ofDetectLanguageResultalong with model version and batch's statistics. -
Method Summary
Modifier and TypeMethodDescriptionGets the model version trained in service for the request.Gets the batch statistics of response.Methods inherited from class com.azure.core.util.IterableStream
iterator, of, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DetectLanguageResultCollection
public DetectLanguageResultCollection(Iterable<DetectLanguageResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aDetectLanguageResultCollectionmodel that maintains a list ofDetectLanguageResultalong with model version and batch's statistics.- Parameters:
documentResults- A list ofDetectLanguageResult.modelVersion- The model version trained in service for the request.statistics- The batch statistics of response.
-
-
Method Details
-
getModelVersion
Gets the model version trained in service for the request.- Returns:
- The model version trained in service for the request.
-
getStatistics
Gets the batch statistics of response.- Returns:
- The batch statistics of response.
-