Class ExtractiveSummaryResultCollection

java.lang.Object
com.azure.core.util.IterableStream<ExtractiveSummaryResult>
com.azure.ai.textanalytics.util.ExtractiveSummaryResultCollection
All Implemented Interfaces:
Iterable<ExtractiveSummaryResult>

public final class ExtractiveSummaryResultCollection extends com.azure.core.util.IterableStream<ExtractiveSummaryResult>
A collection model that contains a list of ExtractiveSummaryResult along with model version and batch's statistics.
  • Constructor Details

  • Method Details

    • getModelVersion

      public String getModelVersion()
      Get the model version trained in service for the request.
      Returns:
      The model version trained in service for the request.
    • getStatistics

      public TextDocumentBatchStatistics getStatistics()
      Get the batch statistics of response.
      Returns:
      The batch statistics of response.