共用方式為


SpeechRecognizer.StartListening(Intent) 方法

定義

開始接聽語音。

[Android.Runtime.Register("startListening", "(Landroid/content/Intent;)V", "GetStartListening_Landroid_content_Intent_Handler")]
public virtual void StartListening (Android.Content.Intent? recognizerIntent);
[<Android.Runtime.Register("startListening", "(Landroid/content/Intent;)V", "GetStartListening_Landroid_content_Intent_Handler")>]
abstract member StartListening : Android.Content.Intent -> unit
override this.StartListening : Android.Content.Intent -> unit

參數

recognizerIntent
Intent

包含要執行辨識的參數。 意圖也可能包含選擇性的額外專案,請參閱 RecognizerIntent。 如果未明確設定這些值,辨識器將會使用預設值。

屬性

備註

開始接聽語音。 請注意, #setRecognitionListener(RecognitionListener) 應該事先呼叫,否則不會收到任何通知。

android.speech.SpeechRecognizer.startListening(android.content.Intent)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於