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

    Type Alias InsightsTranslateTextRes

    InsightsTranslateTextRes: Message<"plugnmeet.InsightsTranslateTextRes"> & {
        status: boolean;
        msg: string;
        result?: InsightsTextTranslationResult;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • Optionalresult?: InsightsTextTranslationResult

      from field: optional plugnmeet.InsightsTextTranslationResult result = 3;

    from message plugnmeet.InsightsTranslateTextRes