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.Customization Class Reference

A single voice model customization. More...

Public Member Functions

bool HasData ()
 

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 a new voice model is first added but has yet to be changed. More...
 
string description [get, set]
 Description of the custom voice model. More...
 

Detailed Description

A single voice model customization.

Member Function Documentation

bool IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Customization.HasData ( )
inline

Property Documentation

double IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Customization.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.Customization.customization_id
getset

GUID of the custom voice model

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

Description of the custom voice model.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Customization.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.Customization.last_modified
getset

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.

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

Name of the custom voice model

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

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


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