File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
articles/cognitive-services/Content-Moderator Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,15 @@ The following example shows a sample response:
124
124
125
125
## Auto-correction
126
126
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.
128
136
129
137
## Creating and managing your custom lists of terms
130
138
You can’t perform that action at this time.
0 commit comments