Type Alias InsightsTranscriptionFeatures
InsightsTranscriptionFeatures: Message<
"plugnmeet.InsightsTranscriptionFeatures",
> & {
isAllow: boolean;
isAllowTranslation: boolean;
isAllowSpeechSynthesis: boolean;
isEnabled: boolean;
allowedSpokenLangs: string[];
allowedSpeechUsers: string[];
isEnabledTranslation: boolean;
maxSelectedTransLangs: number;
allowedTransLangs: string[];
defaultSubtitleLang?: string;
isEnabledSpeechSynthesis: boolean;
}
Type Declaration
-
isAllow: boolean
-
isAllowTranslation: boolean
-
isAllowSpeechSynthesis: boolean
-
isEnabled: boolean
-
allowedSpokenLangs: string[]
-
allowedSpeechUsers: string[]
-
isEnabledTranslation: boolean
-
maxSelectedTransLangs: number
-
allowedTransLangs: string[]
-
OptionaldefaultSubtitleLang?: string
-
isEnabledSpeechSynthesis: boolean
Generated
from field: bool is_allow = 1;