Package com.azure.ai.textanalytics.util
Class AnalyzeHealthcareEntitiesResultCollection
java.lang.Object
com.azure.core.util.IterableStream<AnalyzeHealthcareEntitiesResult>
com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesResultCollection
- All Implemented Interfaces:
Iterable<AnalyzeHealthcareEntitiesResult>
public final class AnalyzeHealthcareEntitiesResultCollection
extends com.azure.core.util.IterableStream<AnalyzeHealthcareEntitiesResult>
The
AnalyzeHealthcareEntitiesResultCollection model.-
Constructor Summary
ConstructorsConstructorDescriptionAnalyzeHealthcareEntitiesResultCollection(Iterable<AnalyzeHealthcareEntitiesResult> documentResults) Creates aAnalyzeHealthcareEntitiesResultCollectionmodel that maintains a list ofAnalyzeHealthcareEntitiesResultalong with model version and batch's statistics. -
Method Summary
Modifier and TypeMethodDescriptionGets the model version trained in service for the request.Gets the healthcare document result statistics properties.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
-
AnalyzeHealthcareEntitiesResultCollection
public AnalyzeHealthcareEntitiesResultCollection(Iterable<AnalyzeHealthcareEntitiesResult> documentResults) Creates aAnalyzeHealthcareEntitiesResultCollectionmodel that maintains a list ofAnalyzeHealthcareEntitiesResultalong with model version and batch's statistics.- Parameters:
documentResults- A list ofAnalyzeHealthcareEntitiesResult.
-
-
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 healthcare document result statistics properties.- Returns:
- The healthcare document result statistics properties.
-