C# Class BuildIt.CognitiveServices.Models.SentimentBatchResultV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
SentimentBatchResultV2 ( ) : System.Linq

Initializes a new instance of the SentimentBatchResultV2 class.

SentimentBatchResultV2 ( System documents = default(System.Collections.Generic.IList<SentimentBatchResultItemV2>), System errors = default(System.Collections.Generic.IList<ErrorRecordV2>) ) : System.Linq

Initializes a new instance of the SentimentBatchResultV2 class.

Method Details

SentimentBatchResultV2() public method

Initializes a new instance of the SentimentBatchResultV2 class.
public SentimentBatchResultV2 ( ) : System.Linq
return System.Linq

SentimentBatchResultV2() public method

Initializes a new instance of the SentimentBatchResultV2 class.
public SentimentBatchResultV2 ( System documents = default(System.Collections.Generic.IList<SentimentBatchResultItemV2>), System errors = default(System.Collections.Generic.IList<ErrorRecordV2>) ) : System.Linq
documents System
errors System
return System.Linq