Skip to content

Commit 86a651c

Browse files
committed
Adding escape sequence for tags
1 parent 2e77b42 commit 86a651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/generative-ai-azure-cognitive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ For more details on parameters see [Translator API](../../ai-services/translator
307307
`boolean DEFAULT 'NoAction'` Specifices how profanities are treated in translations. Valid values are 'NoAction' , 'Marked', or 'Deleted'. 'NoAction' is the default behavior and profanity passes from source to target. 'Deleted' indicates that profane words are removed without replacement. 'Marked' replaces the marked word in the output with the profanity_marker parameter.
308308

309309
##### `profanity_marker`
310-
`boolean DEFAULT 'Asterisk'` Specifices how profanities are marked in translations. Possible values are 'Asterisk' which replaces profane words with *** or 'Tag' which replaces profane words with '<profanity> </profanity>' tags.
310+
`boolean DEFAULT 'Asterisk'` Specifices how profanities are marked in translations. Possible values are 'Asterisk' which replaces profane words with *** or 'Tag' which replaces profane words with '\<profanity> \</profanity>' tags.
311311

312312
##### `suggested_source_language`
313313
`text DEFAULT NULL` Specifices fallback language if the language of input text cannot be identified.

0 commit comments

Comments
 (0)