The FaceTemplateStatus message provides the status of a biometric face template as managed by BWS.
message FaceTemplateStatus {
int64 classId = 1;
bool available = 2;
google.protobuf.Timestamp enrolled = 3;
repeated string tags = 4;
int32 encoder_version = 5;
int32 feature_vectors = 6;
int32 thumbnails_stored = 7;
repeated Thumbnail thumbnails = 8;
message Thumbnail {
google.protobuf.Timestamp enrolled = 1;
bytes image = 2;
}
}
classIdavailabletrue, the following fields are set as well.
enrolledtagsencoder_versionfeature_vectorsthumbnails_storedthumbnailsGetTemplateStatus),
those are returned with this field.
In the Thumbnail message a stored thumbnail, cut out from an enrolled face image, is returned:
enrolledimage