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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KeyPhraseBatchResultV2 ( ) : System.Linq

Initializes a new instance of the KeyPhraseBatchResultV2 class.

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

Initializes a new instance of the KeyPhraseBatchResultV2 class.

메소드 상세

KeyPhraseBatchResultV2() 공개 메소드

Initializes a new instance of the KeyPhraseBatchResultV2 class.
public KeyPhraseBatchResultV2 ( ) : System.Linq
리턴 System.Linq

KeyPhraseBatchResultV2() 공개 메소드

Initializes a new instance of the KeyPhraseBatchResultV2 class.
public KeyPhraseBatchResultV2 ( System documents = default(System.Collections.Generic.IList<KeyPhraseBatchResultItemV2>), System errors = default(System.Collections.Generic.IList<ErrorRecordV2>) ) : System.Linq
documents System
errors System
리턴 System.Linq