共用方式為


BluetoothHeadset.StartVoiceRecognition(BluetoothDevice) 方法

定義

啟動藍牙語音辨識。

[Android.Runtime.Register("startVoiceRecognition", "(Landroid/bluetooth/BluetoothDevice;)Z", "")]
public bool StartVoiceRecognition (Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("startVoiceRecognition", "(Landroid/bluetooth/BluetoothDevice;)Z", "")>]
member this.StartVoiceRecognition : Android.Bluetooth.BluetoothDevice -> bool

參數

device
BluetoothDevice

藍牙頭戴式裝置

傳回

如果未連接頭戴式裝置,或連接的頭戴式裝置不支援語音辨識,或已啟動語音辨識,或音訊通道已佔用,或發生錯誤,則為 false,否則為 true

屬性

備註

android.bluetooth.BluetoothHeadset.startVoiceRecognition(android.bluetooth.BluetoothDevice)Java 檔。

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

適用於