Skip to content

Commit

Permalink
Add export declaration to FaceDetector.detect()
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568872459
  • Loading branch information
schmidt-sebastian authored and copybara-github committed Sep 27, 2023
1 parent 3134625 commit b01ad84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mediapipe/tasks/web/vision/face_detector/face_detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b01ad84

Please sign in to comment.