Type Alias InsightsTranscriptionConfigReq
InsightsTranscriptionConfigReq: Message<
"plugnmeet.InsightsTranscriptionConfigReq",
> & {
isEnabled: boolean;
allowedSpokenLangs: string[];
allowedSpeechUsers: string[];
isEnabledTranslation: boolean;
allowedTransLangs: string[];
defaultSubtitleLang?: string;
isEnabledSpeechSynthesis: boolean;
}
Type Declaration
-
isEnabled: boolean
-
allowedSpokenLangs: string[]
-
allowedSpeechUsers: string[]
-
isEnabledTranslation: boolean
-
allowedTransLangs: string[]
-
OptionaldefaultSubtitleLang?: string
-
isEnabledSpeechSynthesis: boolean
Generated
from field: bool is_enabled = 1;