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