FaceDetectionResult constructor

FaceDetectionResult({
  1. int? id,
  2. String? pin,
  3. String? pinfl,
  4. String? docPinfl,
  5. String? transactionId,
  6. String? currentPinpp,
  7. String? document,
  8. String? currentDocument,
  9. String? docSeria,
  10. String? docNumber,
  11. String? documentType,
  12. String? dateIssue,
  13. String? dateExpiry,
  14. String? name,
  15. String? firstName,
  16. String? lastName,
  17. String? patronym,
  18. String? surname,
  19. String? givenName,
  20. String? namelat,
  21. String? surnamelat,
  22. String? patronymlat,
  23. String? namecyr,
  24. String? surnamecyr,
  25. String? patronymcyr,
  26. String? engname,
  27. String? engsurname,
  28. String? engpatronym,
  29. String? patronymEn,
  30. String? pinpps1,
  31. String? pinpps2,
  32. String? pinpps3,
  33. String? pinpps4,
  34. String? givePlace,
  35. String? givePlaceName,
  36. String? birthDate,
  37. String? birthPlace,
  38. String? birthplace,
  39. String? birthCountry,
  40. String? birthCountryName,
  41. String? birthcountry,
  42. String? birthcountryid,
  43. String? citizenship,
  44. String? citizenshipName,
  45. String? citizenshipid,
  46. String? nationality,
  47. String? nationalityName,
  48. String? nationalityid,
  49. int? gender,
  50. String? genderName,
  51. String? sex,
  52. int? subjectState,
  53. String? subjectStateName,
  54. String? livestatus,
  55. double? score,
  56. String? photo,
  57. String? signature,
  58. String? capture,
  59. List<DocumentInfo>? documents,
  60. List<ForeignDocument>? foreignDocuments,
  61. int? juralTypeId,
  62. int? customerProfileId,
  63. int? languageId,
  64. PersonalData? personalData,
  65. List<Attribute>? attributes,
  66. CustomerFiles? customerFiles,
  67. 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,
});