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
@@ -5102,6 +4841,14 @@ typing.Optional[core.File]` — See core.File for more documentation
5102
4841
<dl>
5103
4842
<dd>
5104
4843
4844
+
**diarization_threshold:**`typing.Optional[float]` — Diarization threshold to apply during speaker diarization. A higher value means there will be a lower chance of one speaker being diarized as two different speakers but also a higher chance of two different speakers being diarized as one speaker (less total speakers predicted). A low value means there will be a higher chance of one speaker being diarized as two different speakers but also a lower chance of two different speakers being diarized as one speaker (more total speakers predicted). Can only be set when diarize=True and num_speakers=None. Defaults to None, in which case we will choose a threshold based on the model_id (0.22 usually).
4845
+
4846
+
</dd>
4847
+
</dl>
4848
+
4849
+
<dl>
4850
+
<dd>
4851
+
5105
4852
**additional_formats:**`typing.Optional[AdditionalFormats]` — A list of additional formats to export the transcript to.
@@ -11925,7 +11688,14 @@ typing.Optional[core.File]` — See core.File for more documentation
11925
11688
<dl>
11926
11689
<dd>
11927
11690
11928
-
**from_content_json:**`typing.Optional[str]` — An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank.
11691
+
**from_content_json:**`typing.Optional[str]`
11692
+
11693
+
11694
+
An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank.
typing.Optional[core.File]` — See core.File for more documentation
12586
12356
12357
+
</dd>
12358
+
</dl>
12359
+
12360
+
<dl>
12361
+
<dd>
12362
+
12363
+
**from_content_json:**`typing.Optional[str]`
12364
+
12365
+
12366
+
An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank.
**remove_background_noise:**`typing.Optional[bool]` — If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse.
0 commit comments