VisionServiceBase constructor

VisionServiceBase()

Implementation

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