Add export declaration to FaceDetector.detect()
PiperOrigin-RevId: 568872459
This commit is contained in:
parent
3134625508
commit
b01ad84c6f
|
@ -144,6 +144,7 @@ export class FaceDetector extends VisionTaskRunner {
|
||||||
* synchronously for the response. Only use this method when the
|
* synchronously for the response. Only use this method when the
|
||||||
* FaceDetector is created with running mode `image`.
|
* FaceDetector is created with running mode `image`.
|
||||||
*
|
*
|
||||||
|
* @export
|
||||||
* @param image An image to process.
|
* @param image An image to process.
|
||||||
* @param imageProcessingOptions the `ImageProcessingOptions` specifying how
|
* @param imageProcessingOptions the `ImageProcessingOptions` specifying how
|
||||||
* to process the input image before running inference.
|
* to process the input image before running inference.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user