从某一天开始,所有提交到 Speechtotext api 的音频文件都保持“未启动”状态。要转录的文件存储在 S3 存储桶中。通过带有一小时令牌的 url 提交。
这是我们询问状态时收到的响应示例。提交后似乎什么也没发生。
我该如何调查这个问题?
{
"self": "https://westeurope.api.cognitive.microsoft.com/speechtotext/v3.0/transcriptions/9390f5a8-f4de-4bd7-afc3-543f61af35f8",
"model": {
"self": "https://westeurope.api.cognitive.microsoft.com/speechtotext/v3.0/models/base/257d9f0a-a0c3-4ef6-b498-6e2de4a1faf6"
},
"links": {
"files": "https://westeurope.api.cognitive.microsoft.com/speechtotext/v3.0/transcriptions/9390f5a8-f4de-4bd7-afc3-543f61af35f8/files"
},
"properties": {
"diarizationEnabled": false,
"wordLevelTimestampsEnabled": false,
"channels": [
0,
1
],
"punctuationMode": "DictatedAndAutomatic",
"profanityFilterMode": "Masked"
},
"lastActionDateTime": "2021-03-12T17:33:18Z",
"status": "NotStarted",
"createdDateTime": "2021-03-12T17:33:18Z",
"locale": "fr-FR",
"displayName": "Transcription using default model for fr-FR"
}