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
We are trying to use the recognizer to extract the information (numbers, dates, etc.) from STT results.
Numbers, for example, we need to recognize simply as digits sequence.
However we encounter some issues:
<style>
</style>
STT String
Input type
Analyze Result
Expected
Sixty 406565
Number Sequence
Recognized 2 numbers : a) 60 ; b) 406565
60406565
240-0084
Number Sequence
Recognized 2 numbers : a) 240 ; b) 84 (removed the leading zeros)
2400084
5329 seven 87
Number Sequence
Recognized 3 numbers : a) 5329 ; b) 7 ; c) 87
5329787
Eleven 2006
Expiry Date
Recognized Key : timex - Value :2006 ; Key : type - Value :daterange ; Key : start - Value :2006-01-01 ; Key : end - Value :2007-01-01
2006-11-01
Is there a correct way to achieve the expected results?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We are trying to use the recognizer to extract the information (numbers, dates, etc.) from STT results.
<style> </style>Numbers, for example, we need to recognize simply as digits sequence.
However we encounter some issues:
Is there a correct way to achieve the expected results?
Thanks,
Ronny
Beta Was this translation helpful? Give feedback.
All reactions