Skip to content

Commit a451227

Browse files
committed
add line breaks to avoid horiz scrollbar
1 parent 894e7e1 commit a451227

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/cognitive-services/Content-Moderator/try-text-api.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ For **Content-Type**, select the type of content you want to screen. For this ex
5959
In the **Request body** box, enter some text. The following example shows an intentional typo in the text.
6060

6161
```
62-
Is this a grabage or crap email [email protected], phone: 4255550111, IP: 255.255.255.255, 1234 Main Boulevard, Panapolis WA 96555.
62+
Is this a grabage or crap email [email protected], phone: 4255550111, IP:
63+
255.255.255.255, 1234 Main Boulevard, Panapolis WA 96555.
6364
```
6465

6566
## Analyze the response
@@ -71,9 +72,12 @@ The following response shows the various insights from the API. It contains pote
7172
7273
```json
7374
{
74-
"original_text":"Is this a grabage or crap email [email protected], phone: 6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
75-
"normalized_text":" grabage crap email [email protected], phone: 6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
76-
"auto_corrected_text":"Is this a garbage or crap email [email protected], phone: 6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
75+
"original_text":"Is this a grabage or crap email [email protected], phone:
76+
6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
77+
"normalized_text":" grabage crap email [email protected], phone:
78+
6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
79+
"auto_corrected_text":"Is this a garbage or crap email [email protected], phone:
80+
6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.",
7781
"status":{
7882
"code":3000,
7983
"description":"OK"
@@ -120,7 +124,8 @@ The following response shows the various insights from the API. It contains pote
120124
"term":"crap"
121125
}
122126
],
123-
"tracking_id":"WU_ibiza_65a1016d-0f67-45d2-b838-b8f373d6d52e_ContentModerator.F0_fe000d38-8ecd-47b5-a8b0-4764df00e3b5"
127+
"tracking_id":"WU_ibiza_65a1016d-0f67-45d2-b838-b8f373d6d52e_ContentModerator.
128+
F0_fe000d38-8ecd-47b5-a8b0-4764df00e3b5"
124129
}
125130
```
126131

0 commit comments

Comments
 (0)