SybrinFacialComparisonConfiguration
import com.sybrin.facecomparison.SybrinFacialComparisonConfiguration
Provides an immutable reference to a configuration module used to control the behavior of the Sybrin Biometrics Android SDK Facial Comparison component.
In depth explanations and examples of how the SybrinFacialComparisonConfiguration impacts the behavior of the Sybrin Identity Android SDK can be found within its Builder class.
Summary
Nested classes
class
Public methods
String
String
String
String
boolean
Public methods
getCorrelationId
public String getCorrelationId()
Returns
String
Unique string identifying scan.
getCustomAuthorizationToken
public String
getCustomAuthorizationToken()
Specifies a custom authorization token to be used during the online calls within the SDK.
Returns
String
Custom authorization token to be used during the online calls within the SDK.
getEnvironmentKey
public String getEnvironmentKey()
Returns
String
Key describing the SDK's environment variables.
getLicense
public String getLicense()
Returns
String
saveImages
public boolean saveImages ()
Returns
boolean
Whether the SDK should save all captured images after comparison completion.
Last updated