startFaceRecon method
Future<FaceReconReturnValues>
startFaceRecon(
- String environment,
- String clientSessionKey, {
- String? sessionId,
- String? documentNumber,
- String? fontColor,
- String? backgroundColor,
- String? fontFamily,
- bool? showIntroductionScreens,
- bool? showSuccessScreen,
- bool? showInvalidTokenScreen,
- String? audioConfiguration,
- String? onboardingTitle,
- String? onboardingFirstLabel,
- String? onboardingSecondLabel,
- String? onboardingThirdLabel,
- String? logLevel,
Implementation
Future<FaceReconReturnValues> startFaceRecon(
String environment,
String clientSessionKey, {
String? sessionId,
String? documentNumber,
String? fontColor,
String? backgroundColor,
String? fontFamily,
bool? showIntroductionScreens,
bool? showSuccessScreen,
bool? showInvalidTokenScreen,
String? audioConfiguration,
String? onboardingTitle,
String? onboardingFirstLabel,
String? onboardingSecondLabel,
String? onboardingThirdLabel,
String? logLevel,
}) {
throw UnimplementedError('startFaceRecon() has not been implemented.');
}