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

This data class is for text data to spoken by the TextToSpeech widget. More...

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

Public Member Functions

 TextToSpeechData ()
 Default constructor. More...
 
 TextToSpeechData (string text)
 String constructor. More...
 
override string GetName ()
 Name of this data type. More...
 

Properties

string Text [get, set]
 The text to convert to speech. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

This data class is for text data to spoken by the TextToSpeech widget.

Constructor & Destructor Documentation

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

Default constructor.

IBM.Watson.DeveloperCloud.DataTypes.TextToSpeechData.TextToSpeechData ( string  text)
inline

String constructor.

Parameters
text

Member Function Documentation

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

Name of this data type.

Returns
A human readable name for this data type.

Implements IBM.Watson.DeveloperCloud.Widgets.Widget.Data.

Property Documentation

string IBM.Watson.DeveloperCloud.DataTypes.TextToSpeechData.Text
getset

The text to convert to speech.


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