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