FaceTrackerState

FaceTrackerState:
    | "ASSETS_NOT_DOWNLOADED"
    | "NOT_LOADED"
    | "LOADING"
    | "LOADED"
    | "READY"

Face Tracker State

ASSETS_NOT_DOWNLOADED: Assets required for face tracking have not been downloaded.

NOT_LOADED: Face tracker is not loaded.

LOADING: Face tracker is currently loading.

LOADED: Face tracker has been loaded but is not yet ready.

READY: Face tracker is ready to use.