interface VoicevoxSpeaker {
    name: string;
    speaker_uuid: string;
    styles: VoicevoxSpeakerStyle[];
    supported_features: VoicevoxSupportedFeatures;
    version: string;
}

Properties

name: string
speaker_uuid: string
supported_features: VoicevoxSupportedFeatures
version: string