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."],[[["The provided content details the `SpeechWordInfo` class within the Google Cloud Dialogflow v3 API, which is used to represent information about a word recognized by a speech recognizer."],["The latest version available for this class is 2.23.0, with numerous previous versions listed, ranging from 2.22.0 down to 1.0.0, each with its own documentation link."],["`SpeechWordInfo` includes properties such as `Confidence`, `EndOffset`, `StartOffset`, and `Word`, offering insights into the recognized word's accuracy, timing, and content, with `Confidence` indicating the likelihood of correct recognition, and `EndOffset` and `StartOffset` indicating time positions."],["The `SpeechWordInfo` class implements several interfaces, including `IMessage`, `IEquatable\u003cSpeechWordInfo\u003e`, `IDeepCloneable\u003cSpeechWordInfo\u003e`, and `IBufferMessage`, allowing it to be utilized in a variety of data structures and operations."],["The provided documentation includes links to the full inheritance, namespace and assembly of the class, while also detailing available constructors and properties."]]],[]]