SBSDKNFCDatagroupDG2
@interface SBSDKNFCDatagroupDG2 : SBSDKNFCDatagroup
Data group 2 or DG2. Contains visual biometric data of the passports holder.
-
The number of images.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger numberOfImages;
Swift
var numberOfImages: Int { get }
-
The version number.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger version;
Swift
var version: Int { get }
-
The length of the record.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger lengthOfRecord;
Swift
var lengthOfRecord: Int { get }
-
The number of facial images.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger numberOfFacialImages;
Swift
var numberOfFacialImages: Int { get }
-
The length of the facial record.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger lengthOfFacialRecord;
Swift
var lengthOfFacialRecord: Int { get }
-
The number of feature points in the facial record.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger numberOfFeaturePoints;
Swift
var numberOfFeaturePoints: Int { get }
-
The gender of the holder.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger gender;
Swift
var gender: Int { get }
-
The eye color of the holder.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger eyeColor;
Swift
var eyeColor: Int { get }
-
The hair color of the holder.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger hairColor;
Swift
var hairColor: Int { get }
-
A mask describing the features.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger featureMask;
Swift
var featureMask: Int { get }
-
The expression of the holder.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger expression;
Swift
var expression: Int { get }
-
The angle of the holders pose.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger poseAngle;
Swift
var poseAngle: Int { get }
-
The uncertainty of the angle of the holders pose.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger poseAngleUncertainty;
Swift
var poseAngleUncertainty: Int { get }
-
The type of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger faceImageType;
Swift
var faceImageType: Int { get }
-
The type of the facial image data.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger imageDataType;
Swift
var imageDataType: Int { get }
-
The width in pixels of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger imageWidth;
Swift
var imageWidth: Int { get }
-
The height in pixels of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger imageHeight;
Swift
var imageHeight: Int { get }
-
The color space of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger imageColorSpace;
Swift
var imageColorSpace: Int { get }
-
The source type.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger sourceType;
Swift
var sourceType: Int { get }
-
The device type.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger deviceType;
Swift
var deviceType: Int { get }
-
The quality of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger quality;
Swift
var quality: Int { get }
-
The actual image data of the facial image. Can be JPEG or JPEG2000.
Declaration
Objective-C
@property (nonatomic, readonly) NSData *imageData;
Swift
var imageData: Data! { get }
-
The UIImage representation of the facial image.
Declaration
Objective-C
@property (nonatomic, readonly) UIImage *image;
Swift
var image: UIImage! { get }