LinkedEntityCollection Class
- java.
lang. Object - com.
azure. core. util. IterableStream<T> - com.
azure. ai. textanalytics. models. LinkedEntityCollection
- com.
- com.
public final class LinkedEntityCollection
extends IterableStream<LinkedEntity>
The LinkedEntityCollection model.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedEntityCollection(IterableStream<LinkedEntity> entities, IterableStream<TextAnalyticsWarning> warnings) |
Creates a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Iterable |
getWarnings()
Gets the IterableStream<T> of TextAnalyticsWarning. |
Methods inherited from IterableStream
Methods inherited from java.lang.Object
Constructor Details
LinkedEntityCollection
public LinkedEntityCollection(IterableStream<LinkedEntity> entities, IterableStream<TextAnalyticsWarning> warnings)
Creates a LinkedEntityCollection model that describes a linked entities collection including warnings.
Parameters:
Method Details
getWarnings
public IterableStream<TextAnalyticsWarning> getWarnings()
Gets the IterableStream<T> of TextAnalyticsWarning.
Returns: