From b01ad84c6f7a00634455a8502e2182e806da47d6 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 27 Sep 2023 09:25:08 -0700 Subject: [PATCH] Add export declaration to FaceDetector.detect() PiperOrigin-RevId: 568872459 --- mediapipe/tasks/web/vision/face_detector/face_detector.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/tasks/web/vision/face_detector/face_detector.ts b/mediapipe/tasks/web/vision/face_detector/face_detector.ts index efbf118ca..1c01097d8 100644 --- a/mediapipe/tasks/web/vision/face_detector/face_detector.ts +++ b/mediapipe/tasks/web/vision/face_detector/face_detector.ts @@ -144,6 +144,7 @@ export class FaceDetector extends VisionTaskRunner { * synchronously for the response. Only use this method when the * FaceDetector is created with running mode `image`. * + * @export * @param image An image to process. * @param imageProcessingOptions the `ImageProcessingOptions` specifying how * to process the input image before running inference.