WorkflowSettings
constructor(@DrawableRes guideViewDrawableId: Int? = null, guideViewScalePercentage: Float? = null, guideViewShowVignette: Boolean? = null, @DrawableRes manualButtonDrawableId: Int? = null, timeoutDuration: Int? = null, @DrawableRes torchViewOnDrawableId: Int? = null, @DrawableRes torchViewOffDrawableId: Int? = null, hintDuration: Int? = null, @AnimRes hintAnimationId: Int? = null, hintViewShouldShowBackground: Boolean? = null, hintViewInitialHintDelay: Int? = null, showCountdownTimer: Boolean? = null, countdownTimerDuration: Int? = null, @ArrayRes countdownTimerLabelsId: Int? = null, @AnimRes countdownTimerAnimationId: Int? = null, @DrawableRes recordingIconDrawableId: Int? = null, @AnimRes recordingIconAnimationId: Int? = null, @DrawableRes helpButtonDrawableId: Int? = null, @DrawableRes successViewMessageDrawableId: Int? = null, @AnimRes successViewMessageAnimationId: Int? = null, @DrawableRes successViewBackgroundDrawableId: Int? = null, successViewShouldVibrate: Boolean? = null, successViewSoundUri: String? = null, misnapViewShouldShowBoundingBox: Boolean? = null, reviewCondition: FaceAnalysisFragment.ReviewCondition? = null, handleOrientation: Boolean? = null, changeGuideViewStateOnFeedback: Boolean? = null, lowLightSensitivity: FaceAnalysisFragment.LowLightSensitivity? = null, shouldShowCancelButton: Boolean? = null, @DrawableRes cancelButtonDrawableId: Int? = null)