speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Add an example of how to use BatchClient #57

Closed benjamingorman closed 1 year ago

benjamingorman commented 1 year ago

This MR adds an examples/ directory with currently just one example of how to use BatchClient to submit a batch SaaS job. This example is a specific request from a customer however I thought it would be a good addition to the repository for reference purposes.

jrg1381 commented 1 year ago

Can you add examples/ to

SOURCES := speechmatics/ tests/ setup.py

in the Makefile so it gets linted? LGTM after that.