Class: Google::Cloud::Speech::V1::RecognizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::RecognizeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/cloud_speech.rb
Overview
The top-level message sent by the client for the Recognize
method.
Instance Attribute Summary collapse
-
#audio ⇒ ::Google::Cloud::Speech::V1::RecognitionAudio
Required.
-
#config ⇒ ::Google::Cloud::Speech::V1::RecognitionConfig
Required.
Instance Attribute Details
#audio ⇒ ::Google::Cloud::Speech::V1::RecognitionAudio
Returns Required. The audio data to be recognized.
32 33 34 35 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 32 class RecognizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#config ⇒ ::Google::Cloud::Speech::V1::RecognitionConfig
Returns Required. Provides information to the recognizer that specifies how to process the request.
32 33 34 35 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 32 class RecognizeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |