You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# Translator Text API V3 - Python Samples
2
2
3
-
This repository includes Python code samples for Microsoft Translator. The samples are designed to run on Python 2.7.x and Python 3.x. Each sample corresponds to a **Quickstart** activity on [doc.microsoft.com](https://docs.microsoft.com/azure/cognitive-services/translator/), including:
This repository includes Python code samples for Microsoft Translator. The samples are designed to run on Python 2.7.x and Python 3.x. Each sample corresponds to a [Quickstart](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-translator) activity on doc.microsoft.com, including:
4
+
5
+
* Translating text
6
+
* Transliterating text
7
+
* Identifying the language of source text
8
+
* Getting alternate translations
9
+
* Getting a complete list of supported languages
10
+
* Determining sentence length
11
+
12
+
[Get started with the Translator quickstart](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-translator).
0 commit comments