TextAnalyticsModelFactory.ClassifyDocumentResultCollection Methode

Definition

Initialisiert eine neue instance von ClassifyDocumentResultCollection für Mockingzwecke.

public static Azure.AI.TextAnalytics.ClassifyDocumentResultCollection ClassifyDocumentResultCollection (System.Collections.Generic.IEnumerable<Azure.AI.TextAnalytics.ClassifyDocumentResult> classificationResultList, Azure.AI.TextAnalytics.TextDocumentBatchStatistics statistics, string projectName, string deploymentName);
static member ClassifyDocumentResultCollection : seq<Azure.AI.TextAnalytics.ClassifyDocumentResult> * Azure.AI.TextAnalytics.TextDocumentBatchStatistics * string * string -> Azure.AI.TextAnalytics.ClassifyDocumentResultCollection
Public Shared Function ClassifyDocumentResultCollection (classificationResultList As IEnumerable(Of ClassifyDocumentResult), statistics As TextDocumentBatchStatistics, projectName As String, deploymentName As String) As ClassifyDocumentResultCollection

Parameter

classificationResultList
IEnumerable<ClassifyDocumentResult>

Legt die Auflistung von fest ClassifyDocumentResultCollection.

statistics
TextDocumentBatchStatistics

Legt die Statistics-Eigenschaft fest.

projectName
String

Legt die ProjectName-Eigenschaft fest.

deploymentName
String

Legt die DeploymentName-Eigenschaft fest.

Gibt zurück

Eine neue instance von ClassifyDocumentResultCollection für Mockingzwecke.

Gilt für: