Class AbstractiveSummaryResultCollection

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

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

  • Method Details

    • getModelVersion

      public String getModelVersion()
      Gets the version of the text analytics model used by this operation.
      Returns:
      The model version.
    • getStatistics

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