AlwaysOnHotwordDetector.SupportedAudioCapabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.