Type Alias SpeechToTextTranslationFeatures
SpeechToTextTranslationFeatures: Message<
"plugnmeet.SpeechToTextTranslationFeatures",
> & {
isAllow: boolean;
isAllowTranslation: boolean;
isEnabled: boolean;
isEnabledTranslation: boolean;
maxNumTranLangsAllowSelecting: number;
allowedSpeechLangs: string[];
allowedSpeechUsers: string[];
allowedTransLangs: string[];
defaultSubtitleLang?: string;
}
Type Declaration
isAllow: boolean
isAllowTranslation: boolean
isEnabled: boolean
isEnabledTranslation: boolean
maxNumTranLangsAllowSelecting: number
allowedSpeechLangs: string[]
allowedSpeechUsers: string[]
allowedTransLangs: string[]
OptionaldefaultSubtitleLang?: string
deprecated use insights_features