Interface VoicevoxAccentPhrase

interface VoicevoxAccentPhrase {
    accent: number;
    is_interrogative: boolean;
    moras: VoicevoxMora[];
    pause_mora: any;
}

Properties

accent: number
is_interrogative: boolean
moras: VoicevoxMora[]
pause_mora: any