The quality of an image provided for label detection, with regard to brightness, sharpness, and contrast.

interface DetectLabelsImageQuality {
    Brightness?: number;
    Contrast?: number;
    Sharpness?: number;
}

Properties

Brightness?: number

The brightness of an image provided for label detection.

Contrast?: number

The contrast of an image provided for label detection.

Sharpness?: number

The sharpness of an image provided for label detection.