【发布时间】:2019-11-25 03:28:37
【问题描述】:
我不是程序员。但是需要识别文本中的音频文件。我使用 Gcloud 控制台识别了音频文件。但是当我尝试将结果输出到控制台时,会显示一个不完整的结果并且格式很不舒服:
gcloud ml 语音操作等待 4449209833501955641
...
"alternatives": [
{
"confidence": 0.91782826,
"transcript": " you can fight... "
}
]
},
{
"alternatives": [
{
"confidence": 0.8954131,
"transcript": " all right I'll say it's a it's really good to hear and
let's see if maybe a couple more questions and then I think we'll wrap it up he
re do you trade options at all"
}
]
},
{
"alternatives": [
{
"confidence": 0.9671178,
"transcript": " I do not not right now I mean I got enough where I just think ..."
}
]
},
...
告诉我一个简单的方法,无需重新识别即可提取结果(文件太大)!
【问题讨论】: