Class: Google::Cloud::Dialogflow::CX::V3::SpeechWordInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb

Overview

Information for a word recognized by the speech recognizer.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float



48
49
50
51
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 48

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

#end_offset::Google::Protobuf::Duration



48
49
50
51
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 48

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

#start_offset::Google::Protobuf::Duration



48
49
50
51
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 48

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

#word::String



48
49
50
51
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 48

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