MatchWords
A comma-separated list of words to tag in the speech-to-text output. For example, you can tag words so that you can redact them using audio redaction.
In the records output from speech-to-text, the matched
element is given a value of TRUE
if the primary word is in the list, or an overlapping alternative word is present in the list and has a score greater than the value of the MatchWordsThreshold parameter.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | MatchWords=words,to,redact
|
See Also: |