Skip to content

Commit 54568cf

Browse files
author
Jann-Skotdal
committed
2 parents 7fa0cf0 + baa5001 commit 54568cf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/cognitive-services/Translator/migrate-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: v-jansko
1515
# Translator Text API V2 to V3 Migration
1616

1717
> [!NOTE]
18-
> V2 will be deprecated on April 30, 2018 and will be discontinued on April 30, 2019.
18+
> V2 was deprecated on April 30, 2018 and will be discontinued on April 30, 2019.
1919
2020
The Microsoft Translator team has released Version 3 (V3) of the Translator Text API. This release includes new features, deprecated methods and a new format for sending to, and receiving data from the Microsoft Translator Service. This document provides information for changing applications to use V3.
2121

articles/cognitive-services/Translator/reference/v3-0-translate.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Request parameters passed on the query string are:
8282
</tr>
8383
<tr>
8484
<td>AllowFallback</td>
85-
<td>*Optional parameter*.<br/>Specifies that the service is allowed to fallback to a general system when a custom system does not exist. Possible values are: `true` (default) or `false`.<br/>AllowFallback=false specifies that the translation should only use systems trained for the category specified by the request. If a translation for language X to language Y requires chaining through a pivot language E, then all the systems in the chain (X->E and E->Y) will need to be custom and have the same category. If no system is found with the specific category, the request will return a 400 status code. AllowFallback=true specifies that the service is allowed to fallback to a general system when a custom system does not exist.
85+
<td>*Optional parameter*.<br/>Specifies that the service is allowed to fallback to a general system when a custom system does not exist. Possible values are: `true` (default) or `false`.<br/><br/>`AllowFallback=false` specifies that the translation should only use systems trained for the `category` specified by the request. If a translation for language X to language Y requires chaining through a pivot language E, then all the systems in the chain (X->E and E->Y) will need to be custom and have the same category. If no system is found with the specific category, the request will return a 400 status code. `AllowFallback=true` specifies that the service is allowed to fallback to a general system when a custom system does not exist.
8686
</td>
8787
</tr>
8888
</table>
@@ -110,9 +110,7 @@ Request headers include:
110110
</tr>
111111
<tr>
112112
<td>X-MT-System</td>
113-
<td>*Optional*.<br/>Specifies the system type that was used for translation for each ‘to’ language requested for translation. The value is a comma-separated list of strings. Each string indicates a type:<br/>
114-
* Custom - Request includes a custom system and at least one custom system was used during translation.
115-
* Team - All other requests
113+
<td>*Optional*.<br/>Specifies the system type that was used for translation for each ‘to’ language requested for translation. The value is a comma-separated list of strings. Each string indicates a type:<br/><ul><li>Custom - Request includes a custom system and at least one custom system was used during translation.</li><li>Team - All other requests</li></ul>
116114
</td>
117115
</tr>
118116
</table>

0 commit comments

Comments
 (0)