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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET