OneSDK
    Preparing search index...

    Interface DeprecatedServiceOptions

    interface DeprecatedServiceOptions {
        bouyomiVoice?: string;
        bouyomiVolume?: number;
        outputLogs?: boolean;
        sound?: Partial<SoundConfig>;
        voice?: string;
        voiceVolume?: number;
        voicevox?: Partial<VoicevoxOptions>;
        yncTalker?: string;
        yncVolume?: number;
    }
    Index

    Properties

    bouyomiVoice?: string
    bouyomiVolume?: number
    outputLogs?: boolean
    sound?: Partial<SoundConfig>
    voice?: string
    voiceVolume?: number
    voicevox?: Partial<VoicevoxOptions>
    yncTalker?: string
    yncVolume?: number