Class: Google::Cloud::Dialogflow::V2::SpeechWordInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#confidenceFloat

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.

Returns:

  • (Float)

    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.



78
79
80
81
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 78

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

#end_offsetGoogle::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.

Returns:

  • (Google::Protobuf::Duration)

    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.



78
79
80
81
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 78

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

#start_offsetGoogle::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.

Returns:

  • (Google::Protobuf::Duration)

    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.



78
79
80
81
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 78

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

#wordString

Returns The word this info is for.

Returns:

  • (String)

    The word this info is for.



78
79
80
81
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 78

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