SentimentBatchResult 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
SentimentBatchResult() | |
SentimentBatchResult(IList<SentimentBatchResultItem>, IList<ErrorRecord>, RequestStatistics) |
SentimentBatchResult()
- Source:
- SentimentBatchResult.cs
- Source:
- SentimentBatchResult.cs
public SentimentBatchResult ();
Public Sub New ()
Applies to
SentimentBatchResult(IList<SentimentBatchResultItem>, IList<ErrorRecord>, RequestStatistics)
- Source:
- SentimentBatchResult.cs
- Source:
- SentimentBatchResult.cs
public SentimentBatchResult (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.SentimentBatchResultItem> 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.SentimentBatchResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.SentimentBatchResultItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.SentimentBatchResult
Public Sub New (Optional documents As IList(Of SentimentBatchResultItem) = Nothing, Optional errors As IList(Of ErrorRecord) = Nothing, Optional statistics As RequestStatistics = Nothing)
Parameters
- documents
- IList<SentimentBatchResultItem>
- errors
- IList<ErrorRecord>
- statistics
- RequestStatistics
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET