Google Cloud Vision v1 API - Class ImageAnnotator (3.7.0)

public static class ImageAnnotator

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.

Inheritance

object > ImageAnnotator

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Methods

BindService(ImageAnnotatorBase)

public static ServerServiceDefinition BindService(ImageAnnotator.ImageAnnotatorBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl ImageAnnotatorImageAnnotatorBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl ImageAnnotatorImageAnnotatorBase

An object implementing the server-side handling logic.