FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add _stream_requests() for managing speech streaming configuration by daspecster · Pull Request #2644 · googleapis/google-cloud-python · GitHub

Add _stream_requests() for managing speech streaming configuration - #2644

Merged
daspecster merged 2 commits into
googleapis:masterfrom
daspecster:speech-streaming-part-3
Oct 31, 2016
Merged

Add _stream_requests() for managing speech streaming configuration#2644
daspecster merged 2 commits into
googleapis:masterfrom
daspecster:speech-streaming-part-3

Conversation

Copy link
Copy Markdown
Contributor

This method creates the configuration request before making content requests and yields them to the caller.

daspecster added the api: speech Issues related to the Speech-to-Text API. label Oct 29, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 29, 2016
daspecster mentioned this pull request Oct 29, 2016
14 tasks
all_requests = []
for streaming_request in streaming_requests:
self.assertIsInstance(streaming_request, StreamingRecognizeRequest)
all_requests.append(streaming_request)

This comment was marked as spam.

Comment thread speech/unit_tests/test__gax.py Outdated

config_request = all_requests[0]
streaming_request = all_requests[1]
self.assertIsInstance(config_request, StreamingRecognizeRequest)

This comment was marked as spam.

daspecster force-pushed the speech-streaming-part-3 branch from 39416df to 4b3e9cc Compare October 31, 2016 17:34
daspecster merged commit c4ac484 into googleapis:master Oct 31, 2016
daspecster deleted the speech-streaming-part-3 branch October 31, 2016 17:43
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
…art-3

Add _stream_requests() for managing speech streaming configuration
atulep pushed a commit that referenced this pull request Apr 3, 2023
Add _stream_requests() for managing speech streaming configuration
atulep pushed a commit that referenced this pull request Apr 18, 2023
Add _stream_requests() for managing speech streaming configuration
parthea pushed a commit that referenced this pull request Oct 22, 2023
Add _stream_requests() for managing speech streaming configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: speech Issues related to the Speech-to-Text API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL