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.
1 parent 4ae84a5 commit df57022Copy full SHA for df57022
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):
0 commit comments