6.6.0
In this Version, we have added an IAD prefilter for the liveness check engine. The purpose of this prefilter is to improve liveness detection against the presence of IAD attacks. In addition, the service endpoint responses now include a new property sdkDuration, which indicates the time spent by the SDK processing the request. Finally, support for ValidTimeStamp in SelphIDFacialExtractionResult and SelphIDDocumentResult, and the authentication endpoints of the Rest-API service have been improved, adding the extraction results of both the image query and the image target.
Added
IAD prefiltering (Injection Attack Detection) for the liveness check engine. It detects bands at the edges (Bands to edges) and scaled nearest neighbor.
Some improvements to the base64 library.
Added
SelphIDFacialExtractionResult::Set/GetValidTimeStamp().Added
SelphIDDocumentResult::Set/GetValidTimeStamp().New property
sdkDurationin the service endpoint responses.New property
validTimeStampin the service endpoint responses.longDetailinoptionsof the service endpoints. If it istrue, the endpoint result will include additional information. If omitted, the default value will befalse.If
options:longDetail==true, the following will be addedextractionQueryandextractionTarget(both of typeFacialExtractionResult) toFacialAuthenticationResultin the service authentication endpoints./api/v1/selphid/authenticate-facial/images./api/v1/selphid/authenticate-facial/image/template./api/v1/selphid/authenticate-facial/templates.
Last updated