Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords Class Reference

Properties

string customization_id [get, set]
 GUID of the custom voice model. More...
 
string name [get, set]
 Name of the custom voice model More...
 
string language [get, set]
 Language of the custom voice model. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR']. More...
 
string owner [get, set]
 GUID of the service credentials for the owner of the custom voice model. More...
 
double created [get, set]
 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). More...
 
double last_modified [get, set]
 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. More...
 
string description [get, set]
 Description of the custom voice model. More...
 
Word[] words [get, set]
 List of words and their translations from the custom voice model. More...
 

Property Documentation

double IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.created
getset

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).

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.customization_id
getset

GUID of the custom voice model.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.description
getset

Description of the custom voice model.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.language
getset

Language of the custom voice model. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR'].

double IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.last_modified
getset

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.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.name
getset

Name of the custom voice model

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.owner
getset

GUID of the service credentials for the owner of the custom voice model.

Word [] IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.CustomizationWords.words
getset

List of words and their translations from the custom voice model.


The documentation for this class was generated from the following file: