plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias InsightsTranscriptionResult

    InsightsTranscriptionResult: Message<"plugnmeet.InsightsTranscriptionResult"> & {
        fromUserId: string;
        fromUserName: string;
        lang: string;
        text: string;
        isPartial: boolean;
        allowedTranscriptionStorage: boolean;
        translations: { [key: string]: string };
    }

    Type Declaration

    • fromUserId: string

      from field: string from_user_id = 1;

    • fromUserName: string

      from field: string from_user_name = 2;

    • lang: string

      from field: string lang = 3;

    • text: string

      from field: string text = 4;

    • isPartial: boolean

      from field: bool is_partial = 5;

    • allowedTranscriptionStorage: boolean

      from field: bool allowed_transcription_storage = 6;

    • translations: { [key: string]: string }

      A map of target language -> translated text

      from field: map<string, string> translations = 7;

    from message plugnmeet.InsightsTranscriptionResult