如何通过JSON创建音频识别转录文本

0

【以下的问题经过翻译处理】 我不熟悉JSON文件。对于单个演讲者,我一直在使用Word编辑JSON,因为完整的转录文本可以轻松提取,没有问题。现在对于两个演讲者,我想提取在5000个字符示例文本中显示的语音识别转录文本,其中演讲者已被识别。如何从JSON文件中创建完整转录的语音识别转录文本,就像样本中显示的那样?

profile picture
EXPERT
asked 8 months ago26 views
1 Answer
0

【以下的回答经过翻译处理】 我建议您使用或修改下面链接中找到的aws-transcribe-transcript python脚本。该脚本将解析包含多个说话者的json,使其更易读。

链接:https://github.com/trhr/aws-transcribe-transcript

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions