Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查看https://github.com/watson-developer-cloud/speech-to-text-websockets-python如何更新项目以获取 JSON 格式的不同时间戳和转录?
该项目已经生成带有时间戳的 json 输出。在输出目录中查找文件“*.json.txt”:
{ "result_index": 0, "results": [ { "alternatives": [ { "timestamps": [ [ "so", 1.0, 1.27 ] ], "transcript": "so " } ], "final": false } ] }