Class ExtractKeyPhrasesResultCollection

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

public class ExtractKeyPhrasesResultCollection extends IterableStream<ExtractKeyPhraseResult>
A collection model that contains a list of ExtractKeyPhraseResult along with model version and batch's statistics.
  • Constructor Details

  • Method Details

    • getModelVersion

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

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