-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Adds support for word time offset #778
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
</properties> | ||
|
||
<!-- FIXME(lesv) - temp to fix an issue w/ GA Datastore --> | ||
<!-- | ||
<!-- | ||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
|
@@ -45,13 +45,12 @@ | |
</dependencies> | ||
</dependencyManagement> | ||
--> | ||
|
||
<dependencies> | ||
<!-- [START dependencies] --> | ||
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we include There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had previously been using google-cloud-speech but this change was requested before. I'm happy to specify either dependency. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @gguuss :my comment should n't block this PR, but I think we want to include |
||
<version>0.21.0-alpha</version> | ||
<version>0.21.1-alpha</version> | ||
</dependency> | ||
<!-- [END dependencies] --> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could remove this and the commented out stuff.