AlwaysOnHotwordDetector.QueryParameter(Int32) Method

Definition

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.

Applies to