Author Topic: Unrecognised Statements !  (Read 1370 times)

pscammp

  • Guest
Unrecognised Statements !
« on: July 19, 2018, 07:57:34 PM »
Hello all,
    If you say something in the mic and it is not recognised you get a yellow dot in the log
with 'Unrecognised: #####'

In VA using HCS voice packs, if what you say IS recognised then it runs the appropriate
command for that statement.

I want to build a custom command which will basically say something like 'Say again' if
I were to say something unrecognised. Is there a way to ref the last received statement
that VA received and the fact that it was an 'unrecognised' statement. Is there a token or
something like that I could use with a 'Begin Text Compare' function.....

?????

Many Thanks
Paul 

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Unrecognised Statements !
« Reply #1 on: July 20, 2018, 12:18:46 AM »
The "Execute a command each time a phrase is unrecognized" profile option can do this.

You can also use the "{CMD}" token to get what the speech engine thinks you said, if necessary.


The option is found under -> -> "Profile Exec" tab -> "Execute a command each time a phrase is unrecognized".

There, you can set it to trigger an existing command whenever a phrase isn't matched to a command phrase by the speech engine.