@@ -6,24 +6,12 @@ base: &common
6
6
chdir : ' {@manifest_dir}/../..'
7
7
basepath : ' .'
8
8
samples :
9
- - << : *common
10
- path : ' {basepath}/v1/speech_transcribe_multichannel.py'
11
- sample : ' speech_transcribe_multichannel'
12
- - << : *common
13
- path : ' {basepath}/v1/speech_transcribe_sync_gcs.py'
14
- sample : ' speech_transcribe_sync_gcs'
15
- - << : *common
16
- path : ' {basepath}/v1/speech_transcribe_async_gcs.py'
17
- sample : ' speech_transcribe_async_gcs'
18
- - << : *common
19
- path : ' {basepath}/v1/speech_transcribe_multichannel_gcs.py'
20
- sample : ' speech_transcribe_multichannel_gcs'
21
9
- << : *common
22
10
path : ' {basepath}/v1/speech_transcribe_async.py'
23
11
sample : ' speech_transcribe_async'
24
12
- << : *common
25
- path : ' {basepath}/v1/speech_transcribe_model_selection_gcs .py'
26
- sample : ' speech_transcribe_model_selection_gcs '
13
+ path : ' {basepath}/v1/speech_transcribe_async_gcs .py'
14
+ sample : ' speech_transcribe_async_gcs '
27
15
- << : *common
28
16
path : ' {basepath}/v1/speech_transcribe_async_word_time_offsets_gcs.py'
29
17
sample : ' speech_transcribe_async_word_time_offsets_gcs'
@@ -33,6 +21,18 @@ samples:
33
21
- << : *common
34
22
path : ' {basepath}/v1/speech_transcribe_model_selection.py'
35
23
sample : ' speech_transcribe_model_selection'
24
+ - << : *common
25
+ path : ' {basepath}/v1/speech_transcribe_model_selection_gcs.py'
26
+ sample : ' speech_transcribe_model_selection_gcs'
27
+ - << : *common
28
+ path : ' {basepath}/v1/speech_transcribe_multichannel.py'
29
+ sample : ' speech_transcribe_multichannel'
30
+ - << : *common
31
+ path : ' {basepath}/v1/speech_transcribe_multichannel_gcs.py'
32
+ sample : ' speech_transcribe_multichannel_gcs'
36
33
- << : *common
37
34
path : ' {basepath}/v1/speech_transcribe_sync.py'
38
35
sample : ' speech_transcribe_sync'
36
+ - << : *common
37
+ path : ' {basepath}/v1/speech_transcribe_sync_gcs.py'
38
+ sample : ' speech_transcribe_sync_gcs'
0 commit comments