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."],[[["This document outlines the `SpeechConnection` interface, which defines virtual methods for user-facing overload sets within the `SpeechClient`."],["The `SpeechConnection` allows for custom behavior injection, particularly useful for creating tests that utilize `SpeechClient` objects."],["The document references `MakeSpeechConnection()` for creating instances, and `MockSpeechConnection` for mocking, in the speech v1 space."],["The document provides links to different versions of `SpeechConnection` classes, ranging from the latest release candidate 2.37.0-rc down to 2.11.0."],["The document lists the functions `options()`, `Recognize()`, `LongRunningRecognize()` and several other `virtual` functions for the `SpeechConnection` interface, with the parameters, and return values."]]],[]]