List of usage examples for android.speech RecognitionListener interface-usage
From source file com.baidu.android.voicedemo.ActivityTouch.java
/** * Created by weilikai01 on 2015/5/12. */ public class ActivityTouch extends Activity implements RecognitionListener { private static final String TAG = "Touch"; private static final int EVENT_ERROR = 11;
From source file com.baidu.android.voicedemo.ApiActivity.java
public class ApiActivity extends Activity implements RecognitionListener { private static final String TAG = "Sdk2Api"; private static final int REQUEST_UI = 1; private TextView txtLog; private Button btn; private Button setting;
From source file cn.laojing.smarthome.VoiceActivity.java
/** * Created by laojing on 3/11/16. */ public class VoiceActivity extends ListActivity implements RecognitionListener, SpeechSynthesizerListener { private SpeechRecognizer speechRecognizer;
From source file com.chexiaoya.gaodemapdemo.SpeechSearchActivity.java
/** * ??GaoDeMapDemo ?? David 2016/8/5 0005 12:27 */ public class SpeechSearchActivity extends Activity implements TextWatcher, Inputtips.InputtipsListener, RecognitionListener {
From source file conversandroid.RichASR.java
/**
* RichASR: App with a rich control of the ASR using the SpeechRecognizer class
* and implementing the RecognitionListener interface
* (it is an improvement over the SimpleASR app)
*
* Simple demo in which the user speaks and the recognition results
From source file conversandroid.VoiceActivity.java
/**
* Abstract class for voice interaction that encapsulates the management of the ASR and TTS engines.
* It contains abstract methods for processing the ASR and TTS events that may occur, which may be implemented
* in a non-abstract subclass to carry out a detailed management.
*
* @author Zoraida Callejas, Michael McTear, David Griol
From source file conversandroid.voiceinterface.VoiceActivity.java
/**
* Abstract class for voice interaction that encapsulates the management of the ASR and TTS engines.
* It contains abstract methods for processing the ASR and TTS events that may occur, which may be implemented
* in a non-abstract subclass to carry out a detailed management.
*
* @author Zoraida Callejas, Michael McTear, David Griol
From source file com.vyasware.vaani.MainActivity.java
public class MainActivity extends ActionBarActivity implements RecognitionListener { private TextView returnedText; private TextView outputText; private ToggleButton toggleButton; private ProgressBar progressBar;
From source file atlc.granadaaccessibilityranking.VoiceActivity.java
/**
* Abstract class for voice interaction that encapsulates the management of the ASR and TTS engines.
* It contains abstract methods for processing the ASR and TTS events that may occur, which may be implemented
* in a non-abstract subclass to carry out a detailed management.
*
* @author Zoraida Callejas, Michael McTear, David Griol
From source file com.glabs.homegenie.util.VoiceControl.java
/** * Created by Gene on 09/01/14. */ public class VoiceControl implements RecognitionListener { private StartActivity _hgcontext;