You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of Python clients for Speechmatics APIs packaged as separate installable packages. These packages replace the old [speechmatics-python](https://pypi.org/project/speechmatics-python) package, which will be deprecated soon.
6
7
@@ -10,31 +11,23 @@ Each client targets a specific Speechmatics API (e.g. real-time, batch transcrip
10
11
11
12
This repository contains the following packages:
12
13
13
-
### (Beta) Real-Time Client (`speechmatics-rt`)
14
+
### Real-Time Client (`speechmatics-rt`)
14
15
15
16
A Python client for Speechmatics Real-Time API.
16
17
17
18
```bash
18
19
pip install speechmatics-rt
19
20
```
20
21
21
-
### (Beta) Batch Client (`speechmatics-batch`)
22
+
### Batch Client (`speechmatics-batch`)
22
23
23
24
An async Python client for Speechmatics Batch API.
0 commit comments