Class DocumentPolygonConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the document contour detection polygon.
public class DocumentPolygonConfiguration
- Inheritance
-
DocumentPolygonConfiguration
- Inherited Members
Properties
AutoSnapProgress
Configuration of the animated polygon when the document is being scanned for capturing in 'auto snapping mode'.
public PolygonStyle AutoSnapProgress { get; set; }
Property Value
DocumentNotOk
Configuration of the polygon when the detected document status is 'not OK'.
public PolygonStyle DocumentNotOk { get; set; }
Property Value
DocumentOk
Configuration of the polygon when the detected document status is 'OK'.
public PolygonStyle DocumentOk { get; set; }
Property Value
Visibility
Determines the visibility mode for the polygon. Default is ENABLED
public UserGuidanceVisibility Visibility { get; set; }
Property Value
Methods
FromJson(string)
public static DocumentPolygonConfiguration FromJson(string rawJson)
Parameters
rawJson
string