interface ASRContext {
    asr?: {
        isBlockedBy?: ASRQueueItemType;
        progressInfo?: {
            progress: number;
            statusLabel: string;
        };
    };
}

Properties

Properties

asr?: {
    isBlockedBy?: ASRQueueItemType;
    progressInfo?: {
        progress: number;
        statusLabel: string;
    };
}