Package cz.fidentis.analyst.data.face
Interface FaceReference
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FaceReferenceImpl
A reference to a stored human face in the database
This class does not contain the full
HumanFace
object to avoid excessive memory usage.-
Method Details
-
getId
Long getId()Returns face ID- Returns:
- face ID
-
getName
String getName()Returns face name- Returns:
- face name
-
getPreviewPhoto
byte[] getPreviewPhoto()Returns preview photo- Returns:
- preview photo
-
isAverageFace
boolean isAverageFace()Returnstrue
if the face is an average face- Returns:
true
if the face is an average face
-