C# Class android.speech.RecognitionService.Callback

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
beginningOfSpeech ( ) : void
bufferReceived ( byte arg0 ) : void
endOfSpeech ( ) : void
error ( int arg0 ) : void
partialResults ( android arg0 ) : void
readyForSpeech ( android arg0 ) : void
results ( android arg0 ) : void
rmsChanged ( float arg0 ) : void

Protected Methods

Method Description
Callback ( global @__env )

Private Methods

Method Description
Callback ( )

Method Details

Callback() protected method

protected Callback ( global @__env )
@__env global

beginningOfSpeech() public method

public beginningOfSpeech ( ) : void
return void

bufferReceived() public method

public bufferReceived ( byte arg0 ) : void
arg0 byte
return void

endOfSpeech() public method

public endOfSpeech ( ) : void
return void

error() public method

public error ( int arg0 ) : void
arg0 int
return void

partialResults() public method

public partialResults ( android arg0 ) : void
arg0 android
return void

readyForSpeech() public method

public readyForSpeech ( android arg0 ) : void
arg0 android
return void

results() public method

public results ( android arg0 ) : void
arg0 android
return void

rmsChanged() public method

public rmsChanged ( float arg0 ) : void
arg0 float
return void