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: src/libs/DeepL/Generated/DeepL.IVoiceAPIClient.GetVoiceStreamingUrl.g.cs
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,13 @@ public partial interface IVoiceAPIClient
91
91
/// Example: [de, fr, es]
92
92
/// </param>
93
93
/// <param name="targetMediaLanguages">
94
-
/// (EAP) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
94
+
/// (closed beta) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
95
95
/// Note: Some translated audio languages are provided through external service partners. See the [supported languages table](/api-reference/voice#show-supported-languages) for details.<br/>
96
96
/// Default Value: []<br/>
97
97
/// Example: [de, en-GB]
98
98
/// </param>
99
99
/// <param name="targetMediaContentType">
100
-
/// (EAP) The audio format for synthesized target media streaming.<br/>
100
+
/// (closed beta) The audio format for synthesized target media streaming.<br/>
101
101
/// Specifies container, codec, and encoding parameters for the audio returned in target_media_chunk messages.<br/>
102
102
/// If not specified, defaults to audio/webm;codecs=opus.<br/>
103
103
/// Only applies when target_media_languages is specified.<br/>
@@ -128,9 +128,13 @@ public partial interface IVoiceAPIClient
128
128
/// Example: audio/webm;codecs=opus
129
129
/// </param>
130
130
/// <param name="targetMediaVoice">
131
-
/// (EAP) Target audio voice selection for synthesized speech. The default voice is language dependent.<br/>
131
+
/// (closed beta) Target audio voice selection for synthesized speech. The default voice is language dependent.<br/>
132
132
/// Example: female
133
133
/// </param>
134
+
/// <param name="spokenTermsId">
135
+
/// (beta) The ID of a spoken terms list used to inform transcription.<br/>
136
+
/// Example: 7c4f1080-cfe2-41d4-8269-0e6ec15a0354
137
+
/// </param>
134
138
/// <param name="glossaryId">
135
139
/// A unique ID assigned to a glossary.<br/>
136
140
/// Example: def3a26b-3e84-45b3-84ae-0c0aaf3525f7
@@ -156,6 +160,7 @@ public partial interface IVoiceAPIClient
/// (EAP) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
96
+
/// (closed beta) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
97
97
/// Note: Some translated audio languages are provided through external service partners. See the [supported languages table](/api-reference/voice#show-supported-languages) for details.<br/>
98
98
/// Default Value: []<br/>
99
99
/// Example: [de, en-GB]
@@ -103,7 +103,7 @@ public sealed partial class GetVoiceStreamingUrlRequest
@@ -238,13 +246,13 @@ public sealed partial class GetVoiceStreamingUrlRequest
238
246
/// Example: [de, fr, es]
239
247
/// </param>
240
248
/// <param name="targetMediaLanguages">
241
-
/// (EAP) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
249
+
/// (closed beta) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
242
250
/// Note: Some translated audio languages are provided through external service partners. See the [supported languages table](/api-reference/voice#show-supported-languages) for details.<br/>
243
251
/// Default Value: []<br/>
244
252
/// Example: [de, en-GB]
245
253
/// </param>
246
254
/// <param name="targetMediaContentType">
247
-
/// (EAP) The audio format for synthesized target media streaming.<br/>
255
+
/// (closed beta) The audio format for synthesized target media streaming.<br/>
248
256
/// Specifies container, codec, and encoding parameters for the audio returned in target_media_chunk messages.<br/>
249
257
/// If not specified, defaults to audio/webm;codecs=opus.<br/>
250
258
/// Only applies when target_media_languages is specified.<br/>
@@ -275,9 +283,13 @@ public sealed partial class GetVoiceStreamingUrlRequest
275
283
/// Example: audio/webm;codecs=opus
276
284
/// </param>
277
285
/// <param name="targetMediaVoice">
278
-
/// (EAP) Target audio voice selection for synthesized speech. The default voice is language dependent.<br/>
286
+
/// (closed beta) Target audio voice selection for synthesized speech. The default voice is language dependent.<br/>
279
287
/// Example: female
280
288
/// </param>
289
+
/// <param name="spokenTermsId">
290
+
/// (beta) The ID of a spoken terms list used to inform transcription.<br/>
291
+
/// Example: 7c4f1080-cfe2-41d4-8269-0e6ec15a0354
292
+
/// </param>
281
293
/// <param name="glossaryId">
282
294
/// A unique ID assigned to a glossary.<br/>
283
295
/// Example: def3a26b-3e84-45b3-84ae-0c0aaf3525f7
@@ -303,6 +315,7 @@ public GetVoiceStreamingUrlRequest(
/// (EAP) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
732
+
/// (closed beta) List of target languages for which to generate synthesized audio. Languages specified here will automatically be added to target_languages if not already present, ensuring you receive both text translation and audio synthesis for these languages. If omitted, only text transcription and translation will be provided (no audio synthesis). The maximum allowed target media languages per stream is 5. Language identifiers must comply with IETF BCP 47.<br/>
733
733
/// Note: Some translated audio languages are provided through external service partners. See the [supported languages table](/api-reference/voice#show-supported-languages) for details.<br/>
734
734
/// Default Value: []<br/>
735
735
/// Example: [de, en-GB]
736
736
/// </param>
737
737
/// <param name="targetMediaContentType">
738
-
/// (EAP) The audio format for synthesized target media streaming.<br/>
738
+
/// (closed beta) The audio format for synthesized target media streaming.<br/>
739
739
/// Specifies container, codec, and encoding parameters for the audio returned in target_media_chunk messages.<br/>
740
740
/// If not specified, defaults to audio/webm;codecs=opus.<br/>
741
741
/// Only applies when target_media_languages is specified.<br/>
0 commit comments