Class ContourDetectorSettings.Builder
-
- All Implemented Interfaces:
public final class ContourDetectorSettings.Builder
Builds an instance of ContourDetectorSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final ContourDetector.Type
type
-
Constructor Summary
Constructors Constructor Description ContourDetectorSettings.Builder()
-
Method Summary
Modifier and Type Method Description final ContourDetector.Type
getType()
final ContourDetectorSettings.Builder
useType(ContourDetector.Type type)
Sets a io.scanbot.sdk.core.contourdetector.ContourDetector.Type which should be used as a default type final ContourDetectorSettings
build()
Builds an instance of ContourDetectorSettings -
-
Method Detail
-
getType
final ContourDetector.Type getType()
-
useType
final ContourDetectorSettings.Builder useType(ContourDetector.Type type)
Sets a io.scanbot.sdk.core.contourdetector.ContourDetector.Type which should be used as a default type
-
build
final ContourDetectorSettings build()
Builds an instance of ContourDetectorSettings
-
-
-
-