Reference documentation and code samples for the Google Cloud Vision v1 API class ImageAnnotator.
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection. The
ImageAnnotator service returns detected entities from the images.
public static void BindService(ServiceBinderBase serviceBinder, ImageAnnotator.ImageAnnotatorBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-04-17 UTC."],[[["The document provides reference documentation for the `ImageAnnotator` class within the Google Cloud Vision v1 API."],["The `ImageAnnotator` class is a service that performs various image detection tasks, including face, landmark, logo, label, and text detection."],["The page lists the available versions of the Google.Cloud.Vision.V1 API, from version 2.3.0 up to the latest version, 3.7.0, with version 3.5.0 being the current version."],["The documentation details two `BindService` methods for registering service methods, one creating a service definition and the other registering with a service binder."],["The `ImageAnnotator` class inherits from the `object` class, with included methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]