Skip to content

Commit 3081342

Browse files
authored
Merge pull request #207381 from PatrickFarley/gh-issues-address
[cog svcs] add new example
2 parents 73a5e57 + a2ad94a commit 3081342

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,15 @@ The following example shows a sample response:
124124

125125
## Auto-correction
126126

127-
The text moderation response can optionally return the text with basic auto-correction applied. It can fix some spelling errors, for example.
127+
The text moderation response can optionally return the text with basic auto-correction applied.
128+
129+
For example, the following input text has a misspelling.
130+
131+
> The quick brown fox jumps over the lazzy dog.
132+
133+
If you specify auto-correction, the response contains the corrected version of the text:
134+
135+
> The quick brown fox jumps over the lazy dog.
128136
129137
## Creating and managing your custom lists of terms
130138

0 commit comments

Comments
 (0)