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."],[[["This webpage details the `ImageAnnotator` service within the Google Cloud Vision API's .NET library, specifically version 2.3.0, and its capabilities for image analysis tasks."],["The `ImageAnnotator` service facilitates various detection tasks on images, including identifying faces, landmarks, logos, labels, and text, returning detected entities."],["The webpage lists multiple previous versions of the ImageAnnotator Service, ranging from 2.3.0 to the latest 3.7.0 version, with hyperlinks to each."],["The `ImageAnnotator` class can create a service definition for server registration using the `BindService` method, and allows for customized service binding logic using `ServiceBinderBase`."],["The `ImageAnnotator` class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]