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

Update information for a custom voice model. More...

Public Member Functions

bool HasData ()
 Check to see if there are any words to update. More...
 

Properties

string name [get, set]
 Name of the new custom voice model. More...
 
string description [get, set]
 Description of the new custom voice model. More...
 
Word[] words [get, set]
 List of words and their translations to be added to or updated in the custom voice model. Send an empty array to make no additions or updates. More...
 

Detailed Description

Update information for a custom voice model.

Member Function Documentation

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

Check to see if there are any words to update.

Returns
True if there are words, false if there are none.

Property Documentation

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

Description of the new custom voice model.

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

Name of the new custom voice model.

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

List of words and their translations to be added to or updated in the custom voice model. Send an empty array to make no additions or updates.


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