Class LongRunningRecognizeResponse (2.17.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.

Attributes

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