C# Class android.speech.SpeechRecognizer

Inheritance: java.lang.Object
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
cancel ( ) : void
createSpeechRecognizer ( android arg0 ) : global::android.speech.SpeechRecognizer
createSpeechRecognizer ( android arg0, android arg1 ) : global::android.speech.SpeechRecognizer
destroy ( ) : void
isRecognitionAvailable ( android arg0 ) : bool
setRecognitionListener ( android arg0 ) : void
startListening ( android arg0 ) : void
stopListening ( ) : void

Protected Methods

Method Description
SpeechRecognizer ( global @__env )

Private Methods

Method Description
SpeechRecognizer ( )

Method Details

SpeechRecognizer() protected method

protected SpeechRecognizer ( global @__env )
@__env global

cancel() public method

public cancel ( ) : void
return void

createSpeechRecognizer() public static method

public static createSpeechRecognizer ( android arg0 ) : global::android.speech.SpeechRecognizer
arg0 android
return global::android.speech.SpeechRecognizer

createSpeechRecognizer() public static method

public static createSpeechRecognizer ( android arg0, android arg1 ) : global::android.speech.SpeechRecognizer
arg0 android
arg1 android
return global::android.speech.SpeechRecognizer

destroy() public method

public destroy ( ) : void
return void

isRecognitionAvailable() public static method

public static isRecognitionAvailable ( android arg0 ) : bool
arg0 android
return bool

setRecognitionListener() public method

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

startListening() public method

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

stopListening() public method

public stopListening ( ) : void
return void