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 provides documentation for the `ImageAnnotatorConnection` object, which is part of the Google Cloud Vision API's C++ library, specifically for the `ImageAnnotatorClient`."],["The `ImageAnnotatorConnection` defines the interface for virtual methods used by the `ImageAnnotatorClient`, allowing for custom behavior in tests, such as using mock objects."],["The latest version of the documentation is for version 2.37.0-rc, and includes documentation for a wide range of prior versions, with version 2.15.1 also containing more information on the subject."],["The `ImageAnnotatorConnection` object supports several functions including `BatchAnnotateImages`, `BatchAnnotateFiles`, `AsyncBatchAnnotateImages`, and `AsyncBatchAnnotateFiles`."],["A concrete instance of the `ImageAnnotatorConnection` can be created using `MakeImageAnnotatorConnection()` and you can mock an instance of the object with the `MockImageAnnotatorConnection` class."]]],[]]