IgnoreExtensions-nef

Config-LoadPhotoPrismLocations
TestMethodIntersect
This commit is contained in:
2023-06-23 19:19:41 -07:00
parent 1d0506d74c
commit 6f22929136
34 changed files with 364 additions and 140 deletions

View File

@ -12,13 +12,13 @@ public record Marker(
string? SubjSrc,
string? FaceId,
string FaceDist,
double X,
double Y,
double W,
double H,
float X,
float Y,
float W,
float H,
string Q,
string Size,
double Score,
float Score,
string? Thumb,
string MatchedAt,
string CreatedAt,