Class: Google::Cloud::Speech::V2::InlineResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Final results returned inline in the recognition response.

Instance Attribute Summary collapse

Instance Attribute Details

#transcript::Google::Cloud::Speech::V2::BatchRecognizeResults

Returns The transcript for the audio file.

Returns:



1072
1073
1074
1075
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1072

class InlineResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end