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

Boolean state for disabling the CloseCaption output. More...

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

Public Member Functions

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

Properties

bool Boolean [get, set]
 Disable DisableCloseCaptionData 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 CloseCaption output.

Constructor & Destructor Documentation

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

Default constructor.

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

Data constructor.

Parameters
bDisable DisableCloseCaptionData state.

Member Function Documentation

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

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


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