- context
- in which to create SpeechRecognizer
- serviceComponent
- the Android.Content.ComponentName of a specific service to direct this SpeechRecognizer to
Documentation for this section has not yet been entered.
Factory method to create a new SpeechRecognizer. Please note that SpeechRecognizer.SetRecognitionListener(IRecognitionListener) should be called before dispatching any command to the created SpeechRecognizer, otherwise no notifications will be received. Use this version of the method to specify a specific service to direct this Android.Speech.SpeechRecognizer to. Normally you would not use this; use SpeechRecognizer.CreateSpeechRecognizer(Android.Content.Context) instead to use the system default recognition service.