Class LinkedEntityCollection

java.lang.Object
com.azure.core.util.IterableStream<LinkedEntity>
com.azure.ai.textanalytics.models.LinkedEntityCollection
All Implemented Interfaces:
Iterable<LinkedEntity>

public final class LinkedEntityCollection extends com.azure.core.util.IterableStream<LinkedEntity>
The LinkedEntityCollection model.
  • Constructor Details

    • LinkedEntityCollection

      public LinkedEntityCollection(com.azure.core.util.IterableStream<LinkedEntity> entities, com.azure.core.util.IterableStream<TextAnalyticsWarning> warnings)
      Creates a LinkedEntityCollection model that describes a linked entities collection including warnings.
      Parameters:
      entities - An IterableStream of linked entities.
      warnings - An IterableStream of warnings.
  • Method Details