// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::speech_v2::SpeechClient(
google::cloud::speech_v2::MakeSpeechConnection(options));
[[["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 webpage provides a comprehensive list of C++ Speech Client library versions, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The most recent release candidate version of the Speech Client library is 2.37.0-rc, and each entry in the list links to the documentation for the speech endpoint for the respective version."],["The `speech_v2::SpeechClient` Endpoint Configuration can be overridden, with an example provided that showcases how to configure it for Private Google Access."],["The page allows users to access documentation for specific versions, such as 2.27.0, which is the version stated to currently be displayed, allowing developers to find information relevant to the version they use."]]],[]]