update timestamps info
Browse files
README.md
CHANGED
@@ -329,6 +329,8 @@ word_level_timestamps = output[0].timestamp['word']
|
|
329 |
segment_level_timestamps = output[0].timestamp['segment']
|
330 |
|
331 |
```
|
|
|
|
|
332 |
|
333 |
To use canary-1b-flash for transcribing other supported languages or perform Speech-to-Text translation or provide word-level timestamps, specify the input as jsonl manifest file, where each line in the file is a dictionary containing the following fields:
|
334 |
|
|
|
329 |
segment_level_timestamps = output[0].timestamp['segment']
|
330 |
|
331 |
```
|
332 |
+
For audio files longer than 10 seconds, we recommend using longform inference script (explained in next section) with `chunk_len_in_secs=10.0` to generate timestamps.
|
333 |
+
|
334 |
|
335 |
To use canary-1b-flash for transcribing other supported languages or perform Speech-to-Text translation or provide word-level timestamps, specify the input as jsonl manifest file, where each line in the file is a dictionary containing the following fields:
|
336 |
|