Skip to content

Commit

Permalink
Amazon Transcribe Service Update: Amazon Transcribe now supports tagg…
Browse files Browse the repository at this point in the history
…ing words that match your vocabulary filter for batch transcription.
  • Loading branch information
AWS committed Mar 26, 2021
1 parent 7e9b6f2 commit 63b8471
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Transcribe Service",
"contributor": "",
"description": "Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription."
}
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@
},
"VocabularyFilterMethod":{
"shape":"VocabularyFilterMethod",
"documentation":"<p>Set to <code>mask</code> to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to <code>remove</code> to remove filtered text from the transcript without using placeholder text.</p>"
"documentation":"<p>Set to <code>mask</code> to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to <code>remove</code> to remove filtered text from the transcript without using placeholder text. Set to <code>tag</code> to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to <code>tag</code>, the words matching your vocabulary filter are not masked or removed.</p>"
}
},
"documentation":"<p>Provides optional settings for the <code>StartTranscriptionJob</code> operation.</p>"
Expand Down Expand Up @@ -2044,7 +2044,8 @@
"type":"string",
"enum":[
"remove",
"mask"
"mask",
"tag"
]
},
"VocabularyFilterName":{
Expand Down

0 comments on commit 63b8471

Please sign in to comment.