OneSDK
    Preparing search index...

    Interface ServiceOptions

    interface ServiceOptions {
        aivisSpeech?: Partial<AivisSpeechOptions>;
        bouyomichan?: Partial<BouyomichanOptions>;
        coeiroink?: Partial<CoeiroinkOptions>;
        outputLogs?: boolean;
        sound?: Partial<SoundConfig>;
        voice?: string;
        voiceVolume?: number;
        voicevox?: Partial<VoicevoxOptions>;
        yncNeo?: Partial<YNCNeoOptions>;
    }
    Index

    Properties

    aivisSpeech?: Partial<AivisSpeechOptions>
    bouyomichan?: Partial<BouyomichanOptions>
    coeiroink?: Partial<CoeiroinkOptions>
    outputLogs?: boolean
    sound?: Partial<SoundConfig>
    voice?: string
    voiceVolume?: number
    voicevox?: Partial<VoicevoxOptions>
    yncNeo?: Partial<YNCNeoOptions>