Class LongRunningRecognizeResponse (2.9.3)

LongRunningRecognizeResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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 GetOperation call of the google::longrunning::Operations service.

Attributes

NameDescription
results Sequence[google.cloud.speech_v1.types.SpeechRecognitionResult]
Sequential list of transcription results corresponding to sequential portions of audio.
total_billed_time google.protobuf.duration_pb2.Duration
When available, billed audio seconds for the corresponding request.