AlwaysOnHotwordDetector.QueryParameter(Int32) Method
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.
Determine if parameter control is supported for the given model handle.
[Android.Runtime.Register("queryParameter", "(I)Landroid/service/voice/AlwaysOnHotwordDetector$ModelParamRange;", "GetQueryParameter_IHandler", ApiSince=30)]
public virtual Android.Service.Voice.AlwaysOnHotwordDetector.ModelParamRange? QueryParameter (int modelParam);
[<Android.Runtime.Register("queryParameter", "(I)Landroid/service/voice/AlwaysOnHotwordDetector$ModelParamRange;", "GetQueryParameter_IHandler", ApiSince=30)>]
abstract member QueryParameter : int -> Android.Service.Voice.AlwaysOnHotwordDetector.ModelParamRange
override this.QueryParameter : int -> Android.Service.Voice.AlwaysOnHotwordDetector.ModelParamRange
Parameters
- modelParam
- Int32
ModelParams
Returns
supported range of parameter, null if not supported
- Attributes
Remarks
Java documentation for android.service.voice.AlwaysOnHotwordDetector.queryParameter(int)
.
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.