[6.6.0] - Release Notes
In this version, we have added un IAD prefilter for liveness engine. The purpose of this prefilter is to improve the liveness detection in the presence of IAD attacks. Also the endpoints responses from service now include a new sdkDuration
property, which indicates the time spent by the SDK in the processing of the request. Finally, support for ValidTimeStamp
in SelphIDFacialExtractionResult
and SelphIDDocumentResult
has been expanded, and the authentication endpoints of the Rest-API service have been improved, adding the extraction results of both the query
and target
images.
Added
- IAD (Injection Attack Detection) prefiltering for liveness engine. Detects Bands to edges and Scaled nearest neighbor.
- Some improvements in base64 library.
- Added
SelphIDFacialExtractionResult::Set/GetValidTimeStamp()
. - Added
SelphIDDocumentResult::Set/GetValidTimeStamp()
. - New
sdkDuration
property in endpoints responses from service. - New
validTimeStamp
property in endpoints responses from service. longDetail
tooptions
in service endpoints. Iftrue
the endpoints result will include extra information. If omitted, will be default tofalse
.- If
options:longDetail==true
,extractionQuery
andextractionTarget
(both of typeFacialExtractionResult
) will be added toFacialAuthenticationResult
in service authentication endpoints. /api/v1/selphid/authenticate-facial/images
./api/v1/selphid/authenticate-facial/image/template
./api/v1/selphid/authenticate-facial/templates
.