adobe-firefly-sdk
    Preparing search index...

    Type Alias VoiceEntity

    Details of Voice Entity.

    type VoiceEntity = {
        displayName?: string;
        extendedPropertyMap?: { [key: string]: unknown };
        gender?: string;
        rolePlayList?: string[];
        sampleURL?: string;
        status?: "Active" | "Inactive";
        style?: "Casual" | "Excited";
        voiceId?: string;
        voiceType?: string;
        wordsPerMinute?: string;
    }
    Index

    Properties

    displayName?: string

    The displayed name for the voice.

    extendedPropertyMap?: { [key: string]: unknown }

    This is a field for any additional properties for the voice.

    gender?: string

    The gender of the voice.

    rolePlayList?: string[]

    Not applicable at this time.

    sampleURL?: string

    A pre-signed URL for downloading the sample audio.

    status?: "Active" | "Inactive"

    This determines if the specific voice ID is available for use. Deprecated voices will have an Inactive status.

    style?: "Casual" | "Excited"

    The speaking style of the voice.

    voiceId?: string

    The unique ID for the voice.

    voiceType?: string

    Not applicable at this time.

    wordsPerMinute?: string

    The speed of speaking, in words per minute.