// 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 page provides a comprehensive list of versions for the `vision_v1_1_1ImageAnnotatorClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version, including the latest release candidate, has an associated link to its respective documentation, allowing easy access to the details for each specific version."],["The page features an example on how to override the default endpoint configuration for the `vision_v1::ImageAnnotatorClient`, with a focus on common setups like Private Google Access."],["The current displayed version is 2.22.1, which can be changed to see other versions from the drop down menu."]]],[]]