Getting Word Recognition in Windows Phone Speech -


i working windows phone speech recognition , able take following speech:

i walked 1 hundred miles

and able able know, in app, hundred means 100

any ideas?

according documentation recognizedphrase.text property should contain display text format asking for.

as part of speech recognition process, speech recognizer performs speech-to-text normalization of recognized input display form.

for example, spoken input, "twenty 5 dollars", generates recognition result words property contains words, "twenty", "five", , "dollars", , text property contains phrase, "$25.00". more information text normalization, see replacementtext.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -