Class RecognizeResponse (2.18.0)

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

The only message returned to the client by the Recognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages.

Attributes

NameDescription
results MutableSequence[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.
speech_adaptation_info google.cloud.speech_v1.types.SpeechAdaptationInfo
Provides information on adaptation behavior in response
request_id int
The ID associated with the request. This is a unique ID specific only to the given request.