Closed peter279k closed 5 years ago
I've noticed that the ImageType class should have many constraint image types.
ImageType
We can also use them in ImageTypeDetector class, not use image type string directly.
ImageTypeDetector
Instead of an primitive string the return type of the image detector is now a value object containing the result of the detection.
I've noticed that the
ImageType
class should have many constraint image types.We can also use them in
ImageTypeDetector
class, not use image type string directly.