Class LongRunningRecognizeResponse (2.4.1)

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_v1p1beta1.types.SpeechRecognitionResult]
Sequential list of transcription results corresponding to sequential portions of audio.
output_config google.cloud.speech_v1p1beta1.types.TranscriptOutputConfig
Original output config if present in the request.
output_error google.rpc.status_pb2.Status
If the transcript output fails this field contains the relevant error.