Enum representing the display modes for a captcha.
• INVISIBLE = "invisible"
The captcha is invisible to the user but still validated in the background.This may or may not require user interaction.
• VISIBLE = "visible"
The captcha is visible and requires user interaction for validation.