Skip to content

Commit

Permalink
feat: [speech] Support MP3, TranscriptNormalization and SpeakerLabels…
Browse files Browse the repository at this point in the history
… in STT V1 API (#10027)

* feat: Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API

PiperOrigin-RevId: 578629599

Source-Link: googleapis/googleapis@08facab

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 2, 2023
1 parent 5067fe4 commit 7ca3309
Show file tree
Hide file tree
Showing 13 changed files with 3,109 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,42 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.speech.v1.TranscriptNormalization",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.speech.v1.TranscriptNormalization$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.speech.v1.TranscriptNormalization$Entry",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.speech.v1.TranscriptNormalization$Entry$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.speech.v1.TranscriptOutputConfig",
"queryAllDeclaredConstructors": true,
Expand Down
Loading

0 comments on commit 7ca3309

Please sign in to comment.