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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ public partial interface ITranslateDocumentsClient
36
36
/// <param name="sourceLang">
37
37
/// Language of the text to be translated. If this parameter is omitted, the API will attempt to<br/>
38
38
/// detect the language of the text and translate it.<br/>
39
-
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
39
+
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
40
40
/// Example: EN
41
41
/// </param>
42
42
/// <param name="targetLang">
43
43
/// The language into which the text should be translated.<br/>
44
-
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
44
+
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
45
45
/// Example: DE
46
46
/// </param>
47
47
/// <param name="file">
@@ -64,8 +64,8 @@ public partial interface ITranslateDocumentsClient
64
64
/// </param>
65
65
/// <param name="formality">
66
66
/// Sets whether the translated text should lean towards formal or informal language.<br/>
67
-
/// This feature is only available for certain target languages. Setting this parameter<br/>
68
-
/// with a target language that does not support formality will fail, unless one of the<br/>
67
+
/// This feature is only available for certain target languages. Setting this parameter<br/>
68
+
/// with a target language that does not support formality will fail, unless one of the<br/>
69
69
/// `prefer_...` options are used.<br/>
70
70
/// Possible options are:<br/>
71
71
/// * `default` (default)<br/>
@@ -100,12 +100,12 @@ public partial interface ITranslateDocumentsClient
100
100
/// <param name="sourceLang">
101
101
/// Language of the text to be translated. If this parameter is omitted, the API will attempt to<br/>
102
102
/// detect the language of the text and translate it.<br/>
103
-
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
103
+
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
104
104
/// Example: EN
105
105
/// </param>
106
106
/// <param name="targetLang">
107
107
/// The language into which the text should be translated.<br/>
108
-
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
108
+
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
109
109
/// Example: DE
110
110
/// </param>
111
111
/// <param name="file">
@@ -163,12 +163,12 @@ public partial interface ITranslateDocumentsClient
163
163
/// <param name="sourceLang">
164
164
/// Language of the text to be translated. If this parameter is omitted, the API will attempt to<br/>
165
165
/// detect the language of the text and translate it.<br/>
166
-
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
166
+
/// For the full list of supported source languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
167
167
/// Example: EN
168
168
/// </param>
169
169
/// <param name="targetLang">
170
170
/// The language into which the text should be translated.<br/>
171
-
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource) (beta).<br/>
171
+
/// For the full list of supported target languages, see [supported languages](https://developers.deepl.com/docs/getting-started/supported-languages) or query the [`GET /v3/languages` endpoint](https://developers.deepl.com/api-reference/languages/retrieve-supported-languages-by-resource).<br/>
0 commit comments