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
fromUserName: string
lang: string
text: string
isPartial: boolean
allowedTranscriptionStorage: boolean
translations: { [key: string]: string }
Generated
from field: string from_user_id = 1;