startFacialComparisonSDK method
Future<BlusaltLivenessResultResponse?>
startFacialComparisonSDK({
- required String apiKey,
- required String appName,
- required String clientId,
- required bool isDev,
- required Uint8List imageData,
- String? reference,
- String? webhookUrl,
- LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.action,
- bool collectDeviceId = false,
- bool collectDeviceLocation = false,
- ThresholdPriority thresholdPriority = ThresholdPriority.localOnly,
- bool? startProcessOnGettingToFirstScreen,
- bool? showLivenessResult,
- double? thresholdInPercent,
- bool? showScore,
- bool? showThreshold,
- bool enableEncryption = false,
- int? timeoutDurationInSec,
Implementation
Future<BlusaltLivenessResultResponse?> startFacialComparisonSDK(
{required String apiKey,
required String appName,
required String clientId,
required bool isDev,
required Uint8List imageData,
String? reference,
String? webhookUrl,
LivenessFacialComparisonType livenessFacialComparisonType =
LivenessFacialComparisonType.action,
bool collectDeviceId = false,
bool collectDeviceLocation = false,
ThresholdPriority thresholdPriority = ThresholdPriority.localOnly,
bool? startProcessOnGettingToFirstScreen,
bool? showLivenessResult,
double? thresholdInPercent,
bool? showScore,
bool? showThreshold,
bool enableEncryption = false,
int? timeoutDurationInSec}) async {
return BlusaltLivenessResultResponse(
blusaltLivenessProcess: BlusaltLivenessProcess.notImplemented,
message: 'Not Implemented');
}