Class: Google::Cloud::Speech::V1p1beta1::RecognizeResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#results::Array<::Google::Cloud::Speech::V1p1beta1::SpeechRecognitionResult>

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

Returns:



576
577
578
579
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 576

class RecognizeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end