AIRI Server API - v0.10.2
    Preparing search index...

    Interface WebSocketEventInputTextVoiceBase

    interface WebSocketEventInputTextVoiceBase {
        transcription: string;
        textRaw?: string;
        overrides?: InputMessageOverrides;
        contextUpdates?: InputContextUpdate[];
    }
    Index

    Properties

    transcription: string
    textRaw?: string
    contextUpdates?: InputContextUpdate[]