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` interface, which provides virtual methods for user-facing overload sets within the `SpeechClient` class, primarily for testing and custom behavior."],["The latest release candidate (rc) for the speech connection is version 2.37.0-rc, with older versions listed down to version 2.11.0."],["`SpeechConnection` supports synchronous requests such as `Recognize`, and asynchronous ones such as `LongRunningRecognize`, as well as the `AsyncStreamingRecognize`."],["The interface includes functions like `options()`, `Recognize`, `LongRunningRecognize`, and `AsyncStreamingRecognize`, with detailed parameters and return types for each function."],["There are tools provided to work with the interface, such as `MakeSpeechConnection()` for creating concrete instances, and `MockSpeechConnection` for mocking purposes."]]],[]]