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.
Namespace
Google.Cloud.Vision.V1Assembly
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 | |
---|---|
Name | Description |
serviceImpl | ImageAnnotator.ImageAnnotatorBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | ImageAnnotator.ImageAnnotatorBase An object implementing the server-side handling logic. |