This commit is contained in:
2022-11-20 23:20:28 -07:00
parent c6aa7e8e3c
commit 3b988ba152
85 changed files with 1355 additions and 980 deletions

View File

@ -9,6 +9,5 @@ public interface IFace
public Dictionary<Stateless.FacePart, FacePoint[]>? FaceParts { get; }
public Mapping? Mapping { get; }
public OutputResolution? OutputResolution { get; }
public string RelativePath { get; }
}

View File

@ -4,9 +4,9 @@ public interface IItem
{
public bool? Abandoned { get; }
public bool? Changed { get; }
public bool? FileSizeChanged { get; }
public List<Face> Faces { get; }
public FileHolder? ImageFileHolder { get; }
public FileHolder ImageFileHolder { get; }
public bool? Moved { get; }
public bool? NoJson { get; }
public Property? Property { get; }

View File

@ -6,6 +6,7 @@ public interface IProperty
public DateTime CreationTime { get; }
public DateTime? DateTime { get; }
public DateTime? DateTimeDigitized { get; }
public DateTime? DateTimeFromName { get; }
public DateTime? DateTimeOriginal { get; }
public long FileSize { get; }
public DateTime? GPSDateStamp { get; }