UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

14 lines (13 loc) 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERecognitionMethod = void 0; var ERecognitionMethod; (function (ERecognitionMethod) { ERecognitionMethod["ALIVE_MODEL"] = "ALIVE_MODEL"; ERecognitionMethod["ONE_CAMERA_FAST"] = "ONE_CAMERA_FAST"; ERecognitionMethod["ROTATION"] = "ROTATION"; ERecognitionMethod["ROTATION_2"] = "ROTATION_2"; ERecognitionMethod["SIMPLE"] = "SIMPLE"; ERecognitionMethod["TWO_CAMERAS"] = "TWO_CAMERAS"; ERecognitionMethod["TWO_CAMERAS_FAST"] = "TWO_CAMERAS_FAST"; })(ERecognitionMethod = exports.ERecognitionMethod || (exports.ERecognitionMethod = {}));