// 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."],[[["This webpage provides access to documentation 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 on the page links to specific documentation related to its respective release, allowing for version-specific reference and guidance."],["The latest version available is marked as 2.37.0-rc, which is a release candidate, indicating a pre-release version for testing."],["The content includes an example of how to override the `vision_v1::ImageAnnotatorClient` endpoint configuration, specifically demonstrating how to set a custom endpoint."],["The endpoint override example given is specific to a Private Google Access configuration."]]],[]]