次の方法で共有


RecognitionService.OnCancel(RecognitionService+Callback) メソッド

定義

音声認識を取り消す必要があることをサービスに通知します。

[Android.Runtime.Register("onCancel", "(Landroid/speech/RecognitionService$Callback;)V", "GetOnCancel_Landroid_speech_RecognitionService_Callback_Handler")]
protected abstract void OnCancel (Android.Speech.RecognitionService.Callback? listener);
[<Android.Runtime.Register("onCancel", "(Landroid/speech/RecognitionService$Callback;)V", "GetOnCancel_Landroid_speech_RecognitionService_Callback_Handler")>]
abstract member OnCancel : Android.Speech.RecognitionService.Callback -> unit

パラメーター

属性

注釈

の Java ドキュメントandroid.speech.RecognitionService.onCancel(android.speech.Callback)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象