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
@@ -4490,7 +4490,7 @@ typing.Optional[core.File]` — See core.File for more documentation
4490
4490
<dl>
4491
4491
<dd>
4492
4492
4493
-
**mode:**`typing.Optional[DubbingCreateRequestMode]` — The mode in which to run this Dubbing job. Defaults to automatic, use manual if specifically providing a CSV transcript to use.
4493
+
**mode:** `typing.Optional[DubbingCreateRequestMode]` — The mode in which to run this Dubbing job. Defaults to automatic, use manual if specifically providing a CSV transcript to use. Note that manual mode is experimental and production use is strongly discouraged.
4494
4494
4495
4495
</dd>
4496
4496
</dl>
@@ -6295,6 +6295,22 @@ typing.Optional[core.File]` — See core.File for more documentation
6295
6295
<dl>
6296
6296
<dd>
6297
6297
6298
+
**entity_detection:** `typing.Optional[SpeechToTextConvertRequestEntityDetection]` — Detect entities in the transcript. Can be 'all' to detect all entities, a single entity type or category string, or a list of entity types/categories. Categories include 'pii', 'phi', 'pci', 'other', 'offensive_language'. When enabled, detected entities will be returned in the 'entities' field with their text, type, and character positions.
6299
+
6300
+
</dd>
6301
+
</dl>
6302
+
6303
+
<dl>
6304
+
<dd>
6305
+
6306
+
**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"]
**use_typesense:**`typing.Optional[bool]` — If set to true, the endpoint will use typesense DB to search for the documents).
10037
-
10038
-
</dd>
10039
-
</dl>
10040
-
10041
-
<dl>
10042
-
<dd>
10043
-
10044
10051
**cursor:** `typing.Optional[str]` — Used for fetching next page. Cursor is returned in the response.
10045
10052
10046
10053
</dd>
@@ -17280,7 +17287,7 @@ typing.Optional[core.File]` — See core.File for more documentation
17280
17287
17281
17288
17282
17289
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.
@@ -18067,7 +18074,7 @@ typing.Optional[core.File]` — See core.File for more documentation
18067
18074
18068
18075
18069
18076
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.
0 commit comments