FaceDetectionResult constructor
FaceDetectionResult({
- int? id,
- String? pin,
- String? pinfl,
- String? docPinfl,
- String? transactionId,
- String? currentPinpp,
- String? document,
- String? currentDocument,
- String? docSeria,
- String? docNumber,
- String? documentType,
- String? dateIssue,
- String? dateExpiry,
- String? name,
- String? firstName,
- String? lastName,
- String? patronym,
- String? surname,
- String? givenName,
- String? namelat,
- String? surnamelat,
- String? patronymlat,
- String? namecyr,
- String? surnamecyr,
- String? patronymcyr,
- String? engname,
- String? engsurname,
- String? engpatronym,
- String? patronymEn,
- String? pinpps1,
- String? pinpps2,
- String? pinpps3,
- String? pinpps4,
- String? givePlace,
- String? givePlaceName,
- String? birthDate,
- String? birthPlace,
- String? birthplace,
- String? birthCountry,
- String? birthCountryName,
- String? birthcountry,
- String? birthcountryid,
- String? citizenship,
- String? citizenshipName,
- String? citizenshipid,
- String? nationality,
- String? nationalityName,
- String? nationalityid,
- int? gender,
- String? genderName,
- String? sex,
- int? subjectState,
- String? subjectStateName,
- String? livestatus,
- double? score,
- String? photo,
- String? signature,
- String? capture,
- List<
DocumentInfo> ? documents, - List<
ForeignDocument> ? foreignDocuments, - int? juralTypeId,
- int? customerProfileId,
- int? languageId,
- PersonalData? personalData,
- List<
Attribute> ? attributes, - CustomerFiles? customerFiles,
- bool? isExternalData,
Implementation
FaceDetectionResult({
this.id,
this.pin,
this.pinfl,
this.docPinfl,
this.transactionId,
this.currentPinpp,
this.document,
this.currentDocument,
this.docSeria,
this.docNumber,
this.documentType,
this.dateIssue,
this.dateExpiry,
this.name,
this.firstName,
this.lastName,
this.patronym,
this.surname,
this.givenName,
this.namelat,
this.surnamelat,
this.patronymlat,
this.namecyr,
this.surnamecyr,
this.patronymcyr,
this.engname,
this.engsurname,
this.engpatronym,
this.patronymEn,
this.pinpps1,
this.pinpps2,
this.pinpps3,
this.pinpps4,
this.givePlace,
this.givePlaceName,
this.birthDate,
this.birthPlace,
this.birthplace,
this.birthCountry,
this.birthCountryName,
this.birthcountry,
this.birthcountryid,
this.citizenship,
this.citizenshipName,
this.citizenshipid,
this.nationality,
this.nationalityName,
this.nationalityid,
this.gender,
this.genderName,
this.sex,
this.subjectState,
this.subjectStateName,
this.livestatus,
this.score,
this.photo,
this.signature,
this.capture,
this.documents,
this.foreignDocuments,
this.juralTypeId,
this.customerProfileId,
this.languageId,
this.personalData,
this.attributes,
this.customerFiles,
this.isExternalData,
});