LinkedEntityCollection Class

public final class LinkedEntityCollection
extends IterableStream<LinkedEntity>

The LinkedEntityCollection model.

Constructor Summary

Constructor Description
LinkedEntityCollection(IterableStream<LinkedEntity> entities, IterableStream<TextAnalyticsWarning> warnings)

Creates a LinkedEntityCollection model that describes a linked entities collection including warnings.

Method Summary

Modifier and Type Method and Description
IterableStream<TextAnalyticsWarning> 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:

entities - An IterableStream<T> of LinkedEntity.

Method Details

getWarnings

public IterableStream<TextAnalyticsWarning> getWarnings()

Gets the IterableStream<T> of TextAnalyticsWarning.

Returns:

Applies to