![]() |
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 Member Functions | |
| AutotagsScanSettings (const AutotagsScanSettings &other) | |
| AutotagsScanSettings & | operator= (const AutotagsScanSettings &other) |
| void | readFromConfig () |
| void | readFromConfig (const KConfigGroup &) |
| void | writeToConfig () |
| void | writeToConfig (KConfigGroup &) |
Public Attributes | |
| AlbumList | albums |
| Albums to scan. | |
| bool | bqmMode = false |
| Set true for BQM. | |
| QStringList | languages |
| Autotags languages. | |
| QString | objectDetectModel = QStringLiteral("yolov11-nano") |
| Object Detection Model. | |
| ScanMode | scanMode = ScanMode::AllItems |
| Scanning mode. | |
| TagMode | tagMode = TagMode::Replace |
| Processing power. | |
| int | uiConfidenceThreshold = 7 |
| Confidence threshold. | |
| bool | useFullCpu = false |
| Processing using all CPU available. | |
| bool | wholeAlbums = true |
| Whole albums checked. | |