Rename Transcript to Alternative.#2666
Merged
daspecster merged 1 commit intogoogleapis:masterfrom Nov 2, 2016
Merged
Conversation
dhermes
approved these changes
Nov 2, 2016
Contributor
dhermes
left a comment
There was a problem hiding this comment.
LGTM provide the few nits are resolved. Feel free to merge once fixed.
| # limitations under the License. | ||
|
|
||
| """Transcript representation for Google Speech API""" | ||
| """Alternative representation for Google Speech API""" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| class Transcript(object): | ||
| """Representation of Speech Transcripts. | ||
| class Alternative(object): | ||
| """Representation of Speech Alternatives. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
|
|
||
| class TestTranscript(unittest.TestCase): | ||
| class AlternativeTests(unittest.TestCase): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| from google.cloud.speech.encoding import Encoding | ||
| from google.cloud.speech.operation import Operation | ||
| from google.cloud.speech.transcript import Transcript | ||
| from google.cloud.speech.alternative import Alternative |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
fabb14c to
05e7eb6
Compare
Contributor
Author
|
Updated and squashed. |
14 tasks
richkadel
pushed a commit
to richkadel/google-cloud-python
that referenced
this pull request
May 6, 2017
…to-alternative Rename Transcript to Alternative.
atulep
pushed a commit
that referenced
this pull request
Apr 3, 2023
…tive Rename Transcript to Alternative.
atulep
pushed a commit
that referenced
this pull request
Apr 18, 2023
…tive Rename Transcript to Alternative.
parthea
pushed a commit
that referenced
this pull request
Oct 22, 2023
…tive Rename Transcript to Alternative.
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
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.
Closer to #2522.