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