10-13-2016 08:01 AM - edited 03-15-2019 06:23 AM
Aside from speech recognition is there any tips anyone can provide on gathering alphanumeric input?
I need to prompt voice callers for a 10-digit alphanumeric input string.
Thanks in advance,
Brian
10-13-2016 04:36 PM
Assuming this string is something like an itinerary number, it's not really feasible to capture this input without ASR. Depending on how much influence/control you have over the data what you can do is translate the alphanumeric value in to a number value (similar to how Unity dial by name works).
i.e: 1Z1350D = 1913503
You can then search for that value.
10-14-2016 10:41 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide