Class: Google::Cloud::Speech::V2::RecognizeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::RecognizeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Response message for the Recognize method.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
Metadata about the recognition.
-
#results ⇒ ::Array<::Google::Cloud::Speech::V2::SpeechRecognitionResult>
Sequential list of transcription results corresponding to sequential portions of audio.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
Returns Metadata about the recognition.
766 767 768 769 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 766 class RecognizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::Speech::V2::SpeechRecognitionResult>
Returns Sequential list of transcription results corresponding to sequential portions of audio.
766 767 768 769 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 766 class RecognizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |