BWS 3 Face Recognition is in preview now!
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;
}
}
classId
available
true
, the following fields are set as well.
enrolled
tags
encoder_version
feature_vectors
thumbnails_stored
thumbnails
GetTemplateStatus
),
those are returned with this field.
In the Thumbnail
message a stored thumbnail, cut out from an enrolled face image, is returned:
enrolled
image