RegistrationSessionSettings

Registration session settings

Package com.appliedrec.verid.core2

public class RegistrationSessionSettings

Constructor

RegistrationSessionSettings

Introduced in version 1.0.0

public RegistrationSessionSettings(String)

Constructor

Parameters

userId java.lang.String
ID of the user to register in this session

Methods

getUserId

Introduced in version 1.0.0

public getUserId()

Get the ID of the user who will be registered in the session.

Returns

java.lang.String
User ID

See also

setUserId

Introduced in version 1.0.0

public setUserId(String)

Set the ID of the user who will be registered in the session.

Parameters

userId java.lang.String
User ID

See also

setIncludeFaceTemplatesInResult

Introduced in version 1.0.0

public setIncludeFaceTemplatesInResult(boolean)

Has no effect. The value is always set to true.

Parameters

includeFaceTemplatesInResult boolean
The value will be ignored. It's always set to {@literal true} in this class

See also