Class ExtractSummaryResultCollection

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

public final class ExtractSummaryResultCollection extends IterableStream<ExtractSummaryResult>
A collection model that contains a list of ExtractSummaryResult 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.