Enumeration list for the various flags supported by the BWS enrollment operation.
[DataContract(Namespace = "http://schemas.bioid.com/2011/12/bws")]
[Flags]
public enum EnrollmentFlags
{
[EnumMember]
None = 0x00,
[EnumMember]
[Obsolete]
OverwriteExisitingData = 0x01
[EnumMember]
LiveFaceDetection = 0x10,
[EnumMember]
LivePeriocularDetection = 0x20
}
No specific enrollments flags are specified.
Deprecated! Do not use this flag any more! The functionality associated with this flag has been removed. The behaviour of the overwrite flag can simply be reproduced by calling DeleteClass before enrolling any new data on the corresponding class.
With this flag the face live data detection gets activated. In this case the operation typically fails, as soon as it cannot undoubtedly determine that the given data is live data.
With this flag the periocular live data detection gets activated. In this case the operation typically fails, as soon as it cannot undoubtedly determine that the given data is live data.