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.motional,
- bool collectDeviceId = false,
- bool collectDeviceLocation = false,
- ThresholdPriority thresholdPriority = ThresholdPriority.localOnly,
- bool? startProcessOnGettingToFirstScreen,
- double? thresholdInPercent,
- bool? showScore,
- bool? showThreshold,
- 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.motional,
bool collectDeviceId = false,
bool collectDeviceLocation = false,
ThresholdPriority thresholdPriority = ThresholdPriority.localOnly,
bool? startProcessOnGettingToFirstScreen,
double? thresholdInPercent,
bool? showScore,
bool? showThreshold,
int? timeoutDurationInSec}) async {
return BlusaltLivenessResultResponse(
blusaltLivenessProcess: BlusaltLivenessProcess.notImplemented,
message: 'Not Implemented');
}