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."],[[["This document outlines the `SpeechConnection` object for the `SpeechClient`, which provides the interface for user-facing methods."],["The `SpeechConnection` allows custom behavior injection for testing purposes, facilitating the use of objects like Google Mock."],["The page provides links to reference pages for a range of versions, starting with the latest release candidate [2.37.0-rc] and going down to version 2.11.0."],["The virtual functions included in `SpeechConnection` are `Recognize`, `LongRunningRecognize`, `AsyncStreamingRecognize`, `ListOperations`, `GetOperation`, and `options`."],["Users can create concrete instances of the Speech Connection through the use of `MakeSpeechConnection()` or mock the connection through `speech_v1_mocks::MockSpeechConnection`."]]],[]]