Optional. A list of strings containing words and phrases "hints" so that
the speech recognition is more likely to recognize them. This can be used
to improve the accuracy for specific words and phrases, for example, if
specific commands are typically spoken by the user. This can also be used
to add additional words to the vocabulary of the recognizer. See
usage limits.
[[["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-04-17 UTC."],[[["This webpage details the `SpeechContext` class within the `Google.Cloud.VideoIntelligence.V1` namespace, version 2.3.0, which is designed to provide hints to the speech recognizer for enhanced accuracy."],["The `SpeechContext` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SpeechContext` class can be instantiated using either a default constructor (`SpeechContext()`) or a constructor that takes another `SpeechContext` object (`SpeechContext(SpeechContext other)`)."],["A key property of the `SpeechContext` class is `Phrases`, a `RepeatedField` of strings that allows for the input of specific words and phrases as hints to the speech recognizer."],["The `Phrases` property in the SpeechContext class can be utilized to enhance speech recognition accuracy by adding or prioritizing specific vocabulary."]]],[]]