Acknowledgement Screen Configuration
constructor(topBarTitle: StyledText = StyledText( visible = false, text = "?acknowledgementTitle", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), minimumQuality: DocumentQuality = DocumentQuality.POOR, acknowledgementMode: AcknowledgementMode = AcknowledgementMode.ALWAYS, badImageHint: IconUserGuidanceConfiguration = IconUserGuidanceConfiguration( visible = true, icon = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), title = StyledText( text = "?acknowledgementScreenBadDocumentHint", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorNegative", isArgb = false), fillColor = ScanbotColor("?sbColorNegative", isArgb = false), strokeWidth = 0.0 ) ), backgroundColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), bottomBar: AcknowledgementBottomBar = AcknowledgementBottomBar( ))