@zoom/rtms
    Preparing search index...

    Interface AiInterpreter

    AI interpreter metadata attached to an audio stream

    interface AiInterpreter {
        channelNum: number;
        lid: number;
        sampleRate: number;
        targets: AiTargetLanguage[];
        timestamp: number;
    }
    Index

    Properties

    channelNum: number

    Number of audio channels in the interpreter stream

    lid: number

    Language ID of the source language being interpreted

    sampleRate: number

    Sample rate of the interpreter stream in Hz

    targets: AiTargetLanguage[]

    Active target language entries (up to 100)

    timestamp: number

    Timestamp of the interpretation event