Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions speech/samples/v1/test/samples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,12 @@ base: &common
chdir: '{@manifest_dir}/../..'
basepath: '.'
samples:
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel.py'
sample: 'speech_transcribe_multichannel'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
sample: 'speech_transcribe_sync_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
sample: 'speech_transcribe_async_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
sample: 'speech_transcribe_multichannel_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async.py'
sample: 'speech_transcribe_async'
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
sample: 'speech_transcribe_model_selection_gcs'
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
sample: 'speech_transcribe_async_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async_word_time_offsets_gcs.py'
sample: 'speech_transcribe_async_word_time_offsets_gcs'
Expand All @@ -33,6 +21,18 @@ samples:
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection.py'
sample: 'speech_transcribe_model_selection'
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
sample: 'speech_transcribe_model_selection_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel.py'
sample: 'speech_transcribe_multichannel'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
sample: 'speech_transcribe_multichannel_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync.py'
sample: 'speech_transcribe_sync'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
sample: 'speech_transcribe_sync_gcs'
14 changes: 7 additions & 7 deletions speech/samples/v1p1beta1/test/samples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ base: &common
chdir: '{@manifest_dir}/../..'
basepath: '.'
samples:
- <<: *common
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
sample: 'speech_adaptation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_contexts_classes_beta.py'
sample: 'speech_contexts_classes_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
sample: 'speech_transcribe_multilanguage_beta'
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
sample: 'speech_quickstart_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_auto_punctuation_beta.py'
sample: 'speech_transcribe_auto_punctuation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
sample: 'speech_adaptation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_diarization_beta.py'
sample: 'speech_transcribe_diarization_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
sample: 'speech_quickstart_beta'
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
sample: 'speech_transcribe_multilanguage_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_recognition_metadata_beta.py'
sample: 'speech_transcribe_recognition_metadata_beta'
Expand Down
6 changes: 3 additions & 3 deletions speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-09-25T12:35:00.527355Z",
"updateTime": "2019-09-26T12:35:43.851589Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a5d0708f0702f538fb069d89c0e92c5b14dca49e",
"internalRef": "271102771"
"sha": "4c2ca81a0c976d4d37a8999984b7894d9af22124",
"internalRef": "271130964"
}
},
{
Expand Down