Customization Class |
Namespace: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
public class Customization
The Customization type exposes the following members.
Name | Description | |
---|---|---|
![]() | Customization | Initializes a new instance of the Customization class |
Name | Description | |
---|---|---|
![]() | created |
UNIX timestamp that indicates when the custom voice model was created. The timestamp is a count of seconds since the UNIX Epoch of January 1, 1970 Coordinated Universal Time (UTC).
|
![]() | customization_id |
GUID of the custom voice model
|
![]() | description |
Description of the custom voice model.
|
![]() | language |
Language of the custom voice model. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR'].
|
![]() | last_modified |
UNIX timestamp that indicates when the custom voice model was last modified. Equals `created` when a new voice model is first added but has yet to be changed.
|
![]() | name |
Name of the custom voice model
|
![]() | owner |
GUID of the service credentials for the owner of the custom voice model.
|