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:



49
50
51
52
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 49

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:



49
50
51
52
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 49

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

#output_config::Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig

Returns Optional. Specifies an optional destination for the recognition results.

Returns:



49
50
51
52
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 49

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