Author Topic: how to intercept commands that are not executed due to a low confidence rate?  (Read 2021 times)

Serge

  • Newbie
  • *
  • Posts: 12
Hello there,

I've found a way to take action when voiceattack doesn't recognise a command (using the profile option "Execute a command each time a phrase is unrecognised").

That's ok but is there a way to take an action each time a phrase is recognised but the command fails with a confidence rate that is too low ?

Please understand that I don't want to lower the minimum level of confidence required, but simply to be able to take action when a command fails for this reason.  8)

Thanks for your answers.
« Last Edit: March 11, 2024, 12:57:39 PM by Serge »

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4647
  • RTFM
That's what the "Execute even if rejected for low confidence" option of the "Execute a command each time a command phrase is recognized" option is for.

You can use the "{CMDEXECREJECTED}" token with a condition action in the command, to perform different actions depending on whether the command was rejected or not.

Serge

  • Newbie
  • *
  • Posts: 12
ok thanks very much, it works fine  ;)