Interface AsrCheckStatusParams

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

Indexable

[key: string]: any

Properties

Properties

task_id: string

ID of ASR task in UUID format.

Generated using TypeDoc