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