Class: Google::Cloud::Speech::V1::LongRunningRecognizeResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Google::Cloud::Speech::V1::SpeechRecognitionResult>

Returns Output-only Sequential list of transcription results corresponding to sequential portions of audio.

Returns:



248
# File 'lib/google/cloud/speech/v1/doc/google/cloud/speech/v1/cloud_speech.rb', line 248

class LongRunningRecognizeResponse; end