digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::AutotagsScanSettings Class Reference

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.
 

Member Enumeration Documentation

◆ ScanMode

Enumerator
AllItems 

Scan all items.

NonAssignedItems 

Scan only items with no tags assigned.

◆ TagMode

Enumerator
Replace 

Clean all tags already assigned.

Update 

Add new tags to existing tags.