TextAnalyticsModelFactory.ClassifyDocumentResultCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ClassifyDocumentResultCollection for mocking purposes.
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
Parameters
- classificationResultList
- IEnumerable<ClassifyDocumentResult>
Sets the collection of ClassifyDocumentResultCollection.
- statistics
- TextDocumentBatchStatistics
Sets the Statistics property.
- projectName
- String
Sets the ProjectName property.
- deploymentName
- String
Sets the DeploymentName property.
Returns
A new instance of ClassifyDocumentResultCollection for mocking purposes.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.