Class: Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeResponse
- Defined in:
- lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/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
#results ⇒ Array<Google::Cloud::Speech::V1p1beta1::SpeechRecognitionResult>
Returns Output only. Sequential list of transcription results corresponding to sequential portions of audio.
494 |
# File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 494 class LongRunningRecognizeResponse; end |