Skip to content

Commit 1b88116

Browse files
authored
pencil edit
1 parent 7b7165a commit 1b88116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,19 @@ For more details on parameters see [Translator API](../../ai-services/translator
310310
`boolean DEFAULT 'plain'` Defines the type of text being translated. Valid values are 'plain' or 'html'. Any HTML needs to be well-formed.
311311

312312
##### `profanity_action`
313-
`boolean DEFAULT 'NoAction'` Specificies 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.
313+
`boolean DEFAULT 'NoAction'` Specifies 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.
314314

315315
##### `profanity_marker`
316-
`boolean DEFAULT 'Asterisk'` Specificies 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.
316+
`boolean DEFAULT 'Asterisk'` Specifies 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.
317317

318318
##### `suggested_source_language`
319-
`text DEFAULT NULL` Specificies fallback language if the language of input text cannot be identified.
319+
`text DEFAULT NULL` Specifies fallback language if the language of input text cannot be identified.
320320

321321
##### `source_script`
322-
`text DEFAULT NULL` Specificies script of the input text.
322+
`text DEFAULT NULL` Specific script of the input text.
323323

324324
##### `target_script`
325-
`text DEFAULT NULL` Specificies script of the input text.
325+
`text DEFAULT NULL` Specific script of the input text.
326326

327327
## Next steps
328328

0 commit comments

Comments
 (0)