TextAnalyticsModelFactory.ClassifyDocumentResultCollection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック作成のために の 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 新しいインスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET