Class: Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeRequest

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 top-level message sent by the client for the LongRunningRecognize method.

Instance Attribute Summary collapse

Instance Attribute Details

#audio::Google::Cloud::Speech::V1p1beta1::RecognitionAudio

Returns Required. The audio data to be recognized.

Returns:



46
47
48
49
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 46

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

#config::Google::Cloud::Speech::V1p1beta1::RecognitionConfig

Returns Required. Provides information to the recognizer that specifies how to process the request.

Returns:



46
47
48
49
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 46

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