Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Voice

Information about an available voice.

Hierarchy

  • Voice

Index

Properties

customizable

customizable: boolean

If true, the voice can be customized; if false, the voice cannot be customized. (Same as custom_pronunciation; maintained for backward compatibility.).

Optional customization

customization: CustomModel

Returns information about a specified custom model. This field is returned only by the Get a voice method and only when you specify the customization ID of a custom model.

description

description: string

A textual description of the voice.

gender

gender: string

The gender of the voice: male or female.

language

language: string

The language and region of the voice (for example, en-US).

name

name: string

The name of the voice. Use this as the voice identifier in all requests.

supported_features

supported_features: SupportedFeatures

Additional service features that are supported with the voice.

url

url: string

The URI of the voice.

Generated using TypeDoc