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 latest version available for the `ImageAnnotator` service is 3.7.0, but this page is referencing version 3.1.0, with multiple previous versions accessible."],["`ImageAnnotator` is a service within the Google Cloud Vision API that performs image analysis tasks, including face, landmark, logo, label, and text detection."],["The `ImageAnnotator` class inherits from the base `Object` class and has several methods inherited from it."],["The `ImageAnnotator` class contains methods like `BindService`, used to create a service definition for server registration or customize service binding logic."],["The service is contained within the `Google.Cloud.Vision.V1` namespace and is provided by the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]