Class ImageAnnotator (3.1.0)

public static 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.

Inheritance

Object > ImageAnnotator

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Methods

BindService(ImageAnnotator.ImageAnnotatorBase)

public static ServerServiceDefinition BindService(ImageAnnotator.ImageAnnotatorBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplImageAnnotator.ImageAnnotatorBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, ImageAnnotator.ImageAnnotatorBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplImageAnnotator.ImageAnnotatorBase

An object implementing the server-side handling logic.