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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SpeechWordInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for various versions."],["The `SpeechWordInfo` class, part of the Google Cloud Dialogflow CX API, provides information about a word recognized by a speech recognizer, such as confidence, start offset, end offset and the word itself."],["The documentation includes version history for the `SpeechWordInfo` class, spanning from version 1.0.0 to the latest, version 2.23.0, accessible via links to specific version details."],["The `SpeechWordInfo` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors `SpeechWordInfo()` and `SpeechWordInfo(SpeechWordInfo)`."],["The class has four properties, `Confidence`, `EndOffset`, `StartOffset`, and `Word`, which store information about the speech such as its confidence, the start and end time of the spoken word, and the word itself, respectively."]]],[]]