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-03-21 UTC."],[[["The webpage provides documentation for the `SpeechConnection` object, which is used in conjunction with `SpeechClient` for interacting with the Google Cloud Speech API."],["It outlines the available versions of the `SpeechConnection` documentation, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["`SpeechConnection` defines virtual methods, enabling the injection of custom behaviors for testing purposes."],["The `SpeechConnection` object includes functions for `Recognize`, `LongRunningRecognize`, and `AsyncStreamingRecognize`, providing a variety of methods for interacting with the Google Cloud Speech API."],["Users can find instructions for creating instances and mocking objects of this class, using `MakeSpeechConnection()` and `speech_v1_mocks::MockSpeechConnection` respectively."]]],[]]