net7.0
This commit is contained in:
@ -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; }
|
||||
|
||||
}
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Reference in New Issue
Block a user