This interface defines virtual methods for each of the user-facing overload sets in TextToSpeechClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TextToSpeechClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["This webpage provides documentation for the `TextToSpeechConnection` class within the Google Cloud Text-to-Speech C++ library, with the latest release candidate version being 2.37.0-rc."],["The `TextToSpeechConnection` class defines virtual methods for user-facing overload sets in `TextToSpeechClient`, enabling users to inject custom behavior, primarily for testing."],["The documentation lists various versions of the library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, each with its own documentation link."],["Key functions within `TextToSpeechConnection` include `options()`, `ListVoices()`, and `SynthesizeSpeech()`, each designed for specific operations related to managing voices and synthesizing speech, and they each have their own parameters and return values that are fully detailed."],["The page provides guidance on how to create a concrete instance of `TextToSpeechConnection` using `MakeTextToSpeechConnection()` and how to use mocks with `MockTextToSpeechConnection` for testing purposes."]]],[]]