OneSDK
    Preparing search index...

    Interface AivisSpeechSpeaker

    interface AivisSpeechSpeaker {
        name: string;
        speaker_uuid: string;
        styles: AivisSpeechSpeakerStyle[];
        supported_features: AivisSpeechSupportedFeatures;
        version: string;
    }
    Index

    Properties

    name: string
    speaker_uuid: string
    supported_features: AivisSpeechSupportedFeatures
    version: string