File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ client.ai.text.translate
49
49
50
50
The response contains the translated text, service information and meta information (i.e. detected language):
51
51
52
- ``` json
52
+ ``` jsonc
53
53
{
54
54
" id" : " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" ,
55
55
" done" : true ,
@@ -99,7 +99,7 @@ client.ai.text.translate
99
99
100
100
The response contains the translated texts and a service information on which provider was used:
101
101
102
- ``` json
102
+ ``` jsonc
103
103
{
104
104
" id" : " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" ,
105
105
" done" : true ,
@@ -219,7 +219,7 @@ client.ai.text.translate
219
219
220
220
The response contains the translated text with preserved formatting:
221
221
222
- ``` json
222
+ ``` jsonc
223
223
{
224
224
" id" : " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" ,
225
225
" done" : true ,
@@ -353,7 +353,7 @@ client.ai.text.translate
353
353
354
354
Response:
355
355
356
- ``` json
356
+ ``` jsonc
357
357
[
358
358
{
359
359
" id" : " ai.text.translate.microsoft.translator_text_api.3-0" ,
You can’t perform that action at this time.
0 commit comments