Can the Google Speech API be configured to return only numbers / letters? -


can google speech api configured return numbers , letters, opposed full words?

the use case translating canadian postal codes. ex. m 1 b 0 r 3. google may return "em 1 0 3"

we have tried:

  • using speechcontexts , feeding in letters - z, individual phrases. improved accuracy us. did not have success passing in individual numbers (ex 1, 2, 3).
  • specifying codec , sample rate of our wav file using encoding , sampleratehertz configuration options. saw no improvement in doing believe google great job of auto-recognizing the sample rate , encoding.

our audio file 8000hz , encoded "m-ulaw". have no flexibility in changing sample rate or encoding.

is there way more accurate response google use case? ideas better speechcontexts phrases welcome.

thank you


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -