Class: Google::Cloud::Speech::V1::LongRunningRecognizeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::LongRunningRecognizeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/cloud_speech.rb
Overview
The only message returned to the client by the LongRunningRecognize method.
It contains the result as zero or more sequential SpeechRecognitionResult
messages. It is included in the result.response field of the Operation
returned by the GetOperation call of the google::longrunning::Operations
service.
Instance Attribute Summary collapse
-
#results ⇒ ::Array<::Google::Cloud::Speech::V1::SpeechRecognitionResult>
Sequential list of transcription results corresponding to sequential portions of audio.
Instance Attribute Details
#results ⇒ ::Array<::Google::Cloud::Speech::V1::SpeechRecognitionResult>
Returns Sequential list of transcription results corresponding to sequential portions of audio.
533 534 535 536 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 533 class LongRunningRecognizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |