MBTextLocalizations

data class MBTextLocalizations(val countdownLabelText: String = "Hold Still", val faceStatusTexts: MBFaceStatusTexts = MBFaceStatusTexts())

Data class representing localized text used in the predefined UI in the fragment.

Use this data class to customize text for countdown labels and face status messages.

Constructors

Link copied to clipboard
constructor(countdownLabelText: String = "Hold Still", faceStatusTexts: MBFaceStatusTexts = MBFaceStatusTexts())

Properties

Link copied to clipboard

The text displayed on the countdown label during face capture. Default is "Hold Still".

Link copied to clipboard

Text messages associated with various face statuses.