OneSDK
    Preparing search index...

    Interface VoicevoxMora

    interface VoicevoxMora {
        consonant?: string;
        consonant_length?: number;
        pitch: number;
        text: string;
        vowel: string;
        vowel_length: number;
    }
    Index

    Properties

    consonant?: string
    consonant_length?: number
    pitch: number
    text: string
    vowel: string
    vowel_length: number