這是 LongRunningRecognize 方法傳回給用戶端的唯一訊息。其中包含零或多個連續的 SpeechRecognitionResult 訊息,做為結果。google::longrunning::Operations 服務的 operations.get 呼叫傳回的 Operation 中,會包含這個欄位。result.response
| JSON 表示法 |
|---|
{ "results": [ { object ( |
| 欄位 | |
|---|---|
results[] |
與音訊部分的順序相對應的轉錄結果連續清單。 |
totalBilledTime |
如果有的話,對應要求的計費音訊秒數。 時間長度以秒為單位,最多可有 9 個小數位數,並應以「 |
outputConfig |
如果要求中存在原始輸出設定。 |
outputError |
如果轉錄稿輸出失敗,這個欄位會顯示相關錯誤。 |
speechAdaptationInfo |
提供回應中的語音適應行為相關資訊 |
requestId |
與要求相關聯的 ID。這是專屬 ID,僅適用於指定要求。 |