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

Boolean state sent when TextToSpeech starts and ends playing audio. More...

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

Public Member Functions

 SpeakingStateData ()
 Default constructor. More...
 
 SpeakingStateData (bool b)
 Data constructor. More...
 
override string GetName ()
 Name of this data type. More...
 

Properties

bool Boolean [get, set]
 Speaking state property. True if speaking, false if not. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

Boolean state sent when TextToSpeech starts and ends playing audio.

Constructor & Destructor Documentation

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

Default constructor.

IBM.Watson.DeveloperCloud.DataTypes.SpeakingStateData.SpeakingStateData ( bool  b)
inline

Data constructor.

Parameters
bThe speaking state, true for speaking, false for not.

Member Function Documentation

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

Name of this data type.

Returns
The readable name.

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

Property Documentation

bool IBM.Watson.DeveloperCloud.DataTypes.SpeakingStateData.Boolean
getset

Speaking state property. True if speaking, false if not.


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