Skip to content

Commit 6b42076

Browse files
authored
Update transliterate-text-parameters.md
1 parent 0994b0a commit 6b42076

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

articles/ai-services/translator/containers/transliterate-text-parameters.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,6 @@ The following limitations apply:
111111
> * You don't have to use `localhost:5000`. You can use any port that is not already in use in your host environment.
112112
> To specify a port, use the `-p` option.
113113
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-
]
126114
```
127115
128116
## Next Steps

0 commit comments

Comments
 (0)