Vision AI v1 API - Class StreamsService (1.0.0-beta01)

public static class StreamsService

Reference documentation and code samples for the Vision AI v1 API class StreamsService.

Service describing handlers for resources. Vision API and Vision AI API are two independent APIs developed by the same team. Vision API is for people to annotate their image while Vision AI is an e2e solution for customer to build their own computer vision application.

Inheritance

object > StreamsService

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Methods

BindService(StreamsServiceBase)

public static ServerServiceDefinition BindService(StreamsService.StreamsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl StreamsServiceStreamsServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, StreamsServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, StreamsService.StreamsServiceBase 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 StreamsServiceStreamsServiceBase

An object implementing the server-side handling logic.