Add export declaration to FaceDetector.detect()

PiperOrigin-RevId: 568872459
This commit is contained in:
Sebastian Schmidt 2023-09-27 09:25:08 -07:00 committed by Copybara-Service
parent 3134625508
commit b01ad84c6f

View File

@ -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.