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
Copy file name to clipboardExpand all lines: reference.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -675,6 +675,14 @@ If the duration is not appropriate for the length of the transcript, the output
675
675
<dl>
676
676
<dd>
677
677
678
+
**pronunciation_dict_id:**`typing.Optional[str]` — A pronunciation dict ID to use for the generation. This will be applied to this TTS generation only.
679
+
680
+
</dd>
681
+
</dl>
682
+
683
+
<dl>
684
+
<dd>
685
+
678
686
**request_options:**`typing.Optional[RequestOptions]` — Request-specific configuration. You can pass in configuration such as `chunk_size`, and more to customize the request and response.
679
687
680
688
</dd>
@@ -833,6 +841,14 @@ If the duration is not appropriate for the length of the transcript, the output
833
841
<dl>
834
842
<dd>
835
843
844
+
**pronunciation_dict_id:**`typing.Optional[str]` — A pronunciation dict ID to use for the generation. This will be applied to this TTS generation only.
0 commit comments