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

A data object that contains data to create a new empty custom voice mode3l. More...

Properties

string name [get, set]
 Name of the new custom voice model. More...
 
string language [get, set]
 Language of the new custom voice model. Omit the parameter to use the default language, en-US. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR']. More...
 
string description [get, set]
 Description of the new custom voice model. More...
 

Detailed Description

A data object that contains data to create a new empty custom voice mode3l.

Property Documentation

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

Description of the new custom voice model.

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

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

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

Name of the new custom voice model.


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