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

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

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

Public Member Functions

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

Properties

bool Boolean [get, set]
 Disable WebCam 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 WebCam input.

Constructor & Destructor Documentation

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

Default constructor.

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

Data constructor.

Parameters
bDisable WebCam state.

Member Function Documentation

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

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


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