Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.

Home Page:https://pypi.python.org/pypi/SpeechRecognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: GoogleCloudSpeech - Add method parameters to set use_enhanced and model options

HideyoshiNakazone opened this issue · comments

Feature Requested

Add parameters use_enhanced and model to the recognize_google_cloud method to set their respective values in the RecognitionConfig

Expected behaviour

Give more customizable options for the user and better results in specific cases


Would you like me to give it a try or would you like to think about this Feature Request a little?

Thank you for all your work,
Vitor Hideyoshi

I created a the merge request #735 proposing a implementation for this feature request.
Please take a look and if this feature is of interest please give your opinion on my implementation. :)