Scanbot Document Ar Overlay
fun ScanbotDocumentArOverlay(dataFlow: <Error class: unknown class><Pair<DocumentDetectionResult, FrameHandler.Frame>?>, drawPolygon: Boolean = true, isPolygonOk: (DocumentDetectionStatus) -> Boolean = { it == DocumentDetectionStatus.OK }, getOkPolygonStyle: (defaultStyle: PolygonStyle) -> PolygonStyle = { it }, getNotOkPolygonStyle: (defaultStyle: PolygonStyle) -> PolygonStyle = { it }, getProgressPolygonStyle: (defaultStyle: PolygonStyle) -> PolygonStyle = { it })