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

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the BatchJobsRequestInfo class.

BatchJobsRequestInfo ( StorageBlobInfo input = default(StorageBlobInfo), StorageBlobInfo output = default(StorageBlobInfo), StorageBlobInfo error = default(StorageBlobInfo), JobInfo job = default(JobInfo) ) : System.Linq

Initializes a new instance of the BatchJobsRequestInfo class.

메소드 상세

BatchJobsRequestInfo() 공개 메소드

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

BatchJobsRequestInfo() 공개 메소드

Initializes a new instance of the BatchJobsRequestInfo class.
public BatchJobsRequestInfo ( StorageBlobInfo input = default(StorageBlobInfo), StorageBlobInfo output = default(StorageBlobInfo), StorageBlobInfo error = default(StorageBlobInfo), JobInfo job = default(JobInfo) ) : System.Linq
input StorageBlobInfo The input storage blob info
output StorageBlobInfo The output storage blob info
error StorageBlobInfo The error storage blob info
job JobInfo The job info
리턴 System.Linq