Interface AsrProcessResponse

interface AsrProcessResponse {
    task_id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

task_id: string

ID of created task in UUID format.

Generated using TypeDoc