OneSDK
    Preparing search index...

    Interface VoicevoxSpeaker

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

    Properties

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