@musallam/audio-video-client
    Preparing search index...

    Interface VoiceEntity

    Details of Voice Entity.

    interface VoiceEntity {
        displayName?: string;
        extendedPropertyMap?: VoiceEntityExtendedPropertyMap;
        gender?: string;
        rolePlayList?: string[];
        sampleURL?: string;
        status?: AudioVideoApiClient.VoiceEntityStatus;
        style?: AudioVideoApiClient.VoiceEntityStyle;
        voiceId?: string;
        voiceType?: string;
        wordsPerMinute?: string;
    }
    Index

    Properties

    displayName?: string

    The displayed name for the voice.

    extendedPropertyMap?: VoiceEntityExtendedPropertyMap

    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.

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

    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.