-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Revert "Add docs for 'result_index' usage and a system test." #3249
Merged
Conversation
This file contains 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
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Mar 30, 2017
I thought the system tests passed locally but it turns out they didn't run but happily passed anyway. So as not to interfere with the GA let's just revert this and I can fix it for later. |
dhermes
reviewed
Mar 30, 2017
docs/speech-usage.rst
Outdated
@@ -31,8 +31,8 @@ create an instance of :class:`~google.cloud.speech.client.Client`. | |||
>>> client = speech.Client() | |||
|
|||
|
|||
Asynchronous Recognition | |||
------------------------ | |||
Asychronous Recognition |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
richkadel
pushed a commit
to richkadel/google-cloud-python
that referenced
this pull request
May 6, 2017
…apis#3249) * Revert "Add docs for 'result_index' usage and a system test." * Fix Asynchronous typo.
atulep
pushed a commit
that referenced
this pull request
Apr 3, 2023
* Revert "Add docs for 'result_index' usage and a system test." * Fix Asynchronous typo.
atulep
pushed a commit
that referenced
this pull request
Apr 18, 2023
* Revert "Add docs for 'result_index' usage and a system test." * Fix Asynchronous typo.
vchudnov-g
pushed a commit
that referenced
this pull request
Sep 20, 2023
…rm/python-docs-samples#3249) * dialogflow: delete unused samples and corresponding tests for context management * dialogflow: delete unused samples and corresponding tests for detecting intent with model selection * dialogflow: delete unused samples for document management * dialogflow: clean up document management whitespace * dialogflow: delete unused samples for entity management * dialogflow: delete tests for deleted entity management samples * dialogflow: delete tests for deleted document management samples * dialogflow: delete unused samples and corresponding tests for entity type management * dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management * dialogflow: delete unused samples and corresponding tests for knowledge base management * flake8 lints Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
parthea
pushed a commit
that referenced
this pull request
Oct 22, 2023
* Revert "Add docs for 'result_index' usage and a system test." * Fix Asynchronous typo.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #3241