C# Class VoiceCommandEvents.SpeechRecognizedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Public Methods

Method Description
SpeechRecognizedEventArgs ( string command ) : System

Method Details

SpeechRecognizedEventArgs() public method

public SpeechRecognizedEventArgs ( string command ) : System
command string
return System