Class ImageFormat
- java.lang.Object
-
- com.regula.documentreader.api.enums.ImageFormat
-
public class ImageFormat extends java.lang.Object
Image formats used to create an online processing request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ImageFormat.ImageFormatValues
-
Constructor Summary
Constructors Constructor Description ImageFormat()
-
-
-
Field Detail
-
PNG
public static final int PNG
The quality is lossless, but the size of the request will be larger- See Also:
- Constant Field Values
-
JPG
public static final int JPG
The lossy compression method is used. Allows to reduce the size of the online processing request- See Also:
- Constant Field Values
-
-