VisionServiceBase constructor

VisionServiceBase()

Implementation

VisionServiceBase() {
  $addMethod($grpc.ServiceMethod<$43.GetDetectionsFromCameraRequest, $43.GetDetectionsFromCameraResponse>(
      'GetDetectionsFromCamera',
      getDetectionsFromCamera_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetDetectionsFromCameraRequest.fromBuffer(value),
      ($43.GetDetectionsFromCameraResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.GetDetectionsRequest, $43.GetDetectionsResponse>(
      'GetDetections',
      getDetections_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetDetectionsRequest.fromBuffer(value),
      ($43.GetDetectionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.GetClassificationsFromCameraRequest, $43.GetClassificationsFromCameraResponse>(
      'GetClassificationsFromCamera',
      getClassificationsFromCamera_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetClassificationsFromCameraRequest.fromBuffer(value),
      ($43.GetClassificationsFromCameraResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.GetClassificationsRequest, $43.GetClassificationsResponse>(
      'GetClassifications',
      getClassifications_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetClassificationsRequest.fromBuffer(value),
      ($43.GetClassificationsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.GetObjectPointCloudsRequest, $43.GetObjectPointCloudsResponse>(
      'GetObjectPointClouds',
      getObjectPointClouds_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetObjectPointCloudsRequest.fromBuffer(value),
      ($43.GetObjectPointCloudsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.GetPropertiesRequest, $43.GetPropertiesResponse>(
      'GetProperties',
      getProperties_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.GetPropertiesRequest.fromBuffer(value),
      ($43.GetPropertiesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$43.CaptureAllFromCameraRequest, $43.CaptureAllFromCameraResponse>(
      'CaptureAllFromCamera',
      captureAllFromCamera_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $43.CaptureAllFromCameraRequest.fromBuffer(value),
      ($43.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()));
}