|
int | acceptedThreshold = 60 |
| Item accepted threshold.
|
|
AlbumList | albums |
| Albums to scan.
|
|
int | blurWeight = 100 |
| Item blur level.
|
|
int | compressionWeight = 100 |
| Item compression level.
|
|
bool | detectAesthetic = true |
| Enable image aesthetic detection.
|
|
bool | detectBlur = true |
| Enable image blur detection.
|
|
bool | detectCompression = true |
| Enable image compression detection.
|
|
bool | detectExposure = true |
| Enable image over and under exposure detection.
|
|
bool | detectNoise = true |
| Enable image noise detection.
|
|
int | exposureWeight = 100 |
| Item exposure level.
|
|
bool | highQAccepted = true |
| Assign Accepted property to high quality.
|
|
bool | lowQRejected = true |
| Assign Rejected property to low quality.
|
|
bool | mediumQPending = true |
| Assign Pending property to medium quality.
|
|
int | noiseWeight = 100 |
| Item noise level.
|
|
int | pendingThreshold = 40 |
| Item pending threshold.
|
|
int | rejectedThreshold = 10 |
| Item rejection threshold.
|
|
ScanMode | scanMode = ScanMode::AllItems |
| Scanning mode.
|
|
bool | wholeAlbums = true |
| Processing power.
|
|