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