We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4205142 commit 2fd0f61Copy full SHA for 2fd0f61
articles/ai-services/translator/text-sdk-overview.md
@@ -178,8 +178,8 @@ const {TextTranslationClient } = require("@azure-rest/ai-translation-text").defa
178
### [Python](#tab/python)
179
180
```python
181
-from azure.core.credentials import TextTranslationClient
182
-from azure-ai-translation-text import TextTranslationClient
+from azure.core.credentials import AzureKeyCredential
+from azure.ai.translation.text import TextTranslationClient
183
```
184
185
---
0 commit comments