C# Class MissionPlanner.Utilities.Speech

Inheritance: IDisposable
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SpeakAsync ( string text ) : void
SpeakAsyncCancelAll ( ) : void
Speech ( ) : System

Private Methods

Method Description
_speechlinux_Exited ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SpeakAsync() public method

public SpeakAsync ( string text ) : void
text string
return void

SpeakAsyncCancelAll() public method

public SpeakAsyncCancelAll ( ) : void
return void

Speech() public method

public Speech ( ) : System
return System