Package com.azure.ai.textanalytics.util
Class RecognizeCustomEntitiesResultCollection
java.lang.Object
com.azure.core.util.IterableStream<RecognizeEntitiesResult>
com.azure.ai.textanalytics.util.RecognizeCustomEntitiesResultCollection
- All Implemented Interfaces:
Iterable<RecognizeEntitiesResult>
public final class RecognizeCustomEntitiesResultCollection
extends com.azure.core.util.IterableStream<RecognizeEntitiesResult>
A collection model that contains a list of
RecognizeEntitiesResult along with project name,
deployment name and batch's statistics.-
Constructor Summary
ConstructorsConstructorDescriptionRecognizeCustomEntitiesResultCollection(Iterable<RecognizeEntitiesResult> documentResults) Create aRecognizeCustomEntitiesResultCollectionmodel that maintains a list ofRecognizeEntitiesResultalong with model version and batch's statistics. -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the deployment being consumed.Gets the name of the project which owns the model being consumed.Get 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
-
RecognizeCustomEntitiesResultCollection
Create aRecognizeCustomEntitiesResultCollectionmodel that maintains a list ofRecognizeEntitiesResultalong with model version and batch's statistics.- Parameters:
documentResults- A list ofRecognizeEntitiesResult.
-
-
Method Details
-
getProjectName
Gets the name of the project which owns the model being consumed.- Returns:
- The name of the project which owns the model being consumed.
-
getDeploymentName
Gets the name of the deployment being consumed.- Returns:
- The name of the deployment being consumed.
-
getStatistics
Get the batch statistics of response.- Returns:
- The batch statistics of response.
-