mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-14 20:08:38 +08:00
feat(background): add face recognition functionality- Implement face recognition task type and processing
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Foxel.Models.DataBase
|
||||
{
|
||||
PictureProcessing = 0,
|
||||
VisualRecognition = 1,
|
||||
FaceRecognition = 2,
|
||||
}
|
||||
|
||||
public enum TaskExecutionStatus
|
||||
|
||||
Reference in New Issue
Block a user