public static enum ContourDetector.Type
The type of the class ContourDetector. ML_BASED is the default implementation
class ContourDetectorpublic static io.scanbot.sdk.core.contourdetector.ContourDetector.Type EDGE_BASED
Edge based technology detects all the edges on the picture and then predicts which of those edges may form the document
public static io.scanbot.sdk.core.contourdetector.ContourDetector.Type ML_BASED
The ML-based approach finds a document using computer-vision technologies. The ML-based approach might be much faster for Live-detection than the Edge-based approach.