-
Notifications
You must be signed in to change notification settings - Fork 438
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
Conversation
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=
*/ | ||
public function setTranscript($var) | ||
{ | ||
@trigger_error('transcript is deprecated.', E_USER_DEPRECATED); |
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.
Are we deprecating these parameters?
*/ | ||
private $transcript = null; |
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.
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=
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
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 ofcloud_storage_result.native_format_uri
feat: deprecate
BatchRecognizeFileResult.transcript
in favor ofinline_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