TextAnalyticsModelFactory.ClassifyDocumentResultCollection メソッド

定義

モック作成のために の ClassifyDocumentResultCollection 新しいインスタンスを初期化します。

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

パラメーター

classificationResultList
IEnumerable<ClassifyDocumentResult>

のコレクション ClassifyDocumentResultCollectionを設定します。

statistics
TextDocumentBatchStatistics

Statistics プロパティを設定します。

projectName
String

ProjectName プロパティを設定します。

deploymentName
String

DeploymentName プロパティを設定します。

戻り値

モック作成用の の ClassifyDocumentResultCollection 新しいインスタンス。

適用対象