Class FaceWithDataEntity

java.lang.Object
cz.fidentis.analyst.data.face.BaseEntity
cz.fidentis.analyst.data.face.FaceWithDataEntity

@Entity public class FaceWithDataEntity extends BaseEntity
Entity representing a face, including the full HumanFace object. This entity contains large facial data and is stored in the database.
  • Constructor Details

    • FaceWithDataEntity

      public FaceWithDataEntity(String name, Boolean isAverageFace, Long projectId, Long taskId, byte[] photoPreview, byte[] humanFaceDump)