AlwaysOnHotwordDetector.ModelParamThresholdFactor Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Voice.ModelType enum directly instead of this field.

Controls the sensitivity threshold adjustment factor for a given model.

[Android.Runtime.Register("MODEL_PARAM_THRESHOLD_FACTOR", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.ModelType enum directly instead of this field.", true)]
public const Android.Service.Voice.ModelType ModelParamThresholdFactor = 0;
[<Android.Runtime.Register("MODEL_PARAM_THRESHOLD_FACTOR", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.ModelType enum directly instead of this field.", true)>]
val mutable ModelParamThresholdFactor : Android.Service.Voice.ModelType

Field Value

Value = 0
Attributes

Remarks

Controls the sensitivity threshold adjustment factor for a given model. Negative value corresponds to less sensitive model (high threshold) and a positive value corresponds to a more sensitive model (low threshold). Default value is 0.

Java documentation for android.service.voice.AlwaysOnHotwordDetector.MODEL_PARAM_THRESHOLD_FACTOR.

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