Update index.d.ts

This commit is contained in:
Elliot Hesp
2019-08-08 10:48:47 +01:00
committed by GitHub
parent 8068bb2583
commit f777bc4394

View File

@@ -77,7 +77,7 @@ export namespace MLKitVision {
/**
* Options for vision face detector.
*/
export class VisionFaceDetectorOptions {
export interface VisionFaceDetectorOptions {
/**
* Indicates whether to run additional classifiers for characterizing attributes such as "smiling" and "eyes open".
*