eImageQualityCheckType
This page covers the description of the eImageQualityCheckType enumeration
public class eImageQualityCheckType {
public static final int IQC_IMAGE_GLARES = 0;
public static final int IQC_IMAGE_FOCUS = 1;
public static final int IQC_IMAGE_RESOLUTION = 2;
public static final int IQC_IMAGE_COLORNESS = 3;
public static final int IQC_PERSPECTIVE = 4;
public static final int IQC_BOUNDS = 5;
public static final int IQC_SCREEN_CAPTURE = 6;
public static final int IQC_PORTRAIT = 7;
}Last updated