VisionServiceBase class abstract

Inheritance
Annotations

Constructors

VisionServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
captureAllFromCamera(ServiceCall call, CaptureAllFromCameraRequest request) Future<CaptureAllFromCameraResponse>
captureAllFromCamera_Pre(ServiceCall call, Future<CaptureAllFromCameraRequest> request) Future<CaptureAllFromCameraResponse>
doCommand(ServiceCall call, DoCommandRequest request) Future<DoCommandResponse>
doCommand_Pre(ServiceCall call, Future<DoCommandRequest> request) Future<DoCommandResponse>
getClassifications(ServiceCall call, GetClassificationsRequest request) Future<GetClassificationsResponse>
getClassifications_Pre(ServiceCall call, Future<GetClassificationsRequest> request) Future<GetClassificationsResponse>
getClassificationsFromCamera(ServiceCall call, GetClassificationsFromCameraRequest request) Future<GetClassificationsFromCameraResponse>
getClassificationsFromCamera_Pre(ServiceCall call, Future<GetClassificationsFromCameraRequest> request) Future<GetClassificationsFromCameraResponse>
getDetections(ServiceCall call, GetDetectionsRequest request) Future<GetDetectionsResponse>
getDetections_Pre(ServiceCall call, Future<GetDetectionsRequest> request) Future<GetDetectionsResponse>
getDetectionsFromCamera(ServiceCall call, GetDetectionsFromCameraRequest request) Future<GetDetectionsFromCameraResponse>
getDetectionsFromCamera_Pre(ServiceCall call, Future<GetDetectionsFromCameraRequest> request) Future<GetDetectionsFromCameraResponse>
getObjectPointClouds(ServiceCall call, GetObjectPointCloudsRequest request) Future<GetObjectPointCloudsResponse>
getObjectPointClouds_Pre(ServiceCall call, Future<GetObjectPointCloudsRequest> request) Future<GetObjectPointCloudsResponse>
getProperties(ServiceCall call, GetPropertiesRequest request) Future<GetPropertiesResponse>
getProperties_Pre(ServiceCall call, Future<GetPropertiesRequest> request) Future<GetPropertiesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited