Future<List<DetectedFace>> detect(/*ImageBitmapSource*/ image) => promiseToFuture<List<DetectedFace>>(JS("", "#.detect(#)", this, image));