Skip to main content

FaceFeatureIdentity

Identity information associated with a face feature. Used for face recognition and database management.

type FaceFeatureIdentity = {
id: number;
feature: ArrayBuffer;
confidence?: number;
};

Properties

PropertyTypeDescription
idnumberUnique identifier for the face feature
featureArrayBufferFeature vector representing the face
confidencenumber(Optional) Confidence score for the feature