TextAnalyticsModelFactory.AnalyzeHealthcareEntitiesResultCollection 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 AnalyzeHealthcareEntitiesResultCollection for mocking purposes.
public static Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesResultCollection AnalyzeHealthcareEntitiesResultCollection (System.Collections.Generic.IEnumerable<Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesResult> list, Azure.AI.TextAnalytics.TextDocumentBatchStatistics statistics, string modelVersion);
static member AnalyzeHealthcareEntitiesResultCollection : seq<Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesResult> * Azure.AI.TextAnalytics.TextDocumentBatchStatistics * string -> Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesResultCollection
Public Shared Function AnalyzeHealthcareEntitiesResultCollection (list As IEnumerable(Of AnalyzeHealthcareEntitiesResult), statistics As TextDocumentBatchStatistics, modelVersion As String) As AnalyzeHealthcareEntitiesResultCollection
Parameters
Sets the collection of AnalyzeHealthcareEntitiesResult.
- statistics
- TextDocumentBatchStatistics
Sets the Statistics property.
- modelVersion
- String
Sets the ModelVersion property.
Returns
A new instance of AnalyzeHealthcareEntitiesResultCollection for mocking purposes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET