The voiceKeyThreshold specifies the amplitude threshold used to identify spoken input in voicekey or voicekeyrecord mode.
<defaults>
| Name | Type | Description | 
|---|---|---|
| integer | integer | An integer value ranging from 0 to 100. | 
The threshold value is specified as a percentage ranging from 0 to 100, where 0 represents silence and 100 represents the maximum amplitude. The default threshold is 5.
The following sets the voiceKeyThreshold to 20%:
<defaults>
/ voiceKeyThreshold=20
</defaults>