I would like to use Google Cloud Speech for recognizing speech in a specific domain (healthcare). I know it already allows to add additional words to the vocabulary of the recognizer (word hints), but this must be done at each API call. Do you know if it can be done separately, by creating a priori your own custom vocabulary?
Asked
Active
Viewed 2,262 times
6
-
1I'd like to know if this is doable too - did you learn anything? -- im also afraid this is a bit OT for StackOverflow – Daij-Djan Mar 24 '17 at 11:30
-
You can use phrase hints like in http://stackoverflow.com/questions/43009619/google-cloud-speech-api-word-hints, but overall it is better to use more flexible speech recognition system which allows vocabulary training. – Nikolay Shmyrev May 15 '17 at 08:57
2 Answers
0
Last time I checked, Google Cloud Speech only allows users to specify phrase hints via speechContexts
in each API call. Some other ASRs such as Microsoft ASR do allow users to train their own language model.

Franck Dernoncourt
- 77,520
- 72
- 342
- 501