You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Content-Moderator/try-text-api.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ For **Content-Type**, select the type of content you want to screen. For this ex
59
59
In the **Request body** box, enter some text. The following example shows an intentional typo in the text.
60
60
61
61
```
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.
63
64
```
64
65
65
66
## Analyze the response
@@ -71,9 +72,12 @@ The following response shows the various insights from the API. It contains pote
71
72
72
73
```json
73
74
{
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.",
0 commit comments