VoiceInteractionService.OnGetSupportedVoiceActions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求查詢此服務支援的擴充語音動作。
[Android.Runtime.Register("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler", ApiSince=29)]
public virtual System.Collections.Generic.ICollection<string> OnGetSupportedVoiceActions (System.Collections.Generic.ICollection<string> voiceActions);
[<Android.Runtime.Register("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler", ApiSince=29)>]
abstract member OnGetSupportedVoiceActions : System.Collections.Generic.ICollection<string> -> System.Collections.Generic.ICollection<string>
override this.OnGetSupportedVoiceActions : System.Collections.Generic.ICollection<string> -> System.Collections.Generic.ICollection<string>
參數
- voiceActions
- ICollection<String>
一組已檢查的語音動作。
傳回
傳回已檢查語音動作的子集。 將會忽略傳回集合中的其他語音動作。 如果不支援任何動作,則傳回空的集合。
- 屬性
備註
要求查詢此服務支援的擴充語音動作。 當系統檢查這個 的支持動作時,將會呼叫這個 VoiceInteractionService
方法。 支持的動作可能會傳遞至 VoiceInteractionSession
稍後,以要求會話執行動作。
語音動作定義於支持連結庫中,可能會根據平台內容而有所不同。 例如,汽車相關語音動作會在汽車支持連結庫中定義。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。