public ObjectDetectionManagerController(TaggerService taggerService, ObjectDetector objectDetection)
 {
     this.taggerService  = taggerService;
     this.objectDetector = objectDetection;
 }
示例#2
0
 public TaggerController(TaggerService taggerService)
 {
     this.taggerService = taggerService;
 }