Class: Google::Cloud::Speech::V1::LongRunningRecognizeRequest

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

Overview

The top-level message sent by the client for the +LongRunningRecognize+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#audioGoogle::Cloud::Speech::V1::RecognitionAudio

Returns Required The audio data to be recognized.

Returns:



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

class LongRunningRecognizeRequest; end

#configGoogle::Cloud::Speech::V1::RecognitionConfig

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

Returns:



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

class LongRunningRecognizeRequest; end