Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: Support output transcript to GCS for LongRunningRecognize (#471)
This PR was generated using Autosynth.🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6052dd28-5243-4ec5-b111-b1f991d613d9/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 362934100 Source-Link: googleapis/googleapis@7232686 PiperOrigin-RevId: 362856902 Source-Link: googleapis/googleapis@1305ca4 chore: update java microgenerator to 1.0.2 Adds request initialization to sample code
- Loading branch information
Showing
with
1,083 additions
and 91 deletions.
- +12 −0 google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/AdaptationClient.java
- +5 −5 google-cloud-speech/src/test/java/com/google/cloud/speech/v1/MockSpeechImpl.java
- +20 −20 google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/MockAdaptationImpl.java
- +5 −5 google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/MockSpeechImpl.java
- +2 −0 google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/SpeechClientTest.java
- +307 −0 ...peech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/LongRunningRecognizeMetadata.java
- +41 −0 ...1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/LongRunningRecognizeMetadataOrBuilder.java
- +546 −0 ...peech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/LongRunningRecognizeResponse.java
- +70 −0 ...1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/LongRunningRecognizeResponseOrBuilder.java
- +61 −56 proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/SpeechProto.java
- +9 −0 proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto
- +5 −5 synth.metadata
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.