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."],[[["The page details the `ImageAnnotatorConnection` class, which interfaces with the `ImageAnnotatorClient` for the Google Cloud Vision API."],["This class defines virtual methods, allowing users to customize behavior for testing with objects like `ImageAnnotatorClient`."],["The page also provides links to documentation for various versions, including the latest release candidate (2.37.0-rc) and many preceding versions like 2.36.0 down to 2.11.0."],["The connection object allows functionalities such as batch image and file annotation, both synchronously and asynchronously, and getting the status of long-running operations."],["There are options for creating concrete instances via `MakeImageAnnotatorConnection()` and for mocking with `vision_v1_mocks::MockImageAnnotatorConnection`."]]],[]]