File
Doc
Category
Size
Date
Package
SpeechRecognizer.java
API Doc
Android 5.1 API
1587
Sat Mar 14 14:09:42 GMT 2015
android.speech
SpeechRecognizer
java.lang.Object
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 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!");
Java Code Source