Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing cloud speech code samples to work with v1beta1 #399

Merged
merged 4 commits into from
Jul 1, 2016
Merged

Conversation

xinjiez
Copy link
Contributor

@xinjiez xinjiez commented Jul 1, 2016

This is adapted from alpha samples in speech/api.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 1, 2016
@xinjiez xinjiez changed the title Adding v1beta1 cloud speech code samples Changing cloud speech code samples to work with v1beta1 Jul 1, 2016
@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Jul 1, 2016
@googlebot googlebot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Jul 1, 2016
@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Jul 1, 2016
@theacodes
Copy link
Contributor

This LGTM. I made some small changes for style, can you confirm it still works?

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@theacodes theacodes merged commit bfef34d into GoogleCloudPlatform:master Jul 1, 2016
theacodes pushed a commit that referenced this pull request Jul 6, 2016
theacodes pushed a commit that referenced this pull request Jul 13, 2016
…a1 (#399)""

This reverts commit 43c8ec6.

Change-Id: I9ac6b22de52d413c480f5af750e53a46a0157c6c
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('input_uri', type=_gcs_uri)
parser.add_argument('output_uri', type=_gcs_uri)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main point of this sample was to demonstrate having an output uri on gcs (thus '_gcs' in the filename). Is that not supported anymore?

@xinjiez
Copy link
Contributor Author

xinjiez commented Jul 13, 2016

That's not supported any more in v1beta1. I think I also changed the file name to speech_grpc to repurpose it to demo grpc instead.

msampathkumar pushed a commit that referenced this pull request Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: no This human has *not* signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants