Click or drag to resize

VoiceData Class

Data type sent to change the voice type.
Inheritance Hierarchy

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class VoiceData : WidgetData

The VoiceData type exposes the following members.

Constructors
  NameDescription
Public methodVoiceData
Default constructor.
Public methodVoiceData(VoiceType)
Constructor which takes the voice type enumeration.
Top
Properties
  NameDescription
Public propertyVoice
The enumeration of the voice to select.
Top
See Also