The only message returned to the client by the LongRunningRecognize
method. It contains the result as zero or more sequential SpeechRecognitionResult
messages. It is included in the result.response
field of the Operation
returned by the operations.get
call of the google::longrunning::Operations
service.
| JSON representation |
|---|
{ "results" : [ { object ( |
| Fields | |
|---|---|
results[]
|
Sequential list of transcription results corresponding to sequential portions of audio. |
totalBilledTime
|
When available, billed audio seconds for the corresponding request. A duration in seconds with up to nine fractional digits, ending with ' |
outputConfig
|
Original output config if present in the request. |
outputError
|
If the transcript output fails this field contains the relevant error. |
speechAdaptationInfo
|
Provides information on speech adaptation behavior in response |
requestId
|
The ID associated with the request. This is a unique ID specific only to the given request. |

