C# Класс AcoustID.Web.SubmitResult

Result of a submit request.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SubmitResult ( int id )

Initializes a new instance of the SubmitResult class.

SubmitResult ( int id, int index, string status, string acoustId )

Initializes a new instance of the SubmitResult class.

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

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

Initializes a new instance of the SubmitResult class.
public SubmitResult ( int id )
id int The id of the submit

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

Initializes a new instance of the SubmitResult class.
public SubmitResult ( int id, int index, string status, string acoustId )
id int The id of the submit
index int The index of the submit (only for batch submits).
status string The status of the submit (pending or imported).
acoustId string The AcoustID assigned of the submit.