We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca57831 + 5f8b3f0 commit 66dd077Copy full SHA for 66dd077
jigsawstack/audio.py
@@ -26,6 +26,7 @@ class SpeechToTextParams(TypedDict):
26
translate: NotRequired[bool]
27
by_speaker: NotRequired[bool]
28
webhook_url: NotRequired[str]
29
+ batch_size: NotRequired[int]
30
31
32
class SpeechToTextResponse(TypedDict):
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="jigsawstack",
9
- version="0.1.15",
+ version="0.1.16",
10
description="JigsawStack Python SDK",
11
long_description=open("README.md", encoding="utf8").read(),
12
long_description_content_type="text/markdown",
0 commit comments