Class LinkedEntityCollection
java.lang.Object
com.azure.core.util.IterableStream<LinkedEntity>
com.azure.ai.textanalytics.models.LinkedEntityCollection
- All Implemented Interfaces:
Iterable<LinkedEntity>
The
LinkedEntityCollection model.-
Constructor Summary
ConstructorsConstructorDescriptionLinkedEntityCollection(com.azure.core.util.IterableStream<LinkedEntity> entities, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings) Creates aLinkedEntityCollectionmodel that describes a linked entities collection including warnings. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<TextAnalyticsWarning>Gets theIterableStreamofText Analytics warnings.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
-
LinkedEntityCollection
public LinkedEntityCollection(com.azure.core.util.IterableStream<LinkedEntity> entities, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings) Creates aLinkedEntityCollectionmodel that describes a linked entities collection including warnings.- Parameters:
entities- AnIterableStreamoflinked entities.warnings- AnIterableStreamofwarnings.
-
-
Method Details
-
getWarnings
Gets theIterableStreamofText Analytics warnings.- Returns:
IterableStreamofTextAnalyticsWarning.
-