You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a round-about way, yes. Sonus doesn't surface the last hotword with final results of an utterance, but you could do something like:
letlastKeyword=nullsonus.on('hotword',(index,keyword)=>{lastKeyword=keyword})sonus.on('final-result',result=>{if(lastKeyword=='something'){//do something}else{//some other logic}})
I see that Snowboy can use mutil model and each model have their callback. Does Sonus can do the same?
The text was updated successfully, but these errors were encountered: