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

Boolean state for disabling the microphone input. More...

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

Public Member Functions

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

Properties

bool Boolean [get, set]
 Disable microphone state, true for disabled, false for not. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

Boolean state for disabling the microphone input.

Constructor & Destructor Documentation

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

Default constructor.

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

Data constructor.

Parameters
bDisable microphone state.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.DataTypes.DisableMicData.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.DisableMicData.Boolean
getset

Disable microphone state, true for disabled, false for not.


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