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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/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.



71
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb', line 71

class SpeechWordInfo; 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.



71
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb', line 71

class SpeechWordInfo; 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.



71
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb', line 71

class SpeechWordInfo; end

#wordString

Returns The word this info is for.

Returns:

  • (String)

    The word this info is for.



71
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb', line 71

class SpeechWordInfo; end