@@ -7,7 +7,7 @@ manager: nitinme
77ms.service : azure-ai-translator
88ms.custom : devx-track-python
99ms.topic : conceptual
10- ms.date : 01/27 /2025
10+ ms.date : 03/21 /2025
1111ms.author : lajanuar
1212recommendations : false
1313---
@@ -27,17 +27,16 @@ Document Translation SDK supports the following programming languages:
2727
2828| Language → SDK version | Package| Client library| Supported API version|
2929| :----------------------| :----------| :----------| :-------------|
30- | 🆕 [ .NET/C# → 2.0.0-beta.1 ] ( https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.Translation.Document/2.0.0-beta.1/index.html ) | [ NuGet] ( https://www.nuget.org/packages/Azure.AI.Translation.Document/2.0.0-beta.1 ) | [ Azure SDK for .NET] ( /dotnet/api/overview/azure/ai.translation.document-readme?branch=main& view=azure-dotnet-preview &preserve-view=true ) | Document Translation ` api-version=2024-05-01 ` |
31- | 🆕 [ Python → 1.1.0b1 ] ( https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-translation-document/1.1.0b1/index.html ) | [ PyPi] ( https://pypi.org/project/azure-ai-translation-document/1.1.0b1 / ) | [ Azure SDK for Python] ( /python/api/overview/azure/ai-translation-document-readme?view=azure-python-preview&preserve-view=true ) | Document Translation ` api-version=2024-05-01 ` |
30+ | 🆕 ` .NET/C# → 2.0.0 ` | [ NuGet] ( https://www.nuget.org/packages/Azure.AI.Translation.Document/2.0.0 ) | [ Azure SDK for .NET] ( /dotnet/api/overview/azure/ai.translation.document-readme?view=azure-dotnet&preserve-view=true ) |
31+ | 🆕 ` Python → 1.0.0 ` | [ PyPi] ( https://pypi.org/project/azure-ai-translation-document/1.0.0 / ) | [ Azure SDK for Python] ( /python/api/overview/azure/ai-translation-document-readme?view=azure-python-preview&preserve-view=true ) |
3232
3333## Changelog and release history
3434
3535This section provides a version-based description of Document Translation feature and capability releases, changes, updates, and enhancements.
3636
3737### [ C#/.NET] ( #tab/csharp )
3838
39- ** Version 2.0.0-beta.1** </br >
40- ** 2024-05-07**
39+ ** Version 2.0.0** </br >
4140
4241##### [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md#200-beta1-2024-05-07 )
4342
@@ -47,14 +46,13 @@ This section provides a version-based description of Document Translation featur
4746
4847### [ Python] ( #tab/python )
4948
50- ** Version 1.1.0b1** </br >
51- ** 2024-05-07**
49+ ** Version 1.0.0** </br >
5250
53- ##### [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.1.0b1 /sdk/translation/azure-ai-translation-document/CHANGELOG.md )
51+ ##### [ ** Changelog/Release History** ] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.0.0 /sdk/translation/azure-ai-translation-document/CHANGELOG.md )
5452
55- ##### [ README] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.1.0b1 /sdk/translation/azure-ai-translation-document/samples/README.md )
53+ ##### [ README] ( https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.0.0 /sdk/translation/azure-ai-translation-document/samples/README.md )
5654
57- ##### [ Samples] ( https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-translation-document_1.1.0b1 /sdk/translation/azure-ai-translation-document/samples )
55+ ##### [ Samples] ( https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-translation-document_1.0.0 /sdk/translation/azure-ai-translation-document/samples )
5856
5957---
6058
@@ -67,17 +65,17 @@ The Document Translation SDK enables the use and management of the Translation s
6765### [ C#/.NET] ( #tab/csharp )
6866
6967``` dotnetcli
70- dotnet add package Azure.AI.Translation.Document --version 2.0.0-beta.1
68+ dotnet add package Azure.AI.Translation.Document --version 2.0.0
7169```
7270
7371``` powershell
74- Install-Package Azure.AI.Translation.Document -Version 2.0.0-beta.1
72+ Install-Package Azure.AI.Translation.Document -Version 2.0.0
7573```
7674
7775### [ Python] ( #tab/python )
7876
7977``` python
80- pip install azure- ai- translation- document== 1.1 .0b1
78+ pip install azure- ai- translation- document== 1.0 .0
8179```
8280
8381---
@@ -200,7 +198,7 @@ result = poller.result()
200198
201199*** Synchronous single document translation ***
202200
203- [Single document translation ](https :// github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.1.0b1 /sdk/translation/azure-ai-translation-document/samples/sample_single_document_translation.py)
201+ [Single document translation ](https :// github.com/Azure/azure-sdk-for-python/blob/azure-ai-translation-document_1.0.0 /sdk/translation/azure-ai-translation-document/samples/sample_single_document_translation.py)
204202
205203-- -
206204
0 commit comments