FaceDetectionResult class
Face detection SDK result (supports both flat and nested formats)
Constructors
-
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}) -
FaceDetectionResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
attributes
→ List<
Attribute> ? -
final
- birthCountry → String?
-
final
- birthcountry → String?
-
final
- birthcountryid → String?
-
final
- birthCountryName → String?
-
final
- birthDate → String?
-
Birth information
final
- birthPlace → String?
-
final
- birthplace → String?
-
final
- capture → String?
-
final
- citizenship → String?
-
Citizenship and Nationality
final
- citizenshipid → String?
-
final
- citizenshipName → String?
-
final
- currentDocument → String?
-
final
- currentPinpp → String?
-
final
- customerFiles → CustomerFiles?
-
final
- customerProfileId → int?
-
final
- dateExpiry → String?
-
final
- dateIssue → String?
-
final
- docNumber → String?
-
final
- docPinfl → String?
-
final
- docSeria → String?
-
final
- document → String?
-
Document Information
final
-
documents
→ List<
DocumentInfo> ? -
Additional Documents
final
- documentType → String?
-
final
- engname → String?
-
final
- engpatronym → String?
-
final
- engsurname → String?
-
final
- firstName → String?
-
final
-
foreignDocuments
→ List<
ForeignDocument> ? -
final
- gender → int?
-
Gender and Status
final
- genderName → String?
-
final
- givenName → String?
-
final
- givePlace → String?
-
Issuing authority
final
- givePlaceName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
Identity
final
- isExternalData → bool?
-
final
- juralTypeId → int?
-
final
- languageId → int?
-
final
- lastName → String?
-
final
- livestatus → String?
-
final
- name → String?
-
Names (multiple language variants)
final
- namecyr → String?
-
final
- namelat → String?
-
final
- nationality → String?
-
final
- nationalityid → String?
-
final
- nationalityName → String?
-
final
- patronym → String?
-
final
- patronymcyr → String?
-
final
- patronymEn → String?
-
final
- patronymlat → String?
-
final
- personalData → PersonalData?
-
final
- photo → String?
-
Media (Base64 encoded)
final
- pin → String?
-
final
- pinfl → String?
-
final
- pinpps1 → String?
-
PINPP variants (for different scenarios)
final
- pinpps2 → String?
-
final
- pinpps3 → String?
-
final
- pinpps4 → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
Verification Score
final
- sex → String?
-
final
- signature → String?
-
final
- subjectState → int?
-
final
- subjectStateName → String?
-
final
- surname → String?
-
final
- surnamecyr → String?
-
final
- surnamelat → String?
-
final
- transactionId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited