![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | ScanMode { AllItems = 0 , NonAssignedItems } |
Different possible mode processed while scanning operation. More... | |
enum | TagMode { Replace = 0 , Update } |
Different possible mode processed with tags while scanning operation. More... | |
Public Attributes | |
AlbumList | albums |
Albums to scan. | |
bool | bqmMode = false |
Set true for BQM. | |
QString | imageClassificationModel = QStringLiteral("efficientnet-b7") |
Object Detection Model. | |
QStringList | languages |
Autotags languages. | |
QString | objectDetectModel = QStringLiteral("yolov11-nano") |
Object Detection Model. | |
ScanMode | scanMode = ScanMode::AllItems |
Scanning mode. | |
TagMode | tagMode = TagMode::Replace |
Whole albums checked. | |
int | uiConfidenceThreshold = 7 |
confidence threshold | |
bool | useFullCpu = false |
Processing power. | |
bool | wholeAlbums = true |
Processing power. | |