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 0994b0a commit 6b42076Copy full SHA for 6b42076
articles/ai-services/translator/containers/transliterate-text-parameters.md
@@ -111,18 +111,6 @@ The following limitations apply:
111
> * You don't have to use `localhost:5000`. You can use any port that is not already in use in your host environment.
112
> To specify a port, use the `-p` option.
113
114
-### Transliterate with REST API
115
-
116
-```rest
117
118
- POST https://api.cognitive.microsofttranslator.com/transliterate?api-version=3.0&language=ja&fromScript=Jpan&toScript=Latn HTTP/1.1
119
- Ocp-Apim-Subscription-Key: ba6c4278a6c0412da1d8015ef9930d44
120
- Content-Type: application/json
121
122
- [
123
- {"Text":"こんにちは"},
124
- {"Text":"さようなら"}
125
- ]
126
```
127
128
## Next Steps
0 commit comments