Class: Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeRequest
- 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
-
#audio ⇒ ::Google::Cloud::Speech::V1p1beta1::RecognitionAudio
Required.
-
#config ⇒ ::Google::Cloud::Speech::V1p1beta1::RecognitionConfig
Required.
-
#output_config ⇒ ::Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig
Optional.
Instance Attribute Details
#audio ⇒ ::Google::Cloud::Speech::V1p1beta1::RecognitionAudio
Returns Required. The audio data to be recognized.
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.
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.
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 |