Enumeration list for the various traits supported by the BWS.
[DataContract(Namespace = "http://schemas.bioid.com/2011/12/bws")]
[Flags]
public enum Trait
{
[EnumMember]
Face = 0x01,
[EnumMember]
Periocular = 0x02,
[EnumMember]
Voice = 0x04,
}
Data marked with this flag relates to the face trait.
Data marked with this flag relates to the periocular trait.
Data marked with this flag relates to the voice trait.