VisionServiceBase constructor
Implementation
VisionServiceBase() {
$addMethod($grpc.ServiceMethod<$44.GetDetectionsFromCameraRequest, $44.GetDetectionsFromCameraResponse>(
'GetDetectionsFromCamera',
getDetectionsFromCamera_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetDetectionsFromCameraRequest.fromBuffer(value),
($44.GetDetectionsFromCameraResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.GetDetectionsRequest, $44.GetDetectionsResponse>(
'GetDetections',
getDetections_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetDetectionsRequest.fromBuffer(value),
($44.GetDetectionsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.GetClassificationsFromCameraRequest, $44.GetClassificationsFromCameraResponse>(
'GetClassificationsFromCamera',
getClassificationsFromCamera_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetClassificationsFromCameraRequest.fromBuffer(value),
($44.GetClassificationsFromCameraResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.GetClassificationsRequest, $44.GetClassificationsResponse>(
'GetClassifications',
getClassifications_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetClassificationsRequest.fromBuffer(value),
($44.GetClassificationsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.GetObjectPointCloudsRequest, $44.GetObjectPointCloudsResponse>(
'GetObjectPointClouds',
getObjectPointClouds_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetObjectPointCloudsRequest.fromBuffer(value),
($44.GetObjectPointCloudsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.GetPropertiesRequest, $44.GetPropertiesResponse>(
'GetProperties',
getProperties_Pre,
false,
false,
($core.List<$core.int> value) => $44.GetPropertiesRequest.fromBuffer(value),
($44.GetPropertiesResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$44.CaptureAllFromCameraRequest, $44.CaptureAllFromCameraResponse>(
'CaptureAllFromCamera',
captureAllFromCamera_Pre,
false,
false,
($core.List<$core.int> value) => $44.CaptureAllFromCameraRequest.fromBuffer(value),
($44.CaptureAllFromCameraResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$16.DoCommandRequest, $16.DoCommandResponse>(
'DoCommand',
doCommand_Pre,
false,
false,
($core.List<$core.int> value) => $16.DoCommandRequest.fromBuffer(value),
($16.DoCommandResponse value) => value.writeToBuffer()));
}