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"]],[["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 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."]]],[]]