File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
articles/ai-services/translator/containers Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -102,29 +102,13 @@ The following limitations apply:
102
102
]
103
103
```
104
104
105
- ## Code samples: transliterate text
106
-
107
105
> [ !NOTE]
108
106
>
109
107
> * Each sample runs on the ` localhost ` that you specified with the ` docker run ` command.
110
108
> * While your container is running, ` localhost ` points to the container itself.
111
109
> * You don't have to use ` localhost:5000 ` . You can use any port that is not already in use in your host environment.
112
110
> To specify a port, use the ` -p ` option.
113
111
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
112
## Next Steps
129
113
130
114
> [ !div class="nextstepaction"]
You can’t perform that action at this time.
0 commit comments