You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Speech Veneer does not raise for > 1 result. (#2962)
* Cloud Speech Veneer does not raise for > 1 result.
This commit also:
- adds `transcript` and `confidence` convenience methods
on result objects
- updates unit tests appropriately
- moves from google.cloud.grpc.* to google.cloud.proto.*
- updates dependencies accordingly
* Fix linting error, and make imports follow PEP8.
* Fix two more linting issues.
* Address @daspecster suggestions.
Also finally fix all linting issues.
* Update speech usage RST file.
* Swap back to a list return, fixes coverage.
* Final lint change for @daspecster.
* Move imports to one per two lines.
0 commit comments