✨ add face recognition
This commit is contained in:
5
common/constant/face_type.go
Normal file
5
common/constant/face_type.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
FaceTypeSample = "sample"
|
||||
)
|
@@ -13,3 +13,7 @@ const (
|
||||
const (
|
||||
SystemApiNoncePrefix = "system:nonce:"
|
||||
)
|
||||
|
||||
const (
|
||||
FaceSamplePrefix = "face:sample:"
|
||||
)
|
||||
|
Reference in New Issue
Block a user