Values.ImageQualitySourceIdentifies face image brightness and sharpness.
type nonrec t = {brightness : Float_.t option;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 : Float_.t option;Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
*)}