Identifies face image brightness and sharpness.

interface ImageQuality {
    Brightness?: number;
    Sharpness?: number;
}

Properties

Brightness?: number

Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.

Sharpness?: number

Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.