LongRunningRecognizeResponse

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 (  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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: