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-14 UTC."],[[["This document outlines the `SpeechConnection` object for `SpeechClient`, which provides an interface with virtual methods corresponding to each user-facing overload set in `SpeechClient`."],["The latest version available is `2.37.0-rc`, and the document references versions from `2.11.0` through to the latest."],["`SpeechConnection` enables the injection of custom behavior, such as with a Google Mock object, for testing `SpeechClient` objects."],["The document includes details on functions such as `Recognize`, `LongRunningRecognize`, and `AsyncStreamingRecognize` along with their parameters and return types."],["To create an instance of the connection object you may refer to `MakeSpeechConnection()`, or use `MockSpeechConnection` for testing."]]],[]]