Skip to content

Commit e01b47f

Browse files
Merge pull request #6928 from laujan/publish-release-branch
edit for publication
2 parents 9fbffef + 444e313 commit e01b47f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/ai-services/translator/text-translation/how-to/migrate-to-preview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: conceptual
9-
ms.date: 06/19/2025
9+
ms.date: 09/03/2025
1010
ms.author: lajanuar
1111
---
1212

@@ -34,7 +34,7 @@ The following list compares available Azure AI Translator `2025-05-01-preview` m
3434

3535
### Required parameters
3636

37-
|2025-05-01 method|v3 method|
37+
|API version: 2025-05-01-preview|API version: v3|
3838
|:---|---|
3939
|**api-version**<br>&bullet; Value must be **2025-05-01-preview** |**api-version**<br>&bullet; Value must be **3.0**|
4040
|**text**<br>&bullet; Specifies source text for translation. | **text**<br>&bullet; Specifies source text for translation|
@@ -45,17 +45,17 @@ For more information on **targets array** values, *see* [Translate text](../prev
4545

4646
## API compatibility
4747

48-
The following table compares Translator `2025-05-01-preview` and Translator v3 API methods.
48+
The following table provides a detailed comparison of the updates introduced in API version 2025-05-01-preview.
4949

50-
|Translator v3 compatibility|Translator 2025-05-01-preview method|
50+
|API version: v3|API version: 2025-05-01-preview|
5151
|---|---|
5252
|[Translate text](../reference/v3/translate.md)|[Translate text](../preview/translate-api.md)|
5353
|[Transliterate](../reference/v3/transliterate.md)|[Transliterate](../preview/transliterate-api.md)|
5454
|[Languages](../reference/v3/languages.md)|[Languages](../preview/get-languages.md)|
55-
|[BreakSentence](../reference/v3/break-sentence.md)|Feature no longer supported.<br>Use sentence delimiters function or a Natural Language Processing (NLP) library supported for your programming language.|
56-
|[Detect](../reference/v3/detect.md)|Feature no longer supported. Use|
57-
|[Dictionary Lookup](../reference/v3/dictionary-lookup.md)|Feature no longer supported|
58-
|[Dictionary Examples](../reference/v3/dictionary-examples.md)|Feature no longer supported.<br> Use the [Azure AI Language detection API](/azure/ai-services/language-service/language-detection/quickstart#create-a-json-file-with-the-example-request-body)|
55+
|[BreakSentence](../reference/v3/break-sentence.md)|Feature no longer supported.<br>Use a sentence delimiter function or a Natural Language Processing (NLP) library that is compatible with your programming language.|
56+
|[Detect](../reference/v3/detect.md)|Feature no longer supported.<br>Use the [Azure AI Language detection API](../../../language-service/language-detection/how-to/call-api.md).|
57+
|[Dictionary Lookup](../reference/v3/dictionary-lookup.md)|Feature no longer supported.|
58+
|[Dictionary Examples](../reference/v3/dictionary-examples.md)|Feature no longer supported.|
5959

6060

6161
## Next Steps

0 commit comments

Comments
 (0)