We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75ef4f5 + 3cd4fd1 commit e3391c4Copy full SHA for e3391c4
include/snowboy-detect.h
@@ -97,6 +97,12 @@ class SnowboyDetect {
97
// Make sure you properly align the sensitivity value to the corresponding
98
// hotword.
99
void SetSensitivity(const std::string& sensitivity_str);
100
+
101
+ // Similar to the sensitivity setting above. When set higher than the above
102
+ // sensitivity, the algorithm automatically chooses between the normal
103
+ // sensitivity set above and the higher sensitivity set here, to maximize the
104
+ // performance. By default, it is not set, which means the algorithm will
105
+ // stick with the sensitivity set above.
106
void SetHighSensitivity(const std::string& high_sensitivity_str);
107
108
// Returns the sensitivity string for the current hotwords.
0 commit comments