次の方法で共有


BluetoothHeadset.StartVoiceRecognition(BluetoothDevice) メソッド

定義

音声認識Bluetooth開始します。

[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

Bluetooth ヘッドセット

戻り値

接続されているヘッドセットがない場合、または接続されているヘッドセットが音声認識をサポートしていない場合、または音声認識が既に開始されている場合、またはオーディオ チャネルが占有されている場合、またはエラーが発生した場合は false。それ以外の場合は true

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothHeadset.startVoiceRecognition(android.bluetooth.BluetoothDevice)

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

適用対象