-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ContourDetector.Type extends Enum<ContourDetector.Type>
The type of the ContourDetector. ML_BASED is the default implementation
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ML_BASEDThe 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.
EDGE_BASEDEdge based technology detects all the edges on the picture and then predicts which of those edges may form the document
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-