Package com.azure.ai.textanalytics.util
Class AnalyzeSentimentResultCollection
java.lang.Object
com.azure.core.util.IterableStream<AnalyzeSentimentResult>
com.azure.ai.textanalytics.util.AnalyzeSentimentResultCollection
- All Implemented Interfaces:
Iterable<AnalyzeSentimentResult>
public class AnalyzeSentimentResultCollection
extends com.azure.core.util.IterableStream<AnalyzeSentimentResult>
A collection model that contains a list of
AnalyzeSentimentResult along with model version and
batch's statistics.-
Constructor Summary
ConstructorsConstructorDescriptionAnalyzeSentimentResultCollection(Iterable<AnalyzeSentimentResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aAnalyzeSentimentResultCollectionmodel that maintains a list ofAnalyzeSentimentResultalong 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
-
AnalyzeSentimentResultCollection
public AnalyzeSentimentResultCollection(Iterable<AnalyzeSentimentResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) Creates aAnalyzeSentimentResultCollectionmodel that maintains a list ofAnalyzeSentimentResultalong with model version and batch's statistics.- Parameters:
documentResults- A list ofAnalyzeSentimentResult.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.
-