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"]],[["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."],[[["The page details the `SpeechConnection` object for `SpeechClient`, which defines virtual methods for user-facing overload sets in `SpeechClient`."],["Users can inject custom behavior when testing `SpeechClient` objects through this interface, using tools like Google Mock."],["The documentation covers various versions of the API, with `2.37.0-rc` being the latest and `2.27.0` being the main referenced version on this specific page."],["`SpeechConnection` provides functions such as `Recognize`, `LongRunningRecognize`, and `AsyncStreamingRecognize` for interacting with the Speech API."],["Methods are included for creating a concrete `SpeechConnection` instance using `MakeSpeechConnection()` and for mocking via `speech_v1_mocks::MockSpeechConnection`."]]],[]]