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 |
|
|---|---|
| Name | Description |
results |
Sequence[google.cloud.speech_v1.types.SpeechRecognitionResult]
Sequential list of transcription results corresponding to sequential portions of audio. |