MediaSFU Vue
    Preparing search index...

    Interface VoiceOption

    interface VoiceOption {
        id: string;
        name: string;
        gender: VoiceGender;
        provider: string;
        language: string;
        style?: string;
    }
    Index

    Properties

    id: string
    name: string
    gender: VoiceGender
    provider: string
    language: string
    style?: string