LongRunningRecognizeResponse

The only message returned to the client by theLongRunningRecognize method. It contains the result as zero or more sequentialSpeechRecognitionResult messages. It is included in theresult.response field of theOperation returned by theoperations.get call of thegoogle::longrunning::Operations service.

JSON representation
{"results":[{object (SpeechRecognitionResult)}],"totalBilledTime":string,"outputConfig":{object (TranscriptOutputConfig)},"outputError":{object (Status)},"speechAdaptationInfo":{object (SpeechAdaptationInfo)},"requestId":string}
Fields
results[]

object (SpeechRecognitionResult)

Sequential list of transcription results corresponding to sequential portions of audio.

totalBilledTime

string (Duration format)

When available, billed audio seconds for the corresponding request.

A duration in seconds with up to nine fractional digits, ending with 's'. Example:"3.5s".

outputConfig

object (TranscriptOutputConfig)

Original output config if present in the request.

outputError

object (Status)

If the transcript output fails this field contains the relevant error.

speechAdaptationInfo

object (SpeechAdaptationInfo)

Provides information on speech adaptation behavior in response

requestId

string (int64 format)

The ID associated with the request. This is a unique ID specific only to the given request.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-23 UTC.