Data Sheet
www.veear.eu
User Manual (1.0.17) EasyVR 3 (Plus) 57
bool setTimeout (int8_t seconds)
Sets the timeout to use for any recognition task.
Parameters:
seconds
(0-31) is the maximum time the module keep listening for a word or a
command
Return values:
true
if the operation is successful
bool setMicDistance (int8_t dist)
Sets the operating distance of the microphone. This setting represents the distance between the
microphone and the user's mouth, in one of three possible configurations.
Parameters:
dist
(1-3) is one of values in Distance
Return values:
true
if the operation is successful
bool setKnob (int8_t knob)
Sets the confidence threshold to use for recognition of built-in words or custom grammars.
Parameters:
knob
(0-4) is one of values in Knob
Return values:
true
if the operation is successful
bool setTrailingSilence (int8_t dur)
Sets the trailing silence duration for recognition of built-in words or custom grammars.
Parameters:
dur
(0-31) is the silence duration as defined in TrailingSilence
Return values:
true
if the operation is successful
bool setLevel (int8_t level)
Sets the strictness level to use for recognition of custom commands.
Parameters:
level
(1-5) is one of values in Level
Return values:
true
if the operation is successful
bool setCommandLatency (int8_t mode)
Enables or disables fast recognition for custom commands and passwords. Fast SD/SV recognition can
improve response time.
Parameters:
mode
(0-1) is one of the values in CommandLatency










