FileDocCategorySizeDatePackage
SpeechRecognizer.javaAPI DocAndroid 5.1 API1587Sat Mar 14 14:09:42 GMT 2015android.speech

SpeechRecognizer

public class SpeechRecognizer extends Object

Fields Summary
public static final String
CONFIDENCE_SCORES
public static final int
ERROR_AUDIO
public static final int
ERROR_CLIENT
public static final int
ERROR_INSUFFICIENT_PERMISSIONS
public static final int
ERROR_NETWORK
public static final int
ERROR_NETWORK_TIMEOUT
public static final int
ERROR_NO_MATCH
public static final int
ERROR_RECOGNIZER_BUSY
public static final int
ERROR_SERVER
public static final int
ERROR_SPEECH_TIMEOUT
public static final String
RESULTS_RECOGNITION
Constructors Summary
SpeechRecognizer()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcancel()

 throw new RuntimeException("Stub!"); 
public static android.speech.SpeechRecognizercreateSpeechRecognizer(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static android.speech.SpeechRecognizercreateSpeechRecognizer(android.content.Context context, android.content.ComponentName serviceComponent)

 throw new RuntimeException("Stub!"); 
public voiddestroy()

 throw new RuntimeException("Stub!"); 
public static booleanisRecognitionAvailable(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public voidsetRecognitionListener(android.speech.RecognitionListener listener)

 throw new RuntimeException("Stub!"); 
public voidstartListening(android.content.Intent recognizerIntent)

 throw new RuntimeException("Stub!"); 
public voidstopListening()

 throw new RuntimeException("Stub!");