C# 클래스 BuildIt.CognitiveServices.Models.SentimentBatchResultV2

파일 보기 프로젝트 열기: builttoroam/BuildIt

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