Playground biometrics demo BioID home page

SOAP Enumeration TestFlags

Enumeration list for the various flags supported by the BWS test operations likeĀ QualityCheck.

[DataContract(Namespace = "http://schemas.bioid.com/2011/12/bws")]
[Flags]
public enum TestFlags
{
    [EnumMember]
    ExtractTokenData = 0x00,
    [EnumMember]
    ICAOChecks = 0x01
}

TestFlags.ExtractTokenData

The default behaviour is to extract the so called token data from the given samples, which is typically intended to be stored on a chip, in a database or somewhere else for later use with a biometric recognition system.

TestFlags.ICAOChecks

Performs checks according to the ICAO specifications and creates output samples according to these specifications (currently only for facial images), but does typically not modify the content of the input samples.