voicevox.types package#
Submodules#
voicevox.types.audio_query module#
- class voicevox.types.audio_query.AccentPhraseType#
Bases:
TypedDict- accent: int#
- is_interrogative: bool#
voicevox.types.speakers module#
Module contents#
- class voicevox.types.AudioQueryType#
Bases:
TypedDict- accent_phrases: List[AccentPhraseType]#
- intonationScale: float#
- kana: str#
- outputSamplingRate: int#
- outputStereo: bool#
- pitchScale: float#
- postPhonemeLength: float#
- prePhonemeLength: float#
- speedScale: float#
- volumeScale: float#
- class voicevox.types.MoraType#
Bases:
TypedDict- consonant: str#
- consonant_length: int#
- pitch: float#
- text: str#
- vowel: str#
- vowel_length: int#