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.DataTypes.VoiceData Class Reference

Data type sent to change the voice type. More...

Inheritance diagram for IBM.Watson.DeveloperCloud.DataTypes.VoiceData:
IBM.Watson.DeveloperCloud.Widgets.Widget.Data

Public Member Functions

 VoiceData ()
 Default constructor. More...
 
 VoiceData (VoiceType voice)
 Constructor which takes the voice type enumeration. More...
 
override string GetName ()
 <exclude> More...
 

Properties

VoiceType Voice [get, set]
 The enumeration of the voice to select. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

Data type sent to change the voice type.

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.DataTypes.VoiceData.VoiceData ( )
inline

Default constructor.

IBM.Watson.DeveloperCloud.DataTypes.VoiceData.VoiceData ( VoiceType  voice)
inline

Constructor which takes the voice type enumeration.

Parameters
voiceThe voice to select.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.DataTypes.VoiceData.GetName ( )
inlinevirtual

Property Documentation

VoiceType IBM.Watson.DeveloperCloud.DataTypes.VoiceData.Voice
getset

The enumeration of the voice to select.


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