Add support for batch auto chapters (#72) · olgeni/speechmatics-python@5cf9f07 · GitHub
Skip to content

Commit 5cf9f07

Browse files
aaronng91aaron_ng
andauthored
Add support for batch auto chapters (speechmatics#72)
* add support for auto chapters * fix config none --------- Co-authored-by: aaron_ng <aaronn@speechmatics.com>
1 parent 7c085c7 commit 5cf9f07

16 files changed

Lines changed: 184 additions & 99 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ A complete list of commands and flags can be found in the SDK docs at https://sp
296296
speechmatics batch transcribe --detect-topics --output-format json-v2 example_audio.wav
297297
```
298298
299+
- Submit a job with auto chapters
300+
301+
```bash
302+
speechmatics batch transcribe --detect-chapters --output-format json-v2 example_audio.wav
303+
```
304+
299305
### Custom Transcription Config File
300306
- Instead of passing all the transcription options via the command line you can also pass a transcription config file.
301307
The config file is a JSON file that contains the transcription options.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.12.0

docs/_modules/speechmatics/batch_client.html

Lines changed: 43 additions & 23 deletions

0 commit comments

Comments
 (0)