3.0.0
This major version adds support for first-party extraction technology. It also adds TemplateRawSuper, which contains information about FacialTemplate. As a result, the facialTemplate field will no longer be included in MongoDB.
Added
First-party extractor implementation.
First-party 1:N matcher implementation.
Support for TemplateRawSuper.
Dual distributions (third-party/first-party) with database compatibility.
Improved
Database backward compatibility with Antifraude Backend
2.0.0.The database is updated to the new format
3.0.0when calling the Endpoint/search.The old format
pattern.templateRawis accepted and updated to TemplateRawSuper.Removed
pattern.faceTemplate.
Changed
facialTemplateis no longer returned from the endpoints/faces/*.The body of
/extract/templaterequires the parameterfacialTemplateRaw, instead offaceTemplate.The body of
/search/template/{tenantId}requires the parameterfacialTemplateRaw, instead offacialTemplate.
Last updated