PhotographicAttributes Structure

Namespace: id3.Face

Definition

Represents the photographic attributes of a portrait image.
class PhotographicAttributes
class PhotographicAttributes
public partial struct PhotographicAttributes
public class PhotographicAttributes
public typealias PhotographicAttributes = id3FacePhotographicAttributes
typedef struct id3FacePhotographicAttributes

Properties

Name

Type

Description

equalBrightness

int

Value, from 0 to 100, indicating if one side of the face is ligther than the other side.

faceDynamicRange

int

Value, from 0 to 255, indicating the dynamic range of the image in the face region.

flashReflection

int

Value, from 0 to 100, indicating if a flash reflection is present on the face.

naturalSkinColor

int

Value, from 0 to 100, indicating if the skin looks natural.

overExposure

int

Value, from 0 to 100, indicating the ratio of face pixels that are over-exposed.

pixelation

int

Value, from 0 to 100, indicating if the image is pixelized.

sharpness

int

Value, from 0 to 100, indicating if the image sharpness is sufficient.

underExposure

int

Value, from 0 to 100, indicating the ratio of face pixels that are under-exposed.