Class ClassifyDocumentResultCollection

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

public final class ClassifyDocumentResultCollection extends com.azure.core.util.IterableStream<ClassifyDocumentResult>
A collection model that contains a list of ClassifyDocumentResult along with project name, deployment name and batch's statistics.
  • Constructor Details

  • Method Details

    • getProjectName

      public String getProjectName()
      Gets the name of the project which owns the model being consumed.
      Returns:
      The name of the project which owns the model being consumed.
    • getDeploymentName

      public String getDeploymentName()
      Gets the name of the deployment being consumed.
      Returns:
      The name of the deployment being consumed.
    • getStatistics

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