VerIDRegistrationLoader

Loader that registers a user

Package com.appliedrec.ver_id.loaders

public class VerIDRegistrationLoader

Constructors

VerIDRegistrationLoader

Introduced in version 2.0.2

public VerIDRegistrationLoader(Context, String, Bitmap, boolean)

Loader constructor

Parameters

context android.content.Context
userId java.lang.String
ID of the user to register
image android.graphics.Bitmap
Bitmap containing the face of the user
append boolean
{@code true} to append to existing user or {@code false} to delete an existing user with the given user ID before registration

VerIDRegistrationLoader

Introduced in version 2.0.2

public VerIDRegistrationLoader(Context, String, Uri, boolean)

Loader constructor

Parameters

context android.content.Context
userId java.lang.String
TID of the user to register
imageUri android.net.Uri
URI of the image containing the face of the user
append boolean
{@code true} to append to existing user or {@code false} to delete an existing user with the given user ID before registration

VerIDRegistrationLoader

Introduced in version 2.0.2

public VerIDRegistrationLoader(Context, String, FBFace, boolean)

Loader constructor

Parameters

context android.content.Context
userId java.lang.String
TID of the user to register
face com.appliedrec.detreclib.detection.FBFace
Face to register as the user
append boolean
{@code true} to append to existing user or {@code false} to delete an existing user with the given user ID before registration