Package com.viam.service.vision.v1
Class VisionServiceGrpc.VisionServiceImplBase
java.lang.Object
com.viam.service.vision.v1.VisionServiceGrpc.VisionServiceImplBase
- All Implemented Interfaces:
VisionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VisionServiceGrpc
public abstract static class VisionServiceGrpc.VisionServiceImplBase
extends Object
implements io.grpc.BindableService, VisionServiceGrpc.AsyncService
Base class for the server implementation of the service VisionService.
VisionService declares the gRPC contract for a vision service
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.viam.service.vision.v1.VisionServiceGrpc.AsyncService
captureAllFromCamera, doCommand, getClassifications, getClassificationsFromCamera, getDetections, getDetectionsFromCamera, getObjectPointClouds, getProperties
-
Constructor Details
-
VisionServiceImplBase
public VisionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-