LongRunningRecognizeResponse Stay organized with collections Save and categorize content based on your preferences.
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 ( |
| 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. |
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.