BluetoothHeadset.IsVoiceRecognitionSupported(BluetoothDevice) メソッド

定義

ヘッドセットが音声認識をサポートしているかどうかを確認します

[Android.Runtime.Register("isVoiceRecognitionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool IsVoiceRecognitionSupported(Android.Bluetooth.BluetoothDevice device);
[<Android.Runtime.Register("isVoiceRecognitionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.IsVoiceRecognitionSupported : Android.Bluetooth.BluetoothDevice -> bool

パラメーター

device
BluetoothDevice

Bluetooth デバイス

返品

音声認識がサポートされている場合は true、それ以外の場合は false

属性

注釈

ヘッドセットが音声認識をサポートしているかどうかを確認します

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象