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 ImageAnnotator service, part of the Google Cloud Vision API, performs various detection tasks on images, such as identifying faces, landmarks, logos, labels, and text."],["This page documents the `ImageAnnotator` class in the `Google.Cloud.Vision.V1` namespace, as part of version 2.5.0 of the Google Cloud Vision API for .NET."],["The latest version of this package is 3.7.0, and earlier versions back to 2.3.0 are also available."],["The `ImageAnnotator` class inherits from the base .NET Object class and contains methods for binding the service, namely `BindService`."],["The service methods are registered by calling `AddMethod` on the `ServiceBinderBase` object, allowing for customized service binding logic."]]],[]]