OneSDK
    Preparing search index...

    Interface AivisSpeechAccentPhrase

    interface AivisSpeechAccentPhrase {
        accent: number;
        is_interrogative: boolean;
        moras: AivisSpeechMora[];
        pause_mora: any;
    }
    Index

    Properties

    accent: number
    is_interrogative: boolean
    pause_mora: any