videosphere
    Preparing search index...

    Result of feeding audio to the detector.

    interface AudioActivityUpdate {
        state: AudioActivityState;
        changed: boolean;
        scores: AudioActivityScores;
    }
    Index

    Properties

    Properties

    State after this update.

    changed: boolean

    True when this update changed the state.

    Scores from the most recent classification, or null when none ran yet.