This interface defines virtual methods for each of the user-facing overload sets in SpeechClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SpeechClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The latest version of the SpeechConnection API is 2.37.0-rc, with previous versions ranging from 2.36.0 down to 2.11.0 also available."],["`SpeechConnection` defines virtual methods for each user-facing overload set in `SpeechClient`, allowing users to customize behavior during testing."],["Users can create an instance of `SpeechConnection` using `MakeSpeechConnection()` or utilize `MockSpeechConnection` for mocking purposes."],["Key functions within `SpeechConnection` include `Recognize`, `LongRunningRecognize`, and `AsyncStreamingRecognize` for handling speech recognition requests."],["The `SpeechConnection` object serves to handle `SpeechClient` interactions, as well as providing request processing capabilities."]]],[]]