Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VoiceModel

Information about an existing custom voice model.

Hierarchy

  • VoiceModel

Index

Properties

Optional created

created: string

The date and time in Coordinated Universal Time (UTC) at which the custom voice model was created. The value is provided in full ISO 8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

customization_id

customization_id: string

The customization ID (GUID) of the custom voice model. The Create a custom model method returns only this field. It does not not return the other fields of this object.

Optional description

description: string

The description of the custom voice model.

Optional language

language: string

The language identifier of the custom voice model (for example, en-US).

Optional last_modified

last_modified: string

The date and time in Coordinated Universal Time (UTC) at which the custom voice model was last modified. The created and updated fields are equal when a voice model is first added but has yet to be updated. The value is provided in full ISO 8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Optional name

name: string

The name of the custom voice model.

Optional owner

owner: string

The GUID of the credentials for the instance of the service that owns the custom voice model.

Optional words

words: Word[]

An array of Word objects that lists the words and their translations from the custom voice model. The words are listed in alphabetical order, with uppercase letters listed before lowercase letters. The array is empty if the custom model contains no words. This field is returned only by the Get a voice method and only when you specify the customization ID of a custom voice model.

Generated using TypeDoc