KeyPhraseBatchResult Constructors
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.
Overloads
KeyPhraseBatchResult() | |
KeyPhraseBatchResult(IList<KeyPhraseBatchResultItem>, IList<ErrorRecord>, RequestStatistics) |
KeyPhraseBatchResult()
- Source:
- KeyPhraseBatchResult.cs
- Source:
- KeyPhraseBatchResult.cs
public KeyPhraseBatchResult ();
Public Sub New ()
Applies to
KeyPhraseBatchResult(IList<KeyPhraseBatchResultItem>, IList<ErrorRecord>, RequestStatistics)
- Source:
- KeyPhraseBatchResult.cs
- Source:
- KeyPhraseBatchResult.cs
public KeyPhraseBatchResult (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResultItem> documents = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> errors = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics statistics = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResultItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.KeyPhraseBatchResult
Public Sub New (Optional documents As IList(Of KeyPhraseBatchResultItem) = Nothing, Optional errors As IList(Of ErrorRecord) = Nothing, Optional statistics As RequestStatistics = Nothing)
Parameters
- documents
- IList<KeyPhraseBatchResultItem>
- errors
- IList<ErrorRecord>
- statistics
- RequestStatistics
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.