VisionServiceBase constructor

VisionServiceBase()

Implementation

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