Octra libraries - v2.0.0
    Preparing search index...

    Interface ASRContext

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

    Properties

    Properties

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