SybrinFacialComparisonConfiguration
Last updated
Last updated
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.
public String getCorrelationId()
public String
getCustomAuthorizationToken()
Specifies a custom authorization token to be used during the online calls within the SDK.
public String getEnvironmentKey()
public String getLicense()
public boolean saveImages ()
Nested classes
class
SybrinFacialComparisonConfiguration.Builder
Builder for the immutable SybrinFacialComparisonConfiguration class.
Public methods
String
String
String
String
boolean
Returns
String
Unique string identifying scan.
Returns
String
Custom authorization token to be used during the online calls within the SDK.
Returns
String
Key describing the SDK's environment variables.
Returns
String
The Sybrin Biometrics Android SDK License used by the SDK.
Returns
boolean
Whether the SDK should save all captured images after comparison completion.