- Newest
- Most votes
- Most comments
You've identified an interesting behavior in Amazon Transcribe's output for Chinese (zh_CN) transcriptions. In standard Amazon Transcribe output, items are typically categorized as either "pronunciation" or "punctuation" types, with punctuation marks like periods and commas being separated into their own "punctuation" type items.
However, based on your example, it appears that for Chinese transcriptions, punctuation marks like "。" (Chinese period) and "、" (enumeration comma) are sometimes included within "pronunciation" type items rather than being separated into distinct "punctuation" type items.
This behavior differs from the expected pattern seen in English transcriptions, where punctuation is typically separated. The documentation examples for English transcriptions show punctuation marks like periods being properly categorized as "punctuation" type items, separate from the words.
This inconsistency in how punctuation is handled between different languages could indeed be considered a bug or at least an inconsistency in the API's behavior. Since you've observed this specifically with Chinese (zh_CN and potentially zh_HK), it may be a language-specific implementation issue.
I would recommend reporting this to AWS Support so they can investigate this behavior further, as it appears to be inconsistent with how punctuation is typically handled in the transcription results for other languages.
Sources
Enabling speaker partitioning in batch transcriptions - Amazon Transcribe
Transcribing an audio file of a medical conversation - Amazon Transcribe
Transcribing an audio file of a medical dictation - Amazon Transcribe
answered a year ago
Relevant content
asked 3 months ago
- AWS OFFICIALUpdated a year ago
