SOAP Enumeration Trait
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, }
Trait.Face
Data marked with this flag relates to the face trait.
Trait.Periocular
Data marked with this flag relates to the periocular trait.
Trait.Voice
Data marked with this flag relates to the voice trait.