public static class ImageProcessorSettings.Builder
Builds an instance of class ImageProcessorSettings
class ImageProcessorSettingspublic Builder()
Builds an instance of class ImageProcessorSettings
class ImageProcessorSettings@NotNull public io.scanbot.sdk.process.ImageProcessor.Type getType()
@NotNull
public io.scanbot.sdk.process.ImageProcessorSettings.Builder useType(@NotNull
io.scanbot.sdk.process.ImageProcessor.Type type)
Sets a enum ImageProcessor.Type which should be used as a default type
enum ImageProcessor.Type@NotNull public ImageProcessorSettings build()
Builds an instance of class ImageProcessorSettings
class ImageProcessorSettings