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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the ErrorRecordV2 class.

ErrorRecordV2 ( string id = default(string), string message = default(string) ) : System.Linq

Initializes a new instance of the ErrorRecordV2 class.

메소드 상세

ErrorRecordV2() 공개 메소드

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

ErrorRecordV2() 공개 메소드

Initializes a new instance of the ErrorRecordV2 class.
public ErrorRecordV2 ( string id = default(string), string message = default(string) ) : System.Linq
id string Input document unique identifier the error refers /// to.
message string Error message.
리턴 System.Linq