Как я могу ограничить "watson-HTML5-speech-recognition" распознаванием только чисел
Hi! I'm devloping a speech recognition app using 'watson-html5-speech-recognition'. How can I constrain the recognition context to recognize only numbers (i.e the recognized word should be a number e.g 101, 40, 76, 4.. etc) and not (one hundred and one, forty, seventy six, four.. etc). I'm working on a math app, where the result should never be a string text, just numbers. Thanks
Что я уже пробовал:
Я попытался использовать javascript для разбора распознанного текста(if isNumber()) после распознавания, но я думаю, что будет лучше ограничить произносимые слова только числами до распознавания, а не после..