AlwaysOnHotwordDetector.SupportedAudioCapabilities Property

Definition

Get the audio capabilities supported by the platform which can be enabled when starting a recognition.

public virtual int SupportedAudioCapabilities { [Android.Runtime.Register("getSupportedAudioCapabilities", "()I", "GetGetSupportedAudioCapabilitiesHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSupportedAudioCapabilities", "()I", "GetGetSupportedAudioCapabilitiesHandler", ApiSince=30)>]
member this.SupportedAudioCapabilities : int

Property Value

Bit field encoding of the AudioCapabilities supported.

Attributes

Remarks

Get the audio capabilities supported by the platform which can be enabled when starting a recognition. Caller must be the active voice interaction service via Settings.Secure.VOICE_INTERACTION_SERVICE.

Java documentation for android.service.voice.AlwaysOnHotwordDetector.getSupportedAudioCapabilities().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to