Class: Google::Cloud::Dialogflow::V2::SpeechWordInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SpeechWordInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/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
Returns The Speech confidence between 0.0 and 1.0 for this word. A higher number indicates an estimated greater likelihood that the recognized word is correct. The default of 0.0 is a sentinel value indicating that confidence was not set.
This field is not guaranteed to be fully stable over time for the same audio input. Users should also not rely on it to always be provided.
80 81 82 83 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 80 class SpeechWordInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_offset ⇒ ::Google::Protobuf::Duration
Returns Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.
80 81 82 83 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 80 class SpeechWordInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_offset ⇒ ::Google::Protobuf::Duration
Returns Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.
80 81 82 83 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 80 class SpeechWordInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#word ⇒ ::String
Returns The word this info is for.
80 81 82 83 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 80 class SpeechWordInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |