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

feat: [Speech] Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API #6747

Merged
merged 4 commits into from
Nov 2, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Oct 30, 2023

  • Regenerate this pull request now.

PiperOrigin-RevId: 578629599

Source-Link: googleapis/googleapis@08facab

Source-Link: https://github.com/googleapis/googleapis-gen/commit/75903e0fe695900f684c72ca8b5b9e6bc160048a
Copy-Tag: eyJwIjoiU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiI3NTkwM2UwZmU2OTU5MDBmNjg0YzcyY2E4YjViOWU2YmMxNjAwNDhhIn0=

BEGIN_NESTED_COMMIT
feat: [Speech] add transcript normalization + m4a audio format support
docs: clarify alternatives for deprecated fields

feat: deprecate BatchRecognizeFileResult.uri in favor of cloud_storage_result.native_format_uri

feat: deprecate BatchRecognizeFileResult.transcript in favor of inline_result.transcript
PiperOrigin-RevId: 577926708

Source-Link: googleapis/googleapis@37e816b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e12bd7bdbbb9d2e418a922075d23f77a8c1e7485
Copy-Tag: eyJwIjoiU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiJlMTJiZDdiZGJiYjlkMmU0MThhOTIyMDc1ZDIzZjc3YThjMWU3NDg1In0=
END_NESTED_COMMIT

docs: clarify alternatives for deprecated fields

feat: deprecate `BatchRecognizeFileResult.uri` in favor of `cloud_storage_result.native_format_uri`

feat: deprecate `BatchRecognizeFileResult.transcript` in favor of `inline_result.transcript`
PiperOrigin-RevId: 577926708

Source-Link: googleapis/googleapis@37e816b

Source-Link: googleapis/googleapis-gen@e12bd7b
Copy-Tag: eyJwIjoiU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiJlMTJiZDdiZGJiYjlkMmU0MThhOTIyMDc1ZDIzZjc3YThjMWU3NDg1In0=
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2023
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review October 30, 2023 22:10
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners October 30, 2023 22:10
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 30, 2023
*/
public function setTranscript($var)
{
@trigger_error('transcript is deprecated.', E_USER_DEPRECATED);
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we deprecating these parameters?

*/
private $transcript = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Changed the visibility here. Private to Protected is more relaxed access modifier. I hope it is okay

…1 API

PiperOrigin-RevId: 578629599

Source-Link: googleapis/googleapis@08facab

Source-Link: googleapis/googleapis-gen@75903e0
Copy-Tag: eyJwIjoiU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiI3NTkwM2UwZmU2OTU5MDBmNjg0YzcyY2E4YjViOWU2YmMxNjAwNDhhIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Speech] add transcript normalization + m4a audio format support feat: [Speech] Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API Nov 1, 2023
Copy link

snippet-bot bot commented Nov 1, 2023

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 1, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 1, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 1, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 1, 2023
@bshaffer bshaffer merged commit 47d8a7e into main Nov 2, 2023
23 checks passed
@bshaffer bshaffer deleted the owl-bot-copy-Speech branch November 2, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants