// 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::vision_v1::ImageAnnotatorClient(
google::cloud::vision_v1::MakeImageAnnotatorConnection(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-14 UTC."],[[["The webpage provides documentation and reference for various versions of the `vision_v1_1_1ImageAnnotatorClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed, such as 2.36.0 or 2.26.0, links to its respective documentation page detailing the `vision_v1_1_1ImageAnnotatorClient-endpoint-snippet`."],["The latest version of the client available is version `2.37.0-rc` which is identified as the most recent release candidate."],["The page contains documentation on overriding the `vision_v1::ImageAnnotatorClient` Endpoint Configuration, which showcases how to set the endpoint to `private.googleapis.com` using `google::cloud::Options`."]]],[]]