| Package | com.myflashlab.air.extensions.firebase.mlkit |
| Class | public class FaceDetectorOptions |
| Inheritance | FaceDetectorOptions Object |
| Property | Defined By | ||
|---|---|---|---|
| classificationMode : int [write-only] | FaceDetectorOptions | ||
| contourMode : int [write-only] | FaceDetectorOptions | ||
| enableTracking : Boolean [write-only] | FaceDetectorOptions | ||
| landmarkMode : int [write-only] | FaceDetectorOptions | ||
| minFaceSize : Number [write-only] | FaceDetectorOptions | ||
| performanceMod : int [write-only] | FaceDetectorOptions | ||
| Method | Defined By | ||
|---|---|---|---|
| FaceDetectorOptions | |||
| Constant | Defined By | ||
|---|---|---|---|
| ACCURATE : int = 1 [static] | FaceDetectorOptions | ||
| ALL_CLASSIFICATIONS : int = 1 [static] | FaceDetectorOptions | ||
| ALL_CONTOURS : int = 1 [static] | FaceDetectorOptions | ||
| ALL_LANDMARKS : int = 1 [static] | FaceDetectorOptions | ||
| FAST : int = 0 [static] | FaceDetectorOptions | ||
| NO_CLASSIFICATIONS : int = 0 [static] | FaceDetectorOptions | ||
| NO_CONTOURS : int = 0 [static] | FaceDetectorOptions | ||
| NO_LANDMARKS : int = 0 [static] | FaceDetectorOptions | ||
| classificationMode | property |
classificationMode:int [write-only] public function set classificationMode(value:int):void| contourMode | property |
contourMode:int [write-only] public function set contourMode(value:int):void| enableTracking | property |
enableTracking:Boolean [write-only] public function set enableTracking(value:Boolean):void| landmarkMode | property |
landmarkMode:int [write-only] public function set landmarkMode(value:int):void| minFaceSize | property |
minFaceSize:Number [write-only] public function set minFaceSize(value:Number):void| performanceMod | property |
performanceMod:int [write-only] public function set performanceMod(value:int):void| FaceDetectorOptions | () | Constructor |
public function FaceDetectorOptions()| ACCURATE | Constant |
public static const ACCURATE:int = 1| ALL_CLASSIFICATIONS | Constant |
public static const ALL_CLASSIFICATIONS:int = 1| ALL_CONTOURS | Constant |
public static const ALL_CONTOURS:int = 1| ALL_LANDMARKS | Constant |
public static const ALL_LANDMARKS:int = 1| FAST | Constant |
public static const FAST:int = 0| NO_CLASSIFICATIONS | Constant |
public static const NO_CLASSIFICATIONS:int = 0| NO_CONTOURS | Constant |
public static const NO_CONTOURS:int = 0| NO_LANDMARKS | Constant |
public static const NO_LANDMARKS:int = 0