Metadata
This commit is contained in:
.vscode
Distance/Models
Drag-Drop-Set-Property-Item
Face/Models
Instance
Map/Models
Metadata-Query
Metadata/Models
Offset-Date-Time-Original
Property/Models/Stateless
Resize/Models
Shared/Models
Tests
TestsWithFaceRecognitionDotNet
@ -2,14 +2,14 @@ using System.Drawing;
|
||||
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record LocationContainer<T>(DateOnly CreationDateOnly,
|
||||
IReadOnlyList<T> Directories,
|
||||
int? DirectoryNumber,
|
||||
string DisplayDirectoryName,
|
||||
FilePath FilePath,
|
||||
bool FromDistanceContent,
|
||||
int Id,
|
||||
Location? Location,
|
||||
long PersonKey,
|
||||
RectangleF? Rectangle,
|
||||
int WholePercentages);
|
||||
public record LocationContainer(DateOnly CreationDateOnly,
|
||||
ExifDirectory? ExifDirectory,
|
||||
int? DirectoryNumber,
|
||||
string DisplayDirectoryName,
|
||||
FilePath FilePath,
|
||||
bool FromDistanceContent,
|
||||
int Id,
|
||||
Location? Location,
|
||||
long PersonKey,
|
||||
RectangleF? Rectangle,
|
||||
int WholePercentages);
|
Reference in New Issue
Block a user