Profile insertion
The peer receives a batch profile insertion procedure, where it receives multiple batches containing arrays of anonymized biometric assets and arrays of identifiers, where each item in the batch pertains to a different profile.
The peer inserts the identifiers it received and the anonymized biometric data into multiple new profiles.
The peer returns the operation result.
Batch profile insertion (non-anonymized)
A Batch profile insertion (non-anonymized) is a proce where the peer receives an array of non-anonymized biometric data that's meant to be anonymized and then inserted as multiple profiles. This operation is best explained through the following diagram:
The peer receives a batch profile insertion procedure, where it receives multiple batches containing arrays of non-anonymized biometric assets and arrays of identifiers, where each item in the batch pertains to a different profile.
The peer sends the non-anonymized biometric data to a queue, where these assets will be anonymized in the peer's facematch node.
The facematch node anonymizes all non-anonymized biometric assets it receives, and then return them to the queue.
The queue forwars these anonymized biometric assets back to the peer.
The peer inserts the identifiers it received and the anonymized biometric data into multiple new profiles.
The peer returns the operation result.
Last updated

