ClassifyDocumentResultCollection Class

Definition

Collection of ClassifyDocumentResult objects corresponding to a batch of documents, and information about the batch operation.

public class ClassifyDocumentResultCollection : System.Collections.ObjectModel.ReadOnlyCollection<Azure.AI.TextAnalytics.ClassifyDocumentResult>
type ClassifyDocumentResultCollection = class
    inherit ReadOnlyCollection<ClassifyDocumentResult>
Public Class ClassifyDocumentResultCollection
Inherits ReadOnlyCollection(Of ClassifyDocumentResult)
Inheritance
ClassifyDocumentResultCollection

Properties

DeploymentName

Gets the value of the property corresponding to the deployment name of the project that produced these results. This should be the same as the deployment name set when creating the MultiLabelClassifyAction object used to start the operation.

ProjectName

Gets the value of the property corresponding to the name of the target project that produced these results. This should be the same as the project name set when creating the MultiLabelClassifyAction object used to start the operation.

Statistics

Gets statistics about the documents and how it was processed by the service. This property will have a value when IncludeStatistics is set to true in the client call.

Applies to