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

A voice model object for TextToSpeech. More...

Properties

string name [get, set]
 The name of the voice model. More...
 
string language [get, set]
 The language ID of this voice model. More...
 
string gender [get, set]
 The gender of the voice model. More...
 
string url [get, set]
 The URL of the voice model. More...
 
string description [get, set]
 Textual description of the voice. More...
 
bool customizable [get, set]
 If true, the voice can be customized; if false, the voice cannot be customized. More...
 

Detailed Description

A voice model object for TextToSpeech.

Property Documentation

bool IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Voice.customizable
getset

If true, the voice can be customized; if false, the voice cannot be customized.

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

Textual description of the voice.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Voice.gender
getset

The gender of the voice model.

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

The language ID of this voice model.

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

The name of the voice model.

string IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1.Voice.url
getset

The URL of the voice model.


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