This interface defines virtual methods for each of the user-facing overload sets in ImageAnnotatorClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ImageAnnotatorClient.
[[["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-09 UTC."],[[["This webpage details the `ImageAnnotatorConnection` object, which is used in conjunction with the `ImageAnnotatorClient` for the Google Cloud Vision API, specifically within C++."],["The `ImageAnnotatorConnection` interface allows for custom behavior injection, such as using Google Mock objects, for testing purposes with the `ImageAnnotatorClient`."],["The page includes documentation for the `ImageAnnotatorConnection` class across multiple versions, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The documentation provides functions with `BatchAnnotateImages`, `BatchAnnotateFiles`, `AsyncBatchAnnotateImages`, and `AsyncBatchAnnotateFiles` which are all related to the processing of images."],["The page references `MakeImageAnnotatorConnection()` for concrete implementations and `vision_v1_mocks::MockImageAnnotatorConnection` for mocking within the Google Cloud Vision API C++ client library."]]],[]]