Methods Summary |
---|
public void | cancel()
throw new RuntimeException("Stub!");
|
public static android.speech.SpeechRecognizer | createSpeechRecognizer(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static android.speech.SpeechRecognizer | createSpeechRecognizer(android.content.Context context, android.content.ComponentName serviceComponent)
throw new RuntimeException("Stub!");
|
public void | destroy()
throw new RuntimeException("Stub!");
|
public static boolean | isRecognitionAvailable(android.content.Context context)
throw new RuntimeException("Stub!");
|
public void | setRecognitionListener(android.speech.RecognitionListener listener)
throw new RuntimeException("Stub!");
|
public void | startListening(android.content.Intent recognizerIntent)
throw new RuntimeException("Stub!");
|
public void | stopListening()
throw new RuntimeException("Stub!");
|