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
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