@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
9 lines (8 loc) • 431 B
TypeScript
export declare enum CoreComputerVisionFaceAttribute {
SELFIE_MODE = "CoreComputerVisionFace-selfieMode",
MAX_NUM_FACES = "CoreComputerVisionFace-maxNumFaces",
REFINE_LANDMARKS = "CoreComputerVisionFace-refineLandmarks",
MIN_DETECTION_CONFIDENCE = "CoreComputerVisionFace-minDetectionConfidence",
MAX_TRACKING_CONFIDENCE = "CoreComputerVisionFace-minTrackingConfidence",
KEY = "CoreComputerVisionFace-key"
}