共用方式為


RecognitionService.SupportCallback.OnSupportResult(RecognitionSupport) 方法

定義

服務應該呼叫這個方法,以通知呼叫者支援層級。

[Android.Runtime.Register("onSupportResult", "(Landroid/speech/RecognitionSupport;)V", "GetOnSupportResult_Landroid_speech_RecognitionSupport_Handler", ApiSince=33)]
public virtual void OnSupportResult(Android.Speech.RecognitionSupport recognitionSupport);
[<Android.Runtime.Register("onSupportResult", "(Landroid/speech/RecognitionSupport;)V", "GetOnSupportResult_Landroid_speech_RecognitionSupport_Handler", ApiSince=33)>]
abstract member OnSupportResult : Android.Speech.RecognitionSupport -> unit
override this.OnSupportResult : Android.Speech.RecognitionSupport -> unit

參數

recognitionSupport
RecognitionSupport
屬性

備註

服務應該呼叫這個方法,以通知呼叫者支援層級。

android.speech.RecognitionService.SupportCallback.onSupportResult(android.speech.RecognitionSupport)Java 檔。

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

適用於