| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| def setUpModule(): | ||
| Config.CLIENT = speech.Client() | ||
| Config.CLIENT = speech.Client |
| max_alternatives=None): | ||
| client = Config.CLIENT | ||
| max_alternatives=None, use_gax=True): | ||
| client = Config.CLIENT(use_gax=use_gax) |
| results = self._make_sync_request(content=file_obj.read(), | ||
| max_alternatives=2, | ||
| use_gax=False) | ||
| second_alternative = results[1] |
| max_alternatives=2, | ||
| use_gax=False) | ||
| second_alternative = results[1] | ||
| self.assertEqual(len(results), 2) |
|
I'm not sure how 63cb2fa got in here? I rebased master in... |
Sorry, something went wrong.
|
There we go! |
Sorry, something went wrong.
|
Actually..this is pointless now since the switch to the env usage. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This adds the speech sync_recognize() JSON/REST system test.
Based from #2648