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: add speaker_tag to WordInfo (#40)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * fix: allow proto interface changes
- Loading branch information
Showing
with
793 additions
and 135 deletions.
- +1 −1 .github/ISSUE_TEMPLATE/bug_report.md
- +1 −1 .kokoro/continuous/propose_release.sh
- +1 −1 .kokoro/release/bump_snapshot.sh
- +0 −3 .kokoro/release/drop.cfg
- +0 −4 .kokoro/release/promote.cfg
- +1 −1 .kokoro/release/publish_javadoc.sh
- +1 −1 google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmokeTest.java
- +1 −1 google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/SpeechSmokeTest.java
- +19 −0 proto-google-cloud-speech-v1/clirr-ignored-differences.xml
- +16 −24 proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/SpeakerDiarizationConfig.java
- +4 −6 ...e-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/SpeakerDiarizationConfigOrBuilder.java
- +82 −81 proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/SpeechProto.java
- +95 −0 proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/WordInfo.java
- +15 −0 proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/WordInfoOrBuilder.java
- +10 −6 proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/cloud_speech.proto
- +28 −0 samples/src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_async.test.yaml
- +28 −0 samples/src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_async_gcs.test.yaml
- +37 −0 .../com/google/cloud/examples/speech/v1/test/speech_transcribe_async_word_time_offsets_gcs.test.yaml
- +29 −0 ...src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_enhanced_model.test.yaml
- +52 −0 ...rc/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_model_selection.test.yaml
- +52 −0 ...ain/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_model_selection_gcs.test.yaml
- +31 −0 ...s/src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_multichannel.test.yaml
- +32 −0 ...c/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_multichannel_gcs.test.yaml
- +28 −0 samples/src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_sync.test.yaml
- +28 −0 samples/src/main/java/com/google/cloud/examples/speech/v1/test/speech_transcribe_sync_gcs.test.yaml
- +11 −0 ...es/src/main/java/com/google/cloud/examples/speech/v1p1beta1/test/speech_adaptation_beta.test.yaml
- +11 −0 .../main/java/com/google/cloud/examples/speech/v1p1beta1/test/speech_contexts_classes_beta.test.yaml
- +11 −0 ...es/src/main/java/com/google/cloud/examples/speech/v1p1beta1/test/speech_quickstart_beta.test.yaml
- +28 −0 ...com/google/cloud/examples/speech/v1p1beta1/test/speech_transcribe_auto_punctuation_beta.test.yaml
- +40 −0 ...java/com/google/cloud/examples/speech/v1p1beta1/test/speech_transcribe_diarization_beta.test.yaml
- +33 −0 ...va/com/google/cloud/examples/speech/v1p1beta1/test/speech_transcribe_multilanguage_beta.test.yaml
- +27 −0 ...google/cloud/examples/speech/v1p1beta1/test/speech_transcribe_recognition_metadata_beta.test.yaml
- +35 −0 ...oogle/cloud/examples/speech/v1p1beta1/test/speech_transcribe_word_level_confidence_beta.test.yaml
- +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
@@ -4,6 +4,3 @@ env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/java-speech/.kokoro/release/drop.sh" | ||
} | ||
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
@@ -4,7 +4,3 @@ env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/java-speech/.kokoro/release/promote.sh" | ||
} | ||
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
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/speech/v1/*OrBuilder</className> | ||
<method>* get*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/speech/v1/*OrBuilder</className> | ||
<method>boolean contains*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/speech/v1/*OrBuilder</className> | ||
<method>boolean has*(*)</method> | ||
</difference> | ||
</differences> |
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.