@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service : azure-ai-translator
8
8
ms.custom : devx-track-python
9
9
ms.topic : conceptual
10
- ms.date : 01/27 /2025
10
+ ms.date : 03/21 /2025
11
11
ms.author : lajanuar
12
12
recommendations : false
13
13
---
@@ -27,17 +27,16 @@ Document Translation SDK supports the following programming languages:
27
27
28
28
| Language → SDK version | Package| Client library| Supported API version|
29
29
| :----------------------| :----------| :----------| :-------------|
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 ) |
32
32
33
33
## Changelog and release history
34
34
35
35
This section provides a version-based description of Document Translation feature and capability releases, changes, updates, and enhancements.
36
36
37
37
### [ C#/.NET] ( #tab/csharp )
38
38
39
- ** Version 2.0.0-beta.1** </br >
40
- ** 2024-05-07**
39
+ ** Version 2.0.0** </br >
41
40
42
41
##### [ ** 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 )
43
42
@@ -47,14 +46,13 @@ This section provides a version-based description of Document Translation featur
47
46
48
47
### [ Python] ( #tab/python )
49
48
50
- ** Version 1.1.0b1** </br >
51
- ** 2024-05-07**
49
+ ** Version 1.0.0** </br >
52
50
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 )
54
52
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 )
56
54
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 )
58
56
59
57
---
60
58
@@ -67,17 +65,17 @@ The Document Translation SDK enables the use and management of the Translation s
67
65
### [ C#/.NET] ( #tab/csharp )
68
66
69
67
``` 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
71
69
```
72
70
73
71
``` 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
75
73
```
76
74
77
75
### [ Python] ( #tab/python )
78
76
79
77
``` python
80
- pip install azure- ai- translation- document== 1.1 .0b1
78
+ pip install azure- ai- translation- document== 1.0 .0
81
79
```
82
80
83
81
---
@@ -200,7 +198,7 @@ result = poller.result()
200
198
201
199
*** Synchronous single document translation ***
202
200
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)
204
202
205
203
-- -
206
204
0 commit comments