mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-31 13:10:55 +08:00
feat(background): add visual recognition task and refactor picture processing
This commit is contained in:
@@ -8,6 +8,7 @@ public record PictureResponse
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Path { get; set; }
|
||||
public string? ThumbnailPath { get; set; }
|
||||
public string? OriginalPath { get; set; }
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public List<string>? Tags { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user