Skip to content

Commit 90004e0

Browse files
committed
address pr
1 parent 8db803e commit 90004e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/translator/text-translation/preview/transliterate-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Request parameters passed with the request are as follows:
5757
| --- | --- | --- | --- |
5858
|**api-version**|string|True|Version of the API requested by the client. Accepted value is 2025-05-01-preview.|
5959
| **language** | string | True | Specifies the language code for the `source` text. If not specified, the system autodetects the language of the source text. Accepted values are list of language code supported by the specified model. |
60-
| **fromScript** | string | True | **Specifies the script for the source text**. *See* [supported languages](languages.md), using the `transliteration` scope, to view input scripts available for the source language. |
61-
| **toScript** | string | True | Specifies the script for the target text. *See* [supported languages](languages.md), using the `transliteration` scope, to view input scripts available for the target language. |
60+
| **fromScript** | string | True | **Specifies the script for the source text**. *See* [supported languages](../../language-support.md),`transliteration`, to view input scripts available for the source language. |
61+
| **toScript** | string | True | Specifies the script for the target text. *See* [supported languages](../../language-support.md), `transliteration`, to view input scripts available for the target language. |
6262

6363
## Request body
6464

0 commit comments

Comments
 (0)