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

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

Private Properties

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

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

Метод Описание
BatchJobInfo ( ) : System.Linq

Initializes a new instance of the BatchJobInfo class.

BatchJobInfo ( string id = default(string), BatchJobsRequestInfo requestinfo = default(BatchJobsRequestInfo), string status = default(string) ) : System.Linq

Initializes a new instance of the BatchJobInfo class.

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

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

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

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

Initializes a new instance of the BatchJobInfo class.
public BatchJobInfo ( string id = default(string), BatchJobsRequestInfo requestinfo = default(BatchJobsRequestInfo), string status = default(string) ) : System.Linq
id string Unique batch identifier
requestinfo BatchJobsRequestInfo Description of the batch request
status string Status of the batch job (it is actually the /// job status: Registered, Ready, InProgress, Canceling, Canceled, /// Succeeded, Failed)
Результат System.Linq