CustomizationWords Class |
[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords"]
Namespace: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
public class CustomizationWords
The CustomizationWords type exposes the following members.
Name | Description | |
---|---|---|
CustomizationWords | Initializes a new instance of the CustomizationWords 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 the 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.
| |
words |
List of words and their translations from the custom voice model.
|