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.ITranslateDocumentsClient.TranslateDocument.g.cs
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,6 @@ public partial interface ITranslateDocumentsClient
87
87
/// </param>
88
88
/// <param name="translationMemoryId">
89
89
/// A unique ID assigned to a translation memory.<br/>
90
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
91
90
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
92
91
/// </param>
93
92
/// <param name="translationMemoryThreshold">
@@ -169,7 +168,6 @@ public partial interface ITranslateDocumentsClient
169
168
/// </param>
170
169
/// <param name="translationMemoryId">
171
170
/// A unique ID assigned to a translation memory.<br/>
172
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
173
171
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
174
172
/// </param>
175
173
/// <param name="translationMemoryThreshold">
@@ -250,7 +248,6 @@ public partial interface ITranslateDocumentsClient
250
248
/// </param>
251
249
/// <param name="translationMemoryId">
252
250
/// A unique ID assigned to a translation memory.<br/>
253
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.ITranslateTextClient.TranslateText.g.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,11 @@ public partial interface ITranslateTextClient
99
99
/// <param name="styleId">
100
100
/// Specify the [style rule list](/api-reference/style-rules) to use for the translation.<br/>
101
101
/// **Important:** The target language has to match the language of the style rule list.<br/>
102
-
/// **Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.<br/>
102
+
/// All `model_type` values are supported.<br/>
103
103
/// Example: 7ff9bfd6-cd85-4190-8503-d6215a321519
104
104
/// </param>
105
105
/// <param name="translationMemoryId">
106
106
/// A unique ID assigned to a translation memory.<br/>
107
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
108
107
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
109
108
/// </param>
110
109
/// <param name="translationMemoryThreshold">
@@ -114,8 +113,7 @@ public partial interface ITranslateTextClient
114
113
/// </param>
115
114
/// <param name="customInstructions">
116
115
/// Specify a list of instructions to customize the translation behavior. Up to 10 custom instructions can be specified, each with a maximum of 300 characters.<br/>
117
-
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.<br/>
118
-
/// **Note:** Any request with the `custom_instructions` parameter enabled will default to use the `quality_optimized` model type. Requests combining `custom_instructions` and `model_type: latency_optimized` will be rejected.
116
+
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.
119
117
/// </param>
120
118
/// <param name="tagHandling">
121
119
/// Sets which kind of tags should be handled. Options currently available:<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.Models.TranslateDocumentRequest.g.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ public sealed partial class TranslateDocumentRequest
96
96
97
97
/// <summary>
98
98
/// A unique ID assigned to a translation memory.<br/>
99
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
@@ -183,7 +182,6 @@ public sealed partial class TranslateDocumentRequest
183
182
/// </param>
184
183
/// <param name="translationMemoryId">
185
184
/// A unique ID assigned to a translation memory.<br/>
186
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.Models.TranslateTextRequest.g.cs
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public sealed partial class TranslateTextRequest
117
117
/// <summary>
118
118
/// Specify the [style rule list](/api-reference/style-rules) to use for the translation.<br/>
119
119
/// **Important:** The target language has to match the language of the style rule list.<br/>
120
-
/// **Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.<br/>
@@ -126,7 +126,6 @@ public sealed partial class TranslateTextRequest
126
126
127
127
/// <summary>
128
128
/// A unique ID assigned to a translation memory.<br/>
129
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
@@ -144,8 +143,7 @@ public sealed partial class TranslateTextRequest
144
143
145
144
/// <summary>
146
145
/// Specify a list of instructions to customize the translation behavior. Up to 10 custom instructions can be specified, each with a maximum of 300 characters.<br/>
147
-
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.<br/>
148
-
/// **Note:** Any request with the `custom_instructions` parameter enabled will default to use the `quality_optimized` model type. Requests combining `custom_instructions` and `model_type: latency_optimized` will be rejected.
146
+
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.
@@ -280,12 +278,11 @@ public sealed partial class TranslateTextRequest
280
278
/// <param name="styleId">
281
279
/// Specify the [style rule list](/api-reference/style-rules) to use for the translation.<br/>
282
280
/// **Important:** The target language has to match the language of the style rule list.<br/>
283
-
/// **Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.<br/>
281
+
/// All `model_type` values are supported.<br/>
284
282
/// Example: 7ff9bfd6-cd85-4190-8503-d6215a321519
285
283
/// </param>
286
284
/// <param name="translationMemoryId">
287
285
/// A unique ID assigned to a translation memory.<br/>
288
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
289
286
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
290
287
/// </param>
291
288
/// <param name="translationMemoryThreshold">
@@ -295,8 +292,7 @@ public sealed partial class TranslateTextRequest
295
292
/// </param>
296
293
/// <param name="customInstructions">
297
294
/// Specify a list of instructions to customize the translation behavior. Up to 10 custom instructions can be specified, each with a maximum of 300 characters.<br/>
298
-
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.<br/>
299
-
/// **Note:** Any request with the `custom_instructions` parameter enabled will default to use the `quality_optimized` model type. Requests combining `custom_instructions` and `model_type: latency_optimized` will be rejected.
295
+
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.
300
296
/// </param>
301
297
/// <param name="tagHandling">
302
298
/// Sets which kind of tags should be handled. Options currently available:<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.Models.TranslateTextRequest2.g.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ public sealed partial class TranslateTextRequest2
114
114
115
115
/// <summary>
116
116
/// A unique ID assigned to a translation memory.<br/>
117
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
@@ -248,7 +247,6 @@ public sealed partial class TranslateTextRequest2
248
247
/// </param>
249
248
/// <param name="translationMemoryId">
250
249
/// A unique ID assigned to a translation memory.<br/>
251
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.Models.TranslationMemory.g.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ public sealed partial class TranslationMemory
10
10
{
11
11
/// <summary>
12
12
/// A unique ID assigned to a translation memory.<br/>
13
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
@@ -66,7 +65,6 @@ public sealed partial class TranslationMemory
66
65
/// </summary>
67
66
/// <param name="translationMemoryId">
68
67
/// A unique ID assigned to a translation memory.<br/>
69
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/Generated/DeepL.TranslateDocumentsClient.TranslateDocument.g.cs
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -941,7 +941,6 @@ request.Filename is null
941
941
/// </param>
942
942
/// <param name="translationMemoryId">
943
943
/// A unique ID assigned to a translation memory.<br/>
944
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
945
944
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
946
945
/// </param>
947
946
/// <param name="translationMemoryThreshold">
@@ -1043,7 +1042,6 @@ request.Filename is null
1043
1042
/// </param>
1044
1043
/// <param name="translationMemoryId">
1045
1044
/// A unique ID assigned to a translation memory.<br/>
1046
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
1047
1045
/// Example: a74d88fb-ed2a-4943-a664-a4512398b994
1048
1046
/// </param>
1049
1047
/// <param name="translationMemoryThreshold">
@@ -1923,7 +1921,6 @@ request.Filename is null
1923
1921
/// </param>
1924
1922
/// <param name="translationMemoryId">
1925
1923
/// A unique ID assigned to a translation memory.<br/>
1926
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
/// Specify the [style rule list](/api-reference/style-rules) to use for the translation.<br/>
874
874
/// **Important:** The target language has to match the language of the style rule list.<br/>
875
-
/// **Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.<br/>
875
+
/// All `model_type` values are supported.<br/>
876
876
/// Example: 7ff9bfd6-cd85-4190-8503-d6215a321519
877
877
/// </param>
878
878
/// <param name="translationMemoryId">
879
879
/// A unique ID assigned to a translation memory.<br/>
880
-
/// **Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.<br/>
/// Specify a list of instructions to customize the translation behavior. Up to 10 custom instructions can be specified, each with a maximum of 300 characters.<br/>
890
-
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.<br/>
891
-
/// **Note:** Any request with the `custom_instructions` parameter enabled will default to use the `quality_optimized` model type. Requests combining `custom_instructions` and `model_type: latency_optimized` will be rejected.
889
+
/// **Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.
892
890
/// </param>
893
891
/// <param name="tagHandling">
894
892
/// Sets which kind of tags should be handled. Options currently available:<br/>
Copy file name to clipboardExpand all lines: src/libs/DeepL/openapi.yaml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -586,7 +586,7 @@ paths:
586
586
587
587
**Important:** The target language has to match the language of the style rule list.
588
588
589
-
**Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.
589
+
All `model_type` values are supported.
590
590
type: string
591
591
example: 7ff9bfd6-cd85-4190-8503-d6215a321519
592
592
translation_memory_id:
@@ -598,8 +598,6 @@ paths:
598
598
Specify a list of instructions to customize the translation behavior. Up to 10 custom instructions can be specified, each with a maximum of 300 characters.
599
599
600
600
**Important:** The target language must be `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `zh` or any variants of these languages.
601
-
602
-
**Note:** Any request with the `custom_instructions` parameter enabled will default to use the `quality_optimized` model type. Requests combining `custom_instructions` and `model_type: latency_optimized` will be rejected.
603
601
type: array
604
602
items:
605
603
type: string
@@ -5431,8 +5429,6 @@ components:
5431
5429
format: uuid
5432
5430
description: |-
5433
5431
A unique ID assigned to a translation memory.
5434
-
5435
-
**Note:** Requests with the `translation_memory_id` parameter must use the `quality_optimized` model type. Requests combining `translation_memory_id` and `model_type: latency_optimized` will be rejected.
5436
5432
example: a74d88fb-ed2a-4943-a664-a4512398b994
5437
5433
TranslationMemorySourceLanguage:
5438
5434
description: The source language of the translation memory.
0 commit comments