@regulaforensics/face-sdk
    Preparing search index...

    Class FaceCaptureConfig

    Index
    • Parameters

      • Optionaloptions: {
            cameraPositionAndroid?: number;
            cameraPositionIOS?: CameraPosition;
            cameraSwitchEnabled?: boolean;
            closeButtonEnabled?: boolean;
            copyright?: boolean;
            holdStillDuration?: number;
            preventScreenRecording?: boolean;
            screenOrientation?: ScreenOrientation[];
            showFaceAnimation?: boolean;
            timeout?: number;
            torchButtonEnabled?: boolean;
            vibrateOnSteps?: boolean;
        }

      Returns FaceCaptureConfig

    cameraPositionAndroid?: number

    Android only.

    cameraPositionIOS: CameraPosition

    IOS only.

    cameraSwitchEnabled: boolean
    closeButtonEnabled: boolean
    copyright: boolean
    holdStillDuration?: number
    preventScreenRecording: boolean

    Prevents screenshots and screen recording while FaceCapture camera screen is displayed. Defaults to false.

    screenOrientation?: ScreenOrientation[]

    Allows you to specify an orientation of the camera view controller.

    showFaceAnimation: boolean

    Enables global face hint animation.

    timeout?: number
    torchButtonEnabled: boolean
    vibrateOnSteps: boolean