Class LongRunningRecognizeResponse (2.1.0)

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.

Attribute

NameDescription
results Sequence[google.cloud.speech_v1p1beta1.types.SpeechRecognitionResult]
Sequential list of transcription results corresponding to sequential portions of audio.