Example #1
0
 public Detection[] DetectFromFile(string fileName)
 {
     return(_detectorWrapper.DetectFromFile(fileName));
 }