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
**author:**`typing.Optional[str]` — Author used in the player and inserted at the start of the uploaded article. If not provided, the default author set in the Player settings is used.
5204
+
5205
+
</dd>
5206
+
</dl>
5207
+
5208
+
<dl>
5209
+
<dd>
5210
+
5211
+
**title:**`typing.Optional[str]` — Title used in the player and inserted at the top of the uploaded article. If not provided, the default title set in the Player settings is used.
@@ -6456,6 +6472,14 @@ typing.Optional[core.File]` — See core.File for more documentation
6456
6472
<dl>
6457
6473
<dd>
6458
6474
6475
+
**no_verbatim:**`typing.Optional[bool]` — If true, the transcription will not have any filler words, false starts and non-speech sounds. Only supported with scribe_v2 model.
6476
+
6477
+
</dd>
6478
+
</dl>
6479
+
6480
+
<dl>
6481
+
<dd>
6482
+
6459
6483
**keyterms:**`typing.Optional[typing.List[str]]` — A list of keyterms to bias the transcription towards. The keyterms are words or phrases you want the model to recognise more accurately. The number of keyterms cannot exceed 100. The length of each keyterm must be less than 50 characters. Keyterms can contain at most 5 words (after normalisation). For example ["hello", "world", "technical term"]. Usage of this parameter will incur additional costs.
**respect_sections_durations:**`typing.Optional[bool]` — Controls how strictly section durations in the `composition_plan` are enforced. Only used with `composition_plan`. When set to true, the model will precisely respect each section's `duration_ms` from the plan. When set to false, the model may adjust individual section durations which will generally lead to better generation quality and improved latency, while always preserving the total song duration from the plan.
7144
+
7145
+
</dd>
7146
+
</dl>
7147
+
7148
+
<dl>
7149
+
<dd>
7150
+
7119
7151
**store_for_inpainting:**`typing.Optional[bool]` — Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting feature.
**target_concurrency_limit:**`typing.Optional[int]` — Maximum number of simultaneous calls for this batch. When set, dispatch is governed by this limit rather than workspace/agent capacity percentages.
0 commit comments