C# Класс BuildIt.CognitiveServices.Models.SentimentBatchResultV2

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

SentimentBatchResultV2() публичный Метод

Initializes a new instance of the SentimentBatchResultV2 class.
public SentimentBatchResultV2 ( ) : System.Linq
Результат System.Linq

SentimentBatchResultV2() публичный Метод

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
Результат System.Linq