Class: Google::Cloud::Dialogflow::CX::V3::SpeechWordInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::SpeechWordInfo
- 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
-
#confidence ⇒ ::Float
The Speech confidence between 0.0 and 1.0 for this word.
-
#end_offset ⇒ ::Google::Protobuf::Duration
Time offset relative to the beginning of the audio that corresponds to the end of the spoken word.
-
#start_offset ⇒ ::Google::Protobuf::Duration
Time offset relative to the beginning of the audio that corresponds to the start of the spoken word.
-
#word ⇒ ::String
The word this info is for.
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 |