diff --git a/BlinkID.xcframework/Info.plist b/BlinkID.xcframework/Info.plist index d97861d4c..269ad5a30 100644 --- a/BlinkID.xcframework/Info.plist +++ b/BlinkID.xcframework/Info.plist @@ -8,40 +8,40 @@ BinaryPath BlinkID.framework/BlinkID LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath BlinkID.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator BinaryPath BlinkID.framework/BlinkID LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath BlinkID.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType XFWK CFBundleShortVersionString - 6.10.1 + 6.11.0 CFBundleVersion - 6.10.1 + 6.11.0 XCFrameworkFormatVersion 1.0 diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID b/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID index 075ef6374..9fbb99c32 100755 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h index f659ec63c..1553cfd6f 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef BLINKID_SWIFT_H #define BLINKID_SWIFT_H #pragma clang diagnostic push @@ -42,6 +42,8 @@ #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -55,6 +57,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -289,6 +292,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIDEntities.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIDEntities.h index c1cf67271..5f05f4ef6 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIDEntities.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIDEntities.h @@ -108,3 +108,4 @@ #import "MBRecognitionModeFilter.h" #import "MBFieldType.h" #import "MBImageExtractionType.h" +#import "MBDependentInfo.h" diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h index 75220596c..f9dcd7cc6 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h @@ -30,6 +30,7 @@ #import "MBDocumentExpirationCheckResult.h" #import "MBDataMatchResult.h" #import "MBAdditionalProcessingInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @@ -313,6 +314,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + /** * This member indicates whether the barcode scanning step was utilized during the * process. diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h index 4678850b6..dbd263e47 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h @@ -27,6 +27,7 @@ #import "MBAgeResult.h" #import "MBDocumentExpirationCheckResult.h" #import "MBAdditionalProcessingInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @@ -275,6 +276,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + /** * This member indicates whether the barcode scanning step was utilized during the * process. diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h index 9f48b0e69..90aeb1a2d 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h @@ -406,7 +406,8 @@ typedef NS_ENUM(NSInteger, MBRegion) { MBRegionGuerreroAcapulcoDeJuarez, MBRegionHaryana, MBRegionSergipe, - MBRegionAlagoas + MBRegionAlagoas, + MBRegionBangsamoro }; typedef NS_ENUM(NSInteger, MBType) { @@ -480,7 +481,13 @@ typedef NS_ENUM(NSInteger, MBType) { MBTypeAfghanCitizenCard, MBTypeEId, MBTypePass, - MBTypeSisId + MBTypeSisId, + MBTypeAsicCard, + MBTypeBidoonCard, + MBTypeInterimHealthInsuranceCard, + MBTypeNonVoterId, + MBTypeReciprocalHealthInsuranceCard, + MBTypeVehicleRegistration }; #endif /* MBClassInfoTypes_h */ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBDependentInfo.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBDependentInfo.h new file mode 100644 index 000000000..0eb57a682 --- /dev/null +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBDependentInfo.h @@ -0,0 +1,48 @@ +// +// MBDependentInfo.h +// BlinkID +// +// Created by Jura Skrlec on 26.09.2024.. +// + +#import +#import "MBMicroblinkDefines.h" + +@class MBDateResult; +@class MBStringResult; + +NS_ASSUME_NONNULL_BEGIN + +MB_CLASS_AVAILABLE_IOS(13.0) +@interface MBDependentInfo : NSObject + +- (instancetype)init NS_UNAVAILABLE; + +/** + * The date of birth of the dependent. + */ +@property (nonatomic, readonly, nullable) MBDateResult *dateOfBirth; + +/** + * The sex or gender of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *sex; + +/** + * The document number of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *documentNumber; + +/** + * The full name of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *fullName; + +/** + * Flag that indicates if dependent info is empty. +*/ +@property (nonatomic, readonly, assign) BOOL empty; + +@end + +NS_ASSUME_NONNULL_END diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBFieldType.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBFieldType.h index 60a517809..ba7fed1e1 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBFieldType.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBFieldType.h @@ -50,7 +50,15 @@ typedef NS_ENUM(NSInteger, MBFieldType) { MBFieldTypeVisaType, MBFieldTypeDocumentSubtype, MBFieldTypeRemarks, - MBFieldTypeResidencePermitType + MBFieldTypeResidencePermitType, + MBFieldTypeManufacturingYear, + MBFieldTypeVehicleType, + MBFieldTypeDependentDateOfBirth, + MBFieldTypeDependentSex, + MBFieldTypeDependentDocumentNumber, + MBFieldTypeDependentFullName, + MBFieldTypeEligibilityCategory, + MBFieldTypeSpecificDocumentValidity }; #endif /* MBFieldType_h */ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBStringResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBStringResult.h index 63822eb83..d418d629c 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBStringResult.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBStringResult.h @@ -18,7 +18,8 @@ NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSInteger, MBAlphabetType) { MBAlphabetTypeLatin, MBAlphabetTypeArabic, - MBAlphabetTypeCyrillic + MBAlphabetTypeCyrillic, + MBAlphabetTypeGreek }; typedef NS_ENUM(NSInteger, MBSide) { diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h index 68f6cb5bc..9d44671b2 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h @@ -8,6 +8,7 @@ #import #import "MBMicroblinkDefines.h" #import "MBDriverLicenseDetailedInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @class MBDateResult; @@ -202,6 +203,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + @end NS_ASSUME_NONNULL_END diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist index 7995ad47b..02c085c1d 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop index ffee19450..57f231e8e 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop index c222b4755..2f8a59461 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop index 6e897ac08..6ca616c64 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop new file mode 100644 index 000000000..5ac9d7aad Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop index ebda1dfac..b514da821 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop new file mode 100644 index 000000000..c843ddf44 Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop index 149e09988..f523d6950 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop deleted file mode 100644 index 61395c98c..000000000 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop index 78140b517..600ea0c24 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop deleted file mode 100644 index f9004c429..000000000 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop new file mode 100644 index 000000000..029406433 Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop index b4e16e03d..f9c2b398d 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop deleted file mode 100644 index 808843ed8..000000000 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop index 9329fd9e7..a283d0804 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop deleted file mode 100644 index 0785e0124..000000000 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop index ebb808c74..e9869acec 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop index 2e4085128..a84b20f9e 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop index 169dee7c3..dfd899128 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop new file mode 100644 index 000000000..b392d65cc Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo index f462894b5..4f42b3442 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json index 4299b78df..f407eb9f3 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "BlinkID", + "printedName": "BlinkID", "children": [ { "kind": "Import", @@ -127,6 +127,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface index 3e35b1ec8..ee56943a6 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc index 45ba930f2..6bf74bba5 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface index 3e35b1ec8..ee56943a6 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources index 1b9e3f8b8..010a5d06a 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/BlinkID-Swift.h - gjg4d/NuK0rDvShqX5q/Ah5vmLQ= + owo+y7vwKqcqH7/PxWW3v6Idr6Q= Headers/BlinkID.h @@ -82,7 +82,7 @@ Headers/MBBlinkIDEntities.h - zMr/D17utYV4UwhkFreUNV7BGEI= + bFo0m+JJ/y5vuYHAZzidBk+GVlk= Headers/MBBlinkIDUIComponents.h @@ -94,7 +94,7 @@ Headers/MBBlinkIdMultiSideRecognizerResult.h - xVY2j3H6nZYFiA3ViRug8crIlpY= + M64Rp3+v+zVOl2xccC/BNv6EUwM= Headers/MBBlinkIdOverlaySettings.h @@ -118,7 +118,7 @@ Headers/MBBlinkIdSingleSideRecognizerResult.h - ekJ7/08EIcXIiJSwd0OIPqJlJdU= + M2RNgaPm/wLju6X36MDWEhHgnO8= Headers/MBCameraFrames.h @@ -150,7 +150,7 @@ Headers/MBClassInfoTypes.h - +JrZzX4p0hTG/TcuHFnyBE/uBaY= + 9jQ+AZYmWTZsfGOcOuPuAzZd4N8= Headers/MBClassRules.h @@ -204,6 +204,10 @@ GY3TqBNqwapwuL3WnUSen4IOKJ4= + Headers/MBDependentInfo.h + + P5nFy4ksZquRHiFICfK8eYW/Xi8= + Headers/MBDetailedFieldType.h uYNU6nbbAWPvf4vzVGjEWGJrij4= @@ -358,7 +362,7 @@ Headers/MBFieldType.h - WpzZKrsABS3JGJOa9mh3XeW6ehs= + jDBDiDU+zlvwFzmOwLZuSMSRKN8= Headers/MBFirstSideFinishedRecognizerRunnerDelegate.h @@ -702,7 +706,7 @@ Headers/MBStringResult.h - dE8xwR31qKpao2Q5myKr/rEaH1o= + W1CXz4swqvlGpmhr/x6/36W3rDU= Headers/MBSubview.h @@ -774,95 +778,95 @@ Headers/MBVizResult.h - yqbyBqfSp33kyv3CYY9kiCgH/5M= + STP0lCr55pHWOr/bNlvAJyUWgMU= Info.plist - qrwC0oUYSUwNz0Iep4+O+mKEoeg= + 4ntCAY00FECT5D92lB5N+ehzor8= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop - tuSl7ZztCIK3rtLNVw8o2+mwt7s= + ElBWJHHhZ73VSJ4VS/0Bhe4VdeY= Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop - YS1o8jb5WOlmAp0W+DXMCJcSzNc= + QRmYQv5aUtE/xRQ1Gsh2b5YT60E= Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop - y5gis/N54mhYTP6NRLsSt968wiU= + WYaNNkXHuY8BJqHZNYZz0OHONHY= + + Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop + + MlO4gCQqiWN+pT2B3tbOQGXhfAg= Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop - JmaSyJeFr39ON5UeGoMwqpGfGJM= + c6sMGrk9rV13v3s47EPA3x91uHQ= - Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop + Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop - HRCPMi3yYZitss475X2Ec01o9OA= + wbF1emKt/6AYmuerUivIYVV9938= - Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop + Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop - HEUHiM2fyqYGVCnKFHJZh2pjdTM= + /ECNvoIqeXrjQIx1IggmnqlaBmg= Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop - E6Idc4nWPtp0hIQeVk9Ud5wRtU0= + LaYQp7K+SaKjpwY6zTk09R+gp0M= - Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop + Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop - GRf16TB9TAe68hN+CbZNaPQwjFc= + W0ONqzId8z991/ZSutUjO2mY6KY= Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop - E9qS8/zIz8zCC5x9NESvU91C6C0= - - Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop - - TDX7x6AmTlKO9gzgrnNQ3Wzq6cg= + SDry5dGKLJCB+1VHO3jmJdr0Edw= Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop - Cje/MSYH+4POIBhBhfmtLi4O2ro= - - Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop - - c1kJCJlc8o2nH3HITTB1RtKUrkM= + rlmdrq5myLVx2pdGU+qieRCylUc= Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop - y7tmDgtPXPv+AuQZXmBkz58X31Y= + /btiyXuszK7v5WMcy6CXcJlefYA= Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop - /R/+NdGVejv4cfAOVQCcbd8igEY= + OeJ/L9t99Qqnk5+mY+gdc6uQ6E0= Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop - xUIuX4bJWg9/xlbwRji+Y7yr0Uo= + 0gnD/EAexpdwTuEAhOSycDUDsg0= + + Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop + + aFyZYANcyQwVmFfh/NRm7H/Tg+U= Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo - e9JgxVSLpvztnnxWurZL0Mwnbps= + AryRY7JxvI0wlHAVYlMa4J+hv0s= Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json - VNATHEmN/NBTwti+iRIOq37UGZ0= + 7smF2/+d924Y+thwDFIfc09WxSI= Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface - RhKXXw4UZIeNuQ4a4a/OfDMH3Hc= + qK8EW5bHizhUAclTzX7nemxkXRI= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc - Lea+ZFr9ajvStpj1W2Bbg+LbW/Y= + 6m0uDONhte4xJfv00X+azt/AfYY= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface - RhKXXw4UZIeNuQ4a4a/OfDMH3Hc= + qK8EW5bHizhUAclTzX7nemxkXRI= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftmodule - T1d4/kDI/f0qJ2CIc1yqloO+6oU= + B0K6A6ofPyA5WaSHRWZ3obh5NJQ= Modules/module.modulemap @@ -1134,7 +1138,7 @@ ar-AE.strings - 40f9DMwy/YOO0ZtvtYZSv7mXAz8= + LFLbcRqbaqwYJhQrMrSCQezP5HU= arrow.png @@ -1294,7 +1298,7 @@ cs.strings - K2qFur6z6iJrd+1ItU4QD8FBag0= + KeJAffb0ZncxYskuL/LmAdc5EE0= ctl-error.png @@ -1346,7 +1350,7 @@ de.strings - kBD6bSNA/X0husoK0iMLUYVXQhs= + /n/9Pst01EmsC8q8ArIwTbrEYcI= diners.png @@ -1386,11 +1390,11 @@ en.strings - 5gJ4niwg8DcbpdT1j0FFEi+KiC0= + +cYB2fnj15rSKR9fOekfHv55VsY= es.strings - gGZK9B9/dCE6YUujJJdezXMK4Tc= + oXT1dicOsRsSYB2Wd1rODA6bKSQ= face_detector_model.zzip @@ -1398,11 +1402,11 @@ fil.strings - 6foAxZgCj8lgjawEH5ac+KnKPF4= + MkgCGHEB3InOv/mcEQRdJkcnZvc= fr.strings - 8t1AOD8sG6cML48BwohO3r1ppYE= + UXgj8zVcdXGKSS2ysy+YE5BMBF4= harsh-light-instruction-dark.png @@ -1430,15 +1434,15 @@ he.strings - jpRsQt+UwJ64LhRNBJdkCRtq3wU= + A066z6qOzBeMVvWhFkYKYuxZpr0= hr.strings - v3k0CPLvyd8lqLgd9O9KtOS7xVA= + YYSa7vqsLSz6/bherYuRXvQtpfY= hu.strings - ZmKjnhqnftp3ePMp72qnTdDZ88o= + eWmIoiU/yyo+SBz+fGHUVB5N77A= icBackSide.png @@ -1526,7 +1530,7 @@ id.strings - 9EUdwkt9oQR2j46RUeClzB/Vovw= + Bb9K9pjsKGWdUg0pd1QAfB+N0Gw= id_back_wide.png @@ -1554,7 +1558,7 @@ it.strings - FTYsNxy2GCSxr/hObbFoWzvjaCU= + VT4HWVxaWlkIDvyosAE+M8+sadg= jcb.png @@ -1622,7 +1626,7 @@ ms.strings - kL69RMVfLzoNpTrPr8AgAQ0l/6I= + mwgkuvsDVBma+0W8IQ7bIfMDvXc= need-help-tooltip-dark.png @@ -1650,15 +1654,15 @@ nl.strings - v2Pi1SXAqGGRDZWXBXiOWfvteNM= + 3LIDr6zBEkejbWXgPBq6gmoLxRI= pt.strings - DcU55YKYkOpo5+7XIMwqy0pQ5Us= + UKgltlOiti08VYsj/myKIVAjgmI= ro.strings - 1YDr2IWSfuijrZVmjAQ5sCseQRk= + xSGb/ocOzxjUa9jjUCw8MrTSvv4= scan_line_white.png @@ -1674,15 +1678,15 @@ sk.strings - hGNPHFUqqfHNWkskFVpVyxviL6o= + ovmrgteNFM0ywiihgT5K1k4Y320= sl.strings - jT3oJdlSojdY1y09dO9MxrMDbbg= + kyqNWuzVJJcZqF9tU0L3fVV+6nQ= th.strings - SLwh5HrpzHs0JA6SoKW7QwLIG7I= + ZDoWc0Tk1ihvqaKEl11ic0indLM= torchoff.png @@ -1730,7 +1734,7 @@ vi.strings - 277BROeG+Il9cRhROshCBO1MEbE= + ubDsdKLHvBuNwQ7SKjKv+HOXRDw= visa.png @@ -1746,11 +1750,11 @@ zh-Hans.strings - 9AW+wluAi3qwCrH3uboGx9GS+ys= + R77sGRMpVvAKrg7J/+3wesPVhak= zh-Hant.strings - TKbgGw/hi06D3fGEhsgagJZEHI8= + ocYmOjqTbloi/Rt7p9tNYAJfdGU= files2 @@ -1780,7 +1784,7 @@ hash2 - 7O2C7Bn5KvnCftaukUFjhMOt+XQnoGEIEpogOu9y+rc= + LQCN8AMzF9AujMaLqWOkvraX+Evdtr9Z7spQmL9QgGs= Headers/BlinkID.h @@ -1892,7 +1896,7 @@ hash2 - ZnNQeOtesUZw6jo6iz9odZv4K8BnAhifHSagSADvj0M= + ZJv5pRti+tgDVhVRtGnDQ6k220NHUbxdmpZV8wCARRA= Headers/MBBlinkIDUIComponents.h @@ -1913,7 +1917,7 @@ hash2 - ViHtL11q2Z/EkSMcXOoElmr1K1B+wjdLvEIu/XVjRjY= + IcG+JTu41qxc7ymfentxIV+v2EKMrQarHUeCqMffTwk= Headers/MBBlinkIdOverlaySettings.h @@ -1955,7 +1959,7 @@ hash2 - 2BbyZwaVvNJWy3PMc2Xx5gEadCgp/UqV+CSL9lLHMEc= + dBJOfneao1u3uQNszUE5UjKVIQgOd0eEWXkU3UOa9no= Headers/MBCameraFrames.h @@ -2011,7 +2015,7 @@ hash2 - C6X+Q8imgabmnz5s59FJ24XbO3Bgr6RW7t+vljXZjio= + oohoJ+ADNnuxddMoTwtU3DiaQOGvVmDxSOPHrFYRbyw= Headers/MBClassRules.h @@ -2105,6 +2109,13 @@ vLAp+Ywbi+TMV1GjinbkjalCqYB29J+M8mUw64vULyo= + Headers/MBDependentInfo.h + + hash2 + + cS5KcKBNrXybPFpEz+NDLjlq/SOgxI9fDvtEKOjDbYU= + + Headers/MBDetailedFieldType.h hash2 @@ -2375,7 +2386,7 @@ hash2 - U6ID61B2weYMqWVqePqWmlyHIk9rLGjcKmezg58ZMco= + 4MhlOV/X6zTZdtwTUprt4upXackuU/PLGuZyUtY2mBc= Headers/MBFirstSideFinishedRecognizerRunnerDelegate.h @@ -2977,7 +2988,7 @@ hash2 - gftbQae8AJZ0b0xO9Z9X3wyZ8L1MG1zDqpjDsev5/EU= + 0yshTIAuHU/vw1z5O9nkmByOepE5ifI/NZaiceLgUsM= Headers/MBSubview.h @@ -3103,154 +3114,154 @@ hash2 - bnBy/A2r9KZbdtHol47941D9OjlGDVa/85KLAIJbpcg= + XAmJS8xuyZm076Iqf8yWCnyFmhYQpJkFQTI6ujPRClA= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop hash2 - bceaBM13MlnWv8EVydDMFrDgb/1JOAGNfw+zRZ74nZc= + HtFrp6W+E2rU5ho6SKeo7bRfZ32EIuoF4o1yW/jWm/0= Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop hash2 - DA9ymqGRoBBFJBv9Mp0lwFYXMdnYcT39hGWIFKsygbU= + 4D69kAXusnHQI+aZoML+yTbaEsvnrN/+UAnUeCeHK+0= Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop hash2 - TIRmN6WYq55/BTRhbuIas23UffCGaCDl5qFcT1hNqAA= + G+gMGLy7II9kjc5cKN4bgpn9LclgsF9RlosYx14oK8U= - Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop + Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop hash2 - ig6CROoBdoiV96tt3VxZmAGLwLd2pdHJwYRexsPeHHo= + eH36is983x2AlrcU19IlHIqEcpeVJ+O09/hBEG3kDAc= - Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop + Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop hash2 - itqKUFBlEpm+OqBcnOBQ9KOspVmIeJObaKy+6t3Fdls= + cLqnX/CWlyAYKPR/Erhedlp1Vl8SHhadnIOWZ4t96zc= - Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop + Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop hash2 - lmpAe0h1lHr88CmPHWwqzzwblswwebVtRj7S2YSnDAk= + bLFoZx56sS+icNAiP3sW5OsEOiHsQDP0Ck/Q4SZy0rA= - Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop + Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop hash2 - XB206ZgjHxFv4ldQToHc1uJ4zRli1p0skuWJ2f2/ewM= + zHYXo+YyizTwJva3IqSu1XTCPX57/21U6daLhDAc0iw= - Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop + Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop hash2 - 1PNrKCj88WQDk2gU76sjVmtL5fjU3SIaakCKs3DiA6g= + HH52hrWus1xubMPxHyzSyWAYpgf8ELdtHs+/7o5sHMU= - Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop + Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop hash2 - R4W8dkROMrRgivKbAIgY6YdEzje0ZItk4KOl/SxJhJg= + kU+Z/1CeqRgDyQLwTq/8ojMCTotGRdfrhkPTth72jyA= - Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop + Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop hash2 - 68GEXrpB+4osuYndspaE7AG6FNMisxs/itZjxYT8tWk= + /sM2jC7jf6Jjlbze8Ooaw5Z9hatSg3EVL9FFV4Z9JsM= Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop hash2 - gBpGbLJvv46Vkw7W8T/U1rXUQznrQWkasSs1wmyujPk= + 8/vP5vUue3FbqcWVCujcnk7azdaa0CwnF+sF5igYxQE= - Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop + Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop hash2 - KpyRTf9SHduVbw2iaItIg2cPemqWgloWHTzdoPRJ9nU= + j7v64Pxqfj2FWaVXiDxY7gJEYAiSM9b4CpRvH7Hxz/w= - Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop + Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop hash2 - w2AGMd56/WinUu1wc9dk4eoJfCqRe4dfTxNkMpfx894= + bueI+9eyNl4An4yZCA3C6zQjRS3JHMUR/L8h6jcCRwk= - Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop + Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop hash2 - lMxmWD3K8hQcLMfbzmxY6nlBroweaV9LJufguhYw+Gc= + CM9T9CEMa+RgePnBUKzky40Gp6Zp+VPZB6jS4Nn3/UQ= - Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop + Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop hash2 - 0D5FjR8l+JDMJao+/PNDWl+TWIFTWApnc/JzpRB7I3U= + 4/J3wxEJ9YBf6XRWu9j0MY3F5tl3PRmQnJWa4FID2UM= Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo hash2 - IwUFI+1h/m2+oqUpUIC7ijo6Y8rsoMH786zI8OqVwKo= + Ipyys1qN2hkyDDGwXVt7Gts2EPLpIKMpbulREewJxls= Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json hash2 - q3iq45K0ekT4spJwCFPRpS+vuKAzy3CzlMPKCwIoSMA= + mxxRIuTp9iQf/vCWR1dT9t0dRx4UaxI428+EeKaSvN4= Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface hash2 - bz2HUZHy2XSFJJRnxiOiwbuQiEO5wHfSbqvLOEce0RY= + TZQK2LBdyOas/jJ5ZYD1Nqlk0UZeSFXqY9LZV+QlcBk= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc hash2 - MJcfYXx6y5RaFqjQvIuiiw+ZkNutcKLgCFwuyAd9IV8= + xnBJh4mBF5buRBMDcPk+qcMINzojQkYB00zyrqb0mXE= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface hash2 - bz2HUZHy2XSFJJRnxiOiwbuQiEO5wHfSbqvLOEce0RY= + TZQK2LBdyOas/jJ5ZYD1Nqlk0UZeSFXqY9LZV+QlcBk= Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftmodule hash2 - z3biAcUD1mmqSTqVhmWAgSjgi6Hs6gHdBNXSNQ3flPg= + lM2Jg6LItA2IpDLHkddYP49dN9prmEd/BnFleC2XCO0= Modules/module.modulemap @@ -3726,7 +3737,7 @@ hash2 - TEQ4BOhHCgaC8exoYDdryp8iCdCAA94eWXrUwssLigo= + fBOWQZnXrgFbzAxHcN08n09Du1iRZDrZho7nGSi++ww= arrow.png @@ -4006,7 +4017,7 @@ hash2 - IwNpBJOLJXIwRDxoknDVuJYliGKT9735kYIr1dWwY5M= + 9AHN8olRdhqi8zujU94UazKoHogcdyyp4zoZ8e7Y558= ctl-error.png @@ -4097,7 +4108,7 @@ hash2 - /cV0IpHOhT8vCVmTvXzemeLjIMxDV6TwIDDIJdu1Ys0= + DL2gCBy4y0vYYHgvGJY9yZWIMZ4DNX7TfmcnOaEHmBA= diners.png @@ -4167,14 +4178,14 @@ hash2 - 7lR8WQqw0kTwzQDFx4XpPsf14LPEmlQZI4uP4NkTX+o= + qpMEu/d2OT2f8smAcMUSL7wjclMIL2zhBPMdjeO4goY= es.strings hash2 - nLD0o6u7pVMMMSasxgpTbaLwiW/g3qC5b9A88Mjyf7M= + yDowoMu1Jeyx1vx1oCK/XYQ707xC7uvdXJH6UJaFPsQ= face_detector_model.zzip @@ -4188,14 +4199,14 @@ hash2 - W16RP+EK1ShNSIzK1Egsf8VlIpwiua9CFBB4ueUIbD0= + 9Wz7Gb8FW4TG4BD0ld5WIRK+45eTj5cw30F6fNXPZJ4= fr.strings hash2 - hQickO/qx1zS5cH3lko1pf0EYUU/X/h0zD6vJFdrUKw= + CCmt6N++WnIw4TtpqNVP0cOZ7SNy0nLaISmKrHDMZ40= harsh-light-instruction-dark.png @@ -4244,21 +4255,21 @@ hash2 - AAKt48cGB1kD3Lw7xVibA6Ae4MMlWKdyq2aiSBgIxkw= + /SZ7f99ucRy8ACbUqKNAqoWwDL9sK464CNcV0Nft3zE= hr.strings hash2 - JgCLRkrWYIMzNMe9cCCeG1V8iTCDCiZeXNByF6uqgco= + eBiyuHjIbqnIMbUu//M/7R9QFyUvW1gN2MTQ5eCMQrg= hu.strings hash2 - lbP6iVwELhvpqlu5Id/8OAWjL/ydyyy5a8EFqrsEP2c= + 7nPdNxwq555HV3jYE9z15PGFpSDbfTQ60xslFyB38cQ= icBackSide.png @@ -4412,7 +4423,7 @@ hash2 - W3BK5+Ddv2ak0hR0ds04jaeBZYCjd3/NnMg/xbt1+Zs= + Kf7xrI99zWHaaLQcqV/9VE65/JbkxCJFn38Uc68fXoo= id_back_wide.png @@ -4461,7 +4472,7 @@ hash2 - By+b6aP9SAd9z1uEpJ+40KK12Qi+bmFvz3sfqLhm63o= + UaKFXz45B59wCtN3ucJdu37lydK2te7FzsoirXjpQZ4= jcb.png @@ -4580,7 +4591,7 @@ hash2 - fqeLr0C9FHbIv+44zjoe6THJf89smThIzq3fQ2vDtus= + cJOm8VltzkAjt7NVfmkCe+ROLL9eklckqvD8TWLoRcM= need-help-tooltip-dark.png @@ -4629,21 +4640,21 @@ hash2 - 0tJ2y023dYTYUC3Cqj24QbPpxeiyAo6DmXanujYD7FM= + TxBDHCZet/0hKzcej+K6pMltl7y+ebAzftaNBv/d1Jw= pt.strings hash2 - VwEAgQFlPra/cy2mU5V6m0xfBnnq8s+7Eb5mY1hlFFg= + cNAMeERgmdbI5A5+a4NRyvd8+izH/DX7mX7g273Hps0= ro.strings hash2 - AW9XCwAqd6rQfyZkQ72ulou/WsyC0rsME2I6c/pBal0= + 8uqEUPbllcQCbs4DNdN60TwsTYNKxCI7IBI0YCmmbQA= scan_line_white.png @@ -4671,21 +4682,21 @@ hash2 - w4SCcwxEA07bMtYWeXBh5qMqIbU+5XiLvGCG+zMnsuw= + 9E2A+zx2aPqR5u0Fblh+hOL+FL/yFLe/8aYI1KxDQ7A= sl.strings hash2 - yMzsGImeLrkkpxo15IHNl2mMiu01Zo5Rs+J5lhiMLck= + SLLfF3DgU0WbibU6gO2AszOzB/sn+Hj0XpIHFKUH0+I= th.strings hash2 - nnSjA8ZZsdP1iRJ3UDjnX4VRG55EueH6G2Clw5S8RGY= + F1XtKrD48JCs70aWMmbpZ777x+pvFH9H+vBVEarfA1U= torchoff.png @@ -4769,7 +4780,7 @@ hash2 - +vdSaed24wvp/gpTwcz22he/683C6fDiABLG2DS9CxY= + b4GaaOpbHi+88/G10ot8ZkLtEzsZzZuhicF1zi1k17w= visa.png @@ -4797,14 +4808,14 @@ hash2 - evKwyBur4LKdxZZSamEVKLc6ZIz2nQBqMLU18v/HJSs= + TUgowu2wInynCcpyuOqpqbrV6yR8bXcdLaj9LKCVkNk= zh-Hant.strings hash2 - tnFHndHp7qxhe3T8mvRs79XtzCV6x59dUBR9VVfyMhI= + Ooag1eUyHludnLOrdPNIWUJetTkhSAjK5jVBrSjhIT4= diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ar-AE.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ar-AE.strings index b65f55add..499cf6081 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ar-AE.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ar-AE.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/cs.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/cs.strings index 3cf0c96ef..49a4ea2d7 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/cs.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/cs.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/de.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/de.strings index 1d7dce798..4000ec423 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/de.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/de.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/en.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/en.strings index ce74efab3..ad4809e30 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/en.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/en.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/es.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/es.strings index e167c8f4d..1aaf8b8d7 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/es.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/es.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/fil.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/fil.strings index dccb1b0d9..ee36e5e2b 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/fil.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/fil.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/fr.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/fr.strings index 2571d6fec..1cc0f5d5c 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/fr.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/fr.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/he.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/he.strings index a25fc6419..9af009f17 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/he.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/he.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/hr.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/hr.strings index 73b9d9f18..3c7e012b2 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/hr.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/hr.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/hu.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/hu.strings index 493c7a455..1ebd3ddb3 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/hu.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/hu.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/id.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/id.strings index ec2986050..f46478198 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/id.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/id.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/it.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/it.strings index 6db1c820e..f129d6776 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/it.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/it.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ms.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ms.strings index 132752569..e955d5c81 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ms.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ms.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/nl.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/nl.strings index ceed0026b..d10a2f18f 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/nl.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/nl.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/pt.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/pt.strings index e147b7e75..e6daa66ee 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/pt.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/pt.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ro.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ro.strings index ece33603b..b7ed589fa 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/ro.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/ro.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/sk.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/sk.strings index c2cac3d9c..fa4dbd2e1 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/sk.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/sk.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/sl.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/sl.strings index 8faca0c6a..00d0ab18d 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/sl.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/sl.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/th.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/th.strings index 3ea0c37c8..c15c389e3 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/th.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/th.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/vi.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/vi.strings index ba5ba375b..1054f96db 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/vi.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/vi.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hans.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hans.strings index ff8ff7aa5..e8b284aea 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hans.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hans.strings differ diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hant.strings b/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hant.strings index 4d6a8cf88..3ace133e4 100644 Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hant.strings and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/zh-Hant.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID index 387ee82c4..3e62c754c 100755 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h index ba633b8d5..0d35d4956 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef BLINKID_SWIFT_H #define BLINKID_SWIFT_H #pragma clang diagnostic push @@ -42,6 +42,8 @@ #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -55,6 +57,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -289,6 +292,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -317,7 +321,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef BLINKID_SWIFT_H #define BLINKID_SWIFT_H #pragma clang diagnostic push @@ -359,6 +363,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -372,6 +378,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -606,6 +613,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIDEntities.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIDEntities.h index c1cf67271..5f05f4ef6 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIDEntities.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIDEntities.h @@ -108,3 +108,4 @@ #import "MBRecognitionModeFilter.h" #import "MBFieldType.h" #import "MBImageExtractionType.h" +#import "MBDependentInfo.h" diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h index 75220596c..f9dcd7cc6 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h @@ -30,6 +30,7 @@ #import "MBDocumentExpirationCheckResult.h" #import "MBDataMatchResult.h" #import "MBAdditionalProcessingInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @@ -313,6 +314,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + /** * This member indicates whether the barcode scanning step was utilized during the * process. diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h index 4678850b6..dbd263e47 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h @@ -27,6 +27,7 @@ #import "MBAgeResult.h" #import "MBDocumentExpirationCheckResult.h" #import "MBAdditionalProcessingInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @@ -275,6 +276,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + /** * This member indicates whether the barcode scanning step was utilized during the * process. diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h index 9f48b0e69..90aeb1a2d 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h @@ -406,7 +406,8 @@ typedef NS_ENUM(NSInteger, MBRegion) { MBRegionGuerreroAcapulcoDeJuarez, MBRegionHaryana, MBRegionSergipe, - MBRegionAlagoas + MBRegionAlagoas, + MBRegionBangsamoro }; typedef NS_ENUM(NSInteger, MBType) { @@ -480,7 +481,13 @@ typedef NS_ENUM(NSInteger, MBType) { MBTypeAfghanCitizenCard, MBTypeEId, MBTypePass, - MBTypeSisId + MBTypeSisId, + MBTypeAsicCard, + MBTypeBidoonCard, + MBTypeInterimHealthInsuranceCard, + MBTypeNonVoterId, + MBTypeReciprocalHealthInsuranceCard, + MBTypeVehicleRegistration }; #endif /* MBClassInfoTypes_h */ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBDependentInfo.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBDependentInfo.h new file mode 100644 index 000000000..0eb57a682 --- /dev/null +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBDependentInfo.h @@ -0,0 +1,48 @@ +// +// MBDependentInfo.h +// BlinkID +// +// Created by Jura Skrlec on 26.09.2024.. +// + +#import +#import "MBMicroblinkDefines.h" + +@class MBDateResult; +@class MBStringResult; + +NS_ASSUME_NONNULL_BEGIN + +MB_CLASS_AVAILABLE_IOS(13.0) +@interface MBDependentInfo : NSObject + +- (instancetype)init NS_UNAVAILABLE; + +/** + * The date of birth of the dependent. + */ +@property (nonatomic, readonly, nullable) MBDateResult *dateOfBirth; + +/** + * The sex or gender of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *sex; + +/** + * The document number of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *documentNumber; + +/** + * The full name of the dependent. + */ +@property (nonatomic, readonly, nullable) MBStringResult *fullName; + +/** + * Flag that indicates if dependent info is empty. +*/ +@property (nonatomic, readonly, assign) BOOL empty; + +@end + +NS_ASSUME_NONNULL_END diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBFieldType.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBFieldType.h index 60a517809..ba7fed1e1 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBFieldType.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBFieldType.h @@ -50,7 +50,15 @@ typedef NS_ENUM(NSInteger, MBFieldType) { MBFieldTypeVisaType, MBFieldTypeDocumentSubtype, MBFieldTypeRemarks, - MBFieldTypeResidencePermitType + MBFieldTypeResidencePermitType, + MBFieldTypeManufacturingYear, + MBFieldTypeVehicleType, + MBFieldTypeDependentDateOfBirth, + MBFieldTypeDependentSex, + MBFieldTypeDependentDocumentNumber, + MBFieldTypeDependentFullName, + MBFieldTypeEligibilityCategory, + MBFieldTypeSpecificDocumentValidity }; #endif /* MBFieldType_h */ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h index 63822eb83..d418d629c 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h @@ -18,7 +18,8 @@ NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSInteger, MBAlphabetType) { MBAlphabetTypeLatin, MBAlphabetTypeArabic, - MBAlphabetTypeCyrillic + MBAlphabetTypeCyrillic, + MBAlphabetTypeGreek }; typedef NS_ENUM(NSInteger, MBSide) { diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h index 68f6cb5bc..9d44671b2 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h @@ -8,6 +8,7 @@ #import #import "MBMicroblinkDefines.h" #import "MBDriverLicenseDetailedInfo.h" +#import "MBDependentInfo.h" @class MBStringResult; @class MBDateResult; @@ -202,6 +203,31 @@ MB_INIT_UNAVAILABLE */ @property (nonatomic, readonly, nullable) MBStringResult *visaType; +/** + * The manufacturing year. + */ +@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear; + +/** + * The eligibility category. + */ +@property (nonatomic, readonly, nullable) MBStringResult *vehicleType; + +/** + * The manufacturing year.. + */ +@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory; + +/** + * The specific document validity. + */ +@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity; + +/** + * The dependents info. + */ +@property (nonatomic, readonly, nullable) NSArray* dependentInfos; + @end NS_ASSUME_NONNULL_END diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist index a69d40ef9..fbd4be574 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop index b9b49251b..c1ac388e5 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop index 7bdb8d26c..857087132 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop index feb03ab6d..407d215cd 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop new file mode 100644 index 000000000..c4502fe61 Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop index 2532c167c..aa62c3b65 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop new file mode 100644 index 000000000..a1c9563a1 Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop index 6eff77a13..7158afa5f 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop deleted file mode 100644 index 44dfcd436..000000000 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop index a801c6b53..6d25fd40c 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop deleted file mode 100644 index 58c27ea96..000000000 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop new file mode 100644 index 000000000..fa6c6b3c8 Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop index 7566351cf..a9a6d42ff 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop deleted file mode 100644 index 64dc7b787..000000000 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop index 9cd0e7bdb..bffe3d4ad 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop deleted file mode 100644 index 9d9284ef8..000000000 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop and /dev/null differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop index ca13720dc..d2e02d852 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop index 0e3407d79..106b5febb 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop index f1211d998..0b09f21e8 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop new file mode 100644 index 000000000..7cc10b17d Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo index 3dc740e7d..a1d7d42eb 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo index 15f57e8d1..b91a3beb2 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json index 4299b78df..f407eb9f3 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "BlinkID", + "printedName": "BlinkID", "children": [ { "kind": "Import", @@ -127,6 +127,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 49841c050..16eb6470c 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 9be26f86b..368458711 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 49841c050..16eb6470c 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json index 4299b78df..f407eb9f3 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "BlinkID", + "printedName": "BlinkID", "children": [ { "kind": "Import", @@ -127,6 +127,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index adb998930..b73fd0a4b 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 02b3d0aa6..3ae2785ab 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index adb998930..b73fd0a4b 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID +// swift-module-flags-ignorable: -no-verify-emitted-module-interface @_exported import BlinkID import Foundation import Swift diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources index 051326348..581cdd7db 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources @@ -18,7 +18,7 @@ Headers/BlinkID-Swift.h - l/HtaoSnajbzg/IoMWiF3d21f4g= + 4eQ6UNWcC9t38zMjAJEvLdDeiuc= Headers/BlinkID.h @@ -82,7 +82,7 @@ Headers/MBBlinkIDEntities.h - zMr/D17utYV4UwhkFreUNV7BGEI= + bFo0m+JJ/y5vuYHAZzidBk+GVlk= Headers/MBBlinkIDUIComponents.h @@ -94,7 +94,7 @@ Headers/MBBlinkIdMultiSideRecognizerResult.h - xVY2j3H6nZYFiA3ViRug8crIlpY= + M64Rp3+v+zVOl2xccC/BNv6EUwM= Headers/MBBlinkIdOverlaySettings.h @@ -118,7 +118,7 @@ Headers/MBBlinkIdSingleSideRecognizerResult.h - ekJ7/08EIcXIiJSwd0OIPqJlJdU= + M2RNgaPm/wLju6X36MDWEhHgnO8= Headers/MBCameraFrames.h @@ -150,7 +150,7 @@ Headers/MBClassInfoTypes.h - +JrZzX4p0hTG/TcuHFnyBE/uBaY= + 9jQ+AZYmWTZsfGOcOuPuAzZd4N8= Headers/MBClassRules.h @@ -204,6 +204,10 @@ GY3TqBNqwapwuL3WnUSen4IOKJ4= + Headers/MBDependentInfo.h + + P5nFy4ksZquRHiFICfK8eYW/Xi8= + Headers/MBDetailedFieldType.h uYNU6nbbAWPvf4vzVGjEWGJrij4= @@ -358,7 +362,7 @@ Headers/MBFieldType.h - WpzZKrsABS3JGJOa9mh3XeW6ehs= + jDBDiDU+zlvwFzmOwLZuSMSRKN8= Headers/MBFirstSideFinishedRecognizerRunnerDelegate.h @@ -702,7 +706,7 @@ Headers/MBStringResult.h - dE8xwR31qKpao2Q5myKr/rEaH1o= + W1CXz4swqvlGpmhr/x6/36W3rDU= Headers/MBSubview.h @@ -774,119 +778,119 @@ Headers/MBVizResult.h - yqbyBqfSp33kyv3CYY9kiCgH/5M= + STP0lCr55pHWOr/bNlvAJyUWgMU= Info.plist - bT23OM7VBKL89lTJtIdFi8dkJDo= + AN12TIckd1OTNDG0d3bsOMgzC6M= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop - OWgbnBR4EUqpkvB29WkyoEtsvZI= + MZfA6QDvIHo3ghBe8rOQBprO+CI= Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop - +G//u2Ohhu1PtPg6hRNuwN/w+CA= + 8aD1ZSGypDfOsxjVgZ4dEtE57Lw= Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop - UF2EF+fCSE92iAu7SH7XWOIC3Ws= + luPNoUjgEuxVLHtyyceErT4EVaY= + + Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop + + X6yn6dfvURYyXmEtxb86OKECJ/A= Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop - cAUHIUtqhUgR3+/SVvoPcAGNVVw= + sJkH48fAZKdJBJ0e0zsdkOCoDH4= - Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop + Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop - Nl5XCa3vYMwaaF9On4TbXCY2nNg= + s0qgVAzKfPsVDEz892cH0t/A/7Q= - Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop + Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop - SRWUz6lUAsoOCqSKAWDErCpZOT8= + 5ZSUBnZYI6E0bnoKmAB1HMFP644= Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop - 7C7RdZFfHBYpBz+qGl7hSrmYSUM= + JzFrOOhkofWoWDi48w1plt9LGZE= - Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop + Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop - vqCO/O/m3O+DmHuOyxXgKREF1GA= + JywpOhsgtBO4O6YZpykaK4r90wE= Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop - N8MgG0WPTnKwJY/3HmwZ4o9D0B0= - - Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop - - wdyrMpHcNdAAEF7jE7tk7A8tIWo= + 7bZs3SBVXImQBdsnNrYI+rKdTvk= Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop - ZWBmGJz8TvBNJzEbBYXn48Vi0JA= - - Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop - - XCjGQ1n+xCzhLfM86RROEztL27Y= + nH8PPHmkxvQI/kIK+vRvPDjNrrg= Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop - vQEMKdGTULX7egLdEnRI8BYZ38s= + Ik7zSe+0XM3F8IYAo42Qnyl1LpA= Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop - RcyIF9uv2yW0MY1HvD1qWvndqVY= + RkCQCEoAHH57/sj8GAdBXiTc6lc= Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop - kM0F+A3Hul7NlDpP19Tm0JHUJhE= + fZJxZai9JQu7M5zBQ6wQL3Nlm1E= + + Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop + + mW3WSa39PFusyg4ocohUE9JpMME= Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo - G2oZePM4q4F5sMeqYdPFx1V1hS0= + YlDpCSSscG5VCESuX9vhShNTlFQ= Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo - EchZZaCGmZ5cFsH0ZRXtJ2f2U0k= + 5jDNZJSM923Qanpm81aPpjiWzpc= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json - VNATHEmN/NBTwti+iRIOq37UGZ0= + 7smF2/+d924Y+thwDFIfc09WxSI= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - ueUDj7UytBBdKfDgGKVoqrMlKno= + 1u5GSdUh9eK0jFTf6sqGQjTgeiM= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc - Bl4pnzWVWEuMwH57WBg3V5+j1Jg= + wOKIISc9MJXHSB7cX0xwTvJxSm4= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface - ueUDj7UytBBdKfDgGKVoqrMlKno= + 1u5GSdUh9eK0jFTf6sqGQjTgeiM= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftmodule - P4rH6zhneFU7VvaaOCMJJtEaOhI= + VOxdhuRr17jka3kZEjDDup9Zn/Q= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json - VNATHEmN/NBTwti+iRIOq37UGZ0= + 7smF2/+d924Y+thwDFIfc09WxSI= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - LrFL0zqjpkqq+SdMp5eryy4Re2M= + q7QcyK0+2aoN0GY8QEYA2NRBJ/s= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - WJTdsBMXNRxI/aWaRPecJ+599Eg= + UZd1/Dn6/2yUF3MkY1pslexNxhE= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - LrFL0zqjpkqq+SdMp5eryy4Re2M= + q7QcyK0+2aoN0GY8QEYA2NRBJ/s= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - rAl4EA4J+T+9S/z/C9979XZ+BYQ= + mcWJNbD0jwi+SD5xAtDQPCHoia0= Modules/module.modulemap @@ -1158,7 +1162,7 @@ ar-AE.strings - 40f9DMwy/YOO0ZtvtYZSv7mXAz8= + LFLbcRqbaqwYJhQrMrSCQezP5HU= arrow.png @@ -1318,7 +1322,7 @@ cs.strings - K2qFur6z6iJrd+1ItU4QD8FBag0= + KeJAffb0ZncxYskuL/LmAdc5EE0= ctl-error.png @@ -1370,7 +1374,7 @@ de.strings - kBD6bSNA/X0husoK0iMLUYVXQhs= + /n/9Pst01EmsC8q8ArIwTbrEYcI= diners.png @@ -1410,11 +1414,11 @@ en.strings - 5gJ4niwg8DcbpdT1j0FFEi+KiC0= + +cYB2fnj15rSKR9fOekfHv55VsY= es.strings - gGZK9B9/dCE6YUujJJdezXMK4Tc= + oXT1dicOsRsSYB2Wd1rODA6bKSQ= face_detector_model.zzip @@ -1422,11 +1426,11 @@ fil.strings - 6foAxZgCj8lgjawEH5ac+KnKPF4= + MkgCGHEB3InOv/mcEQRdJkcnZvc= fr.strings - 8t1AOD8sG6cML48BwohO3r1ppYE= + UXgj8zVcdXGKSS2ysy+YE5BMBF4= harsh-light-instruction-dark.png @@ -1454,15 +1458,15 @@ he.strings - jpRsQt+UwJ64LhRNBJdkCRtq3wU= + A066z6qOzBeMVvWhFkYKYuxZpr0= hr.strings - v3k0CPLvyd8lqLgd9O9KtOS7xVA= + YYSa7vqsLSz6/bherYuRXvQtpfY= hu.strings - ZmKjnhqnftp3ePMp72qnTdDZ88o= + eWmIoiU/yyo+SBz+fGHUVB5N77A= icBackSide.png @@ -1550,7 +1554,7 @@ id.strings - 9EUdwkt9oQR2j46RUeClzB/Vovw= + Bb9K9pjsKGWdUg0pd1QAfB+N0Gw= id_back_wide.png @@ -1578,7 +1582,7 @@ it.strings - FTYsNxy2GCSxr/hObbFoWzvjaCU= + VT4HWVxaWlkIDvyosAE+M8+sadg= jcb.png @@ -1646,7 +1650,7 @@ ms.strings - kL69RMVfLzoNpTrPr8AgAQ0l/6I= + mwgkuvsDVBma+0W8IQ7bIfMDvXc= need-help-tooltip-dark.png @@ -1674,15 +1678,15 @@ nl.strings - v2Pi1SXAqGGRDZWXBXiOWfvteNM= + 3LIDr6zBEkejbWXgPBq6gmoLxRI= pt.strings - DcU55YKYkOpo5+7XIMwqy0pQ5Us= + UKgltlOiti08VYsj/myKIVAjgmI= ro.strings - 1YDr2IWSfuijrZVmjAQ5sCseQRk= + xSGb/ocOzxjUa9jjUCw8MrTSvv4= scan_line_white.png @@ -1698,15 +1702,15 @@ sk.strings - hGNPHFUqqfHNWkskFVpVyxviL6o= + ovmrgteNFM0ywiihgT5K1k4Y320= sl.strings - jT3oJdlSojdY1y09dO9MxrMDbbg= + kyqNWuzVJJcZqF9tU0L3fVV+6nQ= th.strings - SLwh5HrpzHs0JA6SoKW7QwLIG7I= + ZDoWc0Tk1ihvqaKEl11ic0indLM= torchoff.png @@ -1754,7 +1758,7 @@ vi.strings - 277BROeG+Il9cRhROshCBO1MEbE= + ubDsdKLHvBuNwQ7SKjKv+HOXRDw= visa.png @@ -1770,11 +1774,11 @@ zh-Hans.strings - 9AW+wluAi3qwCrH3uboGx9GS+ys= + R77sGRMpVvAKrg7J/+3wesPVhak= zh-Hant.strings - TKbgGw/hi06D3fGEhsgagJZEHI8= + ocYmOjqTbloi/Rt7p9tNYAJfdGU= files2 @@ -1804,7 +1808,7 @@ hash2 - eMf2O4V6n2Jur42HwSalsFMOXAct2MVjl5DsxukEEes= + awhVNDF+jUWlhQxWQcxxDNuUNvCc8Lwaqgv6gT8KOfA= Headers/BlinkID.h @@ -1916,7 +1920,7 @@ hash2 - ZnNQeOtesUZw6jo6iz9odZv4K8BnAhifHSagSADvj0M= + ZJv5pRti+tgDVhVRtGnDQ6k220NHUbxdmpZV8wCARRA= Headers/MBBlinkIDUIComponents.h @@ -1937,7 +1941,7 @@ hash2 - ViHtL11q2Z/EkSMcXOoElmr1K1B+wjdLvEIu/XVjRjY= + IcG+JTu41qxc7ymfentxIV+v2EKMrQarHUeCqMffTwk= Headers/MBBlinkIdOverlaySettings.h @@ -1979,7 +1983,7 @@ hash2 - 2BbyZwaVvNJWy3PMc2Xx5gEadCgp/UqV+CSL9lLHMEc= + dBJOfneao1u3uQNszUE5UjKVIQgOd0eEWXkU3UOa9no= Headers/MBCameraFrames.h @@ -2035,7 +2039,7 @@ hash2 - C6X+Q8imgabmnz5s59FJ24XbO3Bgr6RW7t+vljXZjio= + oohoJ+ADNnuxddMoTwtU3DiaQOGvVmDxSOPHrFYRbyw= Headers/MBClassRules.h @@ -2129,6 +2133,13 @@ vLAp+Ywbi+TMV1GjinbkjalCqYB29J+M8mUw64vULyo= + Headers/MBDependentInfo.h + + hash2 + + cS5KcKBNrXybPFpEz+NDLjlq/SOgxI9fDvtEKOjDbYU= + + Headers/MBDetailedFieldType.h hash2 @@ -2399,7 +2410,7 @@ hash2 - U6ID61B2weYMqWVqePqWmlyHIk9rLGjcKmezg58ZMco= + 4MhlOV/X6zTZdtwTUprt4upXackuU/PLGuZyUtY2mBc= Headers/MBFirstSideFinishedRecognizerRunnerDelegate.h @@ -3001,7 +3012,7 @@ hash2 - gftbQae8AJZ0b0xO9Z9X3wyZ8L1MG1zDqpjDsev5/EU= + 0yshTIAuHU/vw1z5O9nkmByOepE5ifI/NZaiceLgUsM= Headers/MBSubview.h @@ -3127,196 +3138,196 @@ hash2 - bnBy/A2r9KZbdtHol47941D9OjlGDVa/85KLAIJbpcg= + XAmJS8xuyZm076Iqf8yWCnyFmhYQpJkFQTI6ujPRClA= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop hash2 - vIdnACm1Gmj+XiQwHdDmswYi6QmWWC3k3YUq7HhFy5E= + trD9xggT22xLtrsEFze5hA2YgH/maK4xIqoOeGm8LLk= Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop hash2 - JsoqNxSzGZsObsBRDMEKEN/5IHtqtq413I6em+vIkzk= + EdIvuzSljUMNPjWtgNrB2VQvlnXPzh60bqkyWIvVKJo= Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop hash2 - DVLpQz6tmabNA1MStEbLdYn/M/bvEY5wiJ6ssD33VcE= + khp1AZ0XEpf/GCbEP2kuVJMxcVSzM+8fsYKDiyzsZ/A= - Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop + Model_4521998f12dfb7ceb1270a78f11efded1c61c91151c7b7ccc7d01796047f169a.strop hash2 - 308LDtsXC4AcxhgNkIj8RewegYcuOKYssmCsb+8wwEY= + BF7vlmZqFud1B5RAttcsB+wcVH9aA+Dka85mlt3MNsw= - Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop + Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop hash2 - OsrWwtId2ROzqB9aEg+pyFkKxT6Zq6MFRqA9fV2/S8k= + TZwHr8zetc/5sWSHHaNyp+v6I4DYst6RiLk7JmDHEI4= - Model_7449c8658cb4f2272b20b3e1e59488558badfb94d78ed9bc37bdaaffe7400078.strop + Model_6b367b615ceaefc7b95504e1d046d2c8c3d0442f91d5a0a2b63df463a6ed5982.strop hash2 - OESfvU5//MW7tOzc1LIYCp9/5c76UbVn/jPYF1edBis= + KAThajafZS0vEyxg9YEmjEpVmo5WNs/I2a2Zj4eZ9K4= - Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop + Model_6b742ee6d9a9f2cb447f121d06205ae87cccc1ced8513b2f2ee4c3b18d5eebdd.strop hash2 - zdWgrmFLWhM/OrzRufD9UlhWiVDzhsa2YtMyrEUQbJQ= + rQWih2rcwB+IdsLoxO12z4l/Mb64d8GhahNLkzPRB/4= - Model_8fe19ca05aa1c2abc321e6cddc4896f0e0d33c4556382bde00687ab15165fc0f.strop + Model_8c7727da554fd257fa758787ca3d0f517b47f6c5ba791792f516da7dd210fde8.strop hash2 - FKpOyn38k+ou+buuY7uJJKmqOhxN7t388hB4dfM9SGE= + lDnkfzTPUGVDj5gDMt8lSZ6mJUEU4/zwlLB1Hf4oc2I= - Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop + Model_b10ebb7b00ad5e36e42809a5b2d5c03ada4580376fff5bca5ec7ca06f92e3395.strop hash2 - 8/V9JJMLQfNj2/nBuPv14yz9EywFXJYUWfsKGhBSqfs= + bislWU4+RNBBuJbgLuu/FZITNiwe2kdQcuIQummdRDs= - Model_cf1186bbf6553c03f45bb0918ec5039629b4e4460941a917199f3b8ee0b115be.strop + Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop hash2 - 5EFPa3+9MLUsuZ/MatCHtjgoKyi8gGTj+Mkmk6Vx1xo= + E682q3b14dGKwLRpiDqUstI074et7xxfTCV3EbKLAdE= Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop hash2 - hIxlMfjrU/Gbkv8VnVrSjZ7rkvtyv1DbL2+Y+mMeGIU= + chtgDawQaR2sXteyf0wuun2cj/ZoRSY0wpSHWxffRnk= - Model_dc2c0f42def7aab10489790c240770787f9ef5580a2c4695402237ee9f17d12f.strop + Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop hash2 - KWg1mnS4r1m8ah/nEDbwVUPeDfFmkzjBpu3d3+DZ5dM= + VtT3Sa7zx/uEwHuPEJ0vFnNj3YVwuQLJZzyqGgy2qDE= - Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop + Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop hash2 - QGQh/vLh3I9XQsQMlyl/T2bGS2oFwUUsX3dIJ3OZk9E= + 0SV0+nhGNXdeTYCIIMbrjl42k0H1m2ElqknaVXCyt4o= - Model_f2874f5766b779c063dbe30467979163497dc4b29c43bab23d70c798ee32993a.strop + Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop hash2 - 87Rh8Sjt7Dfh+IIOXU4ntxDIwgzR4lRf3keh7gGL3mY= + Ha0EsgiWzR1jkPiRwf5ed8gGl/B8KIzdhREexETgQfM= - Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop + Model_feb8058ecc357014c3f116c0bf99b4c4ad92b9d1227ff32dcc2c06b59ddb16bf.strop hash2 - Qz/vdh9KjxrVwI4ng1LaddFxMLCg2ZlNLQaSU6fWRxQ= + WjcdvtOUt5Gz7bkAH1LiBHE+B7J0Y/L6zkaV35MB/iE= Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo hash2 - fQP6+ar6sNR45lwQVHLIojB0lzcsuuhz3IonZO5gVmg= + 3Uem9E5Jfp93qrzZeEqlUInVvTZtPa5LZqfiI4l7nhw= Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo hash2 - JtuYS4TJnvkzW9e2/Swv/D0weLRnwSSLUXBHaEZI91I= + IUH7UU70rYo1mh4MDikykgdPC1JRpxgZq6yWulLZsSY= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - q3iq45K0ekT4spJwCFPRpS+vuKAzy3CzlMPKCwIoSMA= + mxxRIuTp9iQf/vCWR1dT9t0dRx4UaxI428+EeKaSvN4= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - zUhHt6oPW0/1v0BGGSnawxJgOcNltWmqEBKdYxwK1tI= + 4sjs7fK/d8rugQqBMeq+BuftWKz+MbtwXoEHb4VN5Uc= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - 3KeWyPVCSOvXAGtiHij2UWO1fHFiq3Hs1znttBv6R/o= + MtUXmxbdqKFvHPgC78n2amWm0JGiFMLYv7hfWe+BRZU= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - zUhHt6oPW0/1v0BGGSnawxJgOcNltWmqEBKdYxwK1tI= + 4sjs7fK/d8rugQqBMeq+BuftWKz+MbtwXoEHb4VN5Uc= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - XLfGAFoh0EaAddxVZRQ1MQgLSZdNlv23/RjaMuxy2pc= + 053iaaVEBMRt7Ju00eWxKm93OfAfGRTB+fMdGFk0RMs= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - q3iq45K0ekT4spJwCFPRpS+vuKAzy3CzlMPKCwIoSMA= + mxxRIuTp9iQf/vCWR1dT9t0dRx4UaxI428+EeKaSvN4= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - YCz27oAvteaoQLCphJ/zf2kvQSxYMXjqKIMEZ2P1RsY= + w/S998uwJyNBIrOato7fGiFn91osxhxhMSZHgk1mlkw= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - zsXU/TWrPLXTZEfSkayM3semOQp6tDSTbS6ypxIT+3Q= + 3JGeOpUBHrB+r89IhVh4ZSvv/lGrBToVwIF0akZMfq0= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - YCz27oAvteaoQLCphJ/zf2kvQSxYMXjqKIMEZ2P1RsY= + w/S998uwJyNBIrOato7fGiFn91osxhxhMSZHgk1mlkw= Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - kvWMgpbFdVKFNTbs1uVCTsPew7y22zx60gnblswLrZ8= + ldOkVt7e4LElcmw5De4KAnippFz+2Rs83mrdWf6kUcU= Modules/module.modulemap @@ -3792,7 +3803,7 @@ hash2 - TEQ4BOhHCgaC8exoYDdryp8iCdCAA94eWXrUwssLigo= + fBOWQZnXrgFbzAxHcN08n09Du1iRZDrZho7nGSi++ww= arrow.png @@ -4072,7 +4083,7 @@ hash2 - IwNpBJOLJXIwRDxoknDVuJYliGKT9735kYIr1dWwY5M= + 9AHN8olRdhqi8zujU94UazKoHogcdyyp4zoZ8e7Y558= ctl-error.png @@ -4163,7 +4174,7 @@ hash2 - /cV0IpHOhT8vCVmTvXzemeLjIMxDV6TwIDDIJdu1Ys0= + DL2gCBy4y0vYYHgvGJY9yZWIMZ4DNX7TfmcnOaEHmBA= diners.png @@ -4233,14 +4244,14 @@ hash2 - 7lR8WQqw0kTwzQDFx4XpPsf14LPEmlQZI4uP4NkTX+o= + qpMEu/d2OT2f8smAcMUSL7wjclMIL2zhBPMdjeO4goY= es.strings hash2 - nLD0o6u7pVMMMSasxgpTbaLwiW/g3qC5b9A88Mjyf7M= + yDowoMu1Jeyx1vx1oCK/XYQ707xC7uvdXJH6UJaFPsQ= face_detector_model.zzip @@ -4254,14 +4265,14 @@ hash2 - W16RP+EK1ShNSIzK1Egsf8VlIpwiua9CFBB4ueUIbD0= + 9Wz7Gb8FW4TG4BD0ld5WIRK+45eTj5cw30F6fNXPZJ4= fr.strings hash2 - hQickO/qx1zS5cH3lko1pf0EYUU/X/h0zD6vJFdrUKw= + CCmt6N++WnIw4TtpqNVP0cOZ7SNy0nLaISmKrHDMZ40= harsh-light-instruction-dark.png @@ -4310,21 +4321,21 @@ hash2 - AAKt48cGB1kD3Lw7xVibA6Ae4MMlWKdyq2aiSBgIxkw= + /SZ7f99ucRy8ACbUqKNAqoWwDL9sK464CNcV0Nft3zE= hr.strings hash2 - JgCLRkrWYIMzNMe9cCCeG1V8iTCDCiZeXNByF6uqgco= + eBiyuHjIbqnIMbUu//M/7R9QFyUvW1gN2MTQ5eCMQrg= hu.strings hash2 - lbP6iVwELhvpqlu5Id/8OAWjL/ydyyy5a8EFqrsEP2c= + 7nPdNxwq555HV3jYE9z15PGFpSDbfTQ60xslFyB38cQ= icBackSide.png @@ -4478,7 +4489,7 @@ hash2 - W3BK5+Ddv2ak0hR0ds04jaeBZYCjd3/NnMg/xbt1+Zs= + Kf7xrI99zWHaaLQcqV/9VE65/JbkxCJFn38Uc68fXoo= id_back_wide.png @@ -4527,7 +4538,7 @@ hash2 - By+b6aP9SAd9z1uEpJ+40KK12Qi+bmFvz3sfqLhm63o= + UaKFXz45B59wCtN3ucJdu37lydK2te7FzsoirXjpQZ4= jcb.png @@ -4646,7 +4657,7 @@ hash2 - fqeLr0C9FHbIv+44zjoe6THJf89smThIzq3fQ2vDtus= + cJOm8VltzkAjt7NVfmkCe+ROLL9eklckqvD8TWLoRcM= need-help-tooltip-dark.png @@ -4695,21 +4706,21 @@ hash2 - 0tJ2y023dYTYUC3Cqj24QbPpxeiyAo6DmXanujYD7FM= + TxBDHCZet/0hKzcej+K6pMltl7y+ebAzftaNBv/d1Jw= pt.strings hash2 - VwEAgQFlPra/cy2mU5V6m0xfBnnq8s+7Eb5mY1hlFFg= + cNAMeERgmdbI5A5+a4NRyvd8+izH/DX7mX7g273Hps0= ro.strings hash2 - AW9XCwAqd6rQfyZkQ72ulou/WsyC0rsME2I6c/pBal0= + 8uqEUPbllcQCbs4DNdN60TwsTYNKxCI7IBI0YCmmbQA= scan_line_white.png @@ -4737,21 +4748,21 @@ hash2 - w4SCcwxEA07bMtYWeXBh5qMqIbU+5XiLvGCG+zMnsuw= + 9E2A+zx2aPqR5u0Fblh+hOL+FL/yFLe/8aYI1KxDQ7A= sl.strings hash2 - yMzsGImeLrkkpxo15IHNl2mMiu01Zo5Rs+J5lhiMLck= + SLLfF3DgU0WbibU6gO2AszOzB/sn+Hj0XpIHFKUH0+I= th.strings hash2 - nnSjA8ZZsdP1iRJ3UDjnX4VRG55EueH6G2Clw5S8RGY= + F1XtKrD48JCs70aWMmbpZ777x+pvFH9H+vBVEarfA1U= torchoff.png @@ -4835,7 +4846,7 @@ hash2 - +vdSaed24wvp/gpTwcz22he/683C6fDiABLG2DS9CxY= + b4GaaOpbHi+88/G10ot8ZkLtEzsZzZuhicF1zi1k17w= visa.png @@ -4863,14 +4874,14 @@ hash2 - evKwyBur4LKdxZZSamEVKLc6ZIz2nQBqMLU18v/HJSs= + TUgowu2wInynCcpyuOqpqbrV6yR8bXcdLaj9LKCVkNk= zh-Hant.strings hash2 - tnFHndHp7qxhe3T8mvRs79XtzCV6x59dUBR9VVfyMhI= + Ooag1eUyHludnLOrdPNIWUJetTkhSAjK5jVBrSjhIT4= diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ar-AE.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ar-AE.strings index b65f55add..499cf6081 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ar-AE.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ar-AE.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/cs.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/cs.strings index 3cf0c96ef..49a4ea2d7 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/cs.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/cs.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/de.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/de.strings index 1d7dce798..4000ec423 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/de.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/de.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/en.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/en.strings index ce74efab3..ad4809e30 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/en.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/en.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/es.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/es.strings index e167c8f4d..1aaf8b8d7 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/es.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/es.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fil.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fil.strings index dccb1b0d9..ee36e5e2b 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fil.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fil.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fr.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fr.strings index 2571d6fec..1cc0f5d5c 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fr.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/fr.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/he.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/he.strings index a25fc6419..9af009f17 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/he.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/he.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hr.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hr.strings index 73b9d9f18..3c7e012b2 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hr.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hr.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hu.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hu.strings index 493c7a455..1ebd3ddb3 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hu.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/hu.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/id.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/id.strings index ec2986050..f46478198 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/id.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/id.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/it.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/it.strings index 6db1c820e..f129d6776 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/it.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/it.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ms.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ms.strings index 132752569..e955d5c81 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ms.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ms.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/nl.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/nl.strings index ceed0026b..d10a2f18f 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/nl.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/nl.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/pt.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/pt.strings index e147b7e75..e6daa66ee 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/pt.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/pt.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ro.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ro.strings index ece33603b..b7ed589fa 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ro.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/ro.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sk.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sk.strings index c2cac3d9c..fa4dbd2e1 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sk.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sk.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sl.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sl.strings index 8faca0c6a..00d0ab18d 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sl.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/sl.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/th.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/th.strings index 3ea0c37c8..c15c389e3 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/th.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/th.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/vi.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/vi.strings index ba5ba375b..1054f96db 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/vi.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/vi.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hans.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hans.strings index ff8ff7aa5..e8b284aea 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hans.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hans.strings differ diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hant.strings b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hant.strings index 4d6a8cf88..3ace133e4 100644 Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hant.strings and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/zh-Hant.strings differ diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc9ea1e6..6ad328d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,120 @@ # Release notes +## 6.11.0 + +### Expanded Document Coverage +#### New Documents Support +- Armenia - Paper Passport +- Bahamas - Temporary Residence Permit +- Bahamas - Work Permit +- Bangladesh - Polycarbonate Passport +- Comoros - Paper Passport +- Dominican Republic - Non Voter ID +- Greece - Polycarbonate Passport +- Jamaica - Voter ID +- Kazakhstan - Paper Passport +- Kyrgyzstan - Paper Passport +- Kyrgyzstan - Polycarbonate Passport +- Lebanon - Driver's License +- Tajikistan - Identity Card +- Turkmenistan - Polycarbonate Passport +- Uzbekistan - Identity Card + +#### New Document Versions for Supported Documents +- Argentina - Alien ID +- Bulgaria - Identity Card +- Canada, British Columbia - Identity Card +- Canada, British Columbia - Minors Public Services Card +- Croatia - Driver's License +- Jamaica - Paper Passport +- Malaysia - i-Kad +- Mexico, Coahuila - Driver's License +- Montenegro - Driver's License +- Namibia - Identity Card +- Norway - Driver's License +- Pakistan - Proof of Registration +- Panama - Identity Card +- Panama - Residence Permit +- Peru - Minors ID +- Portugal - Identity Card +- Romania - Identity Card +- Trinidad and Tobago - Driver's License +- Turkey - Identity Card +- USA, Arizona - Identity Card +- USA, Colorado - Identity Card +- USA, Michigan - Identity Card +- USA, Mississippi - Driver's License +- USA, Mississippi - Identity Card +- USA, Montana - Identity Card +- USA, North Carolina - Identity Card +- USA, North Carolina - Driver's License +- USA, North Dakota - Driver's License +- USA, Vermont - Identity Card +- USA, Virginia - Identity Card +- USA, Wyoming - Driver's License +- USA, Wyoming - Identity Card +- Uzbekistan - Paper Passport + +#### New Beta Documents Support +- Andorra - Paper Passport +- Andorra - Polycarbonate Passport +- Philippines - Driver's License +- Armenia - Work Permit +- Australia - Asic Card +- Azerbaijan - Driver's License +- Bahamas - Paper Passport +- Bahamas - Polycarbonate Passport +- Cayman Islands - Paper Passport +- Cayman Islands - Polycarbonate Passport +- Cayman Islands - Voter ID +- Gibraltar - Driver's License +- Gibraltar - Identity Card +- Gibraltar - Paper Passport +- Gibraltar - Polycarbonate Passport +- Guyana - Paper Passport +- Kuwait - Bidoon Card +- Kyrgyzstan - Driver's License +- Monaco - Paper Passport +- Pakistan - Afghan Citizen Card +- Philippines, Bangsamoro - Driver's License +- Saint Lucia - Driver's License +- Saint Lucia - Paper Passport +- San Marino - Polycarbonate Passport +- Turks and Caicos Islands - Driver's License +- Turks and Caicos Islands - Identity Card +- Turks and Caicos Islands - Paper Passport +- Australia - Interim Health Insurance Card +- Australia - Reciprocal Health Insurance Card +- UAE - Vehicle Registration + +#### New Document Versions for Beta-Supported Documents +- Barbados - Identity Card +- Brazil - Paper Passport +- Dominican Republic - Driver's License +- India, Gujarat - Driver's License +- Mexico, Puebla - Driver's License +- Philippines - Tax ID +- Philippines - Health Insurance Card +- Australia - Health Insurance Card + +#### New Segments Supported on Documents +- USA - Green Card - `eligibilityCategory` +- USA - Work Permit - `eligibilityCategory` +- Greece - Driver's License - `placeOfBirth` (greek and latin) +- Saudi Arabia - Resident ID - `nationality` (arabic) +- Bahrain - `dateOfExpiry` +- USA - Driver's license & ID card - `specificDocumentValidity` +- Pakistan - Proof of Registration - `DependentDateOfBirth`, `DependentSex`, `DependentDocumentNumber` & `DependentFullName` + +### Renamed segments +- Barbados - Identity Card - `personalIdNumber` -> `documentNumber` +- Panama - Identity Card - `personalIdNumber` -> `documentNumber` +- Panama - Residence Permit - `personalIdNumber` -> `documentNumber` + +### New Features +- **Greek Alphabet Support** + - We’ve added support for extracting `Place of Birth` in both Greek and Latin scripts. + ## 6.10.1 ### Bug fixes diff --git a/PPBlinkID.podspec b/PPBlinkID.podspec index 4ac8e5c5b..f0d9157b1 100644 --- a/PPBlinkID.podspec +++ b/PPBlinkID.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PPBlinkID" - s.version = "6.10.1" + s.version = "6.11.0" s.summary = "A delightful component for barcode scanning" s.homepage = "http://microblink.com" @@ -31,7 +31,7 @@ Pod::Spec.new do |s| } s.source = { - :http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/blinkid-ios_v6.10.1.tar.gz' + :http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.11.0/blinkid-ios_v6.11.0.tar.gz' } s.platform = :ios diff --git a/README.md b/README.md index 202977c71..494d5e5b0 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ pod init ```ruby platform :ios, '13.0' target 'Your-App-Name' do - pod 'PPBlinkID', '~> 6.10.1' + pod 'PPBlinkID', '~> 6.11.0' end ``` diff --git a/Release notes.md b/Release notes.md index dcc9ea1e6..6ad328d95 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,5 +1,120 @@ # Release notes +## 6.11.0 + +### Expanded Document Coverage +#### New Documents Support +- Armenia - Paper Passport +- Bahamas - Temporary Residence Permit +- Bahamas - Work Permit +- Bangladesh - Polycarbonate Passport +- Comoros - Paper Passport +- Dominican Republic - Non Voter ID +- Greece - Polycarbonate Passport +- Jamaica - Voter ID +- Kazakhstan - Paper Passport +- Kyrgyzstan - Paper Passport +- Kyrgyzstan - Polycarbonate Passport +- Lebanon - Driver's License +- Tajikistan - Identity Card +- Turkmenistan - Polycarbonate Passport +- Uzbekistan - Identity Card + +#### New Document Versions for Supported Documents +- Argentina - Alien ID +- Bulgaria - Identity Card +- Canada, British Columbia - Identity Card +- Canada, British Columbia - Minors Public Services Card +- Croatia - Driver's License +- Jamaica - Paper Passport +- Malaysia - i-Kad +- Mexico, Coahuila - Driver's License +- Montenegro - Driver's License +- Namibia - Identity Card +- Norway - Driver's License +- Pakistan - Proof of Registration +- Panama - Identity Card +- Panama - Residence Permit +- Peru - Minors ID +- Portugal - Identity Card +- Romania - Identity Card +- Trinidad and Tobago - Driver's License +- Turkey - Identity Card +- USA, Arizona - Identity Card +- USA, Colorado - Identity Card +- USA, Michigan - Identity Card +- USA, Mississippi - Driver's License +- USA, Mississippi - Identity Card +- USA, Montana - Identity Card +- USA, North Carolina - Identity Card +- USA, North Carolina - Driver's License +- USA, North Dakota - Driver's License +- USA, Vermont - Identity Card +- USA, Virginia - Identity Card +- USA, Wyoming - Driver's License +- USA, Wyoming - Identity Card +- Uzbekistan - Paper Passport + +#### New Beta Documents Support +- Andorra - Paper Passport +- Andorra - Polycarbonate Passport +- Philippines - Driver's License +- Armenia - Work Permit +- Australia - Asic Card +- Azerbaijan - Driver's License +- Bahamas - Paper Passport +- Bahamas - Polycarbonate Passport +- Cayman Islands - Paper Passport +- Cayman Islands - Polycarbonate Passport +- Cayman Islands - Voter ID +- Gibraltar - Driver's License +- Gibraltar - Identity Card +- Gibraltar - Paper Passport +- Gibraltar - Polycarbonate Passport +- Guyana - Paper Passport +- Kuwait - Bidoon Card +- Kyrgyzstan - Driver's License +- Monaco - Paper Passport +- Pakistan - Afghan Citizen Card +- Philippines, Bangsamoro - Driver's License +- Saint Lucia - Driver's License +- Saint Lucia - Paper Passport +- San Marino - Polycarbonate Passport +- Turks and Caicos Islands - Driver's License +- Turks and Caicos Islands - Identity Card +- Turks and Caicos Islands - Paper Passport +- Australia - Interim Health Insurance Card +- Australia - Reciprocal Health Insurance Card +- UAE - Vehicle Registration + +#### New Document Versions for Beta-Supported Documents +- Barbados - Identity Card +- Brazil - Paper Passport +- Dominican Republic - Driver's License +- India, Gujarat - Driver's License +- Mexico, Puebla - Driver's License +- Philippines - Tax ID +- Philippines - Health Insurance Card +- Australia - Health Insurance Card + +#### New Segments Supported on Documents +- USA - Green Card - `eligibilityCategory` +- USA - Work Permit - `eligibilityCategory` +- Greece - Driver's License - `placeOfBirth` (greek and latin) +- Saudi Arabia - Resident ID - `nationality` (arabic) +- Bahrain - `dateOfExpiry` +- USA - Driver's license & ID card - `specificDocumentValidity` +- Pakistan - Proof of Registration - `DependentDateOfBirth`, `DependentSex`, `DependentDocumentNumber` & `DependentFullName` + +### Renamed segments +- Barbados - Identity Card - `personalIdNumber` -> `documentNumber` +- Panama - Identity Card - `personalIdNumber` -> `documentNumber` +- Panama - Residence Permit - `personalIdNumber` -> `documentNumber` + +### New Features +- **Greek Alphabet Support** + - We’ve added support for extracting `Place of Birth` in both Greek and Latin scripts. + ## 6.10.1 ### Bug fixes diff --git a/Transition guide.md b/Transition guide.md index 51bdbf937..739625d00 100644 --- a/Transition guide.md +++ b/Transition guide.md @@ -1,3 +1,7 @@ +## 6.11.0 + +- No changes + ## 6.10.1 - No changes diff --git a/blinkid-ios.json b/blinkid-ios.json index 78248ce1a..e841c327f 100644 --- a/blinkid-ios.json +++ b/blinkid-ios.json @@ -33,5 +33,6 @@ "6.9.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.1/BlinkID.xcframework.zip", "6.9.2": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/BlinkID.xcframework.zip", "6.10.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.xcframework.zip", - "6.10.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.xcframework.zip" + "6.10.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.xcframework.zip", + "6.11.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.11.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.11.0/BlinkID.xcframework.zip" } diff --git a/buildCommit.txt b/buildCommit.txt index de787307d..9e491ff24 100644 --- a/buildCommit.txt +++ b/buildCommit.txt @@ -1 +1 @@ -Built from core repository commit 8cd583be42097db384097d27f71485c1c3cb3138 +Built from core repository commit 1709b53e6da2bfbcacb47b000d11747ee5f365ee diff --git a/docs/Classes.html b/docs/Classes.html index ca5aace78..1d0cc09d2 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,7 @@
@@ -530,7 +530,7 @@

Declaration

@@ -567,7 +567,7 @@

Declaration

@@ -604,7 +604,7 @@

Declaration

@@ -641,7 +641,7 @@

Declaration

@@ -684,7 +684,7 @@

Declaration

@@ -727,7 +727,7 @@

Declaration

@@ -764,7 +764,7 @@

Declaration

@@ -803,7 +803,7 @@

Declaration

@@ -846,7 +846,7 @@

Declaration

@@ -888,7 +888,7 @@

Declaration

@@ -926,7 +926,7 @@

Declaration

@@ -963,7 +963,7 @@

Declaration

@@ -1001,7 +1001,7 @@

Declaration

@@ -1043,7 +1043,7 @@

Declaration

@@ -1083,7 +1083,7 @@

Declaration

@@ -1123,7 +1123,7 @@

Declaration

@@ -1159,7 +1159,7 @@

Declaration

@@ -1196,7 +1196,7 @@

Declaration

@@ -1233,7 +1233,7 @@

Declaration

@@ -1270,7 +1270,7 @@

Declaration

@@ -1307,7 +1307,7 @@

Declaration

@@ -1354,7 +1354,7 @@

Declaration

@@ -1393,7 +1393,7 @@

Declaration

@@ -1430,7 +1430,7 @@

Declaration

@@ -1467,7 +1467,7 @@

Declaration

@@ -1511,7 +1511,7 @@

Declaration

@@ -1548,7 +1548,7 @@

Declaration

@@ -1587,7 +1587,7 @@

Declaration

@@ -1623,7 +1623,7 @@

Declaration

@@ -1661,7 +1661,7 @@

Declaration

@@ -1700,7 +1700,7 @@

Declaration

@@ -1737,7 +1737,7 @@

Declaration

@@ -1774,7 +1774,7 @@

Declaration

@@ -1815,7 +1815,7 @@

Declaration

@@ -1854,7 +1854,7 @@

Declaration

@@ -1891,7 +1891,7 @@

Declaration

@@ -1928,7 +1928,7 @@

Declaration

@@ -1965,7 +1965,7 @@

Declaration

@@ -2008,7 +2008,7 @@

Declaration

@@ -2051,7 +2051,7 @@

Declaration

@@ -2089,7 +2089,7 @@

Declaration

@@ -2137,7 +2137,7 @@

Declaration

@@ -2178,7 +2178,7 @@

Declaration

@@ -2224,7 +2224,7 @@

Declaration

@@ -2263,7 +2263,7 @@

Declaration

@@ -2301,7 +2301,7 @@

Declaration

@@ -2345,7 +2345,7 @@

Declaration

@@ -2401,7 +2401,7 @@

Declaration

@@ -2443,7 +2443,7 @@

Declaration

@@ -2485,7 +2485,7 @@

Declaration

@@ -2522,7 +2522,7 @@

Declaration

@@ -2560,7 +2560,7 @@

Declaration

@@ -2597,7 +2597,7 @@

Declaration

@@ -2645,7 +2645,7 @@

Declaration

@@ -2682,7 +2682,7 @@

Declaration

@@ -2718,7 +2718,7 @@

Declaration

@@ -2764,7 +2764,7 @@

Declaration

@@ -2804,7 +2804,7 @@

Declaration

@@ -2841,7 +2841,7 @@

Declaration

@@ -2878,7 +2878,7 @@

Declaration

@@ -2914,7 +2914,7 @@

Declaration

@@ -2951,7 +2951,7 @@

Declaration

@@ -2989,7 +2989,7 @@

Declaration

@@ -3026,7 +3026,7 @@

Declaration

@@ -3063,7 +3063,7 @@

Declaration

@@ -3099,7 +3099,7 @@

Declaration

@@ -3137,7 +3137,7 @@

Declaration

@@ -3173,7 +3173,7 @@

Declaration

@@ -3209,7 +3209,7 @@

Declaration

@@ -3246,7 +3246,7 @@

Declaration

@@ -3283,7 +3283,7 @@

Declaration

@@ -3320,7 +3320,7 @@

Declaration

@@ -3358,7 +3358,7 @@

Declaration

@@ -3395,7 +3395,7 @@

Declaration

@@ -3432,7 +3432,7 @@

Declaration

@@ -3469,7 +3469,7 @@

Declaration

@@ -3506,7 +3506,7 @@

Declaration

@@ -3554,7 +3554,7 @@

Declaration

@@ -3595,7 +3595,7 @@

Declaration

@@ -3637,7 +3637,7 @@

Declaration

@@ -3674,7 +3674,7 @@

Declaration

@@ -3712,7 +3712,7 @@

Declaration

@@ -3758,7 +3758,7 @@

Declaration

@@ -3798,7 +3798,7 @@

Declaration

@@ -3835,7 +3835,7 @@

Declaration

@@ -3848,8 +3848,8 @@

Declaration

diff --git a/docs/Classes/MBAdditionalProcessingInfo.html b/docs/Classes/MBAdditionalProcessingInfo.html index 00f4df4ff..f75ee0089 100644 --- a/docs/Classes/MBAdditionalProcessingInfo.html +++ b/docs/Classes/MBAdditionalProcessingInfo.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -505,7 +507,7 @@

MBAdditionalProcessingInfo

MBVizResult contains data extracted from the Visual Inspection Zone.

@@ -545,7 +547,7 @@

Declaration

@@ -581,7 +583,7 @@

Declaration

@@ -617,7 +619,7 @@

Declaration

@@ -653,7 +655,7 @@

Declaration

@@ -666,8 +668,8 @@

Declaration

diff --git a/docs/Classes/MBBaseOcrOverlaySettings.html b/docs/Classes/MBBaseOcrOverlaySettings.html index e2e3c8b6a..d973ac46a 100644 --- a/docs/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/Classes/MBBaseOcrOverlaySettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -505,7 +507,7 @@

MBBaseOcrOverlaySettings

Settings class containing UI information

@@ -546,7 +548,7 @@

Declaration

@@ -559,8 +561,8 @@

Declaration

diff --git a/docs/Classes/MBBaseOverlaySettings.html b/docs/Classes/MBBaseOverlaySettings.html index 6c7075499..fc859b425 100644 --- a/docs/Classes/MBBaseOverlaySettings.html +++ b/docs/Classes/MBBaseOverlaySettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -505,7 +507,7 @@

MBBaseOverlaySettings

Settings class containing UI information

@@ -546,7 +548,7 @@

Declaration

@@ -584,7 +586,7 @@

Declaration

@@ -619,7 +621,7 @@

Declaration

@@ -656,7 +658,7 @@

Declaration

@@ -691,7 +693,7 @@

Declaration

@@ -726,7 +728,7 @@

Declaration

@@ -739,8 +741,8 @@

Declaration

diff --git a/docs/Classes/MBBaseOverlayViewController.html b/docs/Classes/MBBaseOverlayViewController.html index fce2e99ec..976f2e36a 100644 --- a/docs/Classes/MBBaseOverlayViewController.html +++ b/docs/Classes/MBBaseOverlayViewController.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -505,7 +507,7 @@

MBBaseOverlayViewController

Common base class for default overlay view controllers

@@ -545,7 +547,7 @@

Declaration

@@ -558,8 +560,8 @@

Declaration

diff --git a/docs/Classes/MBBlinkIdMultiSideRecognizer.html b/docs/Classes/MBBlinkIdMultiSideRecognizer.html index 84554bab3..e5d41f6ef 100644 --- a/docs/Classes/MBBlinkIdMultiSideRecognizer.html +++ b/docs/Classes/MBBlinkIdMultiSideRecognizer.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -511,7 +513,7 @@

MBBlinkIdMultiSideRecognizer

Recognizer which can scan front and back side of the United States driver license.

@@ -550,7 +552,7 @@

Declaration

@@ -580,12 +582,12 @@

Declaration

Swift

-
weak var delegate: (any MBBlinkIdMultiSideRecognizerDelegate)? { get set }
+
weak var delegate: (any MBBlinkIdMultiSideRecognizerDelegate)? { get set }
@@ -622,7 +624,7 @@

Declaration

@@ -659,7 +661,7 @@

Declaration

@@ -696,7 +698,7 @@

Declaration

@@ -733,7 +735,7 @@

Declaration

@@ -770,7 +772,7 @@

Declaration

@@ -808,7 +810,7 @@

Declaration

@@ -847,7 +849,7 @@

Declaration

@@ -884,7 +886,7 @@

Declaration

@@ -922,7 +924,7 @@

Declaration

@@ -960,7 +962,7 @@

Declaration

@@ -997,7 +999,7 @@

Declaration

@@ -1035,7 +1037,7 @@

Declaration

@@ -1073,7 +1075,7 @@

Declaration

@@ -1110,7 +1112,7 @@

Declaration

@@ -1150,7 +1152,7 @@

Declaration

@@ -1189,7 +1191,7 @@

Declaration

@@ -1202,8 +1204,8 @@

Declaration

diff --git a/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html b/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html index 61c57c9d3..51bf4c1b5 100644 --- a/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html +++ b/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html @@ -21,7 +21,7 @@

- PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

@@ -42,7 +42,9 @@
@@ -511,7 +513,7 @@

MBBlinkIdMultiSideRecognizerResult

Recognizer which can scan front and back side of the United States driver license.

@@ -550,7 +552,7 @@

Declaration

@@ -585,7 +587,7 @@

Declaration

@@ -620,7 +622,7 @@

Declaration

@@ -655,7 +657,7 @@

Declaration

@@ -690,7 +692,7 @@

Declaration

@@ -725,7 +727,7 @@

Declaration

@@ -760,7 +762,7 @@

Declaration

@@ -795,7 +797,7 @@

Declaration

@@ -830,7 +832,7 @@

Declaration

@@ -865,7 +867,7 @@

Declaration

@@ -900,7 +902,7 @@

Declaration

@@ -935,7 +937,7 @@

Declaration

@@ -970,7 +972,7 @@

Declaration

@@ -1005,7 +1007,7 @@

Declaration

@@ -1040,7 +1042,7 @@

Declaration

@@ -1075,7 +1077,7 @@

Declaration

@@ -1110,7 +1112,7 @@

Declaration

@@ -1145,7 +1147,7 @@

Declaration

@@ -1180,7 +1182,7 @@

Declaration

@@ -1215,7 +1217,7 @@

Declaration

@@ -1250,7 +1252,7 @@

Declaration

@@ -1285,7 +1287,7 @@

Declaration

@@ -1320,7 +1322,7 @@

Declaration

@@ -1355,7 +1357,7 @@

Declaration

@@ -1390,7 +1392,7 @@

Declaration

@@ -1425,7 +1427,7 @@

Declaration

@@ -1460,7 +1462,7 @@

Declaration

@@ -1495,7 +1497,7 @@

Declaration

@@ -1530,7 +1532,7 @@

Declaration

@@ -1565,7 +1567,7 @@

Declaration

@@ -1600,7 +1602,7 @@

Declaration

@@ -1635,7 +1637,7 @@

Declaration

@@ -1670,7 +1672,7 @@

Declaration

@@ -1705,7 +1707,7 @@

Declaration

@@ -1740,7 +1742,7 @@

Declaration

@@ -1775,7 +1777,7 @@

Declaration

@@ -1810,7 +1812,7 @@

Declaration

@@ -1845,7 +1847,7 @@

Declaration

@@ -1880,7 +1882,7 @@

Declaration

@@ -1915,7 +1917,7 @@

Declaration

@@ -1950,7 +1952,7 @@

Declaration

@@ -1985,7 +1987,7 @@

Declaration

@@ -2020,7 +2022,7 @@

Declaration

@@ -2055,7 +2057,7 @@

Declaration

@@ -2090,7 +2092,7 @@

Declaration

@@ -2125,7 +2127,7 @@

Declaration

@@ -2160,7 +2162,7 @@

Declaration

@@ -2195,7 +2197,7 @@

Declaration

@@ -2230,7 +2232,7 @@

Declaration

@@ -2265,7 +2267,7 @@

Declaration

@@ -2300,7 +2302,7 @@

Declaration

@@ -2335,7 +2337,7 @@

Declaration

@@ -2370,7 +2372,7 @@

Declaration

@@ -2405,7 +2407,182 @@

Declaration

+ + + +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -2445,7 +2622,7 @@

    Declaration

    @@ -2458,8 +2635,8 @@

    Declaration

    diff --git a/docs/Classes/MBBlinkIdOverlaySettings.html b/docs/Classes/MBBlinkIdOverlaySettings.html index 5a7d461b2..1097305d4 100644 --- a/docs/Classes/MBBlinkIdOverlaySettings.html +++ b/docs/Classes/MBBlinkIdOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBBlinkIdOverlaySettings

    Settings class containing parameters for BlinkId UI

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -620,7 +622,7 @@

    Declaration

    @@ -657,7 +659,7 @@

    Declaration

    @@ -693,7 +695,7 @@

    Declaration

    @@ -729,7 +731,7 @@

    Declaration

    @@ -765,7 +767,7 @@

    Declaration

    @@ -802,7 +804,7 @@

    Declaration

    @@ -838,7 +840,7 @@

    Declaration

    @@ -874,7 +876,7 @@

    Declaration

    @@ -910,7 +912,7 @@

    Declaration

    @@ -946,7 +948,7 @@

    Declaration

    @@ -982,7 +984,7 @@

    Declaration

    @@ -1018,7 +1020,7 @@

    Declaration

    @@ -1054,7 +1056,7 @@

    Declaration

    @@ -1090,7 +1092,7 @@

    Declaration

    @@ -1126,7 +1128,7 @@

    Declaration

    @@ -1162,7 +1164,7 @@

    Declaration

    @@ -1198,7 +1200,7 @@

    Declaration

    @@ -1235,7 +1237,7 @@

    Declaration

    @@ -1272,7 +1274,7 @@

    Declaration

    @@ -1309,7 +1311,7 @@

    Declaration

    @@ -1345,7 +1347,7 @@

    Declaration

    @@ -1381,7 +1383,7 @@

    Declaration

    @@ -1417,7 +1419,7 @@

    Declaration

    @@ -1453,7 +1455,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1525,7 +1527,7 @@

    Declaration

    @@ -1561,7 +1563,7 @@

    Declaration

    @@ -1597,7 +1599,7 @@

    Declaration

    @@ -1636,7 +1638,7 @@

    Return Value

    object initialized with default values.

    @@ -1649,8 +1651,8 @@

    Return Value

    diff --git a/docs/Classes/MBBlinkIdOverlayViewController.html b/docs/Classes/MBBlinkIdOverlayViewController.html index b775d245c..7a40c3718 100644 --- a/docs/Classes/MBBlinkIdOverlayViewController.html +++ b/docs/Classes/MBBlinkIdOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBBlinkIdOverlayViewController

    Default version of overlay view controller with modern design.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -576,12 +578,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBBlinkIdOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBBlinkIdOverlayViewControllerDelegate)? { get }
    @@ -615,7 +617,7 @@

    Declaration

    Swift

    -
    init(settings: MBBlinkIdOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBBlinkIdOverlayViewControllerDelegate)
    +
    init(settings: MBBlinkIdOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBBlinkIdOverlayViewControllerDelegate)
    @@ -655,7 +657,7 @@

    Return Value

    initialized overlayViewController

    @@ -668,8 +670,8 @@

    Return Value

    diff --git a/docs/Classes/MBBlinkIdSingleSideRecognizer.html b/docs/Classes/MBBlinkIdSingleSideRecognizer.html index 7a8c4c9e7..d7ec2df60 100644 --- a/docs/Classes/MBBlinkIdSingleSideRecognizer.html +++ b/docs/Classes/MBBlinkIdSingleSideRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBBlinkIdSingleSideRecognizer

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -580,12 +582,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBBlinkIdSingleSideRecognizerDelegate)? { get set }
    +
    weak var delegate: (any MBBlinkIdSingleSideRecognizerDelegate)? { get set }
    @@ -622,7 +624,7 @@

    Declaration

    @@ -659,7 +661,7 @@

    Declaration

    @@ -696,7 +698,7 @@

    Declaration

    @@ -733,7 +735,7 @@

    Declaration

    @@ -770,7 +772,7 @@

    Declaration

    @@ -808,7 +810,7 @@

    Declaration

    @@ -847,7 +849,7 @@

    Declaration

    @@ -885,7 +887,7 @@

    Declaration

    @@ -923,7 +925,7 @@

    Declaration

    @@ -960,7 +962,7 @@

    Declaration

    @@ -998,7 +1000,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1077,7 +1079,7 @@

    Declaration

    @@ -1090,8 +1092,8 @@

    Declaration

    diff --git a/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html b/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html index 24861390d..8813c5a02 100644 --- a/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html +++ b/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBBlinkIdSingleSideRecognizerResult

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -619,7 +621,7 @@

    Declaration

    @@ -654,7 +656,7 @@

    Declaration

    @@ -689,7 +691,7 @@

    Declaration

    @@ -724,7 +726,7 @@

    Declaration

    @@ -759,7 +761,7 @@

    Declaration

    @@ -794,7 +796,7 @@

    Declaration

    @@ -829,7 +831,7 @@

    Declaration

    @@ -864,7 +866,7 @@

    Declaration

    @@ -899,7 +901,7 @@

    Declaration

    @@ -934,7 +936,7 @@

    Declaration

    @@ -969,7 +971,7 @@

    Declaration

    @@ -1004,7 +1006,7 @@

    Declaration

    @@ -1039,7 +1041,7 @@

    Declaration

    @@ -1074,7 +1076,7 @@

    Declaration

    @@ -1109,7 +1111,7 @@

    Declaration

    @@ -1144,7 +1146,7 @@

    Declaration

    @@ -1179,7 +1181,7 @@

    Declaration

    @@ -1214,7 +1216,7 @@

    Declaration

    @@ -1249,7 +1251,7 @@

    Declaration

    @@ -1284,7 +1286,7 @@

    Declaration

    @@ -1319,7 +1321,7 @@

    Declaration

    @@ -1354,7 +1356,7 @@

    Declaration

    @@ -1389,7 +1391,7 @@

    Declaration

    @@ -1424,7 +1426,7 @@

    Declaration

    @@ -1459,7 +1461,7 @@

    Declaration

    @@ -1494,7 +1496,7 @@

    Declaration

    @@ -1529,7 +1531,7 @@

    Declaration

    @@ -1564,7 +1566,7 @@

    Declaration

    @@ -1599,7 +1601,7 @@

    Declaration

    @@ -1634,7 +1636,7 @@

    Declaration

    @@ -1669,7 +1671,7 @@

    Declaration

    @@ -1704,7 +1706,7 @@

    Declaration

    @@ -1739,7 +1741,7 @@

    Declaration

    @@ -1774,7 +1776,7 @@

    Declaration

    @@ -1809,7 +1811,7 @@

    Declaration

    @@ -1844,7 +1846,7 @@

    Declaration

    @@ -1879,7 +1881,7 @@

    Declaration

    @@ -1914,7 +1916,7 @@

    Declaration

    @@ -1949,7 +1951,7 @@

    Declaration

    @@ -1984,7 +1986,7 @@

    Declaration

    @@ -2019,7 +2021,7 @@

    Declaration

    @@ -2054,7 +2056,7 @@

    Declaration

    @@ -2089,7 +2091,7 @@

    Declaration

    @@ -2124,7 +2126,7 @@

    Declaration

    @@ -2159,7 +2161,182 @@

    Declaration

    + + +
  • +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -2199,7 +2376,7 @@

    Declaration

    @@ -2212,8 +2389,8 @@

    Declaration

    diff --git a/docs/Classes/MBCameraReticle.html b/docs/Classes/MBCameraReticle.html index 04162993a..52f7eaaf1 100644 --- a/docs/Classes/MBCameraReticle.html +++ b/docs/Classes/MBCameraReticle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBCameraReticle

    the system is active but has not detected an object yet.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -755,7 +757,7 @@

    Declaration

    @@ -790,7 +792,7 @@

    Declaration

    @@ -825,7 +827,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -898,7 +900,7 @@

    Declaration

    @@ -933,7 +935,7 @@

    Declaration

    @@ -946,8 +948,8 @@

    Declaration

    diff --git a/docs/Classes/MBCameraSettings.html b/docs/Classes/MBCameraSettings.html index c0b3b5e38..8b331349f 100644 --- a/docs/Classes/MBCameraSettings.html +++ b/docs/Classes/MBCameraSettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBCameraSettings

    Settings class containing parameters for camera capture

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -626,7 +628,7 @@

    Declaration

    @@ -663,7 +665,7 @@

    Declaration

    @@ -700,7 +702,7 @@

    Declaration

    @@ -737,7 +739,7 @@

    Declaration

    @@ -774,7 +776,7 @@

    Declaration

    @@ -811,7 +813,7 @@

    Declaration

    @@ -849,7 +851,7 @@

    Declaration

    @@ -888,7 +890,7 @@

    Return Value

    object initialized with default values.

    @@ -927,7 +929,7 @@

    Return Value

    optimal AVFoundation session preset

    @@ -966,7 +968,7 @@

    Return Value

    optimal AVFoundation autofocus range restriction

    @@ -1004,7 +1006,7 @@

    Declaration

    @@ -1017,8 +1019,8 @@

    Declaration

    diff --git a/docs/Classes/MBCustomOverlayViewController.html b/docs/Classes/MBCustomOverlayViewController.html index 3aa323f3a..7e379d387 100644 --- a/docs/Classes/MBCustomOverlayViewController.html +++ b/docs/Classes/MBCustomOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBCustomOverlayViewController

    It’s responsibility is to provide meaningful and useful interface for the user to interact with.

    @@ -542,12 +544,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -595,7 +597,7 @@

    Declaration

    @@ -632,7 +634,7 @@

    Declaration

    @@ -670,7 +672,7 @@

    Declaration

    @@ -705,7 +707,7 @@

    Declaration

    @@ -741,7 +743,7 @@

    Declaration

    @@ -754,8 +756,8 @@

    Declaration

    diff --git a/docs/Classes/MBDPIBasedDewarpPolicy.html b/docs/Classes/MBDPIBasedDewarpPolicy.html index b210bfcd7..cbc3a0d3b 100644 --- a/docs/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/Classes/MBDPIBasedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBDPIBasedDewarpPolicy

    image for output (e.g. MBImageReturnProcessor).

    @@ -544,12 +546,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -602,7 +604,7 @@

    Parameters

    @@ -639,7 +641,7 @@

    Declaration

    @@ -652,8 +654,8 @@

    Declaration

    diff --git a/docs/Classes/MBDate.html b/docs/Classes/MBDate.html index 26be264bb..59fb589a8 100644 --- a/docs/Classes/MBDate.html +++ b/docs/Classes/MBDate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBDate

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -622,7 +624,7 @@

    Return Value

    initialized value

    @@ -657,7 +659,7 @@

    Declaration

    @@ -692,7 +694,7 @@

    Declaration

    @@ -727,7 +729,7 @@

    Declaration

    @@ -762,7 +764,7 @@

    Declaration

    @@ -797,7 +799,7 @@

    Declaration

    @@ -836,7 +838,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -941,7 +943,7 @@

    Return Value

    initialized value

    @@ -954,8 +956,8 @@

    Return Value

    diff --git a/docs/Classes/MBDateResult.html b/docs/Classes/MBDateResult.html index fe1c7e6a2..27965b942 100644 --- a/docs/Classes/MBDateResult.html +++ b/docs/Classes/MBDateResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBDateResult

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -623,7 +625,7 @@

    Return Value

    initialized value

    @@ -658,7 +660,7 @@

    Declaration

    @@ -693,7 +695,7 @@

    Declaration

    @@ -728,7 +730,7 @@

    Declaration

    @@ -763,7 +765,7 @@

    Declaration

    @@ -798,7 +800,7 @@

    Declaration

    @@ -837,7 +839,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -943,7 +945,7 @@

    Return Value

    initialized value

    @@ -956,8 +958,8 @@

    Return Value

    diff --git a/docs/Classes/MBDisplayableDetection.html b/docs/Classes/MBDisplayableDetection.html index 39337742b..47d70acf6 100644 --- a/docs/Classes/MBDisplayableDetection.html +++ b/docs/Classes/MBDisplayableDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableDetection

    Represents a detection that can be displayed on screen.

    @@ -548,7 +550,7 @@

    Return Value

    initialized object

    @@ -582,7 +584,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Declaration

    @@ -630,8 +632,8 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableObject.html b/docs/Classes/MBDisplayableObject.html index 6903dba71..a642fdb44 100644 --- a/docs/Classes/MBDisplayableObject.html +++ b/docs/Classes/MBDisplayableObject.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableObject

    Represents any object that can be displayed on screen in terms of drawing.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayablePointsDetection.html b/docs/Classes/MBDisplayablePointsDetection.html index a93baea7d..912f0f792 100644 --- a/docs/Classes/MBDisplayablePointsDetection.html +++ b/docs/Classes/MBDisplayablePointsDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayablePointsDetection

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    @@ -544,7 +546,7 @@

    Declaration

    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableQuadDetection.html b/docs/Classes/MBDisplayableQuadDetection.html index 3f5e39d18..223d6b7ba 100644 --- a/docs/Classes/MBDisplayableQuadDetection.html +++ b/docs/Classes/MBDisplayableQuadDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableQuadDetection

    Represents a detection that can be displayed on screen.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizer.html b/docs/Classes/MBDocumentFaceRecognizer.html index 3ade8bd27..96e7456cf 100644 --- a/docs/Classes/MBDocumentFaceRecognizer.html +++ b/docs/Classes/MBDocumentFaceRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -515,7 +517,7 @@

    MBDocumentFaceRecognizer

    Document Face Recognizer recognizer is used for scanning documents containing face images.

    @@ -559,7 +561,7 @@

    Declaration

    @@ -601,7 +603,7 @@

    Declaration

    @@ -646,7 +648,7 @@

    Declaration

    @@ -659,8 +661,8 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizerResult.html b/docs/Classes/MBDocumentFaceRecognizerResult.html index 9002361f6..e1b29b302 100644 --- a/docs/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/Classes/MBDocumentFaceRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBDocumentFaceRecognizerResult

    Class representing values obtained when scanning Document Face Recognizer

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -594,8 +596,8 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlaySettings.html b/docs/Classes/MBDocumentOverlaySettings.html index 4a52e3af8..7217352eb 100644 --- a/docs/Classes/MBDocumentOverlaySettings.html +++ b/docs/Classes/MBDocumentOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDocumentOverlaySettings

    Settings class containing UI information

    @@ -547,7 +549,7 @@

    Declaration

    @@ -586,7 +588,7 @@

    Declaration

    @@ -621,7 +623,7 @@

    Declaration

    @@ -658,7 +660,7 @@

    Declaration

    @@ -671,8 +673,8 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlayViewController.html b/docs/Classes/MBDocumentOverlayViewController.html index 49cf89077..f3cc9064b 100644 --- a/docs/Classes/MBDocumentOverlayViewController.html +++ b/docs/Classes/MBDocumentOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDocumentOverlayViewController

    Default overlay when using ID card recognizers.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -574,12 +576,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBDocumentOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBDocumentOverlayViewControllerDelegate)? { get }
    @@ -613,7 +615,7 @@

    Declaration

    Swift

    -
    init(settings: MBDocumentOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBDocumentOverlayViewControllerDelegate)
    +
    init(settings: MBDocumentOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBDocumentOverlayViewControllerDelegate)
    @@ -653,7 +655,7 @@

    Return Value

    initialized overlayViewController

    @@ -666,8 +668,8 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentSubview.html b/docs/Classes/MBDocumentSubview.html index 3d3c45129..0e8a55ac8 100644 --- a/docs/Classes/MBDocumentSubview.html +++ b/docs/Classes/MBDocumentSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -512,7 +514,7 @@

    MBDocumentSubview

    The aspect ratio of the document can be set as a parameter

    @@ -553,7 +555,7 @@

    Declaration

    @@ -590,7 +592,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Return Value

    initialized view

    @@ -743,7 +745,7 @@

    Return Value

    initialized view

    @@ -756,8 +758,8 @@

    Return Value

    diff --git a/docs/Classes/MBDotsResultSubview.html b/docs/Classes/MBDotsResultSubview.html index 012923543..5f8c418a1 100644 --- a/docs/Classes/MBDotsResultSubview.html +++ b/docs/Classes/MBDotsResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDotsResultSubview

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Declaration

    @@ -703,8 +705,8 @@

    Declaration

    diff --git a/docs/Classes/MBDotsSubview.html b/docs/Classes/MBDotsSubview.html index b04a323c9..f38eb122c 100644 --- a/docs/Classes/MBDotsSubview.html +++ b/docs/Classes/MBDotsSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBDotsSubview

    The layer is used to draw dots representing barcodes

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -651,7 +653,7 @@

    Declaration

    @@ -686,7 +688,7 @@

    Declaration

    @@ -699,8 +701,8 @@

    Declaration

    diff --git a/docs/Classes/MBErrorReticle.html b/docs/Classes/MBErrorReticle.html index 9a93bb860..4ada04b22 100644 --- a/docs/Classes/MBErrorReticle.html +++ b/docs/Classes/MBErrorReticle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBErrorReticle

    the system is active and has detected object.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -596,8 +598,8 @@

    Declaration

    diff --git a/docs/Classes/MBFixedDewarpPolicy.html b/docs/Classes/MBFixedDewarpPolicy.html index 8221240d8..c2df1705c 100644 --- a/docs/Classes/MBFixedDewarpPolicy.html +++ b/docs/Classes/MBFixedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBFixedDewarpPolicy

    This policy is usually best for processor groups that use legacy BlinkOCR.

    @@ -541,12 +543,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -600,7 +602,7 @@

    Parameters

    @@ -637,7 +639,7 @@

    Declaration

    @@ -650,8 +652,8 @@

    Declaration

    diff --git a/docs/Classes/MBFrameGrabberRecognizer.html b/docs/Classes/MBFrameGrabberRecognizer.html index c2430d8f4..127c2e515 100644 --- a/docs/Classes/MBFrameGrabberRecognizer.html +++ b/docs/Classes/MBFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -596,8 +598,8 @@

    Declaration

    diff --git a/docs/Classes/MBIdBarcodeRecognizer.html b/docs/Classes/MBIdBarcodeRecognizer.html index b57466d67..5b079d07b 100644 --- a/docs/Classes/MBIdBarcodeRecognizer.html +++ b/docs/Classes/MBIdBarcodeRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBIdBarcodeRecognizer

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -552,7 +554,7 @@

    Declaration

    @@ -565,8 +567,8 @@

    Declaration

    diff --git a/docs/Classes/MBIdBarcodeRecognizerResult.html b/docs/Classes/MBIdBarcodeRecognizerResult.html index b9b0067e5..8752474b6 100644 --- a/docs/Classes/MBIdBarcodeRecognizerResult.html +++ b/docs/Classes/MBIdBarcodeRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBIdBarcodeRecognizerResult

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -651,7 +653,7 @@

    Declaration

    @@ -686,7 +688,7 @@

    Declaration

    @@ -721,7 +723,7 @@

    Declaration

    @@ -756,7 +758,7 @@

    Declaration

    @@ -791,7 +793,7 @@

    Declaration

    @@ -826,7 +828,7 @@

    Declaration

    @@ -861,7 +863,7 @@

    Declaration

    @@ -896,7 +898,7 @@

    Declaration

    @@ -931,7 +933,7 @@

    Declaration

    @@ -966,7 +968,7 @@

    Declaration

    @@ -1001,7 +1003,7 @@

    Declaration

    @@ -1036,7 +1038,7 @@

    Declaration

    @@ -1071,7 +1073,7 @@

    Declaration

    @@ -1106,7 +1108,7 @@

    Declaration

    @@ -1141,7 +1143,7 @@

    Declaration

    @@ -1176,7 +1178,7 @@

    Declaration

    @@ -1211,7 +1213,7 @@

    Declaration

    @@ -1246,7 +1248,7 @@

    Declaration

    @@ -1281,7 +1283,7 @@

    Declaration

    @@ -1316,7 +1318,7 @@

    Declaration

    @@ -1351,7 +1353,7 @@

    Declaration

    @@ -1387,7 +1389,7 @@

    Declaration

    @@ -1426,7 +1428,7 @@

    Return Value

    Type of the barcode

    @@ -1465,7 +1467,7 @@

    Return Value

    Type of the document

    @@ -1500,7 +1502,7 @@

    Declaration

    @@ -1535,7 +1537,7 @@

    Declaration

    @@ -1570,7 +1572,7 @@

    Declaration

    @@ -1605,7 +1607,7 @@

    Declaration

    @@ -1640,7 +1642,7 @@

    Declaration

    @@ -1675,7 +1677,7 @@

    Declaration

    @@ -1710,7 +1712,7 @@

    Declaration

    @@ -1747,7 +1749,7 @@

    Declaration

    @@ -1760,8 +1762,8 @@

    Declaration

    diff --git a/docs/Classes/MBImage.html b/docs/Classes/MBImage.html index f85617063..fe65901cb 100644 --- a/docs/Classes/MBImage.html +++ b/docs/Classes/MBImage.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImage

    Object which represents an image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Declaration

    @@ -654,7 +656,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -728,7 +730,7 @@

    Declaration

    @@ -766,7 +768,7 @@

    Declaration

    @@ -802,7 +804,7 @@

    Declaration

    @@ -832,12 +834,12 @@

    Declaration

    Swift

    -
    convenience init(uiImage image: UIImage)
    +
    convenience init(uiImage image: UIImage)
    @@ -868,12 +870,12 @@

    Declaration

    Swift

    -
    convenience init(cmSampleBuffer buffer: CMSampleBuffer)
    +
    convenience init(cmSampleBuffer buffer: CMSampleBuffer)
    @@ -904,12 +906,12 @@

    Declaration

    Swift

    -
    convenience init(cvPixelBuffer buffer: CVPixelBuffer, orientation: UIImage.Orientation)
    +
    convenience init(cvPixelBuffer buffer: CVPixelBuffer, orientation: UIImage.Orientation)
    @@ -922,8 +924,8 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessor.html b/docs/Classes/MBImageReturnProcessor.html index f71750258..01d934ae6 100644 --- a/docs/Classes/MBImageReturnProcessor.html +++ b/docs/Classes/MBImageReturnProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImageReturnProcessor

    Processor that will simply save given image.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessorResult.html b/docs/Classes/MBImageReturnProcessorResult.html index adc1694e7..d5f71ed65 100644 --- a/docs/Classes/MBImageReturnProcessorResult.html +++ b/docs/Classes/MBImageReturnProcessorResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImageReturnProcessorResult

    Processor that will simply save given image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -593,8 +595,8 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html b/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html index e34e04305..4a435b002 100644 --- a/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html +++ b/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBLegacyDocumentVerificationOverlaySettings

    Settings class containing UI information

    @@ -559,7 +561,7 @@

    Declaration

    @@ -603,7 +605,7 @@

    Declaration

    @@ -647,7 +649,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -734,7 +736,7 @@

    Declaration

    @@ -778,7 +780,7 @@

    Declaration

    @@ -819,7 +821,7 @@

    Declaration

    @@ -860,7 +862,7 @@

    Declaration

    @@ -901,7 +903,7 @@

    Declaration

    @@ -942,7 +944,7 @@

    Declaration

    @@ -984,7 +986,7 @@

    Declaration

    @@ -997,8 +999,8 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html b/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html index 7fa9b8902..d1837583b 100644 --- a/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html +++ b/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBLegacyDocumentVerificationOverlayViewController

    Default overlay when using ID card combined recognizers for verification.

    @@ -555,7 +557,7 @@

    Declaration

    @@ -590,12 +592,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBLegacyDocumentVerificationOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBLegacyDocumentVerificationOverlayViewControllerDelegate)? { get }
    @@ -637,7 +639,7 @@

    Declaration

    @@ -677,7 +679,7 @@

    Return Value

    initialized overlayViewController

    @@ -690,8 +692,8 @@

    Return Value

    diff --git a/docs/Classes/MBMicroblinkSDK.html b/docs/Classes/MBMicroblinkSDK.html index 3086986fe..0e171fc3b 100644 --- a/docs/Classes/MBMicroblinkSDK.html +++ b/docs/Classes/MBMicroblinkSDK.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBMicroblinkSDK

    optimisation of passing data.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Parameters

    @@ -700,7 +702,7 @@

    Parameters

    @@ -767,7 +769,7 @@

    Parameters

    @@ -850,7 +852,7 @@

    Parameters

    @@ -956,7 +958,7 @@

    Parameters

    @@ -1078,7 +1080,7 @@

    Parameters

    @@ -1117,7 +1119,7 @@

    Return Value

    string that contains the library build version

    @@ -1190,7 +1192,7 @@

    Return Value

    YES if scanning is not supported, NO otherwise.

    @@ -1246,7 +1248,7 @@

    Parameters

    @@ -1259,8 +1261,8 @@

    Parameters

    diff --git a/docs/Classes/MBMrtdCombinedRecognizer.html b/docs/Classes/MBMrtdCombinedRecognizer.html index f5d3533f9..b6612fb01 100644 --- a/docs/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/Classes/MBMrtdCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBMrtdCombinedRecognizer

    MRTD Combined recognizer is used for scanning both front and back side of generic IDs.

    @@ -560,7 +562,7 @@

    Declaration

    @@ -602,7 +604,7 @@

    Declaration

    @@ -645,7 +647,7 @@

    Declaration

    @@ -687,7 +689,7 @@

    Declaration

    @@ -732,7 +734,7 @@

    Declaration

    @@ -774,7 +776,7 @@

    Declaration

    @@ -810,12 +812,12 @@

    Declaration

    Swift

    -
    weak var mrzCombinedFilterDelegate: (any MBMrzCombinedFilter)? { get set }
    +
    weak var mrzCombinedFilterDelegate: (any MBMrzCombinedFilter)? { get set }
    @@ -828,8 +830,8 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdCombinedRecognizerResult.html b/docs/Classes/MBMrtdCombinedRecognizerResult.html index 7a183410f..ff621f6af 100644 --- a/docs/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/Classes/MBMrtdCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBMrtdCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of Croatian ID.

    @@ -548,7 +550,7 @@

    Declaration

    @@ -561,8 +563,8 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizer.html b/docs/Classes/MBMrtdRecognizer.html index 637c8fb69..6c77dad94 100644 --- a/docs/Classes/MBMrtdRecognizer.html +++ b/docs/Classes/MBMrtdRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBMrtdRecognizer

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    @@ -558,7 +560,7 @@

    Declaration

    @@ -600,7 +602,7 @@

    Declaration

    @@ -643,7 +645,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -725,7 +727,7 @@

    Declaration

    @@ -761,12 +763,12 @@

    Declaration

    Swift

    -
    weak var mrzFilterDelegate: (any MBMrzFilter)? { get set }
    +
    weak var mrzFilterDelegate: (any MBMrzFilter)? { get set }
    @@ -779,8 +781,8 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizerResult.html b/docs/Classes/MBMrtdRecognizerResult.html index 28617568d..65074470e 100644 --- a/docs/Classes/MBMrtdRecognizerResult.html +++ b/docs/Classes/MBMrtdRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBMrtdRecognizerResult

    Result of MBMrtdDetectorRecognizer

    @@ -546,7 +548,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -597,8 +599,8 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdSpecification.html b/docs/Classes/MBMrtdSpecification.html index 8169a23c0..4eca74325 100644 --- a/docs/Classes/MBMrtdSpecification.html +++ b/docs/Classes/MBMrtdSpecification.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBMrtdSpecification

    We encurage users to create specifications with one of our presets, if possible.

    @@ -568,7 +570,7 @@

    Return Value

    new instance for a given mrtd preset

    @@ -581,8 +583,8 @@

    Return Value

    diff --git a/docs/Classes/MBNoUpScalingDewarpPolicy.html b/docs/Classes/MBNoUpScalingDewarpPolicy.html index aca330bc3..8d23f4144 100644 --- a/docs/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/Classes/MBNoUpScalingDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -512,7 +514,7 @@

    MBNoUpScalingDewarpPolicy

    hologram detection or NN-based classification.

    @@ -546,12 +548,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -605,7 +607,7 @@

    Parameters

    @@ -642,7 +644,7 @@

    Declaration

    @@ -655,8 +657,8 @@

    Declaration

    diff --git a/docs/Classes/MBOcrBlock.html b/docs/Classes/MBOcrBlock.html index e97e1de91..8fbf23d10 100644 --- a/docs/Classes/MBOcrBlock.html +++ b/docs/Classes/MBOcrBlock.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBOcrBlock

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Return Value

    initialized ocr block

    @@ -729,7 +731,7 @@

    Return Value

    ocr block converted to string

    @@ -742,8 +744,8 @@

    Return Value

    diff --git a/docs/Classes/MBOcrChar.html b/docs/Classes/MBOcrChar.html index bd1fffb94..63f012149 100644 --- a/docs/Classes/MBOcrChar.html +++ b/docs/Classes/MBOcrChar.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOcrChar

    Class representing an individual OCR character obtained in the OCR process.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Return Value

    initialized char

    @@ -816,8 +818,8 @@

    Return Value

    diff --git a/docs/Classes/MBOcrLayout.html b/docs/Classes/MBOcrLayout.html index e41c39ff6..51372a6dc 100644 --- a/docs/Classes/MBOcrLayout.html +++ b/docs/Classes/MBOcrLayout.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -524,7 +526,7 @@

    MBOcrLayout

    @@ -563,7 +565,7 @@

    Declaration

    @@ -598,7 +600,7 @@

    Declaration

    @@ -637,7 +639,7 @@

    Declaration

    @@ -672,7 +674,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -742,7 +744,7 @@

    Declaration

    @@ -816,7 +818,7 @@

    Return Value

    initialized ocr layout

    @@ -846,7 +848,7 @@

    Declaration

    Swift

    -
    convenience init(ocrBlocks: [Any])
    +
    convenience init(ocrBlocks: [Any])
    @@ -874,7 +876,7 @@

    Return Value

    initialized ocr layout

    @@ -913,7 +915,7 @@

    Return Value

    ocr layout converted to string

    @@ -926,8 +928,8 @@

    Return Value

    diff --git a/docs/Classes/MBOcrLine.html b/docs/Classes/MBOcrLine.html index 1f67010cc..5f9dd1d09 100644 --- a/docs/Classes/MBOcrLine.html +++ b/docs/Classes/MBOcrLine.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBOcrLine

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Return Value

    initialized ocr line

    @@ -729,7 +731,7 @@

    Return Value

    ocr line converted to string

    @@ -742,8 +744,8 @@

    Return Value

    diff --git a/docs/Classes/MBOverlaySettings.html b/docs/Classes/MBOverlaySettings.html index 776f681fe..a050bdf9e 100644 --- a/docs/Classes/MBOverlaySettings.html +++ b/docs/Classes/MBOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOverlaySettings

    Settings class containing UI information

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -620,7 +622,7 @@

    Return Value

    object initialized with default values.

    @@ -633,8 +635,8 @@

    Return Value

    diff --git a/docs/Classes/MBOverlayViewController.html b/docs/Classes/MBOverlayViewController.html index 4303b3e24..c5b0639e1 100644 --- a/docs/Classes/MBOverlayViewController.html +++ b/docs/Classes/MBOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBOverlayViewController

    @@ -551,12 +553,12 @@

    Declaration

    Swift

    -
    weak var recognizerRunnerViewController: (any UIViewController & MBOverlayContainerViewController)? { get set }
    +
    weak var recognizerRunnerViewController: (any UIViewController & MBOverlayContainerViewController)? { get set }
    @@ -569,8 +571,8 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessor.html b/docs/Classes/MBParserGroupProcessor.html index 3a1ad1785..b851ccd5a 100644 --- a/docs/Classes/MBParserGroupProcessor.html +++ b/docs/Classes/MBParserGroupProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBParserGroupProcessor

    A processor for a group

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -629,8 +631,8 @@

    Declaration

    diff --git a/docs/Classes/MBPassportRecognizer.html b/docs/Classes/MBPassportRecognizer.html index 8988db570..c38ceae87 100644 --- a/docs/Classes/MBPassportRecognizer.html +++ b/docs/Classes/MBPassportRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBPassportRecognizer

    Recognizer which can scan all passports with MRZ.

    @@ -558,7 +560,7 @@

    Declaration

    @@ -600,7 +602,7 @@

    Declaration

    @@ -613,8 +615,8 @@

    Declaration

    diff --git a/docs/Classes/MBPassportRecognizerResult.html b/docs/Classes/MBPassportRecognizerResult.html index 470ea0cd3..e25b803b8 100644 --- a/docs/Classes/MBPassportRecognizerResult.html +++ b/docs/Classes/MBPassportRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBPassportRecognizerResult

    Recognizer which can scan all passports with MRZ.

    @@ -547,7 +549,7 @@

    Declaration

    @@ -560,8 +562,8 @@

    Declaration

    diff --git a/docs/Classes/MBPosition.html b/docs/Classes/MBPosition.html index 1d991c582..14839ef7d 100644 --- a/docs/Classes/MBPosition.html +++ b/docs/Classes/MBPosition.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBPosition

    sides aligned to the sides of the image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -747,7 +749,7 @@

    Return Value

    initialized position

    @@ -806,7 +808,7 @@

    Return Value

    position with offset

    @@ -845,7 +847,7 @@

    Return Value

    Position converted to CGRect

    @@ -884,7 +886,7 @@

    Return Value

    center of the position.

    @@ -923,7 +925,7 @@

    Return Value

    height of the position

    @@ -936,8 +938,8 @@

    Return Value

    diff --git a/docs/Classes/MBProcessor.html b/docs/Classes/MBProcessor.html index 56c63d802..525300ba4 100644 --- a/docs/Classes/MBProcessor.html +++ b/docs/Classes/MBProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBProcessor

    Base class for all processors

    @@ -544,7 +546,7 @@

    Declaration

    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/Classes/MBProcessorGroup.html b/docs/Classes/MBProcessorGroup.html index 7fa3c6102..fa9bda507 100644 --- a/docs/Classes/MBProcessorGroup.html +++ b/docs/Classes/MBProcessorGroup.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBProcessorGroup

    Class that represents a group of processors that will be executed on same dewarped image.

    @@ -591,7 +593,7 @@

    Parameters

    @@ -626,7 +628,7 @@

    Declaration

    @@ -639,8 +641,8 @@

    Declaration

    diff --git a/docs/Classes/MBQuadrangle.html b/docs/Classes/MBQuadrangle.html index d39649752..a00d74328 100644 --- a/docs/Classes/MBQuadrangle.html +++ b/docs/Classes/MBQuadrangle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBQuadrangle

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -746,7 +748,7 @@

    Return Value

    initialized quadrangle with four corners

    @@ -791,7 +793,7 @@

    Return Value

    points of the quadrangle in an array

    @@ -827,7 +829,7 @@

    Declaration

    @@ -866,7 +868,7 @@

    Return Value

    center point

    @@ -879,8 +881,8 @@

    Return Value

    diff --git a/docs/Classes/MBRecognitionModeFilter.html b/docs/Classes/MBRecognitionModeFilter.html index f4563d998..77eafa102 100644 --- a/docs/Classes/MBRecognitionModeFilter.html +++ b/docs/Classes/MBRecognitionModeFilter.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBRecognitionModeFilter

    Setting is taken into account only if the right for that document is purchased.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -733,8 +735,8 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizer.html b/docs/Classes/MBRecognizer.html index 8ec25ef17..2189cd4fe 100644 --- a/docs/Classes/MBRecognizer.html +++ b/docs/Classes/MBRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBRecognizer

    Base class for all recognizers

    @@ -544,7 +546,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Return Value

    signed JSON representation of this entity’s current state.

    @@ -596,8 +598,8 @@

    Return Value

    diff --git a/docs/Classes/MBRecognizerCollection.html b/docs/Classes/MBRecognizerCollection.html index d04814570..a9a56fe13 100644 --- a/docs/Classes/MBRecognizerCollection.html +++ b/docs/Classes/MBRecognizerCollection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBRecognizerCollection

    Settings class containing settings related to scanner behaviour

    @@ -551,7 +553,7 @@

    Declaration

    @@ -589,7 +591,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -667,7 +669,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -720,8 +722,8 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunner.html b/docs/Classes/MBRecognizerRunner.html index 1b99968cd..b4ca63a89 100644 --- a/docs/Classes/MBRecognizerRunner.html +++ b/docs/Classes/MBRecognizerRunner.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBRecognizerRunner

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -639,7 +641,7 @@

    Parameters

    @@ -696,7 +698,7 @@

    Parameters

    @@ -735,7 +737,7 @@

    Declaration

    @@ -748,8 +750,8 @@

    Declaration

    diff --git a/docs/Classes/MBStringResult.html b/docs/Classes/MBStringResult.html index 06ef009ed..046005706 100644 --- a/docs/Classes/MBStringResult.html +++ b/docs/Classes/MBStringResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBStringResult

    Class for all obtaining original string per alphabet type

    @@ -547,7 +549,7 @@

    Return Value

    the non-empty value, if such is present, with priority given to Latin alphabet.

    @@ -585,7 +587,7 @@

    Return Value

    value of the specified alphabet type.

    @@ -623,7 +625,7 @@

    Return Value

    the CGRect location, if result is detected, else CGRectNull. Priority given to Latin alphabet.

    @@ -661,7 +663,7 @@

    Return Value

    location of the specified alphabet type.

    @@ -699,7 +701,7 @@

    Return Value

    the MBSide side, if result is detected, else MBSideNone. Priority given to Latin alphabet.

    @@ -737,7 +739,7 @@

    Return Value

    side of the specified alphabet type.

    @@ -750,8 +752,8 @@

    Return Value

    diff --git a/docs/Classes/MBSubview.html b/docs/Classes/MBSubview.html index c04ac68fb..744b3dffc 100644 --- a/docs/Classes/MBSubview.html +++ b/docs/Classes/MBSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBSubview

    Base class for all overlay subviews

    @@ -539,12 +541,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBSubviewDelegate)? { get set }
    +
    weak var delegate: (any MBSubviewDelegate)? { get set }
    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizer.html b/docs/Classes/MBSuccessFrameGrabberRecognizer.html index ec805a947..07e500c88 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBSuccessFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -592,8 +594,8 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html index cc9bc0180..e3052546f 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBSuccessFrameGrabberRecognizerResult

    A recognizer that returns SuccessFrameGrabber result.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/Classes/MBTapToFocusSubview.html b/docs/Classes/MBTapToFocusSubview.html index aa4e6d032..d761b7b7c 100644 --- a/docs/Classes/MBTapToFocusSubview.html +++ b/docs/Classes/MBTapToFocusSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTapToFocusSubview

    Overlay subview presenting the effect which happens when the user taps to focus

    @@ -563,7 +565,7 @@

    Parameters

    @@ -576,8 +578,8 @@

    Parameters

    diff --git a/docs/Classes/MBTemplatingClass.html b/docs/Classes/MBTemplatingClass.html index 781b190b7..95fca8441 100644 --- a/docs/Classes/MBTemplatingClass.html +++ b/docs/Classes/MBTemplatingClass.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingClass

    Class that represents a specific class of documents when used within Templating API.

    @@ -564,7 +566,7 @@

    Parameters

    @@ -604,7 +606,7 @@

    Return Value

    the currently set array of classification processor groups.

    @@ -659,7 +661,7 @@

    Parameters

    @@ -699,7 +701,7 @@

    Return Value

    the currently set array of non-classification processor groups.

    @@ -732,7 +734,7 @@

    Declaration

    Swift

    -
    func setTemplatingClassifier(_ templatingClassifier: (any MBTemplatingClassifier)?)
    +
    func setTemplatingClassifier(_ templatingClassifier: (any MBTemplatingClassifier)?)
    @@ -756,7 +758,7 @@

    Parameters

    @@ -769,8 +771,8 @@

    Parameters

    diff --git a/docs/Classes/MBTemplatingRecognizer.html b/docs/Classes/MBTemplatingRecognizer.html index 8df95467b..e474b4ed6 100644 --- a/docs/Classes/MBTemplatingRecognizer.html +++ b/docs/Classes/MBTemplatingRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingRecognizer

    Base of all recognizers that support Templating API.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -629,8 +631,8 @@

    Declaration

    diff --git a/docs/Classes/MBTemplatingRecognizerResult.html b/docs/Classes/MBTemplatingRecognizerResult.html index 179a6d56f..a5d61835f 100644 --- a/docs/Classes/MBTemplatingRecognizerResult.html +++ b/docs/Classes/MBTemplatingRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingRecognizerResult

    Base of all recognizers result that support Templating API.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizer.html b/docs/Classes/MBUsdlCombinedRecognizer.html index 8d743a6ea..14bfb00c8 100644 --- a/docs/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/Classes/MBUsdlCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBUsdlCombinedRecognizer

    USDL Combined recognizer is used for scanning both front and back side of US Driver’s License.

    @@ -560,7 +562,7 @@

    Declaration

    @@ -605,7 +607,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -733,7 +735,7 @@

    Declaration

    @@ -778,7 +780,7 @@

    Declaration

    @@ -791,8 +793,8 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizerResult.html b/docs/Classes/MBUsdlCombinedRecognizerResult.html index fded45033..5e0768815 100644 --- a/docs/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/Classes/MBUsdlCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBUsdlCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    @@ -548,7 +550,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -688,7 +690,7 @@

    Declaration

    @@ -723,7 +725,7 @@

    Declaration

    @@ -758,7 +760,7 @@

    Declaration

    @@ -793,7 +795,7 @@

    Declaration

    @@ -828,7 +830,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -898,7 +900,7 @@

    Declaration

    @@ -933,7 +935,7 @@

    Declaration

    @@ -968,7 +970,7 @@

    Declaration

    @@ -1003,7 +1005,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1074,7 +1076,7 @@

    Declaration

    @@ -1132,7 +1134,7 @@

    Return Value

    value for a given key

    @@ -1177,7 +1179,7 @@

    Declaration

    @@ -1190,8 +1192,8 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizer.html b/docs/Classes/MBUsdlRecognizer.html index 5aa8c4f49..a7eb664e6 100644 --- a/docs/Classes/MBUsdlRecognizer.html +++ b/docs/Classes/MBUsdlRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBUsdlRecognizer

    A recognizer that can scan USDL.

    @@ -554,7 +556,7 @@

    Declaration

    @@ -599,7 +601,7 @@

    Declaration

    @@ -643,7 +645,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -698,8 +700,8 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizerResult.html b/docs/Classes/MBUsdlRecognizerResult.html index 11c935a3f..fae417e31 100644 --- a/docs/Classes/MBUsdlRecognizerResult.html +++ b/docs/Classes/MBUsdlRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBUsdlRecognizerResult

    A recognizer that can scan PDF417 2D barcodes.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -754,7 +756,7 @@

    Declaration

    @@ -789,7 +791,7 @@

    Declaration

    @@ -824,7 +826,7 @@

    Declaration

    @@ -859,7 +861,7 @@

    Declaration

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -964,7 +966,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1034,7 +1036,7 @@

    Declaration

    @@ -1069,7 +1071,7 @@

    Declaration

    @@ -1104,7 +1106,7 @@

    Declaration

    @@ -1139,7 +1141,7 @@

    Declaration

    @@ -1174,7 +1176,7 @@

    Declaration

    @@ -1210,7 +1212,7 @@

    Declaration

    @@ -1268,7 +1270,7 @@

    Return Value

    value for a given key

    @@ -1313,7 +1315,7 @@

    Declaration

    @@ -1326,8 +1328,8 @@

    Declaration

    diff --git a/docs/Classes/MBViewControllerFactory.html b/docs/Classes/MBViewControllerFactory.html index 27a6c4ebb..5f2da9bfe 100644 --- a/docs/Classes/MBViewControllerFactory.html +++ b/docs/Classes/MBViewControllerFactory.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBViewControllerFactory

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -555,7 +557,7 @@

    Declaration

    Swift

    -
    class func recognizerRunnerViewController(withOverlayViewController overlayViewController: MBOverlayViewController) -> (any UIViewController & MBRecognizerRunnerViewController)?
    +
    class func recognizerRunnerViewController(withOverlayViewController overlayViewController: MBOverlayViewController) -> (any UIViewController & MBRecognizerRunnerViewController)?
    @@ -583,7 +585,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -620,7 +622,7 @@

    Declaration

    Swift

    -
    class func recognizerRunnerViewController(withResult result: @escaping MBScanningResultBlock, closeButtonTapped: @escaping MBScanningOverlayCloseButtonTappedBlock) -> (any UIViewController & MBRecognizerRunnerViewController)?
    +
    class func recognizerRunnerViewController(withResult result: @escaping MBScanningResultBlock, closeButtonTapped: @escaping MBScanningOverlayCloseButtonTappedBlock) -> (any UIViewController & MBRecognizerRunnerViewController)?
    @@ -660,7 +662,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -673,8 +675,8 @@

    Return Value

    diff --git a/docs/Classes/MBVisaRecognizer.html b/docs/Classes/MBVisaRecognizer.html index 91b2060af..c781ff740 100644 --- a/docs/Classes/MBVisaRecognizer.html +++ b/docs/Classes/MBVisaRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBVisaRecognizer

    Recognizer which can scan all visas with MRZ.

    @@ -558,7 +560,7 @@

    Declaration

    @@ -571,8 +573,8 @@

    Declaration

    diff --git a/docs/Classes/MBVisaRecognizerResult.html b/docs/Classes/MBVisaRecognizerResult.html index c72ffd293..d5213a058 100644 --- a/docs/Classes/MBVisaRecognizerResult.html +++ b/docs/Classes/MBVisaRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBVisaRecognizerResult

    Recognizer which can scan all visas with MRZ.

    @@ -547,7 +549,7 @@

    Declaration

    @@ -560,8 +562,8 @@

    Declaration

    diff --git a/docs/Classes/MBVizResult.html b/docs/Classes/MBVizResult.html index a67e26d0b..2eff514de 100644 --- a/docs/Classes/MBVizResult.html +++ b/docs/Classes/MBVizResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBVizResult

    MBVizResult contains data extracted from the Visual Inspection Zone.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -754,7 +756,7 @@

    Declaration

    @@ -789,7 +791,7 @@

    Declaration

    @@ -824,7 +826,7 @@

    Declaration

    @@ -859,7 +861,7 @@

    Declaration

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -964,7 +966,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1034,7 +1036,7 @@

    Declaration

    @@ -1069,7 +1071,7 @@

    Declaration

    @@ -1104,7 +1106,7 @@

    Declaration

    @@ -1139,7 +1141,7 @@

    Declaration

    @@ -1174,7 +1176,7 @@

    Declaration

    @@ -1209,7 +1211,7 @@

    Declaration

    @@ -1244,7 +1246,7 @@

    Declaration

    @@ -1279,7 +1281,7 @@

    Declaration

    @@ -1314,7 +1316,7 @@

    Declaration

    @@ -1349,7 +1351,7 @@

    Declaration

    @@ -1384,7 +1386,7 @@

    Declaration

    @@ -1419,7 +1421,7 @@

    Declaration

    @@ -1454,7 +1456,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1524,7 +1526,7 @@

    Declaration

    @@ -1559,7 +1561,7 @@

    Declaration

    @@ -1594,7 +1596,7 @@

    Declaration

    @@ -1629,7 +1631,7 @@

    Declaration

    @@ -1664,7 +1666,7 @@

    Declaration

    @@ -1699,7 +1701,7 @@

    Declaration

    @@ -1734,7 +1736,7 @@

    Declaration

    @@ -1769,7 +1771,182 @@

    Declaration

    + + +
  • +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -1782,8 +1959,8 @@

    Declaration

    diff --git a/docs/Enums.html b/docs/Enums.html index 1b96aef86..86dd498de 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -524,7 +524,7 @@

    Declaration

    @@ -555,7 +555,7 @@

    Declaration

    @@ -586,7 +586,7 @@

    Declaration

    @@ -622,7 +622,7 @@

    Declaration

    @@ -658,7 +658,7 @@

    Declaration

    @@ -694,7 +694,7 @@

    Declaration

    @@ -725,7 +725,7 @@

    Declaration

    @@ -756,7 +756,7 @@

    Declaration

    @@ -787,7 +787,7 @@

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -848,7 +848,7 @@

    Declaration

    @@ -883,7 +883,7 @@

    Declaration

    @@ -919,7 +919,7 @@

    Declaration

    @@ -949,7 +949,7 @@

    Declaration

    @@ -985,7 +985,7 @@

    Declaration

    @@ -1021,7 +1021,7 @@

    Declaration

    @@ -1052,7 +1052,7 @@

    Declaration

    @@ -1083,7 +1083,7 @@

    Declaration

    @@ -1119,7 +1119,7 @@

    Declaration

    @@ -1150,7 +1150,7 @@

    Declaration

    @@ -1186,7 +1186,7 @@

    Declaration

    @@ -1222,7 +1222,7 @@

    Declaration

    @@ -1258,7 +1258,7 @@

    Declaration

    @@ -1288,7 +1288,7 @@

    Declaration

    @@ -1319,7 +1319,7 @@

    Declaration

    @@ -1332,8 +1332,8 @@

    Declaration

    diff --git a/docs/Enums/MBAnonymizationMode.html b/docs/Enums/MBAnonymizationMode.html index cbcfa0b69..5e2cd728b 100644 --- a/docs/Enums/MBAnonymizationMode.html +++ b/docs/Enums/MBAnonymizationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBAnonymizationMode

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -636,8 +638,8 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeElementKey.html b/docs/Enums/MBBarcodeElementKey.html index 975a24729..4ea30c49e 100644 --- a/docs/Enums/MBBarcodeElementKey.html +++ b/docs/Enums/MBBarcodeElementKey.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBBarcodeElementKey

    Enumeration of possible barcode element keys

    @@ -539,7 +541,7 @@

    Declaration

    @@ -598,7 +600,7 @@

    Declaration

    @@ -631,7 +633,7 @@

    Declaration

    @@ -663,7 +665,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -739,7 +741,7 @@

    Declaration

    @@ -772,7 +774,7 @@

    Declaration

    @@ -817,7 +819,7 @@

    Declaration

    @@ -853,7 +855,7 @@

    Declaration

    @@ -887,7 +889,7 @@

    Declaration

    @@ -921,7 +923,7 @@

    Declaration

    @@ -957,7 +959,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1072,7 +1074,7 @@

    Declaration

    @@ -1106,7 +1108,7 @@

    Declaration

    @@ -1140,7 +1142,7 @@

    Declaration

    @@ -1185,7 +1187,7 @@

    Declaration

    @@ -1233,7 +1235,7 @@

    Declaration

    @@ -1278,7 +1280,7 @@

    Declaration

    @@ -1310,7 +1312,7 @@

    Declaration

    @@ -1342,7 +1344,7 @@

    Declaration

    @@ -1388,7 +1390,7 @@

    Declaration

    @@ -1431,7 +1433,7 @@

    Declaration

    @@ -1464,7 +1466,7 @@

    Declaration

    @@ -1497,7 +1499,7 @@

    Declaration

    @@ -1529,7 +1531,7 @@

    Declaration

    @@ -1563,7 +1565,7 @@

    Declaration

    @@ -1597,7 +1599,7 @@

    Declaration

    @@ -1630,7 +1632,7 @@

    Declaration

    @@ -1662,7 +1664,7 @@

    Declaration

    @@ -1696,7 +1698,7 @@

    Declaration

    @@ -1747,7 +1749,7 @@

    Declaration

    @@ -1779,7 +1781,7 @@

    Declaration

    @@ -1811,7 +1813,7 @@

    Declaration

    @@ -1843,7 +1845,7 @@

    Declaration

    @@ -1875,7 +1877,7 @@

    Declaration

    @@ -1907,7 +1909,7 @@

    Declaration

    @@ -1939,7 +1941,7 @@

    Declaration

    @@ -1971,7 +1973,7 @@

    Declaration

    @@ -2012,7 +2014,7 @@

    Declaration

    @@ -2044,7 +2046,7 @@

    Declaration

    @@ -2076,7 +2078,7 @@

    Declaration

    @@ -2108,7 +2110,7 @@

    Declaration

    @@ -2140,7 +2142,7 @@

    Declaration

    @@ -2172,7 +2174,7 @@

    Declaration

    @@ -2206,7 +2208,7 @@

    Declaration

    @@ -2238,7 +2240,7 @@

    Declaration

    @@ -2270,7 +2272,7 @@

    Declaration

    @@ -2302,7 +2304,7 @@

    Declaration

    @@ -2334,7 +2336,7 @@

    Declaration

    @@ -2367,7 +2369,7 @@

    Declaration

    @@ -2402,7 +2404,7 @@

    Declaration

    @@ -2442,7 +2444,7 @@

    Declaration

    @@ -2475,7 +2477,7 @@

    Declaration

    @@ -2509,7 +2511,7 @@

    Declaration

    @@ -2544,7 +2546,7 @@

    Declaration

    @@ -2576,7 +2578,7 @@

    Declaration

    @@ -2610,7 +2612,7 @@

    Declaration

    @@ -2650,7 +2652,7 @@

    Declaration

    @@ -2684,7 +2686,7 @@

    Declaration

    @@ -2716,7 +2718,7 @@

    Declaration

    @@ -2769,7 +2771,7 @@

    Declaration

    @@ -2820,7 +2822,7 @@

    Declaration

    @@ -2853,7 +2855,7 @@

    Declaration

    @@ -2886,7 +2888,7 @@

    Declaration

    @@ -2918,7 +2920,7 @@

    Declaration

    @@ -2951,7 +2953,7 @@

    Declaration

    @@ -2984,7 +2986,7 @@

    Declaration

    @@ -3019,7 +3021,7 @@

    Declaration

    @@ -3051,7 +3053,7 @@

    Declaration

    @@ -3085,7 +3087,7 @@

    Declaration

    @@ -3118,7 +3120,7 @@

    Declaration

    @@ -3150,7 +3152,7 @@

    Declaration

    @@ -3182,7 +3184,7 @@

    Declaration

    @@ -3214,7 +3216,7 @@

    Declaration

    @@ -3246,7 +3248,7 @@

    Declaration

    @@ -3278,7 +3280,7 @@

    Declaration

    @@ -3311,7 +3313,7 @@

    Declaration

    @@ -3344,7 +3346,7 @@

    Declaration

    @@ -3376,7 +3378,7 @@

    Declaration

    @@ -3408,7 +3410,7 @@

    Declaration

    @@ -3440,7 +3442,7 @@

    Declaration

    @@ -3473,7 +3475,7 @@

    Declaration

    @@ -3506,7 +3508,7 @@

    Declaration

    @@ -3538,7 +3540,7 @@

    Declaration

    @@ -3551,8 +3553,8 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeType.html b/docs/Enums/MBBarcodeType.html index ae86b89e1..e28abd2bf 100644 --- a/docs/Enums/MBBarcodeType.html +++ b/docs/Enums/MBBarcodeType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBBarcodeType

    Enumeration of possible barcode formats

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -846,8 +848,8 @@

    Declaration

    diff --git a/docs/Enums/MBCameraAutofocusRestriction.html b/docs/Enums/MBCameraAutofocusRestriction.html index dfc781350..c1bfe567e 100644 --- a/docs/Enums/MBCameraAutofocusRestriction.html +++ b/docs/Enums/MBCameraAutofocusRestriction.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraAutofocusRestriction

    Camera autofocus restricion mode

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/Enums/MBCameraPreset.html b/docs/Enums/MBCameraPreset.html index a9c1f758a..4153e5413 100644 --- a/docs/Enums/MBCameraPreset.html +++ b/docs/Enums/MBCameraPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraPreset

    Camera resolution preset

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -718,7 +720,7 @@

    Declaration

    @@ -753,7 +755,7 @@

    Declaration

    @@ -766,8 +768,8 @@

    Declaration

    diff --git a/docs/Enums/MBCameraType.html b/docs/Enums/MBCameraType.html index 49549fb1b..8b146b1e8 100644 --- a/docs/Enums/MBCameraType.html +++ b/docs/Enums/MBCameraType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraType

    Camera type

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -591,8 +593,8 @@

    Declaration

    diff --git a/docs/Enums/MBDataMatchState.html b/docs/Enums/MBDataMatchState.html index 8514a41fb..3100d6699 100644 --- a/docs/Enums/MBDataMatchState.html +++ b/docs/Enums/MBDataMatchState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDataMatchState

    Result of the data matching algorithm for scanned parts/sides of the document.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -606,8 +608,8 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionStatus.html b/docs/Enums/MBDetectionStatus.html index acd43415b..d6ea8ddf7 100644 --- a/docs/Enums/MBDetectionStatus.html +++ b/docs/Enums/MBDetectionStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDetectionStatus

    Status of the object detection in Microblink SDK

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -756,8 +758,8 @@

    Declaration

    diff --git a/docs/Enums/MBDocumentFaceDetectorType.html b/docs/Enums/MBDocumentFaceDetectorType.html index 302493956..69335cb76 100644 --- a/docs/Enums/MBDocumentFaceDetectorType.html +++ b/docs/Enums/MBDocumentFaceDetectorType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDocumentFaceDetectorType

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -606,8 +608,8 @@

    Declaration

    diff --git a/docs/Enums/MBFrameQualityEstimationMode.html b/docs/Enums/MBFrameQualityEstimationMode.html index cae380760..45aa5d6bc 100644 --- a/docs/Enums/MBFrameQualityEstimationMode.html +++ b/docs/Enums/MBFrameQualityEstimationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBFrameQualityEstimationMode

    Denotes the mode in which FrameQuality estimation works

    @@ -538,12 +540,12 @@

    Declaration

    Swift

    -
    case `default` = 0
    +
    case `default` = 0
    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/Enums/MBIdBarcodeDocumentType.html b/docs/Enums/MBIdBarcodeDocumentType.html index 93474a744..b83f14905 100644 --- a/docs/Enums/MBIdBarcodeDocumentType.html +++ b/docs/Enums/MBIdBarcodeDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBIdBarcodeDocumentType

    Enumeration of possible barcode formats

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -846,8 +848,8 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdDocumentType.html b/docs/Enums/MBMrtdDocumentType.html index d60337fcf..6cf5c3fa2 100644 --- a/docs/Enums/MBMrtdDocumentType.html +++ b/docs/Enums/MBMrtdDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBMrtdDocumentType

    Supported MRTD document types

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -718,7 +720,7 @@

    Declaration

    @@ -753,7 +755,7 @@

    Declaration

    @@ -788,7 +790,7 @@

    Declaration

    @@ -801,8 +803,8 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdSpecificationPreset.html b/docs/Enums/MBMrtdSpecificationPreset.html index 2e03250be..848d1ba5d 100644 --- a/docs/Enums/MBMrtdSpecificationPreset.html +++ b/docs/Enums/MBMrtdSpecificationPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBMrtdSpecificationPreset

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/Enums/MBOcrFont.html b/docs/Enums/MBOcrFont.html index 1f1bd8bf4..be4caf97d 100644 --- a/docs/Enums/MBOcrFont.html +++ b/docs/Enums/MBOcrFont.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBOcrFont

    A list of fonts supported by BlinkOCR

    @@ -534,7 +536,7 @@

    Declaration

    @@ -565,7 +567,7 @@

    Declaration

    @@ -596,7 +598,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -658,7 +660,7 @@

    Declaration

    @@ -689,7 +691,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -751,7 +753,7 @@

    Declaration

    @@ -782,7 +784,7 @@

    Declaration

    @@ -813,7 +815,7 @@

    Declaration

    @@ -844,7 +846,7 @@

    Declaration

    @@ -875,7 +877,7 @@

    Declaration

    @@ -906,7 +908,7 @@

    Declaration

    @@ -937,7 +939,7 @@

    Declaration

    @@ -968,7 +970,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1030,7 +1032,7 @@

    Declaration

    @@ -1060,7 +1062,7 @@

    Declaration

    @@ -1091,7 +1093,7 @@

    Declaration

    @@ -1122,7 +1124,7 @@

    Declaration

    @@ -1153,7 +1155,7 @@

    Declaration

    @@ -1184,7 +1186,7 @@

    Declaration

    @@ -1215,7 +1217,7 @@

    Declaration

    @@ -1246,7 +1248,7 @@

    Declaration

    @@ -1277,7 +1279,7 @@

    Declaration

    @@ -1308,7 +1310,7 @@

    Declaration

    @@ -1339,7 +1341,7 @@

    Declaration

    @@ -1370,7 +1372,7 @@

    Declaration

    @@ -1401,7 +1403,7 @@

    Declaration

    @@ -1432,7 +1434,7 @@

    Declaration

    @@ -1462,7 +1464,7 @@

    Declaration

    @@ -1493,7 +1495,7 @@

    Declaration

    @@ -1524,7 +1526,7 @@

    Declaration

    @@ -1555,7 +1557,7 @@

    Declaration

    @@ -1586,7 +1588,7 @@

    Declaration

    @@ -1617,7 +1619,7 @@

    Declaration

    @@ -1648,7 +1650,7 @@

    Declaration

    @@ -1678,7 +1680,7 @@

    Declaration

    @@ -1709,7 +1711,7 @@

    Declaration

    @@ -1740,7 +1742,7 @@

    Declaration

    @@ -1771,7 +1773,7 @@

    Declaration

    @@ -1802,7 +1804,7 @@

    Declaration

    @@ -1833,7 +1835,7 @@

    Declaration

    @@ -1864,7 +1866,7 @@

    Declaration

    @@ -1895,7 +1897,7 @@

    Declaration

    @@ -1926,7 +1928,7 @@

    Declaration

    @@ -1956,7 +1958,7 @@

    Declaration

    @@ -1987,7 +1989,7 @@

    Declaration

    @@ -2018,7 +2020,7 @@

    Declaration

    @@ -2049,7 +2051,7 @@

    Declaration

    @@ -2080,7 +2082,7 @@

    Declaration

    @@ -2111,7 +2113,7 @@

    Declaration

    @@ -2142,7 +2144,7 @@

    Declaration

    @@ -2172,7 +2174,7 @@

    Declaration

    @@ -2203,7 +2205,7 @@

    Declaration

    @@ -2234,7 +2236,7 @@

    Declaration

    @@ -2265,7 +2267,7 @@

    Declaration

    @@ -2296,7 +2298,7 @@

    Declaration

    @@ -2327,7 +2329,7 @@

    Declaration

    @@ -2358,7 +2360,7 @@

    Declaration

    @@ -2388,7 +2390,7 @@

    Declaration

    @@ -2419,7 +2421,7 @@

    Declaration

    @@ -2450,7 +2452,7 @@

    Declaration

    @@ -2481,7 +2483,7 @@

    Declaration

    @@ -2512,7 +2514,7 @@

    Declaration

    @@ -2543,7 +2545,7 @@

    Declaration

    @@ -2574,7 +2576,7 @@

    Declaration

    @@ -2605,7 +2607,7 @@

    Declaration

    @@ -2636,7 +2638,7 @@

    Declaration

    @@ -2667,7 +2669,7 @@

    Declaration

    @@ -2698,7 +2700,7 @@

    Declaration

    @@ -2729,7 +2731,7 @@

    Declaration

    @@ -2760,7 +2762,7 @@

    Declaration

    @@ -2790,7 +2792,7 @@

    Declaration

    @@ -2820,7 +2822,7 @@

    Declaration

    @@ -2850,7 +2852,7 @@

    Declaration

    @@ -2880,7 +2882,7 @@

    Declaration

    @@ -2910,7 +2912,7 @@

    Declaration

    @@ -2940,7 +2942,7 @@

    Declaration

    @@ -2970,7 +2972,7 @@

    Declaration

    @@ -3000,7 +3002,7 @@

    Declaration

    @@ -3030,7 +3032,7 @@

    Declaration

    @@ -3043,8 +3045,8 @@

    Declaration

    diff --git a/docs/Enums/MBProcessingOrientation.html b/docs/Enums/MBProcessingOrientation.html index bc38ee84d..1e73bf49e 100644 --- a/docs/Enums/MBProcessingOrientation.html +++ b/docs/Enums/MBProcessingOrientation.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBProcessingOrientation

    Enum which describes text orientation on an image.

    @@ -543,7 +545,7 @@

    Declaration

    @@ -573,12 +575,12 @@

    Declaration

    Swift

    -
    case right = 1
    +
    case right = 1
    @@ -613,7 +615,7 @@

    Declaration

    @@ -643,12 +645,12 @@

    Declaration

    Swift

    -
    case left = 3
    +
    case left = 3
    @@ -661,8 +663,8 @@

    Declaration

    diff --git a/docs/Enums/MBProcessingStatus.html b/docs/Enums/MBProcessingStatus.html index 988dc1d34..1752dfc82 100644 --- a/docs/Enums/MBProcessingStatus.html +++ b/docs/Enums/MBProcessingStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBProcessingStatus

    MBProcessingStatus enum defines status of the last recognition process.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -893,7 +895,7 @@

    Declaration

    @@ -923,7 +925,7 @@

    Declaration

    @@ -953,7 +955,7 @@

    Declaration

    @@ -983,7 +985,7 @@

    Declaration

    @@ -1013,7 +1015,7 @@

    Declaration

    @@ -1026,8 +1028,8 @@

    Declaration

    diff --git a/docs/Enums/MBProcessorResultState.html b/docs/Enums/MBProcessorResultState.html index 47e85ec3c..c923f6240 100644 --- a/docs/Enums/MBProcessorResultState.html +++ b/docs/Enums/MBProcessorResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBProcessorResultState

    Enumeration of posibble processor result state

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/Enums/MBRecognitionDebugMode.html b/docs/Enums/MBRecognitionDebugMode.html index ac050c554..5e7293aeb 100644 --- a/docs/Enums/MBRecognitionDebugMode.html +++ b/docs/Enums/MBRecognitionDebugMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognitionDebugMode

    Denotes the mode in which Recognizers performs recognition

    @@ -538,12 +540,12 @@

    Declaration

    Swift

    -
    case `default` = 0
    +
    case `default` = 0
    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/Enums/MBRecognitionMode.html b/docs/Enums/MBRecognitionMode.html index 6e88aedd2..a0f9f8cff 100644 --- a/docs/Enums/MBRecognitionMode.html +++ b/docs/Enums/MBRecognitionMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBRecognitionMode

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -726,8 +728,8 @@

    Declaration

    diff --git a/docs/Enums/MBRecognizerResultState.html b/docs/Enums/MBRecognizerResultState.html index ca318312f..ae534952f 100644 --- a/docs/Enums/MBRecognizerResultState.html +++ b/docs/Enums/MBRecognizerResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerResultState

    Enumeration of posibble recognizer result state

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -661,8 +663,8 @@

    Declaration

    diff --git a/docs/Enums/MBUsdlKeys.html b/docs/Enums/MBUsdlKeys.html index 39c191b83..b24f3cc9b 100644 --- a/docs/Enums/MBUsdlKeys.html +++ b/docs/Enums/MBUsdlKeys.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBUsdlKeys

    Possible keys that can be used for obtaining USDL result elements.

    @@ -539,7 +541,7 @@

    Declaration

    @@ -590,7 +592,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -655,7 +657,7 @@

    Declaration

    @@ -699,7 +701,7 @@

    Declaration

    @@ -731,7 +733,7 @@

    Declaration

    @@ -764,7 +766,7 @@

    Declaration

    @@ -809,7 +811,7 @@

    Declaration

    @@ -845,7 +847,7 @@

    Declaration

    @@ -879,7 +881,7 @@

    Declaration

    @@ -913,7 +915,7 @@

    Declaration

    @@ -949,7 +951,7 @@

    Declaration

    @@ -991,7 +993,7 @@

    Declaration

    @@ -1030,7 +1032,7 @@

    Declaration

    @@ -1064,7 +1066,7 @@

    Declaration

    @@ -1098,7 +1100,7 @@

    Declaration

    @@ -1132,7 +1134,7 @@

    Declaration

    @@ -1177,7 +1179,7 @@

    Declaration

    @@ -1225,7 +1227,7 @@

    Declaration

    @@ -1270,7 +1272,7 @@

    Declaration

    @@ -1302,7 +1304,7 @@

    Declaration

    @@ -1334,7 +1336,7 @@

    Declaration

    @@ -1380,7 +1382,7 @@

    Declaration

    @@ -1423,7 +1425,7 @@

    Declaration

    @@ -1456,7 +1458,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1521,7 +1523,7 @@

    Declaration

    @@ -1555,7 +1557,7 @@

    Declaration

    @@ -1589,7 +1591,7 @@

    Declaration

    @@ -1622,7 +1624,7 @@

    Declaration

    @@ -1654,7 +1656,7 @@

    Declaration

    @@ -1688,7 +1690,7 @@

    Declaration

    @@ -1739,7 +1741,7 @@

    Declaration

    @@ -1771,7 +1773,7 @@

    Declaration

    @@ -1803,7 +1805,7 @@

    Declaration

    @@ -1835,7 +1837,7 @@

    Declaration

    @@ -1867,7 +1869,7 @@

    Declaration

    @@ -1899,7 +1901,7 @@

    Declaration

    @@ -1931,7 +1933,7 @@

    Declaration

    @@ -1963,7 +1965,7 @@

    Declaration

    @@ -2004,7 +2006,7 @@

    Declaration

    @@ -2036,7 +2038,7 @@

    Declaration

    @@ -2068,7 +2070,7 @@

    Declaration

    @@ -2100,7 +2102,7 @@

    Declaration

    @@ -2132,7 +2134,7 @@

    Declaration

    @@ -2164,7 +2166,7 @@

    Declaration

    @@ -2198,7 +2200,7 @@

    Declaration

    @@ -2230,7 +2232,7 @@

    Declaration

    @@ -2262,7 +2264,7 @@

    Declaration

    @@ -2294,7 +2296,7 @@

    Declaration

    @@ -2326,7 +2328,7 @@

    Declaration

    @@ -2359,7 +2361,7 @@

    Declaration

    @@ -2394,7 +2396,7 @@

    Declaration

    @@ -2434,7 +2436,7 @@

    Declaration

    @@ -2467,7 +2469,7 @@

    Declaration

    @@ -2501,7 +2503,7 @@

    Declaration

    @@ -2536,7 +2538,7 @@

    Declaration

    @@ -2568,7 +2570,7 @@

    Declaration

    @@ -2602,7 +2604,7 @@

    Declaration

    @@ -2642,7 +2644,7 @@

    Declaration

    @@ -2676,7 +2678,7 @@

    Declaration

    @@ -2708,7 +2710,7 @@

    Declaration

    @@ -2761,7 +2763,7 @@

    Declaration

    @@ -2812,7 +2814,7 @@

    Declaration

    @@ -2845,7 +2847,7 @@

    Declaration

    @@ -2878,7 +2880,7 @@

    Declaration

    @@ -2910,7 +2912,7 @@

    Declaration

    @@ -2943,7 +2945,7 @@

    Declaration

    @@ -2976,7 +2978,7 @@

    Declaration

    @@ -3011,7 +3013,7 @@

    Declaration

    @@ -3043,7 +3045,7 @@

    Declaration

    @@ -3077,7 +3079,7 @@

    Declaration

    @@ -3110,7 +3112,7 @@

    Declaration

    @@ -3142,7 +3144,7 @@

    Declaration

    @@ -3174,7 +3176,7 @@

    Declaration

    @@ -3206,7 +3208,7 @@

    Declaration

    @@ -3238,7 +3240,7 @@

    Declaration

    @@ -3270,7 +3272,7 @@

    Declaration

    @@ -3303,7 +3305,7 @@

    Declaration

    @@ -3336,7 +3338,7 @@

    Declaration

    @@ -3368,7 +3370,7 @@

    Declaration

    @@ -3400,7 +3402,7 @@

    Declaration

    @@ -3432,7 +3434,7 @@

    Declaration

    @@ -3465,7 +3467,7 @@

    Declaration

    @@ -3498,7 +3500,7 @@

    Declaration

    @@ -3530,7 +3532,7 @@

    Declaration

    @@ -3543,8 +3545,8 @@

    Declaration

    diff --git a/docs/Functions.html b/docs/Functions.html index 042bf070e..8343fd29d 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -541,7 +541,7 @@

    Declaration

    @@ -573,7 +573,7 @@

    Declaration

    @@ -586,8 +586,8 @@

    Declaration

    diff --git a/docs/Protocols.html b/docs/Protocols.html index d327a0435..0eedfeb04 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -529,7 +529,7 @@

    Declaration

    @@ -565,7 +565,7 @@

    Declaration

    @@ -601,7 +601,7 @@

    Declaration

    @@ -637,7 +637,7 @@

    Declaration

    @@ -673,7 +673,7 @@

    Declaration

    @@ -709,7 +709,7 @@

    Declaration

    @@ -745,7 +745,7 @@

    Declaration

    @@ -781,7 +781,7 @@

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -853,7 +853,7 @@

    Declaration

    @@ -890,7 +890,7 @@

    Declaration

    @@ -926,7 +926,7 @@

    Declaration

    @@ -962,7 +962,7 @@

    Declaration

    @@ -998,7 +998,7 @@

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1070,7 +1070,7 @@

    Declaration

    @@ -1106,7 +1106,7 @@

    Declaration

    @@ -1142,7 +1142,7 @@

    Declaration

    @@ -1178,7 +1178,7 @@

    Declaration

    @@ -1191,8 +1191,8 @@

    Declaration

    diff --git a/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html b/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html index c63093d2d..22ca36f45 100644 --- a/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBBlinkIdOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -591,7 +593,7 @@

    Parameters

    @@ -646,7 +648,7 @@

    Parameters

    @@ -701,7 +703,7 @@

    Parameters

    @@ -756,7 +758,7 @@

    Parameters

    @@ -811,7 +813,7 @@

    Parameters

    @@ -824,8 +826,8 @@

    Parameters

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html index 136fbf7a5..8f7f97d7a 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDebugRecognizerRunnerDelegate

    Protocol for obtaining debug metadata

    @@ -545,7 +547,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html index 125051aa6..c5f82ffe5 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDebugRecognizerRunnerViewControllerDelegate

    Protocol for obtaining debug metadata

    @@ -547,7 +549,7 @@

    Declaration

    @@ -586,7 +588,7 @@

    Declaration

    @@ -599,8 +601,8 @@

    Declaration

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html index c98814692..2858d5fd4 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDetectionRecognizerRunnerDelegate

    Protocol for obtaining detection results

    @@ -583,7 +585,7 @@

    Parameters

    @@ -658,7 +660,7 @@

    Parameters

    @@ -715,7 +717,7 @@

    Parameters

    @@ -728,8 +730,8 @@

    Parameters

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html index 8fc497462..0966a8a99 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDetectionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining detection results

    @@ -585,7 +587,7 @@

    Parameters

    @@ -662,7 +664,7 @@

    Parameters

    @@ -720,7 +722,7 @@

    Parameters

    @@ -733,8 +735,8 @@

    Parameters

    diff --git a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html index e16608df7..1c52569e5 100644 --- a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDocumentOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +595,7 @@

    Parameters

    @@ -648,7 +650,7 @@

    Parameters

    @@ -721,7 +723,7 @@

    Parameters

    @@ -734,8 +736,8 @@

    Parameters

    diff --git a/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html index aa8a13fd1..2d6314201 100644 --- a/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBFrameRecognitionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining frame recognition

    @@ -580,7 +582,7 @@

    Parameters

    @@ -593,8 +595,8 @@

    Parameters

    diff --git a/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html b/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html index 0da8758cf..c88c9197a 100644 --- a/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBLegacyDocumentVerificationOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -595,7 +597,7 @@

    Parameters

    @@ -651,7 +653,7 @@

    Parameters

    @@ -708,7 +710,7 @@

    Parameters

    @@ -786,7 +788,7 @@

    Parameters

    @@ -799,8 +801,8 @@

    Parameters

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html index dd0a8f716..9cd115c4f 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBOcrRecognizerRunnerDelegate

    Protocol for obtaining ocr results

    @@ -546,7 +548,7 @@

    Declaration

    @@ -559,8 +561,8 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html index 86d08b277..911e1d239 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBOcrRecognizerRunnerViewControllerDelegate

    Protocol for obtaining ocr results

    @@ -543,12 +545,12 @@

    Declaration

    Swift

    -
    func recognizerRunnerViewController(_ recognizerRunnerViewController: any UIViewController & MBRecognizerRunnerViewController, didObtainOcrResult ocrResult: MBOcrLayout, withResultName resultName: String)
    +
    func recognizerRunnerViewController(_ recognizerRunnerViewController: any UIViewController & MBRecognizerRunnerViewController, didObtainOcrResult ocrResult: MBOcrLayout, withResultName resultName: String)
    @@ -561,8 +563,8 @@

    Declaration

    diff --git a/docs/Protocols/MBOverlayContainerViewController.html b/docs/Protocols/MBOverlayContainerViewController.html index c36bc6774..3a6b42fef 100644 --- a/docs/Protocols/MBOverlayContainerViewController.html +++ b/docs/Protocols/MBOverlayContainerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOverlayContainerViewController

    Those are events specified by MBOverlayViewControllerDelegate protocol.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -621,7 +623,7 @@

    Declaration

    @@ -661,7 +663,7 @@

    Return Value

    YES if help button should be displayed.

    @@ -696,7 +698,7 @@

    Declaration

    @@ -731,7 +733,7 @@

    Declaration

    @@ -766,7 +768,7 @@

    Declaration

    @@ -779,8 +781,8 @@

    Declaration

    diff --git a/docs/Protocols/MBPointDetectorSubview.html b/docs/Protocols/MBPointDetectorSubview.html index 04f5ba2ef..dd7d52a0a 100644 --- a/docs/Protocols/MBPointDetectorSubview.html +++ b/docs/Protocols/MBPointDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBPointDetectorSubview

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/Protocols/MBQuadDetectorSubview.html b/docs/Protocols/MBQuadDetectorSubview.html index 5106fd084..ad2d1c9c9 100644 --- a/docs/Protocols/MBQuadDetectorSubview.html +++ b/docs/Protocols/MBQuadDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBQuadDetectorSubview

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewController.html b/docs/Protocols/MBRecognizerRunnerViewController.html index 5240eff1b..7efbe96ab 100644 --- a/docs/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/Protocols/MBRecognizerRunnerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerRunnerViewController

    Protocol for View controllers which present camera and provide scanning features

    @@ -547,7 +549,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -624,7 +626,7 @@

    Declaration

    @@ -665,7 +667,7 @@

    Return Value

    YES if scanning is paused. NO if it’s in progress

    @@ -729,7 +731,7 @@

    Parameters

    @@ -759,7 +761,7 @@

    Declaration

    Swift

    -
    func resumeCamera() async
    +
    func resumeCamera() async
    @@ -783,7 +785,7 @@

    Parameters

    @@ -818,7 +820,7 @@

    Declaration

    @@ -857,7 +859,7 @@

    Return Value

    YES if camera is paused. NO if camera is active

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -966,7 +968,7 @@

    Declaration

    @@ -1008,7 +1010,7 @@

    Declaration

    @@ -1021,8 +1023,8 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html index dd2071af0..c3eceef44 100644 --- a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerRunnerViewControllerDelegate

    Protocol for MBRecognizerRunnerViewController actions

    @@ -568,7 +570,7 @@

    Parameters

    @@ -611,7 +613,7 @@

    Declaration

    Swift

    -
    func recognizerRunnerViewController(_ recognizerRunnerViewController: Any!, didFindError error: any Error)
    +
    func recognizerRunnerViewController(_ recognizerRunnerViewController: Any!, didFindError error: any Error)
    @@ -647,7 +649,7 @@

    Parameters

    @@ -703,7 +705,7 @@

    Parameters

    @@ -760,7 +762,7 @@

    Parameters

    @@ -816,7 +818,7 @@

    Parameters

    @@ -872,7 +874,7 @@

    Parameters

    @@ -941,7 +943,7 @@

    Parameters

    @@ -954,8 +956,8 @@

    Parameters

    diff --git a/docs/Protocols/MBResultSubview.html b/docs/Protocols/MBResultSubview.html index 42b2b6446..caf79cb5f 100644 --- a/docs/Protocols/MBResultSubview.html +++ b/docs/Protocols/MBResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBResultSubview

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    @@ -543,7 +545,7 @@

    Declaration

    @@ -556,8 +558,8 @@

    Declaration

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html index 8a920e2bf..54039a9fe 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBScanningRecognizerRunnerDelegate

    Protocol for obtaining scanning results

    @@ -589,7 +591,7 @@

    Parameters

    @@ -602,8 +604,8 @@

    Parameters

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html index 2d527166a..d1b0001e9 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBScanningRecognizerRunnerViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +595,7 @@

    Parameters

    @@ -606,8 +608,8 @@

    Parameters

    diff --git a/docs/Protocols/MBSubviewDelegate.html b/docs/Protocols/MBSubviewDelegate.html index e9b41cfc7..3dcdc9c46 100644 --- a/docs/Protocols/MBSubviewDelegate.html +++ b/docs/Protocols/MBSubviewDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBSubviewDelegate

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -591,8 +593,8 @@

    Declaration

    diff --git a/docs/Structs.html b/docs/Structs.html index f469c0421..d40e40b03 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -530,7 +530,7 @@

    Declaration

    @@ -543,8 +543,8 @@

    Declaration

    diff --git a/docs/Type Definitions.html b/docs/Type Definitions.html index 92c15ce96..44f54f0d7 100644 --- a/docs/Type Definitions.html +++ b/docs/Type Definitions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -526,7 +526,7 @@

    Declaration

    @@ -561,7 +561,7 @@

    Declaration

    @@ -574,8 +574,8 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors.html index 17f328a57..56cd5d898 100644 --- a/docs/Type Definitions/MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -501,7 +503,7 @@

    MBImageExtensionFactors

    while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    @@ -532,17 +534,17 @@

    MBImageExtensionFactors

    Declaration

    Objective-C

    -
    struct MBImageExtensionFactors {}
    +
    struct MBImageExtensionFactors {}

    Swift

    -
    struct MBImageExtensionFactors
    +
    struct MBImageExtensionFactors
    @@ -555,8 +557,8 @@

    Declaration

    diff --git a/docs/css/jazzy.css b/docs/css/jazzy.css index c7bb9fe22..9d4b08b8c 100644 --- a/docs/css/jazzy.css +++ b/docs/css/jazzy.css @@ -259,10 +259,11 @@ pre code { padding-left: 3px; margin-left: 20px; font-size: 1rem; } - .item .declaration-note { - font-size: .85em; - color: #808080; - font-style: italic; } + +.declaration-note { + font-size: .85em; + color: #808080; + font-style: italic; } .pointer-container { border-bottom: 1px solid #ddd; diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html index ca5aace78..1d0cc09d2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -530,7 +530,7 @@

    Declaration

    @@ -567,7 +567,7 @@

    Declaration

    @@ -604,7 +604,7 @@

    Declaration

    @@ -641,7 +641,7 @@

    Declaration

    @@ -684,7 +684,7 @@

    Declaration

    @@ -727,7 +727,7 @@

    Declaration

    @@ -764,7 +764,7 @@

    Declaration

    @@ -803,7 +803,7 @@

    Declaration

    @@ -846,7 +846,7 @@

    Declaration

    @@ -888,7 +888,7 @@

    Declaration

    @@ -926,7 +926,7 @@

    Declaration

    @@ -963,7 +963,7 @@

    Declaration

    @@ -1001,7 +1001,7 @@

    Declaration

    @@ -1043,7 +1043,7 @@

    Declaration

    @@ -1083,7 +1083,7 @@

    Declaration

    @@ -1123,7 +1123,7 @@

    Declaration

    @@ -1159,7 +1159,7 @@

    Declaration

    @@ -1196,7 +1196,7 @@

    Declaration

    @@ -1233,7 +1233,7 @@

    Declaration

    @@ -1270,7 +1270,7 @@

    Declaration

    @@ -1307,7 +1307,7 @@

    Declaration

    @@ -1354,7 +1354,7 @@

    Declaration

    @@ -1393,7 +1393,7 @@

    Declaration

    @@ -1430,7 +1430,7 @@

    Declaration

    @@ -1467,7 +1467,7 @@

    Declaration

    @@ -1511,7 +1511,7 @@

    Declaration

    @@ -1548,7 +1548,7 @@

    Declaration

    @@ -1587,7 +1587,7 @@

    Declaration

    @@ -1623,7 +1623,7 @@

    Declaration

    @@ -1661,7 +1661,7 @@

    Declaration

    @@ -1700,7 +1700,7 @@

    Declaration

    @@ -1737,7 +1737,7 @@

    Declaration

    @@ -1774,7 +1774,7 @@

    Declaration

    @@ -1815,7 +1815,7 @@

    Declaration

    @@ -1854,7 +1854,7 @@

    Declaration

    @@ -1891,7 +1891,7 @@

    Declaration

    @@ -1928,7 +1928,7 @@

    Declaration

    @@ -1965,7 +1965,7 @@

    Declaration

    @@ -2008,7 +2008,7 @@

    Declaration

    @@ -2051,7 +2051,7 @@

    Declaration

    @@ -2089,7 +2089,7 @@

    Declaration

    @@ -2137,7 +2137,7 @@

    Declaration

    @@ -2178,7 +2178,7 @@

    Declaration

    @@ -2224,7 +2224,7 @@

    Declaration

    @@ -2263,7 +2263,7 @@

    Declaration

    @@ -2301,7 +2301,7 @@

    Declaration

    @@ -2345,7 +2345,7 @@

    Declaration

    @@ -2401,7 +2401,7 @@

    Declaration

    @@ -2443,7 +2443,7 @@

    Declaration

    @@ -2485,7 +2485,7 @@

    Declaration

    @@ -2522,7 +2522,7 @@

    Declaration

    @@ -2560,7 +2560,7 @@

    Declaration

    @@ -2597,7 +2597,7 @@

    Declaration

    @@ -2645,7 +2645,7 @@

    Declaration

    @@ -2682,7 +2682,7 @@

    Declaration

    @@ -2718,7 +2718,7 @@

    Declaration

    @@ -2764,7 +2764,7 @@

    Declaration

    @@ -2804,7 +2804,7 @@

    Declaration

    @@ -2841,7 +2841,7 @@

    Declaration

    @@ -2878,7 +2878,7 @@

    Declaration

    @@ -2914,7 +2914,7 @@

    Declaration

    @@ -2951,7 +2951,7 @@

    Declaration

    @@ -2989,7 +2989,7 @@

    Declaration

    @@ -3026,7 +3026,7 @@

    Declaration

    @@ -3063,7 +3063,7 @@

    Declaration

    @@ -3099,7 +3099,7 @@

    Declaration

    @@ -3137,7 +3137,7 @@

    Declaration

    @@ -3173,7 +3173,7 @@

    Declaration

    @@ -3209,7 +3209,7 @@

    Declaration

    @@ -3246,7 +3246,7 @@

    Declaration

    @@ -3283,7 +3283,7 @@

    Declaration

    @@ -3320,7 +3320,7 @@

    Declaration

    @@ -3358,7 +3358,7 @@

    Declaration

    @@ -3395,7 +3395,7 @@

    Declaration

    @@ -3432,7 +3432,7 @@

    Declaration

    @@ -3469,7 +3469,7 @@

    Declaration

    @@ -3506,7 +3506,7 @@

    Declaration

    @@ -3554,7 +3554,7 @@

    Declaration

    @@ -3595,7 +3595,7 @@

    Declaration

    @@ -3637,7 +3637,7 @@

    Declaration

    @@ -3674,7 +3674,7 @@

    Declaration

    @@ -3712,7 +3712,7 @@

    Declaration

    @@ -3758,7 +3758,7 @@

    Declaration

    @@ -3798,7 +3798,7 @@

    Declaration

    @@ -3835,7 +3835,7 @@

    Declaration

    @@ -3848,8 +3848,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAdditionalProcessingInfo.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAdditionalProcessingInfo.html index 00f4df4ff..f75ee0089 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAdditionalProcessingInfo.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAdditionalProcessingInfo.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBAdditionalProcessingInfo

    MBVizResult contains data extracted from the Visual Inspection Zone.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -666,8 +668,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html index e2e3c8b6a..d973ac46a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBBaseOcrOverlaySettings

    Settings class containing UI information

    @@ -546,7 +548,7 @@

    Declaration

    @@ -559,8 +561,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html index 6c7075499..fc859b425 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBBaseOverlaySettings

    Settings class containing UI information

    @@ -546,7 +548,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -619,7 +621,7 @@

    Declaration

    @@ -656,7 +658,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -726,7 +728,7 @@

    Declaration

    @@ -739,8 +741,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html index fce2e99ec..976f2e36a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBBaseOverlayViewController

    Common base class for default overlay view controllers

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizer.html index 84554bab3..e5d41f6ef 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBBlinkIdMultiSideRecognizer

    Recognizer which can scan front and back side of the United States driver license.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -580,12 +582,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBBlinkIdMultiSideRecognizerDelegate)? { get set }
    +
    weak var delegate: (any MBBlinkIdMultiSideRecognizerDelegate)? { get set }
    @@ -622,7 +624,7 @@

    Declaration

    @@ -659,7 +661,7 @@

    Declaration

    @@ -696,7 +698,7 @@

    Declaration

    @@ -733,7 +735,7 @@

    Declaration

    @@ -770,7 +772,7 @@

    Declaration

    @@ -808,7 +810,7 @@

    Declaration

    @@ -847,7 +849,7 @@

    Declaration

    @@ -884,7 +886,7 @@

    Declaration

    @@ -922,7 +924,7 @@

    Declaration

    @@ -960,7 +962,7 @@

    Declaration

    @@ -997,7 +999,7 @@

    Declaration

    @@ -1035,7 +1037,7 @@

    Declaration

    @@ -1073,7 +1075,7 @@

    Declaration

    @@ -1110,7 +1112,7 @@

    Declaration

    @@ -1150,7 +1152,7 @@

    Declaration

    @@ -1189,7 +1191,7 @@

    Declaration

    @@ -1202,8 +1204,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizerResult.html index 61c57c9d3..51bf4c1b5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdMultiSideRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBBlinkIdMultiSideRecognizerResult

    Recognizer which can scan front and back side of the United States driver license.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -585,7 +587,7 @@

    Declaration

    @@ -620,7 +622,7 @@

    Declaration

    @@ -655,7 +657,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Declaration

    @@ -725,7 +727,7 @@

    Declaration

    @@ -760,7 +762,7 @@

    Declaration

    @@ -795,7 +797,7 @@

    Declaration

    @@ -830,7 +832,7 @@

    Declaration

    @@ -865,7 +867,7 @@

    Declaration

    @@ -900,7 +902,7 @@

    Declaration

    @@ -935,7 +937,7 @@

    Declaration

    @@ -970,7 +972,7 @@

    Declaration

    @@ -1005,7 +1007,7 @@

    Declaration

    @@ -1040,7 +1042,7 @@

    Declaration

    @@ -1075,7 +1077,7 @@

    Declaration

    @@ -1110,7 +1112,7 @@

    Declaration

    @@ -1145,7 +1147,7 @@

    Declaration

    @@ -1180,7 +1182,7 @@

    Declaration

    @@ -1215,7 +1217,7 @@

    Declaration

    @@ -1250,7 +1252,7 @@

    Declaration

    @@ -1285,7 +1287,7 @@

    Declaration

    @@ -1320,7 +1322,7 @@

    Declaration

    @@ -1355,7 +1357,7 @@

    Declaration

    @@ -1390,7 +1392,7 @@

    Declaration

    @@ -1425,7 +1427,7 @@

    Declaration

    @@ -1460,7 +1462,7 @@

    Declaration

    @@ -1495,7 +1497,7 @@

    Declaration

    @@ -1530,7 +1532,7 @@

    Declaration

    @@ -1565,7 +1567,7 @@

    Declaration

    @@ -1600,7 +1602,7 @@

    Declaration

    @@ -1635,7 +1637,7 @@

    Declaration

    @@ -1670,7 +1672,7 @@

    Declaration

    @@ -1705,7 +1707,7 @@

    Declaration

    @@ -1740,7 +1742,7 @@

    Declaration

    @@ -1775,7 +1777,7 @@

    Declaration

    @@ -1810,7 +1812,7 @@

    Declaration

    @@ -1845,7 +1847,7 @@

    Declaration

    @@ -1880,7 +1882,7 @@

    Declaration

    @@ -1915,7 +1917,7 @@

    Declaration

    @@ -1950,7 +1952,7 @@

    Declaration

    @@ -1985,7 +1987,7 @@

    Declaration

    @@ -2020,7 +2022,7 @@

    Declaration

    @@ -2055,7 +2057,7 @@

    Declaration

    @@ -2090,7 +2092,7 @@

    Declaration

    @@ -2125,7 +2127,7 @@

    Declaration

    @@ -2160,7 +2162,7 @@

    Declaration

    @@ -2195,7 +2197,7 @@

    Declaration

    @@ -2230,7 +2232,7 @@

    Declaration

    @@ -2265,7 +2267,7 @@

    Declaration

    @@ -2300,7 +2302,7 @@

    Declaration

    @@ -2335,7 +2337,7 @@

    Declaration

    @@ -2370,7 +2372,7 @@

    Declaration

    @@ -2405,7 +2407,182 @@

    Declaration

    + + +
  • +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -2445,7 +2622,7 @@

    Declaration

    @@ -2458,8 +2635,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlaySettings.html index 5a7d461b2..1097305d4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBBlinkIdOverlaySettings

    Settings class containing parameters for BlinkId UI

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -620,7 +622,7 @@

    Declaration

    @@ -657,7 +659,7 @@

    Declaration

    @@ -693,7 +695,7 @@

    Declaration

    @@ -729,7 +731,7 @@

    Declaration

    @@ -765,7 +767,7 @@

    Declaration

    @@ -802,7 +804,7 @@

    Declaration

    @@ -838,7 +840,7 @@

    Declaration

    @@ -874,7 +876,7 @@

    Declaration

    @@ -910,7 +912,7 @@

    Declaration

    @@ -946,7 +948,7 @@

    Declaration

    @@ -982,7 +984,7 @@

    Declaration

    @@ -1018,7 +1020,7 @@

    Declaration

    @@ -1054,7 +1056,7 @@

    Declaration

    @@ -1090,7 +1092,7 @@

    Declaration

    @@ -1126,7 +1128,7 @@

    Declaration

    @@ -1162,7 +1164,7 @@

    Declaration

    @@ -1198,7 +1200,7 @@

    Declaration

    @@ -1235,7 +1237,7 @@

    Declaration

    @@ -1272,7 +1274,7 @@

    Declaration

    @@ -1309,7 +1311,7 @@

    Declaration

    @@ -1345,7 +1347,7 @@

    Declaration

    @@ -1381,7 +1383,7 @@

    Declaration

    @@ -1417,7 +1419,7 @@

    Declaration

    @@ -1453,7 +1455,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1525,7 +1527,7 @@

    Declaration

    @@ -1561,7 +1563,7 @@

    Declaration

    @@ -1597,7 +1599,7 @@

    Declaration

    @@ -1636,7 +1638,7 @@

    Return Value

    object initialized with default values.

    @@ -1649,8 +1651,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlayViewController.html index b775d245c..7a40c3718 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBBlinkIdOverlayViewController

    Default version of overlay view controller with modern design.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -576,12 +578,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBBlinkIdOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBBlinkIdOverlayViewControllerDelegate)? { get }
    @@ -615,7 +617,7 @@

    Declaration

    Swift

    -
    init(settings: MBBlinkIdOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBBlinkIdOverlayViewControllerDelegate)
    +
    init(settings: MBBlinkIdOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBBlinkIdOverlayViewControllerDelegate)
    @@ -655,7 +657,7 @@

    Return Value

    initialized overlayViewController

    @@ -668,8 +670,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizer.html index 7a8c4c9e7..d7ec2df60 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBBlinkIdSingleSideRecognizer

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -580,12 +582,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBBlinkIdSingleSideRecognizerDelegate)? { get set }
    +
    weak var delegate: (any MBBlinkIdSingleSideRecognizerDelegate)? { get set }
    @@ -622,7 +624,7 @@

    Declaration

    @@ -659,7 +661,7 @@

    Declaration

    @@ -696,7 +698,7 @@

    Declaration

    @@ -733,7 +735,7 @@

    Declaration

    @@ -770,7 +772,7 @@

    Declaration

    @@ -808,7 +810,7 @@

    Declaration

    @@ -847,7 +849,7 @@

    Declaration

    @@ -885,7 +887,7 @@

    Declaration

    @@ -923,7 +925,7 @@

    Declaration

    @@ -960,7 +962,7 @@

    Declaration

    @@ -998,7 +1000,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1077,7 +1079,7 @@

    Declaration

    @@ -1090,8 +1092,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizerResult.html index 24861390d..8813c5a02 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkIdSingleSideRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBBlinkIdSingleSideRecognizerResult

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -619,7 +621,7 @@

    Declaration

    @@ -654,7 +656,7 @@

    Declaration

    @@ -689,7 +691,7 @@

    Declaration

    @@ -724,7 +726,7 @@

    Declaration

    @@ -759,7 +761,7 @@

    Declaration

    @@ -794,7 +796,7 @@

    Declaration

    @@ -829,7 +831,7 @@

    Declaration

    @@ -864,7 +866,7 @@

    Declaration

    @@ -899,7 +901,7 @@

    Declaration

    @@ -934,7 +936,7 @@

    Declaration

    @@ -969,7 +971,7 @@

    Declaration

    @@ -1004,7 +1006,7 @@

    Declaration

    @@ -1039,7 +1041,7 @@

    Declaration

    @@ -1074,7 +1076,7 @@

    Declaration

    @@ -1109,7 +1111,7 @@

    Declaration

    @@ -1144,7 +1146,7 @@

    Declaration

    @@ -1179,7 +1181,7 @@

    Declaration

    @@ -1214,7 +1216,7 @@

    Declaration

    @@ -1249,7 +1251,7 @@

    Declaration

    @@ -1284,7 +1286,7 @@

    Declaration

    @@ -1319,7 +1321,7 @@

    Declaration

    @@ -1354,7 +1356,7 @@

    Declaration

    @@ -1389,7 +1391,7 @@

    Declaration

    @@ -1424,7 +1426,7 @@

    Declaration

    @@ -1459,7 +1461,7 @@

    Declaration

    @@ -1494,7 +1496,7 @@

    Declaration

    @@ -1529,7 +1531,7 @@

    Declaration

    @@ -1564,7 +1566,7 @@

    Declaration

    @@ -1599,7 +1601,7 @@

    Declaration

    @@ -1634,7 +1636,7 @@

    Declaration

    @@ -1669,7 +1671,7 @@

    Declaration

    @@ -1704,7 +1706,7 @@

    Declaration

    @@ -1739,7 +1741,7 @@

    Declaration

    @@ -1774,7 +1776,7 @@

    Declaration

    @@ -1809,7 +1811,7 @@

    Declaration

    @@ -1844,7 +1846,7 @@

    Declaration

    @@ -1879,7 +1881,7 @@

    Declaration

    @@ -1914,7 +1916,7 @@

    Declaration

    @@ -1949,7 +1951,7 @@

    Declaration

    @@ -1984,7 +1986,7 @@

    Declaration

    @@ -2019,7 +2021,7 @@

    Declaration

    @@ -2054,7 +2056,7 @@

    Declaration

    @@ -2089,7 +2091,7 @@

    Declaration

    @@ -2124,7 +2126,7 @@

    Declaration

    @@ -2159,7 +2161,182 @@

    Declaration

    + + +
  • +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -2199,7 +2376,7 @@

    Declaration

    @@ -2212,8 +2389,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraReticle.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraReticle.html index 04162993a..52f7eaaf1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraReticle.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraReticle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBCameraReticle

    the system is active but has not detected an object yet.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -755,7 +757,7 @@

    Declaration

    @@ -790,7 +792,7 @@

    Declaration

    @@ -825,7 +827,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -898,7 +900,7 @@

    Declaration

    @@ -933,7 +935,7 @@

    Declaration

    @@ -946,8 +948,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html index c0b3b5e38..8b331349f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBCameraSettings

    Settings class containing parameters for camera capture

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -626,7 +628,7 @@

    Declaration

    @@ -663,7 +665,7 @@

    Declaration

    @@ -700,7 +702,7 @@

    Declaration

    @@ -737,7 +739,7 @@

    Declaration

    @@ -774,7 +776,7 @@

    Declaration

    @@ -811,7 +813,7 @@

    Declaration

    @@ -849,7 +851,7 @@

    Declaration

    @@ -888,7 +890,7 @@

    Return Value

    object initialized with default values.

    @@ -927,7 +929,7 @@

    Return Value

    optimal AVFoundation session preset

    @@ -966,7 +968,7 @@

    Return Value

    optimal AVFoundation autofocus range restriction

    @@ -1004,7 +1006,7 @@

    Declaration

    @@ -1017,8 +1019,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html index 3aa323f3a..7e379d387 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBCustomOverlayViewController

    It’s responsibility is to provide meaningful and useful interface for the user to interact with.

    @@ -542,12 +544,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -595,7 +597,7 @@

    Declaration

    @@ -632,7 +634,7 @@

    Declaration

    @@ -670,7 +672,7 @@

    Declaration

    @@ -705,7 +707,7 @@

    Declaration

    @@ -741,7 +743,7 @@

    Declaration

    @@ -754,8 +756,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html index b210bfcd7..cbc3a0d3b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBDPIBasedDewarpPolicy

    image for output (e.g. MBImageReturnProcessor).

    @@ -544,12 +546,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -602,7 +604,7 @@

    Parameters

    @@ -639,7 +641,7 @@

    Declaration

    @@ -652,8 +654,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDate.html index 26be264bb..59fb589a8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBDate

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -622,7 +624,7 @@

    Return Value

    initialized value

    @@ -657,7 +659,7 @@

    Declaration

    @@ -692,7 +694,7 @@

    Declaration

    @@ -727,7 +729,7 @@

    Declaration

    @@ -762,7 +764,7 @@

    Declaration

    @@ -797,7 +799,7 @@

    Declaration

    @@ -836,7 +838,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -941,7 +943,7 @@

    Return Value

    initialized value

    @@ -954,8 +956,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html index fe1c7e6a2..27965b942 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBDateResult

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -623,7 +625,7 @@

    Return Value

    initialized value

    @@ -658,7 +660,7 @@

    Declaration

    @@ -693,7 +695,7 @@

    Declaration

    @@ -728,7 +730,7 @@

    Declaration

    @@ -763,7 +765,7 @@

    Declaration

    @@ -798,7 +800,7 @@

    Declaration

    @@ -837,7 +839,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -943,7 +945,7 @@

    Return Value

    initialized value

    @@ -956,8 +958,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html index 39337742b..47d70acf6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableDetection

    Represents a detection that can be displayed on screen.

    @@ -548,7 +550,7 @@

    Return Value

    initialized object

    @@ -582,7 +584,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Declaration

    @@ -630,8 +632,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html index 6903dba71..a642fdb44 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableObject

    Represents any object that can be displayed on screen in terms of drawing.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html index a93baea7d..912f0f792 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayablePointsDetection

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    @@ -544,7 +546,7 @@

    Declaration

    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html index 3f5e39d18..223d6b7ba 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDisplayableQuadDetection

    Represents a detection that can be displayed on screen.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html index 3ade8bd27..96e7456cf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -515,7 +517,7 @@

    MBDocumentFaceRecognizer

    Document Face Recognizer recognizer is used for scanning documents containing face images.

    @@ -559,7 +561,7 @@

    Declaration

    @@ -601,7 +603,7 @@

    Declaration

    @@ -646,7 +648,7 @@

    Declaration

    @@ -659,8 +661,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html index 9002361f6..e1b29b302 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBDocumentFaceRecognizerResult

    Class representing values obtained when scanning Document Face Recognizer

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -594,8 +596,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html index 4a52e3af8..7217352eb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDocumentOverlaySettings

    Settings class containing UI information

    @@ -547,7 +549,7 @@

    Declaration

    @@ -586,7 +588,7 @@

    Declaration

    @@ -621,7 +623,7 @@

    Declaration

    @@ -658,7 +660,7 @@

    Declaration

    @@ -671,8 +673,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html index 49cf89077..f3cc9064b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDocumentOverlayViewController

    Default overlay when using ID card recognizers.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -574,12 +576,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBDocumentOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBDocumentOverlayViewControllerDelegate)? { get }
    @@ -613,7 +615,7 @@

    Declaration

    Swift

    -
    init(settings: MBDocumentOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBDocumentOverlayViewControllerDelegate)
    +
    init(settings: MBDocumentOverlaySettings, recognizerCollection: MBRecognizerCollection, delegate: any MBDocumentOverlayViewControllerDelegate)
    @@ -653,7 +655,7 @@

    Return Value

    initialized overlayViewController

    @@ -666,8 +668,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html index 3d3c45129..0e8a55ac8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -512,7 +514,7 @@

    MBDocumentSubview

    The aspect ratio of the document can be set as a parameter

    @@ -553,7 +555,7 @@

    Declaration

    @@ -590,7 +592,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Return Value

    initialized view

    @@ -743,7 +745,7 @@

    Return Value

    initialized view

    @@ -756,8 +758,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html index 012923543..5f8c418a1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBDotsResultSubview

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Declaration

    @@ -703,8 +705,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html index b04a323c9..f38eb122c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBDotsSubview

    The layer is used to draw dots representing barcodes

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -651,7 +653,7 @@

    Declaration

    @@ -686,7 +688,7 @@

    Declaration

    @@ -699,8 +701,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBErrorReticle.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBErrorReticle.html index 9a93bb860..4ada04b22 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBErrorReticle.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBErrorReticle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBErrorReticle

    the system is active and has detected object.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -596,8 +598,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html index 8221240d8..c2df1705c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBFixedDewarpPolicy

    This policy is usually best for processor groups that use legacy BlinkOCR.

    @@ -541,12 +543,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -600,7 +602,7 @@

    Parameters

    @@ -637,7 +639,7 @@

    Declaration

    @@ -650,8 +652,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html index c2430d8f4..127c2e515 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -596,8 +598,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizer.html index b57466d67..5b079d07b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBIdBarcodeRecognizer

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -552,7 +554,7 @@

    Declaration

    @@ -565,8 +567,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizerResult.html index b9b0067e5..8752474b6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIdBarcodeRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBIdBarcodeRecognizerResult

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -651,7 +653,7 @@

    Declaration

    @@ -686,7 +688,7 @@

    Declaration

    @@ -721,7 +723,7 @@

    Declaration

    @@ -756,7 +758,7 @@

    Declaration

    @@ -791,7 +793,7 @@

    Declaration

    @@ -826,7 +828,7 @@

    Declaration

    @@ -861,7 +863,7 @@

    Declaration

    @@ -896,7 +898,7 @@

    Declaration

    @@ -931,7 +933,7 @@

    Declaration

    @@ -966,7 +968,7 @@

    Declaration

    @@ -1001,7 +1003,7 @@

    Declaration

    @@ -1036,7 +1038,7 @@

    Declaration

    @@ -1071,7 +1073,7 @@

    Declaration

    @@ -1106,7 +1108,7 @@

    Declaration

    @@ -1141,7 +1143,7 @@

    Declaration

    @@ -1176,7 +1178,7 @@

    Declaration

    @@ -1211,7 +1213,7 @@

    Declaration

    @@ -1246,7 +1248,7 @@

    Declaration

    @@ -1281,7 +1283,7 @@

    Declaration

    @@ -1316,7 +1318,7 @@

    Declaration

    @@ -1351,7 +1353,7 @@

    Declaration

    @@ -1387,7 +1389,7 @@

    Declaration

    @@ -1426,7 +1428,7 @@

    Return Value

    Type of the barcode

    @@ -1465,7 +1467,7 @@

    Return Value

    Type of the document

    @@ -1500,7 +1502,7 @@

    Declaration

    @@ -1535,7 +1537,7 @@

    Declaration

    @@ -1570,7 +1572,7 @@

    Declaration

    @@ -1605,7 +1607,7 @@

    Declaration

    @@ -1640,7 +1642,7 @@

    Declaration

    @@ -1675,7 +1677,7 @@

    Declaration

    @@ -1710,7 +1712,7 @@

    Declaration

    @@ -1747,7 +1749,7 @@

    Declaration

    @@ -1760,8 +1762,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html index f85617063..fe65901cb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImage

    Object which represents an image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Declaration

    @@ -654,7 +656,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -728,7 +730,7 @@

    Declaration

    @@ -766,7 +768,7 @@

    Declaration

    @@ -802,7 +804,7 @@

    Declaration

    @@ -832,12 +834,12 @@

    Declaration

    Swift

    -
    convenience init(uiImage image: UIImage)
    +
    convenience init(uiImage image: UIImage)
    @@ -868,12 +870,12 @@

    Declaration

    Swift

    -
    convenience init(cmSampleBuffer buffer: CMSampleBuffer)
    +
    convenience init(cmSampleBuffer buffer: CMSampleBuffer)
    @@ -904,12 +906,12 @@

    Declaration

    Swift

    -
    convenience init(cvPixelBuffer buffer: CVPixelBuffer, orientation: UIImage.Orientation)
    +
    convenience init(cvPixelBuffer buffer: CVPixelBuffer, orientation: UIImage.Orientation)
    @@ -922,8 +924,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html index f71750258..01d934ae6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImageReturnProcessor

    Processor that will simply save given image.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html index adc1694e7..d5f71ed65 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBImageReturnProcessorResult

    Processor that will simply save given image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -593,8 +595,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlaySettings.html index e34e04305..4a435b002 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBLegacyDocumentVerificationOverlaySettings

    Settings class containing UI information

    @@ -559,7 +561,7 @@

    Declaration

    @@ -603,7 +605,7 @@

    Declaration

    @@ -647,7 +649,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -734,7 +736,7 @@

    Declaration

    @@ -778,7 +780,7 @@

    Declaration

    @@ -819,7 +821,7 @@

    Declaration

    @@ -860,7 +862,7 @@

    Declaration

    @@ -901,7 +903,7 @@

    Declaration

    @@ -942,7 +944,7 @@

    Declaration

    @@ -984,7 +986,7 @@

    Declaration

    @@ -997,8 +999,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlayViewController.html index 7fa9b8902..d1837583b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyDocumentVerificationOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -511,7 +513,7 @@

    MBLegacyDocumentVerificationOverlayViewController

    Default overlay when using ID card combined recognizers for verification.

    @@ -555,7 +557,7 @@

    Declaration

    @@ -590,12 +592,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBLegacyDocumentVerificationOverlayViewControllerDelegate)? { get }
    +
    weak var delegate: (any MBLegacyDocumentVerificationOverlayViewControllerDelegate)? { get }
    @@ -637,7 +639,7 @@

    Declaration

    @@ -677,7 +679,7 @@

    Return Value

    initialized overlayViewController

    @@ -690,8 +692,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html index 3086986fe..0e171fc3b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBMicroblinkSDK

    optimisation of passing data.

    @@ -550,7 +552,7 @@

    Declaration

    @@ -617,7 +619,7 @@

    Parameters

    @@ -700,7 +702,7 @@

    Parameters

    @@ -767,7 +769,7 @@

    Parameters

    @@ -850,7 +852,7 @@

    Parameters

    @@ -956,7 +958,7 @@

    Parameters

    @@ -1078,7 +1080,7 @@

    Parameters

    @@ -1117,7 +1119,7 @@

    Return Value

    string that contains the library build version

    @@ -1190,7 +1192,7 @@

    Return Value

    YES if scanning is not supported, NO otherwise.

    @@ -1246,7 +1248,7 @@

    Parameters

    @@ -1259,8 +1261,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html index f5d3533f9..b6612fb01 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBMrtdCombinedRecognizer

    MRTD Combined recognizer is used for scanning both front and back side of generic IDs.

    @@ -560,7 +562,7 @@

    Declaration

    @@ -602,7 +604,7 @@

    Declaration

    @@ -645,7 +647,7 @@

    Declaration

    @@ -687,7 +689,7 @@

    Declaration

    @@ -732,7 +734,7 @@

    Declaration

    @@ -774,7 +776,7 @@

    Declaration

    @@ -810,12 +812,12 @@

    Declaration

    Swift

    -
    weak var mrzCombinedFilterDelegate: (any MBMrzCombinedFilter)? { get set }
    +
    weak var mrzCombinedFilterDelegate: (any MBMrzCombinedFilter)? { get set }
    @@ -828,8 +830,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html index 7a183410f..ff621f6af 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBMrtdCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of Croatian ID.

    @@ -548,7 +550,7 @@

    Declaration

    @@ -561,8 +563,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html index 637c8fb69..6c77dad94 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBMrtdRecognizer

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    @@ -558,7 +560,7 @@

    Declaration

    @@ -600,7 +602,7 @@

    Declaration

    @@ -643,7 +645,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -725,7 +727,7 @@

    Declaration

    @@ -761,12 +763,12 @@

    Declaration

    Swift

    -
    weak var mrzFilterDelegate: (any MBMrzFilter)? { get set }
    +
    weak var mrzFilterDelegate: (any MBMrzFilter)? { get set }
    @@ -779,8 +781,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html index 28617568d..65074470e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -507,7 +509,7 @@

    MBMrtdRecognizerResult

    Result of MBMrtdDetectorRecognizer

    @@ -546,7 +548,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -597,8 +599,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html index 8169a23c0..4eca74325 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBMrtdSpecification

    We encurage users to create specifications with one of our presets, if possible.

    @@ -568,7 +570,7 @@

    Return Value

    new instance for a given mrtd preset

    @@ -581,8 +583,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html index aca330bc3..8d23f4144 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -512,7 +514,7 @@

    MBNoUpScalingDewarpPolicy

    hologram detection or NN-based classification.

    @@ -546,12 +548,12 @@

    Declaration

    Swift

    -
    convenience init()
    +
    convenience init()
    @@ -605,7 +607,7 @@

    Parameters

    @@ -642,7 +644,7 @@

    Declaration

    @@ -655,8 +657,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html index e97e1de91..8fbf23d10 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBOcrBlock

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Return Value

    initialized ocr block

    @@ -729,7 +731,7 @@

    Return Value

    ocr block converted to string

    @@ -742,8 +744,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html index bd1fffb94..63f012149 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOcrChar

    Class representing an individual OCR character obtained in the OCR process.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Return Value

    initialized char

    @@ -816,8 +818,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html index e41c39ff6..51372a6dc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -524,7 +526,7 @@

    MBOcrLayout

    @@ -563,7 +565,7 @@

    Declaration

    @@ -598,7 +600,7 @@

    Declaration

    @@ -637,7 +639,7 @@

    Declaration

    @@ -672,7 +674,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -742,7 +744,7 @@

    Declaration

    @@ -816,7 +818,7 @@

    Return Value

    initialized ocr layout

    @@ -846,7 +848,7 @@

    Declaration

    Swift

    -
    convenience init(ocrBlocks: [Any])
    +
    convenience init(ocrBlocks: [Any])
    @@ -874,7 +876,7 @@

    Return Value

    initialized ocr layout

    @@ -913,7 +915,7 @@

    Return Value

    ocr layout converted to string

    @@ -926,8 +928,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html index 1f67010cc..5f9dd1d09 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBOcrLine

    @@ -549,7 +551,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -690,7 +692,7 @@

    Return Value

    initialized ocr line

    @@ -729,7 +731,7 @@

    Return Value

    ocr line converted to string

    @@ -742,8 +744,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html index 776f681fe..a050bdf9e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOverlaySettings

    Settings class containing UI information

    @@ -546,7 +548,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -620,7 +622,7 @@

    Return Value

    object initialized with default values.

    @@ -633,8 +635,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html index 4303b3e24..c5b0639e1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBOverlayViewController

    @@ -551,12 +553,12 @@

    Declaration

    Swift

    -
    weak var recognizerRunnerViewController: (any UIViewController & MBOverlayContainerViewController)? { get set }
    +
    weak var recognizerRunnerViewController: (any UIViewController & MBOverlayContainerViewController)? { get set }
    @@ -569,8 +571,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html index 3a1ad1785..b851ccd5a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBParserGroupProcessor

    A processor for a group

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -629,8 +631,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizer.html index 8988db570..c38ceae87 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBPassportRecognizer

    Recognizer which can scan all passports with MRZ.

    @@ -558,7 +560,7 @@

    Declaration

    @@ -600,7 +602,7 @@

    Declaration

    @@ -613,8 +615,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizerResult.html index 470ea0cd3..e25b803b8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPassportRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBPassportRecognizerResult

    Recognizer which can scan all passports with MRZ.

    @@ -547,7 +549,7 @@

    Declaration

    @@ -560,8 +562,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html index 1d991c582..14839ef7d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBPosition

    sides aligned to the sides of the image.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -747,7 +749,7 @@

    Return Value

    initialized position

    @@ -806,7 +808,7 @@

    Return Value

    position with offset

    @@ -845,7 +847,7 @@

    Return Value

    Position converted to CGRect

    @@ -884,7 +886,7 @@

    Return Value

    center of the position.

    @@ -923,7 +925,7 @@

    Return Value

    height of the position

    @@ -936,8 +938,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html index 56c63d802..525300ba4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBProcessor

    Base class for all processors

    @@ -544,7 +546,7 @@

    Declaration

    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html index 7fa3c6102..fa9bda507 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBProcessorGroup

    Class that represents a group of processors that will be executed on same dewarped image.

    @@ -591,7 +593,7 @@

    Parameters

    @@ -626,7 +628,7 @@

    Declaration

    @@ -639,8 +641,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html index d39649752..a00d74328 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBQuadrangle

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -746,7 +748,7 @@

    Return Value

    initialized quadrangle with four corners

    @@ -791,7 +793,7 @@

    Return Value

    points of the quadrangle in an array

    @@ -827,7 +829,7 @@

    Declaration

    @@ -866,7 +868,7 @@

    Return Value

    center point

    @@ -879,8 +881,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognitionModeFilter.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognitionModeFilter.html index f4563d998..77eafa102 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognitionModeFilter.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognitionModeFilter.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBRecognitionModeFilter

    Setting is taken into account only if the right for that document is purchased.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -580,7 +582,7 @@

    Declaration

    @@ -615,7 +617,7 @@

    Declaration

    @@ -650,7 +652,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -733,8 +735,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html index 8ec25ef17..2189cd4fe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBRecognizer

    Base class for all recognizers

    @@ -544,7 +546,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Return Value

    signed JSON representation of this entity’s current state.

    @@ -596,8 +598,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html index d04814570..a9a56fe13 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBRecognizerCollection

    Settings class containing settings related to scanner behaviour

    @@ -551,7 +553,7 @@

    Declaration

    @@ -589,7 +591,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -667,7 +669,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -720,8 +722,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html index 1b99968cd..b4ca63a89 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBRecognizerRunner

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -639,7 +641,7 @@

    Parameters

    @@ -696,7 +698,7 @@

    Parameters

    @@ -735,7 +737,7 @@

    Declaration

    @@ -748,8 +750,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBStringResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBStringResult.html index 06ef009ed..046005706 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBStringResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBStringResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBStringResult

    Class for all obtaining original string per alphabet type

    @@ -547,7 +549,7 @@

    Return Value

    the non-empty value, if such is present, with priority given to Latin alphabet.

    @@ -585,7 +587,7 @@

    Return Value

    value of the specified alphabet type.

    @@ -623,7 +625,7 @@

    Return Value

    the CGRect location, if result is detected, else CGRectNull. Priority given to Latin alphabet.

    @@ -661,7 +663,7 @@

    Return Value

    location of the specified alphabet type.

    @@ -699,7 +701,7 @@

    Return Value

    the MBSide side, if result is detected, else MBSideNone. Priority given to Latin alphabet.

    @@ -737,7 +739,7 @@

    Return Value

    side of the specified alphabet type.

    @@ -750,8 +752,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html index c04ac68fb..744b3dffc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBSubview

    Base class for all overlay subviews

    @@ -539,12 +541,12 @@

    Declaration

    Swift

    -
    weak var delegate: (any MBSubviewDelegate)? { get set }
    +
    weak var delegate: (any MBSubviewDelegate)? { get set }
    @@ -557,8 +559,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html index ec805a947..07e500c88 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBSuccessFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -592,8 +594,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html index cc9bc0180..e3052546f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBSuccessFrameGrabberRecognizerResult

    A recognizer that returns SuccessFrameGrabber result.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html index aa4e6d032..d761b7b7c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTapToFocusSubview

    Overlay subview presenting the effect which happens when the user taps to focus

    @@ -563,7 +565,7 @@

    Parameters

    @@ -576,8 +578,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html index 781b190b7..95fca8441 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingClass

    Class that represents a specific class of documents when used within Templating API.

    @@ -564,7 +566,7 @@

    Parameters

    @@ -604,7 +606,7 @@

    Return Value

    the currently set array of classification processor groups.

    @@ -659,7 +661,7 @@

    Parameters

    @@ -699,7 +701,7 @@

    Return Value

    the currently set array of non-classification processor groups.

    @@ -732,7 +734,7 @@

    Declaration

    Swift

    -
    func setTemplatingClassifier(_ templatingClassifier: (any MBTemplatingClassifier)?)
    +
    func setTemplatingClassifier(_ templatingClassifier: (any MBTemplatingClassifier)?)
    @@ -756,7 +758,7 @@

    Parameters

    @@ -769,8 +771,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html index 8df95467b..e474b4ed6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingRecognizer

    Base of all recognizers that support Templating API.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -581,7 +583,7 @@

    Declaration

    @@ -616,7 +618,7 @@

    Declaration

    @@ -629,8 +631,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html index 179a6d56f..a5d61835f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBTemplatingRecognizerResult

    Base of all recognizers result that support Templating API.

    @@ -545,7 +547,7 @@

    Declaration

    @@ -558,8 +560,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html index 8d743a6ea..14bfb00c8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -516,7 +518,7 @@

    MBUsdlCombinedRecognizer

    USDL Combined recognizer is used for scanning both front and back side of US Driver’s License.

    @@ -560,7 +562,7 @@

    Declaration

    @@ -605,7 +607,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -691,7 +693,7 @@

    Declaration

    @@ -733,7 +735,7 @@

    Declaration

    @@ -778,7 +780,7 @@

    Declaration

    @@ -791,8 +793,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html index fded45033..5e0768815 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -509,7 +511,7 @@

    MBUsdlCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    @@ -548,7 +550,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -618,7 +620,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -688,7 +690,7 @@

    Declaration

    @@ -723,7 +725,7 @@

    Declaration

    @@ -758,7 +760,7 @@

    Declaration

    @@ -793,7 +795,7 @@

    Declaration

    @@ -828,7 +830,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -898,7 +900,7 @@

    Declaration

    @@ -933,7 +935,7 @@

    Declaration

    @@ -968,7 +970,7 @@

    Declaration

    @@ -1003,7 +1005,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1074,7 +1076,7 @@

    Declaration

    @@ -1132,7 +1134,7 @@

    Return Value

    value for a given key

    @@ -1177,7 +1179,7 @@

    Declaration

    @@ -1190,8 +1192,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html index 5aa8c4f49..a7eb664e6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -510,7 +512,7 @@

    MBUsdlRecognizer

    A recognizer that can scan USDL.

    @@ -554,7 +556,7 @@

    Declaration

    @@ -599,7 +601,7 @@

    Declaration

    @@ -643,7 +645,7 @@

    Declaration

    @@ -685,7 +687,7 @@

    Declaration

    @@ -698,8 +700,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html index 11c935a3f..fae417e31 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBUsdlRecognizerResult

    A recognizer that can scan PDF417 2D barcodes.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -754,7 +756,7 @@

    Declaration

    @@ -789,7 +791,7 @@

    Declaration

    @@ -824,7 +826,7 @@

    Declaration

    @@ -859,7 +861,7 @@

    Declaration

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -964,7 +966,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1034,7 +1036,7 @@

    Declaration

    @@ -1069,7 +1071,7 @@

    Declaration

    @@ -1104,7 +1106,7 @@

    Declaration

    @@ -1139,7 +1141,7 @@

    Declaration

    @@ -1174,7 +1176,7 @@

    Declaration

    @@ -1210,7 +1212,7 @@

    Declaration

    @@ -1268,7 +1270,7 @@

    Return Value

    value for a given key

    @@ -1313,7 +1315,7 @@

    Declaration

    @@ -1326,8 +1328,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html index 27a6c4ebb..5f2da9bfe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -506,7 +508,7 @@

    MBViewControllerFactory

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -555,7 +557,7 @@

    Declaration

    Swift

    -
    class func recognizerRunnerViewController(withOverlayViewController overlayViewController: MBOverlayViewController) -> (any UIViewController & MBRecognizerRunnerViewController)?
    +
    class func recognizerRunnerViewController(withOverlayViewController overlayViewController: MBOverlayViewController) -> (any UIViewController & MBRecognizerRunnerViewController)?
    @@ -583,7 +585,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -620,7 +622,7 @@

    Declaration

    Swift

    -
    class func recognizerRunnerViewController(withResult result: @escaping MBScanningResultBlock, closeButtonTapped: @escaping MBScanningOverlayCloseButtonTappedBlock) -> (any UIViewController & MBRecognizerRunnerViewController)?
    +
    class func recognizerRunnerViewController(withResult result: @escaping MBScanningResultBlock, closeButtonTapped: @escaping MBScanningOverlayCloseButtonTappedBlock) -> (any UIViewController & MBRecognizerRunnerViewController)?
    @@ -660,7 +662,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -673,8 +675,8 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizer.html index 91b2060af..c781ff740 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -514,7 +516,7 @@

    MBVisaRecognizer

    Recognizer which can scan all visas with MRZ.

    @@ -558,7 +560,7 @@

    Declaration

    @@ -571,8 +573,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizerResult.html index c72ffd293..d5213a058 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVisaRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -508,7 +510,7 @@

    MBVisaRecognizerResult

    Recognizer which can scan all visas with MRZ.

    @@ -547,7 +549,7 @@

    Declaration

    @@ -560,8 +562,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVizResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVizResult.html index a67e26d0b..2eff514de 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVizResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVizResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBVizResult

    MBVizResult contains data extracted from the Visual Inspection Zone.

    @@ -544,7 +546,7 @@

    Declaration

    @@ -579,7 +581,7 @@

    Declaration

    @@ -614,7 +616,7 @@

    Declaration

    @@ -649,7 +651,7 @@

    Declaration

    @@ -684,7 +686,7 @@

    Declaration

    @@ -719,7 +721,7 @@

    Declaration

    @@ -754,7 +756,7 @@

    Declaration

    @@ -789,7 +791,7 @@

    Declaration

    @@ -824,7 +826,7 @@

    Declaration

    @@ -859,7 +861,7 @@

    Declaration

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -964,7 +966,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1034,7 +1036,7 @@

    Declaration

    @@ -1069,7 +1071,7 @@

    Declaration

    @@ -1104,7 +1106,7 @@

    Declaration

    @@ -1139,7 +1141,7 @@

    Declaration

    @@ -1174,7 +1176,7 @@

    Declaration

    @@ -1209,7 +1211,7 @@

    Declaration

    @@ -1244,7 +1246,7 @@

    Declaration

    @@ -1279,7 +1281,7 @@

    Declaration

    @@ -1314,7 +1316,7 @@

    Declaration

    @@ -1349,7 +1351,7 @@

    Declaration

    @@ -1384,7 +1386,7 @@

    Declaration

    @@ -1419,7 +1421,7 @@

    Declaration

    @@ -1454,7 +1456,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1524,7 +1526,7 @@

    Declaration

    @@ -1559,7 +1561,7 @@

    Declaration

    @@ -1594,7 +1596,7 @@

    Declaration

    @@ -1629,7 +1631,7 @@

    Declaration

    @@ -1664,7 +1666,7 @@

    Declaration

    @@ -1699,7 +1701,7 @@

    Declaration

    @@ -1734,7 +1736,7 @@

    Declaration

    @@ -1769,7 +1771,182 @@

    Declaration

    + + +
  • +
  • +
    + + + + manufacturingYear + +
    +
    +
    +
    +
    +
    +

    The manufacturing year.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;
    + +
    +
    +

    Swift

    +
    var manufacturingYear: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + vehicleType + +
    +
    +
    +
    +
    +
    +

    The eligibility category.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *vehicleType;
    + +
    +
    +

    Swift

    +
    var vehicleType: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + eligibilityCategory + +
    +
    +
    +
    +
    +
    +

    The manufacturing year..

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;
    + +
    +
    +

    Swift

    +
    var eligibilityCategory: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    The specific document validity.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;
    + +
    +
    +

    Swift

    +
    var specificDocumentValidity: MBStringResult? { get }
    + +
    +
    + +
    +
    +
  • +
  • +
    + + + + dependentInfos + +
    +
    +
    +
    +
    +
    +

    The dependents info.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *> *dependentInfos;
    + +
    +
    +

    Swift

    +
    var dependentInfos: [MBDependentInfo]? { get }
    + +
    +
    +
    @@ -1782,8 +1959,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html index 1b96aef86..86dd498de 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -524,7 +524,7 @@

    Declaration

    @@ -555,7 +555,7 @@

    Declaration

    @@ -586,7 +586,7 @@

    Declaration

    @@ -622,7 +622,7 @@

    Declaration

    @@ -658,7 +658,7 @@

    Declaration

    @@ -694,7 +694,7 @@

    Declaration

    @@ -725,7 +725,7 @@

    Declaration

    @@ -756,7 +756,7 @@

    Declaration

    @@ -787,7 +787,7 @@

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -848,7 +848,7 @@

    Declaration

    @@ -883,7 +883,7 @@

    Declaration

    @@ -919,7 +919,7 @@

    Declaration

    @@ -949,7 +949,7 @@

    Declaration

    @@ -985,7 +985,7 @@

    Declaration

    @@ -1021,7 +1021,7 @@

    Declaration

    @@ -1052,7 +1052,7 @@

    Declaration

    @@ -1083,7 +1083,7 @@

    Declaration

    @@ -1119,7 +1119,7 @@

    Declaration

    @@ -1150,7 +1150,7 @@

    Declaration

    @@ -1186,7 +1186,7 @@

    Declaration

    @@ -1222,7 +1222,7 @@

    Declaration

    @@ -1258,7 +1258,7 @@

    Declaration

    @@ -1288,7 +1288,7 @@

    Declaration

    @@ -1319,7 +1319,7 @@

    Declaration

    @@ -1332,8 +1332,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBAnonymizationMode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBAnonymizationMode.html index cbcfa0b69..5e2cd728b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBAnonymizationMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBAnonymizationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBAnonymizationMode

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -636,8 +638,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeElementKey.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeElementKey.html index 975a24729..4ea30c49e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeElementKey.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeElementKey.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBBarcodeElementKey

    Enumeration of possible barcode element keys

    @@ -539,7 +541,7 @@

    Declaration

    @@ -598,7 +600,7 @@

    Declaration

    @@ -631,7 +633,7 @@

    Declaration

    @@ -663,7 +665,7 @@

    Declaration

    @@ -707,7 +709,7 @@

    Declaration

    @@ -739,7 +741,7 @@

    Declaration

    @@ -772,7 +774,7 @@

    Declaration

    @@ -817,7 +819,7 @@

    Declaration

    @@ -853,7 +855,7 @@

    Declaration

    @@ -887,7 +889,7 @@

    Declaration

    @@ -921,7 +923,7 @@

    Declaration

    @@ -957,7 +959,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1038,7 +1040,7 @@

    Declaration

    @@ -1072,7 +1074,7 @@

    Declaration

    @@ -1106,7 +1108,7 @@

    Declaration

    @@ -1140,7 +1142,7 @@

    Declaration

    @@ -1185,7 +1187,7 @@

    Declaration

    @@ -1233,7 +1235,7 @@

    Declaration

    @@ -1278,7 +1280,7 @@

    Declaration

    @@ -1310,7 +1312,7 @@

    Declaration

    @@ -1342,7 +1344,7 @@

    Declaration

    @@ -1388,7 +1390,7 @@

    Declaration

    @@ -1431,7 +1433,7 @@

    Declaration

    @@ -1464,7 +1466,7 @@

    Declaration

    @@ -1497,7 +1499,7 @@

    Declaration

    @@ -1529,7 +1531,7 @@

    Declaration

    @@ -1563,7 +1565,7 @@

    Declaration

    @@ -1597,7 +1599,7 @@

    Declaration

    @@ -1630,7 +1632,7 @@

    Declaration

    @@ -1662,7 +1664,7 @@

    Declaration

    @@ -1696,7 +1698,7 @@

    Declaration

    @@ -1747,7 +1749,7 @@

    Declaration

    @@ -1779,7 +1781,7 @@

    Declaration

    @@ -1811,7 +1813,7 @@

    Declaration

    @@ -1843,7 +1845,7 @@

    Declaration

    @@ -1875,7 +1877,7 @@

    Declaration

    @@ -1907,7 +1909,7 @@

    Declaration

    @@ -1939,7 +1941,7 @@

    Declaration

    @@ -1971,7 +1973,7 @@

    Declaration

    @@ -2012,7 +2014,7 @@

    Declaration

    @@ -2044,7 +2046,7 @@

    Declaration

    @@ -2076,7 +2078,7 @@

    Declaration

    @@ -2108,7 +2110,7 @@

    Declaration

    @@ -2140,7 +2142,7 @@

    Declaration

    @@ -2172,7 +2174,7 @@

    Declaration

    @@ -2206,7 +2208,7 @@

    Declaration

    @@ -2238,7 +2240,7 @@

    Declaration

    @@ -2270,7 +2272,7 @@

    Declaration

    @@ -2302,7 +2304,7 @@

    Declaration

    @@ -2334,7 +2336,7 @@

    Declaration

    @@ -2367,7 +2369,7 @@

    Declaration

    @@ -2402,7 +2404,7 @@

    Declaration

    @@ -2442,7 +2444,7 @@

    Declaration

    @@ -2475,7 +2477,7 @@

    Declaration

    @@ -2509,7 +2511,7 @@

    Declaration

    @@ -2544,7 +2546,7 @@

    Declaration

    @@ -2576,7 +2578,7 @@

    Declaration

    @@ -2610,7 +2612,7 @@

    Declaration

    @@ -2650,7 +2652,7 @@

    Declaration

    @@ -2684,7 +2686,7 @@

    Declaration

    @@ -2716,7 +2718,7 @@

    Declaration

    @@ -2769,7 +2771,7 @@

    Declaration

    @@ -2820,7 +2822,7 @@

    Declaration

    @@ -2853,7 +2855,7 @@

    Declaration

    @@ -2886,7 +2888,7 @@

    Declaration

    @@ -2918,7 +2920,7 @@

    Declaration

    @@ -2951,7 +2953,7 @@

    Declaration

    @@ -2984,7 +2986,7 @@

    Declaration

    @@ -3019,7 +3021,7 @@

    Declaration

    @@ -3051,7 +3053,7 @@

    Declaration

    @@ -3085,7 +3087,7 @@

    Declaration

    @@ -3118,7 +3120,7 @@

    Declaration

    @@ -3150,7 +3152,7 @@

    Declaration

    @@ -3182,7 +3184,7 @@

    Declaration

    @@ -3214,7 +3216,7 @@

    Declaration

    @@ -3246,7 +3248,7 @@

    Declaration

    @@ -3278,7 +3280,7 @@

    Declaration

    @@ -3311,7 +3313,7 @@

    Declaration

    @@ -3344,7 +3346,7 @@

    Declaration

    @@ -3376,7 +3378,7 @@

    Declaration

    @@ -3408,7 +3410,7 @@

    Declaration

    @@ -3440,7 +3442,7 @@

    Declaration

    @@ -3473,7 +3475,7 @@

    Declaration

    @@ -3506,7 +3508,7 @@

    Declaration

    @@ -3538,7 +3540,7 @@

    Declaration

    @@ -3551,8 +3553,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html index ae86b89e1..e28abd2bf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBBarcodeType

    Enumeration of possible barcode formats

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -846,8 +848,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html index dfc781350..c1bfe567e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraAutofocusRestriction

    Camera autofocus restricion mode

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html index a9c1f758a..4153e5413 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraPreset

    Camera resolution preset

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -718,7 +720,7 @@

    Declaration

    @@ -753,7 +755,7 @@

    Declaration

    @@ -766,8 +768,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html index 49549fb1b..8b146b1e8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBCameraType

    Camera type

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -591,8 +593,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDataMatchState.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDataMatchState.html index 8514a41fb..3100d6699 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDataMatchState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDataMatchState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDataMatchState

    Result of the data matching algorithm for scanned parts/sides of the document.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -606,8 +608,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html index acd43415b..d6ea8ddf7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDetectionStatus

    Status of the object detection in Microblink SDK

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -756,8 +758,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html index 302493956..69335cb76 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBDocumentFaceDetectorType

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -606,8 +608,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html index cae380760..45aa5d6bc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBFrameQualityEstimationMode

    Denotes the mode in which FrameQuality estimation works

    @@ -538,12 +540,12 @@

    Declaration

    Swift

    -
    case `default` = 0
    +
    case `default` = 0
    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBIdBarcodeDocumentType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBIdBarcodeDocumentType.html index 93474a744..b83f14905 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBIdBarcodeDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBIdBarcodeDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBIdBarcodeDocumentType

    Enumeration of possible barcode formats

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -846,8 +848,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html index d60337fcf..6cf5c3fa2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBMrtdDocumentType

    Supported MRTD document types

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -718,7 +720,7 @@

    Declaration

    @@ -753,7 +755,7 @@

    Declaration

    @@ -788,7 +790,7 @@

    Declaration

    @@ -801,8 +803,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html index 2e03250be..848d1ba5d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBMrtdSpecificationPreset

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html index 1f1bd8bf4..be4caf97d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBOcrFont

    A list of fonts supported by BlinkOCR

    @@ -534,7 +536,7 @@

    Declaration

    @@ -565,7 +567,7 @@

    Declaration

    @@ -596,7 +598,7 @@

    Declaration

    @@ -627,7 +629,7 @@

    Declaration

    @@ -658,7 +660,7 @@

    Declaration

    @@ -689,7 +691,7 @@

    Declaration

    @@ -720,7 +722,7 @@

    Declaration

    @@ -751,7 +753,7 @@

    Declaration

    @@ -782,7 +784,7 @@

    Declaration

    @@ -813,7 +815,7 @@

    Declaration

    @@ -844,7 +846,7 @@

    Declaration

    @@ -875,7 +877,7 @@

    Declaration

    @@ -906,7 +908,7 @@

    Declaration

    @@ -937,7 +939,7 @@

    Declaration

    @@ -968,7 +970,7 @@

    Declaration

    @@ -999,7 +1001,7 @@

    Declaration

    @@ -1030,7 +1032,7 @@

    Declaration

    @@ -1060,7 +1062,7 @@

    Declaration

    @@ -1091,7 +1093,7 @@

    Declaration

    @@ -1122,7 +1124,7 @@

    Declaration

    @@ -1153,7 +1155,7 @@

    Declaration

    @@ -1184,7 +1186,7 @@

    Declaration

    @@ -1215,7 +1217,7 @@

    Declaration

    @@ -1246,7 +1248,7 @@

    Declaration

    @@ -1277,7 +1279,7 @@

    Declaration

    @@ -1308,7 +1310,7 @@

    Declaration

    @@ -1339,7 +1341,7 @@

    Declaration

    @@ -1370,7 +1372,7 @@

    Declaration

    @@ -1401,7 +1403,7 @@

    Declaration

    @@ -1432,7 +1434,7 @@

    Declaration

    @@ -1462,7 +1464,7 @@

    Declaration

    @@ -1493,7 +1495,7 @@

    Declaration

    @@ -1524,7 +1526,7 @@

    Declaration

    @@ -1555,7 +1557,7 @@

    Declaration

    @@ -1586,7 +1588,7 @@

    Declaration

    @@ -1617,7 +1619,7 @@

    Declaration

    @@ -1648,7 +1650,7 @@

    Declaration

    @@ -1678,7 +1680,7 @@

    Declaration

    @@ -1709,7 +1711,7 @@

    Declaration

    @@ -1740,7 +1742,7 @@

    Declaration

    @@ -1771,7 +1773,7 @@

    Declaration

    @@ -1802,7 +1804,7 @@

    Declaration

    @@ -1833,7 +1835,7 @@

    Declaration

    @@ -1864,7 +1866,7 @@

    Declaration

    @@ -1895,7 +1897,7 @@

    Declaration

    @@ -1926,7 +1928,7 @@

    Declaration

    @@ -1956,7 +1958,7 @@

    Declaration

    @@ -1987,7 +1989,7 @@

    Declaration

    @@ -2018,7 +2020,7 @@

    Declaration

    @@ -2049,7 +2051,7 @@

    Declaration

    @@ -2080,7 +2082,7 @@

    Declaration

    @@ -2111,7 +2113,7 @@

    Declaration

    @@ -2142,7 +2144,7 @@

    Declaration

    @@ -2172,7 +2174,7 @@

    Declaration

    @@ -2203,7 +2205,7 @@

    Declaration

    @@ -2234,7 +2236,7 @@

    Declaration

    @@ -2265,7 +2267,7 @@

    Declaration

    @@ -2296,7 +2298,7 @@

    Declaration

    @@ -2327,7 +2329,7 @@

    Declaration

    @@ -2358,7 +2360,7 @@

    Declaration

    @@ -2388,7 +2390,7 @@

    Declaration

    @@ -2419,7 +2421,7 @@

    Declaration

    @@ -2450,7 +2452,7 @@

    Declaration

    @@ -2481,7 +2483,7 @@

    Declaration

    @@ -2512,7 +2514,7 @@

    Declaration

    @@ -2543,7 +2545,7 @@

    Declaration

    @@ -2574,7 +2576,7 @@

    Declaration

    @@ -2605,7 +2607,7 @@

    Declaration

    @@ -2636,7 +2638,7 @@

    Declaration

    @@ -2667,7 +2669,7 @@

    Declaration

    @@ -2698,7 +2700,7 @@

    Declaration

    @@ -2729,7 +2731,7 @@

    Declaration

    @@ -2760,7 +2762,7 @@

    Declaration

    @@ -2790,7 +2792,7 @@

    Declaration

    @@ -2820,7 +2822,7 @@

    Declaration

    @@ -2850,7 +2852,7 @@

    Declaration

    @@ -2880,7 +2882,7 @@

    Declaration

    @@ -2910,7 +2912,7 @@

    Declaration

    @@ -2940,7 +2942,7 @@

    Declaration

    @@ -2970,7 +2972,7 @@

    Declaration

    @@ -3000,7 +3002,7 @@

    Declaration

    @@ -3030,7 +3032,7 @@

    Declaration

    @@ -3043,8 +3045,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html index bc38ee84d..1e73bf49e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBProcessingOrientation

    Enum which describes text orientation on an image.

    @@ -543,7 +545,7 @@

    Declaration

    @@ -573,12 +575,12 @@

    Declaration

    Swift

    -
    case right = 1
    +
    case right = 1
    @@ -613,7 +615,7 @@

    Declaration

    @@ -643,12 +645,12 @@

    Declaration

    Swift

    -
    case left = 3
    +
    case left = 3
    @@ -661,8 +663,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingStatus.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingStatus.html index 988dc1d34..1752dfc82 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingStatus.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBProcessingStatus

    MBProcessingStatus enum defines status of the last recognition process.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -743,7 +745,7 @@

    Declaration

    @@ -773,7 +775,7 @@

    Declaration

    @@ -803,7 +805,7 @@

    Declaration

    @@ -833,7 +835,7 @@

    Declaration

    @@ -863,7 +865,7 @@

    Declaration

    @@ -893,7 +895,7 @@

    Declaration

    @@ -923,7 +925,7 @@

    Declaration

    @@ -953,7 +955,7 @@

    Declaration

    @@ -983,7 +985,7 @@

    Declaration

    @@ -1013,7 +1015,7 @@

    Declaration

    @@ -1026,8 +1028,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html index 47e85ec3c..c923f6240 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBProcessorResultState

    Enumeration of posibble processor result state

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionDebugMode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionDebugMode.html index ac050c554..5e7293aeb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionDebugMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionDebugMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognitionDebugMode

    Denotes the mode in which Recognizers performs recognition

    @@ -538,12 +540,12 @@

    Declaration

    Swift

    -
    case `default` = 0
    +
    case `default` = 0
    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -626,8 +628,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html index 6e88aedd2..a0f9f8cff 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBRecognitionMode

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    @@ -533,7 +535,7 @@

    Declaration

    @@ -563,7 +565,7 @@

    Declaration

    @@ -593,7 +595,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -653,7 +655,7 @@

    Declaration

    @@ -683,7 +685,7 @@

    Declaration

    @@ -713,7 +715,7 @@

    Declaration

    @@ -726,8 +728,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html index ca318312f..ae534952f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerResultState

    Enumeration of posibble recognizer result state

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -613,7 +615,7 @@

    Declaration

    @@ -648,7 +650,7 @@

    Declaration

    @@ -661,8 +663,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html index 39c191b83..b24f3cc9b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -499,7 +501,7 @@

    MBUsdlKeys

    Possible keys that can be used for obtaining USDL result elements.

    @@ -539,7 +541,7 @@

    Declaration

    @@ -590,7 +592,7 @@

    Declaration

    @@ -623,7 +625,7 @@

    Declaration

    @@ -655,7 +657,7 @@

    Declaration

    @@ -699,7 +701,7 @@

    Declaration

    @@ -731,7 +733,7 @@

    Declaration

    @@ -764,7 +766,7 @@

    Declaration

    @@ -809,7 +811,7 @@

    Declaration

    @@ -845,7 +847,7 @@

    Declaration

    @@ -879,7 +881,7 @@

    Declaration

    @@ -913,7 +915,7 @@

    Declaration

    @@ -949,7 +951,7 @@

    Declaration

    @@ -991,7 +993,7 @@

    Declaration

    @@ -1030,7 +1032,7 @@

    Declaration

    @@ -1064,7 +1066,7 @@

    Declaration

    @@ -1098,7 +1100,7 @@

    Declaration

    @@ -1132,7 +1134,7 @@

    Declaration

    @@ -1177,7 +1179,7 @@

    Declaration

    @@ -1225,7 +1227,7 @@

    Declaration

    @@ -1270,7 +1272,7 @@

    Declaration

    @@ -1302,7 +1304,7 @@

    Declaration

    @@ -1334,7 +1336,7 @@

    Declaration

    @@ -1380,7 +1382,7 @@

    Declaration

    @@ -1423,7 +1425,7 @@

    Declaration

    @@ -1456,7 +1458,7 @@

    Declaration

    @@ -1489,7 +1491,7 @@

    Declaration

    @@ -1521,7 +1523,7 @@

    Declaration

    @@ -1555,7 +1557,7 @@

    Declaration

    @@ -1589,7 +1591,7 @@

    Declaration

    @@ -1622,7 +1624,7 @@

    Declaration

    @@ -1654,7 +1656,7 @@

    Declaration

    @@ -1688,7 +1690,7 @@

    Declaration

    @@ -1739,7 +1741,7 @@

    Declaration

    @@ -1771,7 +1773,7 @@

    Declaration

    @@ -1803,7 +1805,7 @@

    Declaration

    @@ -1835,7 +1837,7 @@

    Declaration

    @@ -1867,7 +1869,7 @@

    Declaration

    @@ -1899,7 +1901,7 @@

    Declaration

    @@ -1931,7 +1933,7 @@

    Declaration

    @@ -1963,7 +1965,7 @@

    Declaration

    @@ -2004,7 +2006,7 @@

    Declaration

    @@ -2036,7 +2038,7 @@

    Declaration

    @@ -2068,7 +2070,7 @@

    Declaration

    @@ -2100,7 +2102,7 @@

    Declaration

    @@ -2132,7 +2134,7 @@

    Declaration

    @@ -2164,7 +2166,7 @@

    Declaration

    @@ -2198,7 +2200,7 @@

    Declaration

    @@ -2230,7 +2232,7 @@

    Declaration

    @@ -2262,7 +2264,7 @@

    Declaration

    @@ -2294,7 +2296,7 @@

    Declaration

    @@ -2326,7 +2328,7 @@

    Declaration

    @@ -2359,7 +2361,7 @@

    Declaration

    @@ -2394,7 +2396,7 @@

    Declaration

    @@ -2434,7 +2436,7 @@

    Declaration

    @@ -2467,7 +2469,7 @@

    Declaration

    @@ -2501,7 +2503,7 @@

    Declaration

    @@ -2536,7 +2538,7 @@

    Declaration

    @@ -2568,7 +2570,7 @@

    Declaration

    @@ -2602,7 +2604,7 @@

    Declaration

    @@ -2642,7 +2644,7 @@

    Declaration

    @@ -2676,7 +2678,7 @@

    Declaration

    @@ -2708,7 +2710,7 @@

    Declaration

    @@ -2761,7 +2763,7 @@

    Declaration

    @@ -2812,7 +2814,7 @@

    Declaration

    @@ -2845,7 +2847,7 @@

    Declaration

    @@ -2878,7 +2880,7 @@

    Declaration

    @@ -2910,7 +2912,7 @@

    Declaration

    @@ -2943,7 +2945,7 @@

    Declaration

    @@ -2976,7 +2978,7 @@

    Declaration

    @@ -3011,7 +3013,7 @@

    Declaration

    @@ -3043,7 +3045,7 @@

    Declaration

    @@ -3077,7 +3079,7 @@

    Declaration

    @@ -3110,7 +3112,7 @@

    Declaration

    @@ -3142,7 +3144,7 @@

    Declaration

    @@ -3174,7 +3176,7 @@

    Declaration

    @@ -3206,7 +3208,7 @@

    Declaration

    @@ -3238,7 +3240,7 @@

    Declaration

    @@ -3270,7 +3272,7 @@

    Declaration

    @@ -3303,7 +3305,7 @@

    Declaration

    @@ -3336,7 +3338,7 @@

    Declaration

    @@ -3368,7 +3370,7 @@

    Declaration

    @@ -3400,7 +3402,7 @@

    Declaration

    @@ -3432,7 +3434,7 @@

    Declaration

    @@ -3465,7 +3467,7 @@

    Declaration

    @@ -3498,7 +3500,7 @@

    Declaration

    @@ -3530,7 +3532,7 @@

    Declaration

    @@ -3543,8 +3545,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html index 042bf070e..8343fd29d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -541,7 +541,7 @@

    Declaration

    @@ -573,7 +573,7 @@

    Declaration

    @@ -586,8 +586,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html index d327a0435..0eedfeb04 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -529,7 +529,7 @@

    Declaration

    @@ -565,7 +565,7 @@

    Declaration

    @@ -601,7 +601,7 @@

    Declaration

    @@ -637,7 +637,7 @@

    Declaration

    @@ -673,7 +673,7 @@

    Declaration

    @@ -709,7 +709,7 @@

    Declaration

    @@ -745,7 +745,7 @@

    Declaration

    @@ -781,7 +781,7 @@

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -853,7 +853,7 @@

    Declaration

    @@ -890,7 +890,7 @@

    Declaration

    @@ -926,7 +926,7 @@

    Declaration

    @@ -962,7 +962,7 @@

    Declaration

    @@ -998,7 +998,7 @@

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1070,7 +1070,7 @@

    Declaration

    @@ -1106,7 +1106,7 @@

    Declaration

    @@ -1142,7 +1142,7 @@

    Declaration

    @@ -1178,7 +1178,7 @@

    Declaration

    @@ -1191,8 +1191,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBlinkIdOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBlinkIdOverlayViewControllerDelegate.html index c63093d2d..22ca36f45 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBlinkIdOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBlinkIdOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBBlinkIdOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -591,7 +593,7 @@

    Parameters

    @@ -646,7 +648,7 @@

    Parameters

    @@ -701,7 +703,7 @@

    Parameters

    @@ -756,7 +758,7 @@

    Parameters

    @@ -811,7 +813,7 @@

    Parameters

    @@ -824,8 +826,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html index 136fbf7a5..8f7f97d7a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDebugRecognizerRunnerDelegate

    Protocol for obtaining debug metadata

    @@ -545,7 +547,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html index 125051aa6..c5f82ffe5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDebugRecognizerRunnerViewControllerDelegate

    Protocol for obtaining debug metadata

    @@ -547,7 +549,7 @@

    Declaration

    @@ -586,7 +588,7 @@

    Declaration

    @@ -599,8 +601,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html index c98814692..2858d5fd4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDetectionRecognizerRunnerDelegate

    Protocol for obtaining detection results

    @@ -583,7 +585,7 @@

    Parameters

    @@ -658,7 +660,7 @@

    Parameters

    @@ -715,7 +717,7 @@

    Parameters

    @@ -728,8 +730,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html index 8fc497462..0966a8a99 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDetectionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining detection results

    @@ -585,7 +587,7 @@

    Parameters

    @@ -662,7 +664,7 @@

    Parameters

    @@ -720,7 +722,7 @@

    Parameters

    @@ -733,8 +735,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html index e16608df7..1c52569e5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBDocumentOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +595,7 @@

    Parameters

    @@ -648,7 +650,7 @@

    Parameters

    @@ -721,7 +723,7 @@

    Parameters

    @@ -734,8 +736,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html index aa8a13fd1..2d6314201 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBFrameRecognitionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining frame recognition

    @@ -580,7 +582,7 @@

    Parameters

    @@ -593,8 +595,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html index 0da8758cf..c88c9197a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBLegacyDocumentVerificationOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -595,7 +597,7 @@

    Parameters

    @@ -651,7 +653,7 @@

    Parameters

    @@ -708,7 +710,7 @@

    Parameters

    @@ -786,7 +788,7 @@

    Parameters

    @@ -799,8 +801,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html index dd0a8f716..9cd115c4f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBOcrRecognizerRunnerDelegate

    Protocol for obtaining ocr results

    @@ -546,7 +548,7 @@

    Declaration

    @@ -559,8 +561,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html index 86d08b277..911e1d239 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBOcrRecognizerRunnerViewControllerDelegate

    Protocol for obtaining ocr results

    @@ -543,12 +545,12 @@

    Declaration

    Swift

    -
    func recognizerRunnerViewController(_ recognizerRunnerViewController: any UIViewController & MBRecognizerRunnerViewController, didObtainOcrResult ocrResult: MBOcrLayout, withResultName resultName: String)
    +
    func recognizerRunnerViewController(_ recognizerRunnerViewController: any UIViewController & MBRecognizerRunnerViewController, didObtainOcrResult ocrResult: MBOcrLayout, withResultName resultName: String)
    @@ -561,8 +563,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html index c36bc6774..3a6b42fef 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -505,7 +507,7 @@

    MBOverlayContainerViewController

    Those are events specified by MBOverlayViewControllerDelegate protocol.

    @@ -546,7 +548,7 @@

    Declaration

    @@ -583,7 +585,7 @@

    Declaration

    @@ -621,7 +623,7 @@

    Declaration

    @@ -661,7 +663,7 @@

    Return Value

    YES if help button should be displayed.

    @@ -696,7 +698,7 @@

    Declaration

    @@ -731,7 +733,7 @@

    Declaration

    @@ -766,7 +768,7 @@

    Declaration

    @@ -779,8 +781,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html index 04f5ba2ef..dd7d52a0a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBPointDetectorSubview

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html index 5106fd084..ad2d1c9c9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBQuadDetectorSubview

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    @@ -544,7 +546,7 @@

    Declaration

    @@ -582,7 +584,7 @@

    Declaration

    @@ -595,8 +597,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html index 5240eff1b..7efbe96ab 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerRunnerViewController

    Protocol for View controllers which present camera and provide scanning features

    @@ -547,7 +549,7 @@

    Declaration

    @@ -584,7 +586,7 @@

    Declaration

    @@ -624,7 +626,7 @@

    Declaration

    @@ -665,7 +667,7 @@

    Return Value

    YES if scanning is paused. NO if it’s in progress

    @@ -729,7 +731,7 @@

    Parameters

    @@ -759,7 +761,7 @@

    Declaration

    Swift

    -
    func resumeCamera() async
    +
    func resumeCamera() async
    @@ -783,7 +785,7 @@

    Parameters

    @@ -818,7 +820,7 @@

    Declaration

    @@ -857,7 +859,7 @@

    Return Value

    YES if camera is paused. NO if camera is active

    @@ -894,7 +896,7 @@

    Declaration

    @@ -929,7 +931,7 @@

    Declaration

    @@ -966,7 +968,7 @@

    Declaration

    @@ -1008,7 +1010,7 @@

    Declaration

    @@ -1021,8 +1023,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html index dd2071af0..c3eceef44 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBRecognizerRunnerViewControllerDelegate

    Protocol for MBRecognizerRunnerViewController actions

    @@ -568,7 +570,7 @@

    Parameters

    @@ -611,7 +613,7 @@

    Declaration

    Swift

    -
    func recognizerRunnerViewController(_ recognizerRunnerViewController: Any!, didFindError error: any Error)
    +
    func recognizerRunnerViewController(_ recognizerRunnerViewController: Any!, didFindError error: any Error)
    @@ -647,7 +649,7 @@

    Parameters

    @@ -703,7 +705,7 @@

    Parameters

    @@ -760,7 +762,7 @@

    Parameters

    @@ -816,7 +818,7 @@

    Parameters

    @@ -872,7 +874,7 @@

    Parameters

    @@ -941,7 +943,7 @@

    Parameters

    @@ -954,8 +956,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html index 42b2b6446..caf79cb5f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBResultSubview

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    @@ -543,7 +545,7 @@

    Declaration

    @@ -556,8 +558,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html index 8a920e2bf..54039a9fe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBScanningRecognizerRunnerDelegate

    Protocol for obtaining scanning results

    @@ -589,7 +591,7 @@

    Parameters

    @@ -602,8 +604,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html index 2d527166a..d1b0001e9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBScanningRecognizerRunnerViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +595,7 @@

    Parameters

    @@ -606,8 +608,8 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html index e9b41cfc7..3dcdc9c46 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -504,7 +506,7 @@

    MBSubviewDelegate

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    @@ -543,7 +545,7 @@

    Declaration

    @@ -578,7 +580,7 @@

    Declaration

    @@ -591,8 +593,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html index f469c0421..d40e40b03 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -530,7 +530,7 @@

    Declaration

    @@ -543,8 +543,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html index 92c15ce96..44f54f0d7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,7 @@
    @@ -526,7 +526,7 @@

    Declaration

    @@ -561,7 +561,7 @@

    Declaration

    @@ -574,8 +574,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors.html index 17f328a57..56cd5d898 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -42,7 +42,9 @@
    @@ -501,7 +503,7 @@

    MBImageExtensionFactors

    while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    @@ -532,17 +534,17 @@

    MBImageExtensionFactors

    Declaration

    Objective-C

    -
    struct MBImageExtensionFactors {}
    +
    struct MBImageExtensionFactors {}

    Swift

    -
    struct MBImageExtensionFactors
    +
    struct MBImageExtensionFactors
    @@ -555,8 +557,8 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/css/jazzy.css b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/css/jazzy.css index c7bb9fe22..9d4b08b8c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/css/jazzy.css +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/css/jazzy.css @@ -259,10 +259,11 @@ pre code { padding-left: 3px; margin-left: 20px; font-size: 1rem; } - .item .declaration-note { - font-size: .85em; - color: #808080; - font-style: italic; } + +.declaration-note { + font-size: .85em; + color: #808080; + font-style: italic; } .pointer-container { border-bottom: 1px solid #ddd; diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html index 8921077ca..5ab91d1d7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html @@ -20,7 +20,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -41,9 +41,7 @@
    @@ -601,8 +599,8 @@

    Using CocoaPods

    Since

    Since the libraries are stored on Git Large File Storage, you need to install git-lfs by running these commands:

    -
    brew install git-lfs
    -git lfs install
    +
    brew install git-lfs
    +git lfs install
     
      @@ -616,14 +614,14 @@

      Using CocoaPods

    platform :ios, '13.0'
     target 'Your-App-Name' do
    -    pod 'PPBlinkID', '~> 6.10.1'
    +    pod 'PPBlinkID', '~> 6.11.0'
     end
     
    • Install the dependencies in your project:
    -
    $ pod install
    +
    $ pod install
     
      @@ -673,8 +671,8 @@

      Manual integration

      Since

      Since the libraries are stored on Git Large File Storage, you need to install git-lfs by running these commands:

      -
      brew install git-lfs
      -git lfs install
      +
      brew install git-lfs
      +git lfs install
       
        @@ -718,8 +716,8 @@

        2. Referencing header file

    Objective-C

    -
    #import <BlinkID/BlinkID.h>
    -
    +
    #import <BlinkID/BlinkID.h>
    +

    3. Initiating the scanning process

    To initiate the scanning process, first decide where in your app you want to add scanning functionality. Usually, users of the scanning library have a button which, when tapped, starts the scanning process. Initialization code is then placed in touch handler for that button. Here we’re listing the initialization code as it looks in a touch handler method.

    @@ -760,44 +758,44 @@

    3. Initiating the sca

    Objective-C

    -
    @interface ViewController () <MBBlinkIdOverlayViewControllerDelegate>
    +
    @interface ViewController () <MBBlinkIdOverlayViewControllerDelegate>
     
    -@property (nonatomic, strong) MBBlinkIdMultiSideRecognizer *blinkIdMultiSideRecognizer;
    +@property (nonatomic, strong) MBBlinkIdMultiSideRecognizer *blinkIdMultiSideRecognizer;
     
    -@end
    +@end
     
    -@implementation ViewController
    +@implementation ViewController
     
    -- (void)viewDidLoad {
    -    [super viewDidLoad];
    +- (void)viewDidLoad {
    +    [super viewDidLoad];
     
    -    [MBMicroblinkSDK.sharedInstance setLicenseResource:@"blinkid-license" withExtension:@"key" inSubdirectory:@"" for:Bundle.main errorCallback:block];
    -}
    +    [MBMicroblinkSDK.sharedInstance setLicenseResource:@"blinkid-license" withExtension:@"key" inSubdirectory:@"" for:Bundle.main errorCallback:block];
    +}
     
     
    -- (IBAction)didTapScan:(id)sender {
    +- (IBAction)didTapScan:(id)sender {
     
    -    /** Create BlinkID recognizer */
    -    self.blinkIdMultiSideRecognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    +    /** Create BlinkID recognizer */
    +    self.blinkIdMultiSideRecognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
     
    -     /** Create BlinkID settings */
    -    MBBlinkIdOverlaySettings* settings = [[MBBlinkIdOverlaySettings alloc] init];
    +     /** Create BlinkID settings */
    +    MBBlinkIdOverlaySettings* settings = [[MBBlinkIdOverlaySettings alloc] init];
     
    -    /** Create recognizer collection */
    -    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:@[self.blinkIdMultiSideRecognizer]];
    +    /** Create recognizer collection */
    +    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:@[self.blinkIdMultiSideRecognizer]];
     
    -    /** Create your overlay view controller */
    -    MBBlinkIdOverlayViewController *blinkIdOverlayViewController = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection:recognizerCollection delegate:self];
    +    /** Create your overlay view controller */
    +    MBBlinkIdOverlayViewController *blinkIdOverlayViewController = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection:recognizerCollection delegate:self];
     
    -    /** Create recognizer view controller with wanted overlay view controller */
    -    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:blinkIdOverlayViewController];
    +    /** Create recognizer view controller with wanted overlay view controller */
    +    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:blinkIdOverlayViewController];
     
    -    /** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    -    [self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
    +    /** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    +    [self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
     
    -}
    +}
     
    -@end
    +@end
     

    4. License key

    @@ -814,7 +812,7 @@

    License key as string

    Objective-C

    -
    [[MBMicroblinkSDK sharedInstance] setLicenseKey:@"LICENSE-KEY" errorCallback:block];
    +
    [[MBMicroblinkSDK sharedInstance] setLicenseKey:@"LICENSE-KEY" errorCallback:block];
     

    License key as file

    @@ -825,7 +823,7 @@

    License key as file

    Objective-C

    -
    [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license-key-file" withExtension:@"key" inSubdirectory:@"" forBundle:[NSBundle mainBundle] errorCallback:block];
    +
    [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license-key-file" withExtension:@"key" inSubdirectory:@"" forBundle:[NSBundle mainBundle] errorCallback:block];
     

    If the licence is invalid or expired then the methods above will throw an exception.

    @@ -855,24 +853,24 @@

    5. Registering for sc

    Objective-C

    -
    - (void)blinkIdOverlayViewControllerDidFinishScanning:(MBBlinkIdOverlayViewController *)blinkIdOverlayViewController state:(MBRecognizerResultState)state {
    +
    - (void)blinkIdOverlayViewControllerDidFinishScanning:(MBBlinkIdOverlayViewController *)blinkIdOverlayViewController state:(MBRecognizerResultState)state {
     
    -    // this is done on background thread
    -    // check for valid state
    -    if (state == MBRecognizerResultStateValid) {
    +    // this is done on background thread
    +    // check for valid state
    +    if (state == MBRecognizerResultStateValid) {
     
    -        // first, pause scanning until we process all the results
    -        [blinkIdOverlayViewController.recognizerRunnerViewController pauseScanning];
    +        // first, pause scanning until we process all the results
    +        [blinkIdOverlayViewController.recognizerRunnerViewController pauseScanning];
     
    -        dispatch_async(dispatch_get_main_queue(), ^{
    -            // All UI interaction needs to be done on main thread
    -        });
    -    }
    -}
    +        dispatch_async(dispatch_get_main_queue(), ^{
    +            // All UI interaction needs to be done on main thread
    +        });
    +    }
    +}
     
    -- (void)blinkIdOverlayViewControllerDidTapClose:(nonnull MBBlinkIdOverlayViewController *)blinkIdOverlayViewController {
    -    // Your action on cancel
    -}
    +- (void)blinkIdOverlayViewControllerDidTapClose:(nonnull MBBlinkIdOverlayViewController *)blinkIdOverlayViewController {
    +    // Your action on cancel
    +}
     

    Advanced BlinkID integration instructions

    @@ -909,9 +907,9 @@

    Objective-C

    -
    MBBlinkIdOverlayViewController *overlayVC = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection: recognizerCollection delegate:self];
    -UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:overlayVC];
    +
    MBBlinkIdOverlayViewController *overlayVC = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection: recognizerCollection delegate:self];
    +UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:overlayVC];
     
    -/** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    -[self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
    +/** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    +[self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
     

    As you can see, when initializing MBBlinkIdOverlayViewController, we are sending delegate property as self. To get results, we need to conform to MBBlinkIdOverlayViewControllerDelegate protocol.

    @@ -1033,7 +1031,7 @@

    3. Initialization

    Objective-C

    -
    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:CustomOverlayViewController];
    +
    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:CustomOverlayViewController];
     

    Direct processing API

    @@ -1076,7 +1074,7 @@

    image = MBImage(uiImage: anImage) } image?.cameraFrame = true - image?.orientation = MBProcessingOrientation.left + image?.orientation = MBProcessingOrientation.left let _serialQueue = DispatchQueue(label: "com.microblink.DirectAPI-sample-swift") _serialQueue.async(execute: {() -> Void in self.recognizerRunner?.processImage(image!) @@ -1091,34 +1089,34 @@

    Objective-C

    -
    - (void)setupRecognizerRunner {
    -    NSMutableArray<MBRecognizer *> *recognizers = [[NSMutableArray alloc] init];
    -
    -    self.recognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    -
    -    [recognizers addObject: self.recognizer];
    -
    -    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:recognizers];
    -
    -    self.recognizerRunner = [[MBRecognizerRunner alloc] initWithRecognizerCollection:recognizerCollection];
    -    self.recognizerRunner.scanningRecognizerRunnerDelegate = self;
    -}
    -
    -- (void)processImageRunner:(UIImage *)originalImage {
    -    MBImage *image = [MBImage imageWithUIImage:originalImage];
    -    image.cameraFrame = YES;
    -    image.orientation = MBProcessingOrientationLeft;
    -    dispatch_queue_t _serialQueue = dispatch_queue_create("com.microblink.DirectAPI-sample", DISPATCH_QUEUE_SERIAL);
    -    dispatch_async(_serialQueue, ^{
    -        [self.recognizerRunner processImage:image];
    -    });
    -}
    -
    -- (void)recognizerRunner:(nonnull MBRecognizerRunner *)recognizerRunner didFinishScanningWithState:(MBRecognizerResultState)state {
    -    if (self.blinkInputRecognizer.result.resultState == MBRecognizerResultStateValid) {
    -        // Handle result
    -    }
    -}
    +
    - (void)setupRecognizerRunner {
    +    NSMutableArray<MBRecognizer *> *recognizers = [[NSMutableArray alloc] init];
    +
    +    self.recognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    +
    +    [recognizers addObject: self.recognizer];
    +
    +    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:recognizers];
    +
    +    self.recognizerRunner = [[MBRecognizerRunner alloc] initWithRecognizerCollection:recognizerCollection];
    +    self.recognizerRunner.scanningRecognizerRunnerDelegate = self;
    +}
    +
    +- (void)processImageRunner:(UIImage *)originalImage {
    +    MBImage *image = [MBImage imageWithUIImage:originalImage];
    +    image.cameraFrame = YES;
    +    image.orientation = MBProcessingOrientationLeft;
    +    dispatch_queue_t _serialQueue = dispatch_queue_create("com.microblink.DirectAPI-sample", DISPATCH_QUEUE_SERIAL);
    +    dispatch_async(_serialQueue, ^{
    +        [self.recognizerRunner processImage:image];
    +    });
    +}
    +
    +- (void)recognizerRunner:(nonnull MBRecognizerRunner *)recognizerRunner didFinishScanningWithState:(MBRecognizerResultState)state {
    +    if (self.blinkInputRecognizer.result.resultState == MBRecognizerResultStateValid) {
    +        // Handle result
    +    }
    +}
     

    Now you’ve seen how to implement the Direct processing API.

    @@ -1318,9 +1316,9 @@

    -type d | while read -r FRAMEWORK +find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK do -FRAMEWORK_EXECUTABLE_NAME=$(defaults read "$FRAMEWORK/Info.plist" CFBundleExecutable) +FRAMEWORK_EXECUTABLE_NAME=$(defaults read "$FRAMEWORK/Info.plist" CFBundleExecutable) FRAMEWORK_EXECUTABLE_PATH="$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME" echo "Executable is $FRAMEWORK_EXECUTABLE_PATH" @@ -1329,17 +1327,17 @@

    Addit

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/js/typeahead.jquery.js b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/js/typeahead.jquery.js index 3a2d2ab03..bcb734bef 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/js/typeahead.jquery.js +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/js/typeahead.jquery.js @@ -1,7 +1,7 @@ /*! - * typeahead.js 1.3.1 + * typeahead.js 1.3.3 * https://github.com/corejavascript/typeahead.js - * Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT + * Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT */ @@ -499,6 +499,7 @@ }); this.$input.attr({ "aria-owns": id + "_listbox", + "aria-controls": id + "_listbox", role: "combobox", "aria-autocomplete": "list", "aria-expanded": false diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json index c5755efa6..8611b01f9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

    Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

    Method which creates a image extension factors structure

    "},"Type%20Definitions/MBImageExtensionFactors.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type%20Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Type%20Definitions.html#/c:MBRecognizerRunnerViewController.h@T@MBCaptureHighResImage":{"name":"MBCaptureHighResImage","abstract":"

    Block for returning high resolution MBImage photo with capture or still output

    "},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidStart:":{"name":"-subviewAnimationDidStart:","abstract":"

    Delegate method called when animation starts

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidFinish:":{"name":"-subviewAnimationDidFinish:","abstract":"

    Delegate method called when animation finishes

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishScanning:state:":{"name":"-recognizerRunnerViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerViewControllerDelegate"},"Protocols/MBScanningRecognizerRunnerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerDelegate(im)recognizerRunner:didFinishScanningWithState:":{"name":"-recognizerRunner:didFinishScanningWithState:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerDelegate"},"Protocols/MBResultSubview.html#/c:objc(pl)MBResultSubview(im)scanningFinishedWithState:":{"name":"-scanningFinishedWithState:","abstract":"

    This method should be called when MBRecognizerResultState is obtained and reslt state need to be drawn/redrawn.

    ","parent_name":"MBResultSubview"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerUnauthorizedCamera:":{"name":"-recognizerRunnerViewControllerUnauthorizedCamera:","abstract":"

    Scanning library requested authorization for Camera access from the user, but the user declined it.","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFindError:":{"name":"-recognizerRunnerViewController:didFindError:","abstract":"

    Scanning library found an error. The error object is returned and contains","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidClose:":{"name":"-recognizerRunnerViewControllerDidClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerWillPresentHelp:":{"name":"-recognizerRunnerViewControllerWillPresentHelp:","abstract":"

    Called when Scanning library will display help. This can happen when the user presses","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidResumeScanning:":{"name":"-recognizerRunnerViewControllerDidResumeScanning:","abstract":"

    Called when Scanning library is resuming scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidStopScanning:":{"name":"-recognizerRunnerViewControllerDidStopScanning:","abstract":"

    Called when Scanning library is stopped scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:willSetTorch:":{"name":"-recognizerRunnerViewController:willSetTorch:","abstract":"

    Called when Scanning library will turn on/off torch.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)autorotate":{"name":"autorotate","abstract":"

    MBRecognizerRunnerViewController’s shouldAutorotate will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    MBRecognizerRunnerViewController’s supportedInterfaceOrientations will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseScanning":{"name":"-pauseScanning","abstract":"

    Pause scanning without dismissing the camera view.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isScanningPaused":{"name":"-isScanningPaused","abstract":"

    Retrieve the current state of scanning.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeScanningAndResetState:":{"name":"-resumeScanningAndResetState:","abstract":"

    Resumes scanning. Optionally, internal state of recognizers can be reset in the process.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeCamera:":{"name":"-resumeCamera:","abstract":"

    Resumes camera session asynchronously on camera queue. This method is automatically called in viewWillAppear when ScanningViewController enters screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseCamera":{"name":"-pauseCamera","abstract":"

    Pauses camera session. This method is automatically called in viewDidDissapear when ScanningViewController exits screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isCameraPaused":{"name":"-isCameraPaused","abstract":"

    Retrieve the current state of camera.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)playScanSuccessSound":{"name":"-playScanSuccessSound","abstract":"

    Play scan sound.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)willSetTorchOn:":{"name":"-willSetTorchOn:","abstract":"

    Call to turn on torch without camera overlay

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resetState":{"name":"-resetState","abstract":"

    Settings recofiguration

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)captureHighResImage:":{"name":"-captureHighResImage:","abstract":"

    Method with block for getting high resoultion images

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:":{"name":"-detectionFinishedWithDisplayableQuad:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:":{"name":"-detectionFinishedWithDisplayablePoints:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerWillCloseCamera:":{"name":"-overlayViewControllerWillCloseCamera:","abstract":"

    Notification sent when Overlay View Controller wants to close camera, for example,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerShouldDisplayTorch:":{"name":"-overlayViewControllerShouldDisplayTorch:","abstract":"

    Overlay View Controller should ask it’s delegete if it’s necessary to display Torch (Light) button.","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewController:willSetTorch:":{"name":"-overlayViewController:willSetTorch:","abstract":"

    Overlay View Controller must notify it’s delegete to set the torch mode to On or Off

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)shouldDisplayHelpButton":{"name":"-shouldDisplayHelpButton","abstract":"

    If help mechanism is implemented using MBScanDelegate’s scanningViewControllerWillPresentHelp method,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isStatusBarPresented":{"name":"-isStatusBarPresented","abstract":"

    Check if status bar is hidden or showed

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isTorchOn":{"name":"-isTorchOn","abstract":"

    Overlay View Controller can ask it’s delegete about the status of Torch

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isCameraAuthorized":{"name":"-isCameraAuthorized","abstract":"

    Overlay View Controller can ask it’s owner whether camera was authorized

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didObtainOcrResult:withResultName:":{"name":"-recognizerRunnerViewController:didObtainOcrResult:withResultName:","abstract":"

    Called when scanning library has MBOcrLayout ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerViewControllerDelegate"},"Protocols/MBOcrRecognizerRunnerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerDelegate(im)recognizerRunner:didObtainOcrResult:withResultName:":{"name":"-recognizerRunner:didObtainOcrResult:withResultName:","abstract":"

    Called when Scanning library has MBOcrLayout available and ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidTapClose:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFrameRecognitionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishFrameRecognition:state:":{"name":"-recognizerRunnerViewControllerDidFinishFrameRecognition:state:","abstract":"

    Scanning library did output frame with state

    ","parent_name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidFinishScanning:state:":{"name":"-documentOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidTapClose:":{"name":"-documentOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:":{"name":"-documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFailDetection:":{"name":"-recognizerRunnerViewControllerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunnerDidFailDetection:":{"name":"-recognizerRunnerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugImage:":{"name":"-recognizerRunnerViewController:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugText:":{"name":"-recognizerRunnerViewController:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugImage:":{"name":"-recognizerRunner:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugText:":{"name":"-recognizerRunner:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanning:state:":{"name":"-blinkIdOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidTapClose:":{"name":"-blinkIdOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-blinkIdOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:":{"name":"-blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:","abstract":"

    Called when data match alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:":{"name":"-blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:","abstract":"

    Called when back side scan timeout alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html":{"name":"MBBlinkIdOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBDebugRecognizerRunnerDelegate.html":{"name":"MBDebugRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html":{"name":"MBDebugRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDetectionRecognizerRunnerDelegate.html":{"name":"MBDetectionRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html":{"name":"MBDetectionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html":{"name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining frame recognition

    "},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBOcrRecognizerRunnerDelegate.html":{"name":"MBOcrRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html":{"name":"MBOcrRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOverlayContainerViewController.html":{"name":"MBOverlayContainerViewController","abstract":"

    Overlay View Controller also needs to notify CameraViewController on certain events."},"Protocols/MBPointDetectorSubview.html":{"name":"MBPointDetectorSubview","abstract":"

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    "},"Protocols/MBQuadDetectorSubview.html":{"name":"MBQuadDetectorSubview","abstract":"

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    "},"Protocols/MBRecognizerRunnerViewController.html":{"name":"MBRecognizerRunnerViewController","abstract":"

    Protocol for View controllers which present camera and provide scanning features

    "},"Protocols/MBRecognizerRunnerViewControllerDelegate.html":{"name":"MBRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for MBRecognizerRunnerViewController actions

    "},"Protocols/MBResultSubview.html":{"name":"MBResultSubview","abstract":"

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    "},"Protocols/MBScanningRecognizerRunnerDelegate.html":{"name":"MBScanningRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html":{"name":"MBScanningRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    "},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentType":{"name":"DocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVersionNumber":{"name":"StandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFamilyName":{"name":"CustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFirstName":{"name":"CustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFullName":{"name":"CustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DateOfBirth":{"name":"DateOfBirth","abstract":"

    Mandatory on all AAMVA, Magentic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Sex":{"name":"Sex","abstract":"

    Mandatory on all AAMVA, Magentic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@EyeColor":{"name":"EyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet":{"name":"AddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressCity":{"name":"AddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressJurisdictionCode":{"name":"AddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressPostalCode":{"name":"AddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FullAddress":{"name":"FullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Height":{"name":"Height","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightIn":{"name":"HeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightCm":{"name":"HeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerMiddleName":{"name":"CustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HairColor":{"name":"HairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NameSuffix":{"name":"NameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFullName":{"name":"AKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFamilyName":{"name":"AKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAGivenName":{"name":"AKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASuffixName":{"name":"AKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightRange":{"name":"WeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightPounds":{"name":"WeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightKilograms":{"name":"WeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerIdNumber":{"name":"CustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FamilyNameTruncation":{"name":"FamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FirstNameTruncation":{"name":"FirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MiddleNameTruncation":{"name":"MiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PlaceOfBirth":{"name":"PlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet2":{"name":"AddressStreet2","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@RaceEthnicity":{"name":"RaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NamePrefix":{"name":"NamePrefix","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CountryIdentification":{"name":"CountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress":{"name":"ResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress2":{"name":"ResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceCity":{"name":"ResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceJurisdictionCode":{"name":"ResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidencePostalCode":{"name":"ResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceFullAddress":{"name":"ResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under18":{"name":"Under18","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under19":{"name":"Under19","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under21":{"name":"Under21","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SocialSecurityNumber":{"name":"SocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASocialSecurityNumber":{"name":"AKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAMiddleName":{"name":"AKAMiddleName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAPrefixName":{"name":"AKAPrefixName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@OrganDonor":{"name":"OrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Veteran":{"name":"Veteran","abstract":"

    Optional on AAMVA 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKADateOfBirth":{"name":"AKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuerIdentificationNumber":{"name":"IssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationDate":{"name":"DocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVersionNumber":{"name":"JurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClass":{"name":"JurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodes":{"name":"JurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsementCodes":{"name":"JurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentIssueDate":{"name":"DocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FederalCommercialVehicleCodes":{"name":"FederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdiction":{"name":"IssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVehicleClassification":{"name":"StandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdictionName":{"name":"IssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardEndorsementCode":{"name":"StandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardRestrictionCode":{"name":"StandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClassificationDescription":{"name":"JurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsmentCodeDescription":{"name":"JurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodeDescription":{"name":"JurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@InventoryControlNumber":{"name":"InventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CardRevisionDate":{"name":"CardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentDiscriminator":{"name":"DocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@LimitedDurationDocument":{"name":"LimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AuditInformation":{"name":"AuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ComplianceType":{"name":"ComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssueTimestamp":{"name":"IssueTimestamp","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitExpirationDate":{"name":"PermitExpirationDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIdentifier":{"name":"PermitIdentifier","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIssueDate":{"name":"PermitIssueDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NumberOfDuplicates":{"name":"NumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HAZMATExpirationDate":{"name":"HAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MedicalIndicator":{"name":"MedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NonResident":{"name":"NonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@UniqueCustomerId":{"name":"UniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DataDiscriminator":{"name":"DataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationMonth":{"name":"DocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentNonexpiring":{"name":"DocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SecurityVersion":{"name":"SecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateEmpty":{"name":"MBRecognizerResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateUncertain":{"name":"MBRecognizerResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateValid":{"name":"MBRecognizerResultStateValid","abstract":"

    Valid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateStageValid":{"name":"MBRecognizerResultStateStageValid","abstract":"

    StageValid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeDefault":{"name":"MBFrameQualityEstimationModeDefault","abstract":"

    Default. Frame quality estimation is ON if enabled recognizers require it by default.

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOn":{"name":"MBFrameQualityEstimationModeOn","abstract":"

    Frame quality estimation is always on

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOff":{"name":"MBFrameQualityEstimationModeOff","abstract":"

    Frame quality estimation is always off

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDefault":{"name":"MBRecognitionDebugModeDefault","abstract":"

    Classic, production mode. Results are returned after first valid scanning

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeTest":{"name":"MBRecognitionDebugModeTest","abstract":"

    Recognition Test. Results are never returned, recognition is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDetectionTest":{"name":"MBRecognitionDebugModeDetectionTest","abstract":"

    Recognition Test. Results are never returned, only detection is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeNone":{"name":"MBRecognitionModeNone","abstract":"

    No recognition performed.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzId":{"name":"MBRecognitionModeMrzId","abstract":"

    Recognition of mrz document (does not include visa and passport)

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzVisa":{"name":"MBRecognitionModeMrzVisa","abstract":"

    Recognition of visa mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzPassport":{"name":"MBRecognitionModeMrzPassport","abstract":"

    Recognition of passport mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModePhotoId":{"name":"MBRecognitionModePhotoId","abstract":"

    Recognition of documents that have face photo on the front.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeFullRecognition":{"name":"MBRecognitionModeFullRecognition","abstract":"

    Detailed document recognition.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeBarcodeId":{"name":"MBRecognitionModeBarcodeId","abstract":"

    Recognition of barcode document.

    ","parent_name":"MBRecognitionMode"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateEmpty":{"name":"MBProcessorResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateUncertain":{"name":"MBProcessorResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateValid":{"name":"MBProcessorResultStateValid","abstract":"

    Valid

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusSuccess":{"name":"MBProcessingStatusSuccess","abstract":"

    Recognition was successful.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusDetectionFailed":{"name":"MBProcessingStatusDetectionFailed","abstract":"

    Detection of the document failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImagePreprocessingFailed":{"name":"MBProcessingStatusImagePreprocessingFailed","abstract":"

    Preprocessing of the input image has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusStabilityTestFailed":{"name":"MBProcessingStatusStabilityTestFailed","abstract":"

    Recognizer has inconsistent results.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusScanningWrongSide":{"name":"MBProcessingStatusScanningWrongSide","abstract":"

    Wrong side of the document has been scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusFieldIdentificationFailed":{"name":"MBProcessingStatusFieldIdentificationFailed","abstract":"

    Identification of the fields present on the document has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMandatoryFieldMissing":{"name":"MBProcessingStatusMandatoryFieldMissing","abstract":"

    Mandatory field for the specific document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusInvalidCharactersFound":{"name":"MBProcessingStatusInvalidCharactersFound","abstract":"

    Result contains invalid characters in some of the fields.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImageReturnFailed":{"name":"MBProcessingStatusImageReturnFailed","abstract":"

    Failed to return a requested image.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeRecognitionFailed":{"name":"MBProcessingStatusBarcodeRecognitionFailed","abstract":"

    Reading or parsing of the barcode has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMrzParsingFailed":{"name":"MBProcessingStatusMrzParsingFailed","abstract":"

    Parsing of the MRZ has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusClassFiltered":{"name":"MBProcessingStatusClassFiltered","abstract":"

    Document class has been filtered out.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedClass":{"name":"MBProcessingStatusUnsupportedClass","abstract":"

    Document currently not supported by the recognizer.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedByLicense":{"name":"MBProcessingStatusUnsupportedByLicense","abstract":"

    License for the detected document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusAwaitingOtherSide":{"name":"MBProcessingStatusAwaitingOtherSide","abstract":"

    Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusNotScanned":{"name":"MBProcessingStatusNotScanned","abstract":"

    Side not scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeDetectionFailed":{"name":"MBProcessingStatusBarcodeDetectionFailed","abstract":"

    The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.

    ","parent_name":"MBProcessingStatus"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AKZIDENZ_GROTESK":{"name":"MB_OCR_FONT_AKZIDENZ_GROTESK","abstract":"

    Akzidenz Grotesk font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL":{"name":"MB_OCR_FONT_ARIAL","abstract":"

    Arial font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL_BLACK":{"name":"MB_OCR_FONT_ARIAL_BLACK","abstract":"

    Arial black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARNHEM":{"name":"MB_OCR_FONT_ARNHEM","abstract":"

    Arnhem font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AVANT_GARDE":{"name":"MB_OCR_FONT_AVANT_GARDE","abstract":"

    Avant garde font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BEMBO":{"name":"MB_OCR_FONT_BEMBO","abstract":"

    Bembo font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BODONI":{"name":"MB_OCR_FONT_BODONI","abstract":"

    Bodoni font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI":{"name":"MB_OCR_FONT_CALIBRI","abstract":"

    Calibri font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI_BOLD":{"name":"MB_OCR_FONT_CALIBRI_BOLD","abstract":"

    Calibri bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CHAINPRINTER":{"name":"MB_OCR_FONT_CHAINPRINTER","abstract":"

    Chainprinter font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COMIC_SANS":{"name":"MB_OCR_FONT_COMIC_SANS","abstract":"

    Comic sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CONCERTO_ROUNDED_SG":{"name":"MB_OCR_FONT_CONCERTO_ROUNDED_SG","abstract":"

    Concerto rounded SG font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER":{"name":"MB_OCR_FONT_COURIER","abstract":"

    Courier font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_BOLD":{"name":"MB_OCR_FONT_COURIER_BOLD","abstract":"

    Courier bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_MEDIUM_BOLD":{"name":"MB_OCR_FONT_COURIER_MEDIUM_BOLD","abstract":"

    Courier medium bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_BOLD":{"name":"MB_OCR_FONT_COURIER_NEW_BOLD","abstract":"

    Courier new bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_CE":{"name":"MB_OCR_FONT_COURIER_NEW_CE","abstract":"

    Courier new ce font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_CONDENSED":{"name":"MB_OCR_FONT_COURIER_CONDENSED","abstract":"

    Courier censored font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DEJAVU_SANS_MONO":{"name":"MB_OCR_FONT_DEJAVU_SANS_MONO","abstract":"

    Dejavu sans mono font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DIN":{"name":"MB_OCR_FONT_DIN","abstract":"

    Din font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD":{"name":"MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD","abstract":"

    Europa grotesk no 2 SB bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROSTILE":{"name":"MB_OCR_FONT_EUROSTILE","abstract":"

    Eurostile font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_F25_BANK_PRINTER_BOLD":{"name":"MB_OCR_FONT_F25_BANK_PRINTER_BOLD","abstract":"

    F25 bank printer bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRANKLIN_GOTHIC":{"name":"MB_OCR_FONT_FRANKLIN_GOTHIC","abstract":"

    Franklin gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRUTIGER":{"name":"MB_OCR_FONT_FRUTIGER","abstract":"

    Frutiger font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA":{"name":"MB_OCR_FONT_FUTURA","abstract":"

    Futura font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA_BOLD":{"name":"MB_OCR_FONT_FUTURA_BOLD","abstract":"

    Futura bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GARAMOND":{"name":"MB_OCR_FONT_GARAMOND","abstract":"

    Garamond font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GEORGIA":{"name":"MB_OCR_FONT_GEORGIA","abstract":"

    Georgia font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GILL_SANS":{"name":"MB_OCR_FONT_GILL_SANS","abstract":"

    Gill sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HANDWRITTEN":{"name":"MB_OCR_FONT_HANDWRITTEN","abstract":"

    Handwritten font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA":{"name":"MB_OCR_FONT_HELVETICA","abstract":"

    Helvetica font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_BOLD":{"name":"MB_OCR_FONT_HELVETICA_BOLD","abstract":"

    Helvetica bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT":{"name":"MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT","abstract":"

    Helvetica condensed light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HYPERMARKET":{"name":"MB_OCR_FONT_HYPERMARKET","abstract":"

    Hypermarket font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_INTERSTATE":{"name":"MB_OCR_FONT_INTERSTATE","abstract":"

    Interstate font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN":{"name":"MB_OCR_FONT_LATIN_MODERN","abstract":"

    Latin modern math font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN_ITALIC":{"name":"MB_OCR_FONT_LATIN_MODERN_ITALIC","abstract":"

    Latin modern italic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LETTER_GOTHIC":{"name":"MB_OCR_FONT_LETTER_GOTHIC","abstract":"

    Letter gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA":{"name":"MB_OCR_FONT_LUCIDA","abstract":"

    Lucida font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA_SANS":{"name":"MB_OCR_FONT_LUCIDA_SANS","abstract":"

    Lucida sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MATRIX":{"name":"MB_OCR_FONT_MATRIX","abstract":"

    Matrix font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_META":{"name":"MB_OCR_FONT_META","abstract":"

    Meta font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MINION":{"name":"MB_OCR_FONT_MINION","abstract":"

    Minion font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRA":{"name":"MB_OCR_FONT_OCRA","abstract":"

    OCR A font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRB":{"name":"MB_OCR_FONT_OCRB","abstract":"

    OCR B font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OFFICINA":{"name":"MB_OCR_FONT_OFFICINA","abstract":"

    Officina font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OPTIMA":{"name":"MB_OCR_FONT_OPTIMA","abstract":"

    Optima font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_PRINTF":{"name":"MB_OCR_FONT_PRINTF","abstract":"

    Printf font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROCKWELL":{"name":"MB_OCR_FONT_ROCKWELL","abstract":"

    Rockwell font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SANS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SANS_SERIF","abstract":"

    Rotis sans serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SERIF","abstract":"

    Rotis serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SABON":{"name":"MB_OCR_FONT_SABON","abstract":"

    Sabon font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_STONE":{"name":"MB_OCR_FONT_STONE","abstract":"

    Stone font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SV_BASIC_MANUAL":{"name":"MB_OCR_FONT_SV_BASIC_MANUAL","abstract":"

    SV basic manual font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA":{"name":"MB_OCR_FONT_TAHOMA","abstract":"

    Tahoma font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA_BOLD":{"name":"MB_OCR_FONT_TAHOMA_BOLD","abstract":"

    Tahoma bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES","abstract":"

    Tex gyre termes font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC","abstract":"

    Tex gyre termes italic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK":{"name":"MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK","abstract":"

    Sans mono condensed black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THESIS":{"name":"MB_OCR_FONT_THESIS","abstract":"

    Thesis font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TICKET_DE_CAISSE":{"name":"MB_OCR_FONT_TICKET_DE_CAISSE","abstract":"

    Ticket de caisse font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TIMES_NEW_ROMAN":{"name":"MB_OCR_FONT_TIMES_NEW_ROMAN","abstract":"

    Times new roman font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRAJAN":{"name":"MB_OCR_FONT_TRAJAN","abstract":"

    Trajan font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRINITE":{"name":"MB_OCR_FONT_TRINITE","abstract":"

    Trinite font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNIVERS":{"name":"MB_OCR_FONT_UNIVERS","abstract":"

    Univers font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VERDANA":{"name":"MB_OCR_FONT_VERDANA","abstract":"

    Verdana font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VOLTAIRE":{"name":"MB_OCR_FONT_VOLTAIRE","abstract":"

    Voltaire font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_WALBAUM":{"name":"MB_OCR_FONT_WALBAUM","abstract":"

    Walbaum font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB":{"name":"MB_OCR_FONT_EUROPA_GRO_SB","abstract":"

    Europa gro sb font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB_LIGHT":{"name":"MB_OCR_FONT_EUROPA_GRO_SB_LIGHT","abstract":"

    Europa gro sb light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANTONIO_REGULAR":{"name":"MB_OCR_FONT_ANTONIO_REGULAR","abstract":"

    Antonio regular font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CORPORATE_LIGHT":{"name":"MB_OCR_FONT_CORPORATE_LIGHT","abstract":"

    Corporate S Light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MICR":{"name":"MB_OCR_FONT_MICR","abstract":"

    MICR font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARABIC_NILE":{"name":"MB_OCR_FONT_ARABIC_NILE","abstract":"

    Arabic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN":{"name":"MB_OCR_FONT_UNKNOWN","abstract":"

    Unknown font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_XITS_MATH":{"name":"MB_OCR_FONT_XITS_MATH","abstract":"

    XITS Math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANY":{"name":"MB_OCR_FONT_ANY","abstract":"

    Any of the other listed fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN_MATH":{"name":"MB_OCR_FONT_UNKNOWN_MATH","abstract":"

    Unknown math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UKDL_LIGHT":{"name":"MB_OCR_FONT_UKDL_LIGHT","abstract":"

    Font found on UKDL licenses

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COUNT":{"name":"MB_OCR_FONT_COUNT","abstract":"

    Must be last as it holds the number of available fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FE_SCHRIFT":{"name":"MB_OCR_FONT_FE_SCHRIFT","abstract":"

    German license plate font *

    ","parent_name":"MBOcrFont"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeIdentityCard":{"name":"MBMrtdTypeIdentityCard","abstract":"

    Identity card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypePassport":{"name":"MBMrtdTypePassport","abstract":"

    Passport

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeVisa":{"name":"MBMrtdTypeVisa","abstract":"

    Visa

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeGreenCard":{"name":"MBMrtdTypeGreenCard","abstract":"

    US Green Card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeMysPassIMM13P":{"name":"MBMrtdTypeMysPassIMM13P","abstract":"

    Malaysian PASS type IMM13P

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeDl":{"name":"MBMrtdTypeDl","abstract":"

    One liner ISO DL

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeInternalTravelDocument":{"name":"MBMrtdTypeInternalTravelDocument","abstract":"

    China mainland travel permit

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeBorderCrossingCard":{"name":"MBMrtdTypeBorderCrossingCard","abstract":"

    Border crossing card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd1":{"name":"MBMrtdSpecificationTd1","abstract":"

    Preset for detecting TD1 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd2":{"name":"MBMrtdSpecificationTd2","abstract":"

    Preset for detecting TD2 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd3":{"name":"MBMrtdSpecificationTd3","abstract":"

    Preset for detecting TD3 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationUp":{"name":"MBProcessingOrientationUp","abstract":"

    Text oriented same as picture

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationRight":{"name":"MBProcessingOrientationRight","abstract":"

    Text is rotated 90 degrees clockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationDown":{"name":"MBProcessingOrientationDown","abstract":"

    Text is upside down

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationLeft":{"name":"MBProcessingOrientationLeft","abstract":"

    Text is rotated 90 degrees counterclockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeAAMVACompliant":{"name":"MBIdBarcodeDocumentTypeAAMVACompliant","abstract":"

    AAMVACompliant

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaID":{"name":"MBIdBarcodeDocumentTypeArgentinaID","abstract":"

    Argentina ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaAlienID":{"name":"MBIdBarcodeDocumentTypeArgentinaAlienID","abstract":"

    Argentina Alien ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaDL":{"name":"MBIdBarcodeDocumentTypeArgentinaDL","abstract":"

    Argentina DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaID":{"name":"MBIdBarcodeDocumentTypeColombiaID","abstract":"

    Colombia ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaDL":{"name":"MBIdBarcodeDocumentTypeColombiaDL","abstract":"

    Colombia DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaVoterID":{"name":"MBIdBarcodeDocumentTypeNigeriaVoterID","abstract":"

    Nigeria Voter ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaDL":{"name":"MBIdBarcodeDocumentTypeNigeriaDL","abstract":"

    Nigeria DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypePanamaID":{"name":"MBIdBarcodeDocumentTypePanamaID","abstract":"

    Panama ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeSouthAfricaID":{"name":"MBIdBarcodeDocumentTypeSouthAfricaID","abstract":"

    South African ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeParaguayID":{"name":"MBIdBarcodeDocumentTypeParaguayID","abstract":"

    Paraguay ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD1":{"name":"MBDocumentFaceDetectorTypeTD1","abstract":"

    Uses document detector for TD1 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD2":{"name":"MBDocumentFaceDetectorTypeTD2","abstract":"

    Uses document detector for TD2 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypePassportsAndVisas":{"name":"MBDocumentFaceDetectorTypePassportsAndVisas","abstract":"

    Uses MRTD detector for detecting documents with MRZ

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFailed":{"name":"MBDetectionStatusFailed","abstract":"

    Detection has failed.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

    Document has been detected.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooFar":{"name":"MBDetectionStatusCameraTooFar","abstract":"

    Document has been detected but the camera is too far from the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooClose":{"name":"MBDetectionStatusCameraTooClose","abstract":"

    Document has been detected but the camera is too close to the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAngleTooSteep":{"name":"MBDetectionStatusCameraAngleTooSteep","abstract":"

    Document has been detected but the camera’s angle is too steep.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentTooCloseToCameraEdge":{"name":"MBDetectionStatusDocumentTooCloseToCameraEdge","abstract":"

    Document has been detected but the document is too close to the camera edge.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentPartiallyVisible":{"name":"MBDetectionStatusDocumentPartiallyVisible","abstract":"

    Only part of the document is visible.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

    Fallback detection was successful (PhotoPay specific).

    ","parent_name":"MBDetectionStatus"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateNotPerformed":{"name":"MBDataMatchStateNotPerformed","abstract":"

    Data matching has not been performed.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateFailed":{"name":"MBDataMatchStateFailed","abstract":"

    Data does not match.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateSuccess":{"name":"MBDataMatchStateSuccess","abstract":"

    Data match.

    ","parent_name":"MBDataMatchState"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNone":{"name":"MBCameraAutofocusRestrictionNone","abstract":"

    Default. Indicates that the autofocus system should not restrict the focus range.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNear":{"name":"MBCameraAutofocusRestrictionNear","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionFar":{"name":"MBCameraAutofocusRestrictionFar","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeBack":{"name":"MBCameraTypeBack","abstract":"

    Back facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeFront":{"name":"MBCameraTypeFront","abstract":"

    Front facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset480p":{"name":"MBCameraPreset480p","abstract":"

    480p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset720p":{"name":"MBCameraPreset720p","abstract":"

    720p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset1080p":{"name":"MBCameraPreset1080p","abstract":"

    1080p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset4K":{"name":"MBCameraPreset4K","abstract":"

    4K video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetOptimal":{"name":"MBCameraPresetOptimal","abstract":"

    The library will calculate optimal resolution based on the use case and device used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetMax":{"name":"MBCameraPresetMax","abstract":"

    Device’s maximal video resolution will be used.

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetPhoto":{"name":"MBCameraPresetPhoto","abstract":"

    Device’s photo preview resolution will be used

    ","parent_name":"MBCameraPreset"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeQR":{"name":"MBBarcodeTypeQR","abstract":"

    QR code

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeDataMatrix":{"name":"MBBarcodeTypeDataMatrix","abstract":"

    Data Matrix

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCE":{"name":"MBBarcodeTypeUPCE","abstract":"

    UPCE

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCA":{"name":"MBBarcodeTypeUPCA","abstract":"

    UPCA

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN8":{"name":"MBBarcodeTypeEAN8","abstract":"

    EAN 8

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN13":{"name":"MBBarcodeTypeEAN13","abstract":"

    EAN 13

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode128":{"name":"MBBarcodeTypeCode128","abstract":"

    Code 128

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode39":{"name":"MBBarcodeTypeCode39","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeITF":{"name":"MBBarcodeTypeITF","abstract":"

    ITF

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeAztec":{"name":"MBBarcodeTypeAztec","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypePdf417":{"name":"MBBarcodeTypePdf417","abstract":"

    PDF 417

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentType":{"name":"MBBarcodeElementKeyDocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVersionNumber":{"name":"MBBarcodeElementKeyStandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFamilyName":{"name":"MBBarcodeElementKeyCustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFirstName":{"name":"MBBarcodeElementKeyCustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFullName":{"name":"MBBarcodeElementKeyCustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDateOfBirth":{"name":"MBBarcodeElementKeyDateOfBirth","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySex":{"name":"MBBarcodeElementKeySex","abstract":"

    Mandatory on all AAMVA, Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyEyeColor":{"name":"MBBarcodeElementKeyEyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet":{"name":"MBBarcodeElementKeyAddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressCity":{"name":"MBBarcodeElementKeyAddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressJurisdictionCode":{"name":"MBBarcodeElementKeyAddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressPostalCode":{"name":"MBBarcodeElementKeyAddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFullAddress":{"name":"MBBarcodeElementKeyFullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeight":{"name":"MBBarcodeElementKeyHeight","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightIn":{"name":"MBBarcodeElementKeyHeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightCm":{"name":"MBBarcodeElementKeyHeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerMiddleName":{"name":"MBBarcodeElementKeyCustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHairColor":{"name":"MBBarcodeElementKeyHairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNameSuffix":{"name":"MBBarcodeElementKeyNameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFullName":{"name":"MBBarcodeElementKeyAKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFamilyName":{"name":"MBBarcodeElementKeyAKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAGivenName":{"name":"MBBarcodeElementKeyAKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASuffixName":{"name":"MBBarcodeElementKeyAKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightRange":{"name":"MBBarcodeElementKeyWeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightPounds":{"name":"MBBarcodeElementKeyWeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightKilograms":{"name":"MBBarcodeElementKeyWeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerIdNumber":{"name":"MBBarcodeElementKeyCustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFamilyNameTruncation":{"name":"MBBarcodeElementKeyFamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFirstNameTruncation":{"name":"MBBarcodeElementKeyFirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMiddleNameTruncation":{"name":"MBBarcodeElementKeyMiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPlaceOfBirth":{"name":"MBBarcodeElementKeyPlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet2":{"name":"MBBarcodeElementKeyAddressStreet2","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyRaceEthnicity":{"name":"MBBarcodeElementKeyRaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNamePrefix":{"name":"MBBarcodeElementKeyNamePrefix","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCountryIdentification":{"name":"MBBarcodeElementKeyCountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress":{"name":"MBBarcodeElementKeyResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress2":{"name":"MBBarcodeElementKeyResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceCity":{"name":"MBBarcodeElementKeyResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceJurisdictionCode":{"name":"MBBarcodeElementKeyResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidencePostalCode":{"name":"MBBarcodeElementKeyResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceFullAddress":{"name":"MBBarcodeElementKeyResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder18":{"name":"MBBarcodeElementKeyUnder18","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder19":{"name":"MBBarcodeElementKeyUnder19","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder21":{"name":"MBBarcodeElementKeyUnder21","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySocialSecurityNumber":{"name":"MBBarcodeElementKeySocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASocialSecurityNumber":{"name":"MBBarcodeElementKeyAKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAMiddleName":{"name":"MBBarcodeElementKeyAKAMiddleName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAPrefixName":{"name":"MBBarcodeElementKeyAKAPrefixName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyOrganDonor":{"name":"MBBarcodeElementKeyOrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyVeteran":{"name":"MBBarcodeElementKeyVeteran","abstract":"

    Optional on AAMVA 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKADateOfBirth":{"name":"MBBarcodeElementKeyAKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuerIdentificationNumber":{"name":"MBBarcodeElementKeyIssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationDate":{"name":"MBBarcodeElementKeyDocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVersionNumber":{"name":"MBBarcodeElementKeyJurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClass":{"name":"MBBarcodeElementKeyJurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodes":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsementCodes":{"name":"MBBarcodeElementKeyJurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentIssueDate":{"name":"MBBarcodeElementKeyDocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFederalCommercialVehicleCodes":{"name":"MBBarcodeElementKeyFederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdiction":{"name":"MBBarcodeElementKeyIssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVehicleClassification":{"name":"MBBarcodeElementKeyStandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdictionName":{"name":"MBBarcodeElementKeyIssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardEndorsementCode":{"name":"MBBarcodeElementKeyStandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardRestrictionCode":{"name":"MBBarcodeElementKeyStandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClassificationDescription":{"name":"MBBarcodeElementKeyJurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyInventoryControlNumber":{"name":"MBBarcodeElementKeyInventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCardRevisionDate":{"name":"MBBarcodeElementKeyCardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentDiscriminator":{"name":"MBBarcodeElementKeyDocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyLimitedDurationDocument":{"name":"MBBarcodeElementKeyLimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAuditInformation":{"name":"MBBarcodeElementKeyAuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyComplianceType":{"name":"MBBarcodeElementKeyComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssueTimestamp":{"name":"MBBarcodeElementKeyIssueTimestamp","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitExpirationDate":{"name":"MBBarcodeElementKeyPermitExpirationDate","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIdentifier":{"name":"MBBarcodeElementKeyPermitIdentifier","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIssueDate":{"name":"MBBarcodeElementKeyPermitIssueDate","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNumberOfDuplicates":{"name":"MBBarcodeElementKeyNumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHAZMATExpirationDate":{"name":"MBBarcodeElementKeyHAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMedicalIndicator":{"name":"MBBarcodeElementKeyMedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNonResident":{"name":"MBBarcodeElementKeyNonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUniqueCustomerId":{"name":"MBBarcodeElementKeyUniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDataDiscriminator":{"name":"MBBarcodeElementKeyDataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationMonth":{"name":"MBBarcodeElementKeyDocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentNonexpiring":{"name":"MBBarcodeElementKeyDocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySecurityVersion":{"name":"MBBarcodeElementKeySecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeNone":{"name":"MBAnonymizationModeNone","abstract":"

    Anonymization will not be performed.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeImageOnly":{"name":"MBAnonymizationModeImageOnly","abstract":"

    FullDocumentImage is anonymized with black boxes covering sensitive data.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeResultFieldsOnly":{"name":"MBAnonymizationModeResultFieldsOnly","abstract":"

    Result fields containing sensitive data are removed from result.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeFullResult":{"name":"MBAnonymizationModeFullResult","abstract":"

    This mode is combination of ImageOnly and ResultFieldsOnly modes.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html":{"name":"MBAnonymizationMode","abstract":"

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    "},"Enums/MBBarcodeElementKey.html":{"name":"MBBarcodeElementKey","abstract":"

    Enumeration of possible barcode element keys

    "},"Enums/MBBarcodeType.html":{"name":"MBBarcodeType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums/MBCameraPreset.html":{"name":"MBCameraPreset","abstract":"

    Camera resolution preset

    "},"Enums/MBCameraType.html":{"name":"MBCameraType","abstract":"

    Camera type

    "},"Enums/MBCameraAutofocusRestriction.html":{"name":"MBCameraAutofocusRestriction","abstract":"

    Camera autofocus restricion mode

    "},"Enums/MBDataMatchState.html":{"name":"MBDataMatchState","abstract":"

    Result of the data matching algorithm for scanned parts/sides of the document.

    "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

    Status of the object detection in Microblink SDK

    "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    "},"Enums.html#/c:@E@MBDocumentImageColorStatus":{"name":"MBDocumentImageColorStatus","abstract":"

    DocumentImageColorStatus enum defines possible color statuses determined from scanned image.

    "},"Enums/MBIdBarcodeDocumentType.html":{"name":"MBIdBarcodeDocumentType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums.html#/c:@E@MBVideoRotationAngle":{"name":"MBVideoRotationAngle","abstract":"

    Enum which defines video rotation angle or capture connection’s video orientation.

    "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

    Enum which describes text orientation on an image.

    "},"Enums.html#/c:@E@MBImageAnalysisDetectionStatus":{"name":"MBImageAnalysisDetectionStatus","abstract":"

    MBImageAnalysisDetectionStatus enum defines possible states of detection.

    "},"Enums/MBMrtdSpecificationPreset.html":{"name":"MBMrtdSpecificationPreset","abstract":"

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    "},"Enums/MBMrtdDocumentType.html":{"name":"MBMrtdDocumentType","abstract":"

    Supported MRTD document types

    "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

    A list of fonts supported by BlinkOCR

    "},"Enums/MBProcessingStatus.html":{"name":"MBProcessingStatus","abstract":"

    MBProcessingStatus enum defines status of the last recognition process.

    "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

    Enumeration of posibble processor result state

    "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","abstract":"

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    "},"Enums/MBRecognitionDebugMode.html":{"name":"MBRecognitionDebugMode","abstract":"

    Denotes the mode in which Recognizers performs recognition

    "},"Enums/MBFrameQualityEstimationMode.html":{"name":"MBFrameQualityEstimationMode","abstract":"

    Denotes the mode in which FrameQuality estimation works

    "},"Enums/MBRecognizerResultState.html":{"name":"MBRecognizerResultState","abstract":"

    Enumeration of posibble recognizer result state

    "},"Enums.html#/c:@E@MBStrictnessLevel":{"name":"MBStrictnessLevel","abstract":"

    MBStrictnessLevel is used to strictness level of filtering performed on images.

    "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

    Possible keys that can be used for obtaining USDL result elements.

    "},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalPersonalIdNumber":{"name":"additionalPersonalIdNumber","abstract":"

    TThe additional personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)empty":{"name":"empty","abstract":"

    Flag that indicates if barcode result is empty

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBVizResult"},"Classes/MBVisaRecognizerResult.html#/c:objc(cs)MBVisaRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBVisaRecognizerResult"},"Classes/MBVisaRecognizer.html#/c:objc(cs)MBVisaRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning VisaRecognizer

    ","parent_name":"MBVisaRecognizer"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithOverlayViewController:":{"name":"+recognizerRunnerViewControllerWithOverlayViewController:","abstract":"

    Method creates a camera view controller which is responsible for displaying the","parent_name":"MBViewControllerFactory"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithResult:closeButtonTapped:":{"name":"+recognizerRunnerViewControllerWithResult:closeButtonTapped:","abstract":"

    The method creates a camera view controller, which is responsible for displaying the camera input on the phone screen.","parent_name":"MBViewControllerFactory"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)result":{"name":"result","abstract":"

    USDL recognizer results

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning both sides of USDL

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)type":{"name":"type","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(py)templatingClass":{"name":"templatingClass","abstract":"

    Returns the MBTemplatingClass for recognized document. If classification failed,","parent_name":"MBTemplatingRecognizerResult"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingResult":{"name":"templatingResult","abstract":"

    Templating recognizer result

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)useGlareDetector":{"name":"useGlareDetector","abstract":"

    Defines if glare detection should be turned on/off for Templating Recognizer.

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingClasses":{"name":"templatingClasses","abstract":"

    Returns all available templating classes

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setClassificationProcessorGroups:":{"name":"-setClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed before classification

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getClassificationProcessorGroups":{"name":"-getClassificationProcessorGroups","abstract":"

    Returns the currently set array of classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setNonClassificationProcessorGroups:":{"name":"-setNonClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed if MBTemplatingClassifier’s classify returns YES.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getNonClassificationProcessorGroups":{"name":"-getNonClassificationProcessorGroups","abstract":"

    Returns the currently set array of non-classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setTemplatingClassifier:":{"name":"-setTemplatingClassifier:","abstract":"

    Sets the classifier which will tell whether currently processed document belongs to this class.","parent_name":"MBTemplatingClass"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Designated initializer

    ","parent_name":"MBTapToFocusSubview"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

    Success frame MBImage of successful frame

    ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)result":{"name":"result","abstract":"

    SuccessFrameGrabber recognizer results

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)slaveRecognizer":{"name":"slaveRecognizer","abstract":"

    Slave recognizer that is wrapped with SuccessFrameGrabber

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSubview.html#/c:objc(cs)MBSubview(py)delegate":{"name":"delegate","abstract":"

    Delegate which is notified on Overlay events

    ","parent_name":"MBSubview"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)value":{"name":"value","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)valueForAlphabetType:":{"name":"-valueForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)location":{"name":"location","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)locationForAlphabetType:":{"name":"-locationForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)side":{"name":"side","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)sideForAlphabetType:":{"name":"-sideForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)initWithRecognizerCollection:":{"name":"-initWithRecognizerCollection:","abstract":"

    Initializes the recognizer runner

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)cancelProcessing":{"name":"-cancelProcessing","abstract":"

    Cancels all dispatched, but not yet processed image processing requests issued with processImage.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processImage:":{"name":"-processImage:","abstract":"

    Processes a MBImage object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processString:":{"name":"-processString:","abstract":"

    Processes a NSString object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Method which is used to apply MBSettings object given by currentSettings property

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognizerList":{"name":"recognizerList","abstract":"

    Contains MBRecognizer objects - each individual recognizer.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)allowMultipleResults":{"name":"allowMultipleResults","abstract":"

    If NO, recognizer chain will stop when finds first valid scan results and will return just it.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)partialRecognitionTimeout":{"name":"partialRecognitionTimeout","abstract":"

    Timeout interval in which the partial scanning results will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionDebugMode":{"name":"recognitionDebugMode","abstract":"

    Recognition debug mode.

    ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)frameQualityEstimationMode":{"name":"frameQualityEstimationMode","abstract":"

    Frame quality estimation mode. If frame quality estimation is on, some video frames will be skipped, if","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(py)baseResult":{"name":"baseResult","abstract":"

    Base recognizer result.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(im)toSignedJson":{"name":"-toSignedJson","abstract":"

    Returns the signed JSON representation of this entity’s current state as a MBSignedPayload.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzId":{"name":"enableMrzId","abstract":"

    Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzVisa":{"name":"enableMrzVisa","abstract":"

    Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzPassport":{"name":"enableMrzPassport","abstract":"

    Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enablePhotoId":{"name":"enablePhotoId","abstract":"

    Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableBarcodeId":{"name":"enableBarcodeId","abstract":"

    Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableFullDocumentRecognition":{"name":"enableFullDocumentRecognition","abstract":"

    Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperLeft":{"name":"upperLeft","abstract":"

    Upper left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperRight":{"name":"upperRight","abstract":"

    Upper right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerLeft":{"name":"lowerLeft","abstract":"

    Lower left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerRight":{"name":"lowerRight","abstract":"

    Lower right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Designated initializer which initializes all four corners of the quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)toPointsArray":{"name":"-toPointsArray","abstract":"

    Returns points of the quadrangle in array in the following order:

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)quadrangleWithTransformation:":{"name":"-quadrangleWithTransformation:","abstract":"

    Creates new quadrangle from this quadrangle, transformed by specified affine transformation.

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)center":{"name":"-center","abstract":"

    Returns the center point of the Quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)initWithProcessingLocation:dewarpPolicy:andProcessors:":{"name":"-initWithProcessingLocation:dewarpPolicy:andProcessors:","abstract":"

    Constructor for MBProcessorGroup.

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(py)processors":{"name":"processors","abstract":"

    Processors that are members of the processor group

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessor.html#/c:objc(cs)MBProcessor(py)baseResult":{"name":"baseResult","abstract":"

    Base processor result

    ","parent_name":"MBProcessor"},"Classes/MBPassportRecognizerResult.html#/c:objc(cs)MBPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBPassportRecognizerResult"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning PassportRecognizer

    ","parent_name":"MBPassportRecognizer"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)anonymizeNetherlandsMrz":{"name":"anonymizeNetherlandsMrz","abstract":"

    Defines whether to anonymize Netherlands MRZ

    ","parent_name":"MBPassportRecognizer"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)parsers":{"name":"parsers","abstract":"

    Getting array of readonly parsers

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)result":{"name":"result","abstract":"

    MBParserGroupProcessor processor result

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)oneOptionalElementInGroupShouldBeValid":{"name":"oneOptionalElementInGroupShouldBeValid","abstract":"

    Set if one optional element should be valid

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)recognizerRunnerViewController":{"name":"recognizerRunnerViewController","abstract":"

    Overlay View’s delegate object. Responsible for sending messages to PhotoPay’s","parent_name":"MBOverlayViewController"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)language":{"name":"language","abstract":"

    If default overlay contains textual information, text will be localized to this language

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)cameraSettings":{"name":"cameraSettings","abstract":"

    Camera settings

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(im)init":{"name":"-init","abstract":"

    Initializes the object with default settings (see above for defaults).

    ","parent_name":"MBOverlaySettings"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ul":{"name":"ul","abstract":"

    Upper left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ur":{"name":"ur","abstract":"

    Upper right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ll":{"name":"ll","abstract":"

    Lower left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)lr":{"name":"lr","abstract":"

    Lower right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Initializer

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)positionWithOffset:":{"name":"-positionWithOffset:","abstract":"

    Creates a position with offset to a current position. Offset is added.

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)rect":{"name":"-rect","abstract":"

    Helper method converting Position to CGRect

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)center":{"name":"-center","abstract":"

    Helper method calculating the center of the Position

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)height":{"name":"-height","abstract":"

    Helper method calculating the height of the position

    ","parent_name":"MBPosition"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)value":{"name":"value","abstract":"

    Unicode value of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)position":{"name":"position","abstract":"

    Position of the char on the image, in the coordinate system of the image

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)height":{"name":"height","abstract":"

    Height of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)uncertain":{"name":"uncertain","abstract":"

    YES if char is uncertain

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)quality":{"name":"quality","abstract":"

    Integer value representing OCR quality of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)font":{"name":"font","abstract":"

    Font of the character

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(im)initWithValue:position:height:":{"name":"-initWithValue:position:height:","abstract":"

    Initializer for a char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)chars":{"name":"chars","abstract":"

    Ocr chars of the line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)position":{"name":"position","abstract":"

    Position of the line on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)initWithOcrChars:position:":{"name":"-initWithOcrChars:position:","abstract":"

    Initializer from chars

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)lines":{"name":"lines","abstract":"

    Ocr lines of the block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)position":{"name":"position","abstract":"

    Position of the block on the image, in the coordinate system of the image

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)initWithOcrLines:position:":{"name":"-initWithOcrLines:position:","abstract":"

    Initializer from lines

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)box":{"name":"box","abstract":"

    Bounding box of the layout. Given in the coordinate system of the image on which OCR was performed.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)blocks":{"name":"blocks","abstract":"

    Ocr blocks of the layout

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transformInvalid":{"name":"transformInvalid","abstract":"

    YES if transform is not valid (e.g, there’s no UI to which it can be calculated. NO otherwise.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)position":{"name":"position","abstract":"

    Position of layout on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)flipped":{"name":"flipped","abstract":"

    OCR layout was recognized from flipped image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:transform:box:flipped:":{"name":"-initWithOcrBlocks:transform:box:flipped:","abstract":"

    Initializer from blocks and transformation

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:":{"name":"-initWithOcrBlocks:","abstract":"

    Initializer from blocks

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr layout

    ","parent_name":"MBOcrLayout"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default max allowed dewarp height used when using default constructor.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)initWithMaxAllowedDewarpHeight:":{"name":"-initWithMaxAllowedDewarpHeight:","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(py)maxAllowedDewarpHeight":{"name":"maxAllowedDewarpHeight","abstract":"

    Returns the max allowed dewarp height as specified by this policy.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

    Factory method which creates MRTD specification based on a preset

    ","parent_name":"MBMrtdSpecification"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)rawOcrLayout":{"name":"rawOcrLayout","abstract":"

    Raw OCR layout from which the MRTD data was parsed.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)result":{"name":"result","abstract":"

    Detector recognizer results

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrtdSpecifications":{"name":"mrtdSpecifications","abstract":"

    Get the mrtd specifications.

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrzFilterDelegate":{"name":"mrzFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)result":{"name":"result","abstract":"

    Mrtd Combined recognizer result

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)mrzCombinedFilterDelegate":{"name":"mrzCombinedFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showTrialLicenseWarning":{"name":"showTrialLicenseWarning","abstract":"

    Disable or enable showing of toast when trial license key is entered. By default, whenever","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:errorCallback:":{"name":"-setLicenseBuffer:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:andLicensee:errorCallback:":{"name":"-setLicenseBuffer:andLicensee:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:errorCallback:":{"name":"-setLicenseKey:errorCallback:","abstract":"

    Set license key and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:andLicensee:errorCallback:":{"name":"-setLicenseKey:andLicensee:errorCallback:","abstract":"

    Set license key and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)buildVersionString":{"name":"+buildVersionString","abstract":"

    Returns the string that contains the library build version

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)isScanningUnsupportedForCameraType:error:":{"name":"+isScanningUnsupportedForCameraType:error:","abstract":"

    This method returns true when scanning is unsupported on a specific device.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setPingProxyUrl:":{"name":"-setPingProxyUrl:","abstract":"

    Set the URL for ping proxy.","parent_name":"MBMicroblinkSDK"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

    Returns/sets splash message that is shown after scanning the document.

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)rawImage":{"name":"rawImage","abstract":"

    Returns the raw image saved by the processor. If no image was saved by processor, returns null.","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)encodedImage":{"name":"encodedImage","abstract":"

    JPEG-encoded image or nil, depending on whether image encoding was enabled.

    ","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)result":{"name":"result","abstract":"

    MBImageReturnProcessor processor result

    ","parent_name":"MBImageReturnProcessor"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)encodeImage":{"name":"encodeImage","abstract":"

    Defines whether saved image will also be encoded as JPEG. This is false by default, which","parent_name":"MBImageReturnProcessor"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)image":{"name":"image","abstract":"

    UIImage of wrapped image.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)roi":{"name":"roi","abstract":"

    Region of the image used for scanning, where the whole image is specified with CGRectMake(0.0, 0.0, 1.0, 1.0).

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)orientation":{"name":"orientation","abstract":"

    Processing orientation of image. This is used in OCR where you can specify character orientation.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredHorizontally":{"name":"mirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredVertically":{"name":"mirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)estimateFrameQuality":{"name":"estimateFrameQuality","abstract":"

    If YES, the image will prior to processing go through frame quality estimation phase, which might discard the frame

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)cameraFrame":{"name":"cameraFrame","abstract":"

    Property which tells if this frame is a camera or a single photo frame.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)videoRotationAngle":{"name":"videoRotationAngle","abstract":"

    Connection orientation.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

    Creates MBImage around UIImage.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

    Creates MBImage around CVImageBufferRef.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCvPixelBuffer:orientation:":{"name":"+imageWithCvPixelBuffer:orientation:","abstract":"

    Creates MBImage around CVPixelBufferRef.

    ","parent_name":"MBImage"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

    Retrieves string content of scanned data

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

    Type of the barcode scanned

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentType":{"name":"documentType","abstract":"

    The document type deduced from the recognized barcode

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)extendedElements":{"name":"extendedElements","abstract":"

    Document specific extended elements that contain all barcode fields in their original form.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizer.html#/c:objc(cs)MBIdBarcodeRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning IDBarcodeRecognizer

    ","parent_name":"MBIdBarcodeRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabFocusedFrames":{"name":"grabFocusedFrames","abstract":"

    Allow sending focused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabUnfocusedFrames":{"name":"grabUnfocusedFrames","abstract":"

    Allow sending unfocused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default dewarp height value used when using default constructor.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)initWithDewarpHeight:":{"name":"-initWithDewarpHeight:","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(py)dewarpHeight":{"name":"dewarpHeight","abstract":"

    Returns the desired dewarp height (in pixels) as specified by this policy.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorColor":{"name":"errorColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBErrorReticle"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorReticleImage":{"name":"errorReticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBErrorReticle"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsColor":{"name":"dotsColor","abstract":"

    Color of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsStrokeWidth":{"name":"dotsStrokeWidth","abstract":"

    Width of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsRadius":{"name":"dotsRadius","abstract":"

    Radius of dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)animationDuration":{"name":"animationDuration","abstract":"

    Duration of the animation

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initializes the layer

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)foregroundColor":{"name":"foregroundColor","abstract":"

    Foreground color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)tintColor":{"name":"tintColor","abstract":"

    Border and shadow color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)shouldIgnoreFastResults":{"name":"shouldIgnoreFastResults","abstract":"

    If set YES, dots will not redraw until the animation is finished. This will make animation look much smoother on fast results.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)charFadeInDuration":{"name":"charFadeInDuration","abstract":"

    Duration of fade animation for each dot.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)dotCount":{"name":"dotCount","abstract":"

    Maximum number of dots shown on screen. This count has to be in range [20,50].

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderView":{"name":"viewfinderView","abstract":"

    Default implementation draws a rectangle with aspect ratio of viewfinderAspectRatio,","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderWidthToHeightRatio":{"name":"viewfinderWidthToHeightRatio","abstract":"

    Default aspect ratio of the viewfinder, calculated as width / height.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)tooltipLabel":{"name":"tooltipLabel","abstract":"

    Label displayed below the viewfinder view.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initialize the overlay subview with a given frame

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

    Initialize the overlay subview with a given coder

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)tooltipText":{"name":"tooltipText","abstract":"

    Gets/sets tootlip text that is defines under document view finder.

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)showTooltip":{"name":"showTooltip","abstract":"

    Gets/sets tooltip visibility

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)documentLocation":{"name":"documentLocation","abstract":"

    Quadrangle represeting corner points of the document within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)faceLocation":{"name":"faceLocation","abstract":"

    Quadrangle represeting corner points of the face image within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning Document Face Recognizer

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of docment this recognizer will scan.

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDisplayableQuadDetection.html#/c:objc(cs)MBDisplayableQuadDetection(py)detectionLocation":{"name":"detectionLocation","abstract":"

    Exact location of detected object on image.","parent_name":"MBDisplayableQuadDetection"},"Classes/MBDisplayablePointsDetection.html#/c:objc(cs)MBDisplayablePointsDetection(py)points":{"name":"points","abstract":"

    Coordinates of points (CGPoint) of a detected object.

    ","parent_name":"MBDisplayablePointsDetection"},"Classes/MBDisplayableObject.html#/c:objc(cs)MBDisplayableObject(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBDisplayableObject"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)initWithDetectionStatus:":{"name":"-initWithDetectionStatus:","abstract":"

    Initializes the displayable detection with matrix

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(py)detectionStatus":{"name":"detectionStatus","abstract":"

    Detection status which describes the status of detection

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateStringResult":{"name":"originalDateStringResult","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(cm)dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"+dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDateResult"},"Classes/MBDate.html#/c:objc(cs)MBDate(im)initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)originalDateString":{"name":"originalDateString","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(cm)dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"+dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDate"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default DPI that will be used with default constructor.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)initWithDesiredDPI:":{"name":"-initWithDesiredDPI:","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(py)desiredDPI":{"name":"desiredDPI","abstract":"

    Returns the desired DPI as defined by this policy.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)init":{"name":"-init","abstract":"

    Convenience initializer used for use cases when overlay view controller is instantiated from storyboard.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRegion":{"name":"scanningRegion","abstract":"

    Scanning region","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraPreset":{"name":"cameraPreset","abstract":"

    Camera preset. With this property you can set the resolution of the camera

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraType":{"name":"cameraType","abstract":"

    Camera type. You can choose between front and back facing.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)autofocusInterval":{"name":"autofocusInterval","abstract":"

    Interval between forcing two camera focuses. If <= 0, forced focuses arent performed","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraAutofocusRestriction":{"name":"cameraAutofocusRestriction","abstract":"

    Range restriction for camera autofocus.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)videoGravity":{"name":"videoGravity","abstract":"

    Gravity of Camera preview on screen.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)focusPoint":{"name":"focusPoint","abstract":"

    Point against which the autofocus will be performed

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredHorizontally":{"name":"cameraMirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredVertically":{"name":"cameraMirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)previewZoomScale":{"name":"previewZoomScale","abstract":"

    Set the back side preview camera layer zoom factor. 1.0 means there is no zoom, 2.0 double the zoom - preview layer is 2x zoomed than video output.","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings (see above for defaults)

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcSessionPreset":{"name":"-calcSessionPreset","abstract":"

    Returns an optimal AVFoundation session preset based on cameraPreset value.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcAutofocusRangeRestriction":{"name":"-calcAutofocusRangeRestriction","abstract":"

    Returns an optimal AVFoundation autofocus range restriction value based on cameraAutofocusRestriction.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)forceUsingPixelFormatTypeBiPlanarFullRange":{"name":"forceUsingPixelFormatTypeBiPlanarFullRange","abstract":"

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange.","parent_name":"MBCameraSettings"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isAnimating":{"name":"isAnimating","abstract":"

    Whether the reticle is currently animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isDetecting":{"name":"isDetecting","abstract":"

    Whether the reticle is currently detecting.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isConfirming":{"name":"isConfirming","abstract":"

    Whether the reticle is currently confirming.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startAnimating":{"name":"-startAnimating","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopAnimating":{"name":"-stopAnimating","abstract":"

    Stops animating the reticle. Does nothing if the reticle is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startDetecting":{"name":"-startDetecting","abstract":"

    Starts animating the detection spinner. Does nothing if the detection is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopDetecting":{"name":"-stopDetecting","abstract":"

    Stops animating the detection spinner. Does nothing if the detection is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)resetAll":{"name":"-resetAll","abstract":"

    Stops all animations and remove all layers to reset state to beginning

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)animateArcRotation":{"name":"-animateArcRotation","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleImage":{"name":"reticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleColor":{"name":"reticleColor","abstract":"

    Custom tint color used for arc and progress animation. Default white.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleDefaultColor":{"name":"reticleDefaultColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBCameraReticle"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)imageAnalysisResult":{"name":"imageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned image.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vizResult":{"name":"vizResult","abstract":"

    Defines the data extracted from the visual inspection zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalProcessingInfo":{"name":"additionalProcessingInfo","abstract":"

    Additional info on processing.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)cameraFrame":{"name":"cameraFrame","abstract":"

    The raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIDRecognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common BlinkId UI settings

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)requireDocumentSidesDataMatch":{"name":"requireDocumentSidesDataMatch","abstract":"

    If YES, MBBlinkIdMultiSideRecognizer will check if sides do match when scanning is finished

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showNotSupportedDialog":{"name":"showNotSupportedDialog","abstract":"

    Defines whether Document Not Supported dialog will be displayed in UI.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showFlashlightWarning":{"name":"showFlashlightWarning","abstract":"

    Defines whether glare warning will be displayed when user turn on a flashlight

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideScanningTimeout":{"name":"backSideScanningTimeout","abstract":"

    Option to configure back side scanning timeout.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)firstSideInstructionsText":{"name":"firstSideInstructionsText","abstract":"

    Message that is shown while scanning first side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideInstructionsText":{"name":"backSideInstructionsText","abstract":"

    Message that is shown while scanning back side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanBarcodeText":{"name":"scanBarcodeText","abstract":"

    Message that is shown after fornt side of the USDL document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)flipInstructions":{"name":"flipInstructions","abstract":"

    Instructions to flip document, shown when scanning of the first side is done, before scanning the second","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveCloser":{"name":"errorMoveCloser","abstract":"

    Instructions for the user to move the document closer.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveFarther":{"name":"errorMoveFarther","abstract":"

    Instructions for the user to move the document farther.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorDocumentTooCloseToEdge":{"name":"errorDocumentTooCloseToEdge","abstract":"

    Instructions for the user to move the document from the edge.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingTitle":{"name":"sidesNotMatchingTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingMessage":{"name":"sidesNotMatchingMessage","abstract":"

    Message inside dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchTitle":{"name":"dataMismatchTitle","abstract":"

    Title of the dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchMessage":{"name":"dataMismatchMessage","abstract":"

    Message inside dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentTitle":{"name":"unsupportedDocumentTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentMessage":{"name":"unsupportedDocumentMessage","abstract":"

    Message inside dialog, which is shown when unsupported document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutTitle":{"name":"recognitionTimeoutTitle","abstract":"

    Title of the dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutMessage":{"name":"recognitionTimeoutMessage","abstract":"

    Message inside dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)retryButtonText":{"name":"retryButtonText","abstract":"

    Text of the “retry” button inside dialog, which is shown on timeout when scanning is stuck on the back","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMandatoryFieldMissing":{"name":"errorMandatoryFieldMissing","abstract":"

    Instructions for the user that is covering more than two mandatory fields for a scan.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)defineSpecificMissingMandatoryFields":{"name":"defineSpecificMissingMandatoryFields","abstract":"

    If YES and number of missing mandatory fields is <= 2, names of missing mandatory fields will be present in the message.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)onboardingButtonTooltipDelay":{"name":"onboardingButtonTooltipDelay","abstract":"

    Option to configure when the onboarding help tooltip will appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showOnboardingInfo":{"name":"showOnboardingInfo","abstract":"

    Defines whether button for presenting onboarding screens will be present on screen.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showIntroductionDialog":{"name":"showIntroductionDialog","abstract":"

    Defines whether tutorial alert will be presented on appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)glareDetectedMessage":{"name":"glareDetectedMessage","abstract":"

    Instructions for the user to avoid glare.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)blurDetectedMessage":{"name":"blurDetectedMessage","abstract":"

    Instructions for the user to avoid blur.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)faceImageMissingMessage":{"name":"faceImageMissingMessage","abstract":"

    Instructions for the user when face image is missing.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)awaitingOtherSideMessage":{"name":"awaitingOtherSideMessage","abstract":"

    Instructions for the user when other side is awaiting scanning.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanningWrongSideMessage":{"name":"scanningWrongSideMessage","abstract":"

    Instructions for the user when wrong side is being scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontImageAnalysisResult":{"name":"frontImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned front image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backImageAnalysisResult":{"name":"backImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned back image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontVizResult":{"name":"frontVizResult","abstract":"

    Defines the data extracted from the front side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backVizResult":{"name":"backVizResult","abstract":"

    Defines the data extracted from the back side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontProcessingStatus":{"name":"frontProcessingStatus","abstract":"

    Status of the last front side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backProcessingStatus":{"name":"backProcessingStatus","abstract":"

    Status of the last back side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontAdditionalProcessingInfo":{"name":"frontAdditionalProcessingInfo","abstract":"

    Additional info on processing of the front side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backAdditionalProcessingInfo":{"name":"backAdditionalProcessingInfo","abstract":"

    Additional info on processing of the back side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontCameraFrame":{"name":"frontCameraFrame","abstract":"

    The front raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backCameraFrame":{"name":"backCameraFrame","abstract":"

    The back raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dataMatchResult":{"name":"dataMatchResult","abstract":"

    Detailed info on data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIdMultiSideRecognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)skipUnsupportedBack":{"name":"skipUnsupportedBack","abstract":"

    Skip back side capture and processing step when back side of the document is not supported

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUncertainFrontSideScan":{"name":"allowUncertainFrontSideScan","abstract":"

    Proceed with scanning the back side even if the front side result is uncertain.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)maxAllowedMismatchesPerField":{"name":"maxAllowedMismatchesPerField","abstract":"

    Configure the number of characters per field that are allowed to be inconsistent in data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBaseOverlayViewController.html#/c:objc(cs)MBBaseOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBBaseOverlayViewController"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)soundFilePath":{"name":"soundFilePath","abstract":"

    Full path to the sound file which is played when the valid result is scanned.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayCancelButton":{"name":"displayCancelButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOcrOverlaySettings.html#/c:objc(cs)MBBaseOcrOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

    Property that enables showing of flashing dots over characters being scanned.

    ","parent_name":"MBBaseOcrOverlaySettings"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)missingMandatoryFields":{"name":"missingMandatoryFields","abstract":"

    List of fields that were expected on the document but were missing.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)invalidCharacterFields":{"name":"invalidCharacterFields","abstract":"

    List of fields that contained characters which were not expected in that field.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)extraPresentFields":{"name":"extraPresentFields","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)imageExtractionFailures":{"name":"imageExtractionFailures","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html":{"name":"MBAdditionalProcessingInfo","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes/MBBaseOcrOverlaySettings.html":{"name":"MBBaseOcrOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlaySettings.html":{"name":"MBBaseOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlayViewController.html":{"name":"MBBaseOverlayViewController","abstract":"

    Common base class for default overlay view controllers

    "},"Classes/MBBlinkIdMultiSideRecognizer.html":{"name":"MBBlinkIdMultiSideRecognizer","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdMultiSideRecognizerResult.html":{"name":"MBBlinkIdMultiSideRecognizerResult","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdOverlaySettings.html":{"name":"MBBlinkIdOverlaySettings","abstract":"

    Settings class containing parameters for BlinkId UI

    "},"Classes/MBBlinkIdOverlayViewController.html":{"name":"MBBlinkIdOverlayViewController","abstract":"

    Default version of overlay view controller with modern design.

    "},"Classes/MBBlinkIdSingleSideRecognizer.html":{"name":"MBBlinkIdSingleSideRecognizer","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBBlinkIdSingleSideRecognizerResult.html":{"name":"MBBlinkIdSingleSideRecognizerResult","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBCameraReticle.html":{"name":"MBCameraReticle","abstract":"

    A camera reticle that locates at the center of screen and uses circle arc rotation to indicate that"},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

    Settings class containing parameters for camera capture

    "},"Classes/MBCustomOverlayViewController.html":{"name":"MBCustomOverlayViewController","abstract":"

    Custom Overlay View Controller is an abstract class for all custom overlay views placed on top View Controller."},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

    DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDate.html":{"name":"MBDate","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes/MBDateResult.html":{"name":"MBDateResult","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes.html#/c:objc(cs)MBDewarpPolicy":{"name":"MBDewarpPolicy","abstract":"

    Base class for all dewarp policies

    "},"Classes/MBDisplayableDetection.html":{"name":"MBDisplayableDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDisplayableObject.html":{"name":"MBDisplayableObject","abstract":"

    Represents any object that can be displayed on screen in terms of drawing.

    "},"Classes/MBDisplayablePointsDetection.html":{"name":"MBDisplayablePointsDetection","abstract":"

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    "},"Classes/MBDisplayableQuadDetection.html":{"name":"MBDisplayableQuadDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDocumentFaceRecognizer.html":{"name":"MBDocumentFaceRecognizer","abstract":"

    Class for configuring Document Face Recognizer Recognizer.

    "},"Classes/MBDocumentFaceRecognizerResult.html":{"name":"MBDocumentFaceRecognizerResult","abstract":"

    Class representing values obtained when scanning Document Face Recognizer

    "},"Classes/MBDocumentOverlaySettings.html":{"name":"MBDocumentOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBDocumentOverlayViewController.html":{"name":"MBDocumentOverlayViewController","abstract":"

    Default overlay when using ID card recognizers.

    "},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

    Overlay subview presenting the viewfinder for scanning ID documents

    "},"Classes/MBDotsResultSubview.html":{"name":"MBDotsResultSubview","abstract":"

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    "},"Classes/MBDotsSubview.html":{"name":"MBDotsSubview","abstract":"

    A wrapper around CAShapeLayer which is used for presenting a status about barcode detections

    "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

    Base class for all entities processors, recognizers, detectors…

    "},"Classes/MBErrorReticle.html":{"name":"MBErrorReticle","abstract":"

    A camera reticle detection that locates at the center of screen and uses circular rotation to indicate that"},"Classes/MBFixedDewarpPolicy.html":{"name":"MBFixedDewarpPolicy","abstract":"

    Fixed dewarp policy. Dewarp height will be exactly as defined by its dewarpHeight.

    "},"Classes/MBFrameGrabberRecognizer.html":{"name":"MBFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes.html#/c:objc(cs)MBGlareStatusSubview":{"name":"MBGlareStatusSubview","abstract":"

    Overlay subview presenting the status of glare detection."},"Classes/MBIdBarcodeRecognizer.html":{"name":"MBIdBarcodeRecognizer","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBIdBarcodeRecognizerResult.html":{"name":"MBIdBarcodeRecognizerResult","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBImage.html":{"name":"MBImage","abstract":"

    Object which represents an image.

    "},"Classes/MBImageReturnProcessor.html":{"name":"MBImageReturnProcessor","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBImageReturnProcessorResult.html":{"name":"MBImageReturnProcessorResult","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBLegacyDocumentVerificationOverlaySettings.html":{"name":"MBLegacyDocumentVerificationOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBLegacyDocumentVerificationOverlayViewController.html":{"name":"MBLegacyDocumentVerificationOverlayViewController","abstract":"

    Default overlay when using ID card combined recognizers for verification.

    "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

    Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBMrtdCombinedRecognizer.html":{"name":"MBMrtdCombinedRecognizer","abstract":"

    MRTD Combined recognizer

    "},"Classes/MBMrtdCombinedRecognizerResult.html":{"name":"MBMrtdCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of Croatian ID.

    "},"Classes/MBMrtdRecognizer.html":{"name":"MBMrtdRecognizer","abstract":"

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    "},"Classes/MBMrtdRecognizerResult.html":{"name":"MBMrtdRecognizerResult","abstract":"

    Result of MBMrtdDetectorRecognizer

    "},"Classes/MBMrtdSpecification.html":{"name":"MBMrtdSpecification","abstract":"

    Mrtd class describes a document which is being detected by MrtdDetector."},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

    No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrLayout.html":{"name":"MBOcrLayout","abstract":"

    Class describing the layour of the document on which the OCR was preformed.

    "},"Classes/MBOcrBlock.html":{"name":"MBOcrBlock","abstract":"

    Class representing an Ocr Block. Block consists of one or more Ocr Lines.

    "},"Classes/MBOcrLine.html":{"name":"MBOcrLine","abstract":"

    Class representing an Ocr line. line consists of one or more Ocr chars

    "},"Classes/MBOcrChar.html":{"name":"MBOcrChar","abstract":"

    Class representing an individual OCR character obtained in the OCR process.

    "},"Classes/MBPosition.html":{"name":"MBPosition","abstract":"

    Class representing a position on the image. It’s given as a box, with"},"Classes/MBOverlaySettings.html":{"name":"MBOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBOverlayViewController.html":{"name":"MBOverlayViewController","abstract":"

    Overlay View Controller is an abstract class for all overlay views placed on top View Controller.

    "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

    A processor for a group

    "},"Classes.html#/c:objc(cs)MBParserGroupProcessorResult":{"name":"MBParserGroupProcessorResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBPassportRecognizer.html":{"name":"MBPassportRecognizer","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBPassportRecognizerResult.html":{"name":"MBPassportRecognizerResult","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBProcessor.html":{"name":"MBProcessor","abstract":"

    Base class for all processors

    "},"Classes/MBProcessorGroup.html":{"name":"MBProcessorGroup","abstract":"

    Class that represents a group of processors that will be executed on same dewarped image.

    "},"Classes.html#/c:objc(cs)MBProcessorResult":{"name":"MBProcessorResult","abstract":"

    Base class for all processor results

    "},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    "},"Classes/MBRecognitionModeFilter.html":{"name":"MBRecognitionModeFilter","abstract":"

    MBRecognitionModeFilter is used to enable/disable recognition of specific document groups."},"Classes/MBRecognizer.html":{"name":"MBRecognizer","abstract":"

    Base class for all recognizers

    "},"Classes/MBRecognizerCollection.html":{"name":"MBRecognizerCollection","abstract":"

    Settings class containing settings related to scanner behaviour

    "},"Classes.html#/c:objc(cs)MBRecognizerResult":{"name":"MBRecognizerResult","abstract":"

    Base class for all recognizer results

    "},"Classes/MBRecognizerRunner.html":{"name":"MBRecognizerRunner","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes/MBStringResult.html":{"name":"MBStringResult","abstract":"

    Class for all obtaining original string per alphabet type

    "},"Classes/MBSubview.html":{"name":"MBSubview","abstract":"

    Base class for all overlay subviews

    "},"Classes/MBSuccessFrameGrabberRecognizer.html":{"name":"MBSuccessFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes/MBSuccessFrameGrabberRecognizerResult.html":{"name":"MBSuccessFrameGrabberRecognizerResult","abstract":"

    A recognizer that returns SuccessFrameGrabber result.

    "},"Classes/MBTapToFocusSubview.html":{"name":"MBTapToFocusSubview","abstract":"

    Overlay subview presenting the effect which happens when the user taps to focus

    "},"Classes/MBTemplatingClass.html":{"name":"MBTemplatingClass","abstract":"

    Class that represents a specific class of documents when used within Templating API.

    "},"Classes/MBTemplatingRecognizer.html":{"name":"MBTemplatingRecognizer","abstract":"

    Base of all recognizers that support Templating API.

    "},"Classes/MBTemplatingRecognizerResult.html":{"name":"MBTemplatingRecognizerResult","abstract":"

    Base of all recognizers result that support Templating API.

    "},"Classes/MBUsdlCombinedRecognizer.html":{"name":"MBUsdlCombinedRecognizer","abstract":"

    USDL Combined Recognizer.

    "},"Classes/MBUsdlCombinedRecognizerResult.html":{"name":"MBUsdlCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    "},"Classes/MBUsdlRecognizer.html":{"name":"MBUsdlRecognizer","abstract":"

    A recognizer that can scan USDL.

    "},"Classes/MBUsdlRecognizerResult.html":{"name":"MBUsdlRecognizerResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBViewControllerFactory.html":{"name":"MBViewControllerFactory","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes/MBVisaRecognizer.html":{"name":"MBVisaRecognizer","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVisaRecognizerResult.html":{"name":"MBVisaRecognizerResult","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVizResult.html":{"name":"MBVizResult","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

    Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

    Method which creates a image extension factors structure

    "},"Type%20Definitions/MBImageExtensionFactors.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type%20Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Type%20Definitions.html#/c:MBRecognizerRunnerViewController.h@T@MBCaptureHighResImage":{"name":"MBCaptureHighResImage","abstract":"

    Block for returning high resolution MBImage photo with capture or still output

    "},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidStart:":{"name":"-subviewAnimationDidStart:","abstract":"

    Delegate method called when animation starts

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidFinish:":{"name":"-subviewAnimationDidFinish:","abstract":"

    Delegate method called when animation finishes

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishScanning:state:":{"name":"-recognizerRunnerViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerViewControllerDelegate"},"Protocols/MBScanningRecognizerRunnerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerDelegate(im)recognizerRunner:didFinishScanningWithState:":{"name":"-recognizerRunner:didFinishScanningWithState:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerDelegate"},"Protocols/MBResultSubview.html#/c:objc(pl)MBResultSubview(im)scanningFinishedWithState:":{"name":"-scanningFinishedWithState:","abstract":"

    This method should be called when MBRecognizerResultState is obtained and reslt state need to be drawn/redrawn.

    ","parent_name":"MBResultSubview"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerUnauthorizedCamera:":{"name":"-recognizerRunnerViewControllerUnauthorizedCamera:","abstract":"

    Scanning library requested authorization for Camera access from the user, but the user declined it.","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFindError:":{"name":"-recognizerRunnerViewController:didFindError:","abstract":"

    Scanning library found an error. The error object is returned and contains","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidClose:":{"name":"-recognizerRunnerViewControllerDidClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerWillPresentHelp:":{"name":"-recognizerRunnerViewControllerWillPresentHelp:","abstract":"

    Called when Scanning library will display help. This can happen when the user presses","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidResumeScanning:":{"name":"-recognizerRunnerViewControllerDidResumeScanning:","abstract":"

    Called when Scanning library is resuming scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidStopScanning:":{"name":"-recognizerRunnerViewControllerDidStopScanning:","abstract":"

    Called when Scanning library is stopped scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:willSetTorch:":{"name":"-recognizerRunnerViewController:willSetTorch:","abstract":"

    Called when Scanning library will turn on/off torch.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)autorotate":{"name":"autorotate","abstract":"

    MBRecognizerRunnerViewController’s shouldAutorotate will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    MBRecognizerRunnerViewController’s supportedInterfaceOrientations will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseScanning":{"name":"-pauseScanning","abstract":"

    Pause scanning without dismissing the camera view.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isScanningPaused":{"name":"-isScanningPaused","abstract":"

    Retrieve the current state of scanning.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeScanningAndResetState:":{"name":"-resumeScanningAndResetState:","abstract":"

    Resumes scanning. Optionally, internal state of recognizers can be reset in the process.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeCamera:":{"name":"-resumeCamera:","abstract":"

    Resumes camera session asynchronously on camera queue. This method is automatically called in viewWillAppear when ScanningViewController enters screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseCamera":{"name":"-pauseCamera","abstract":"

    Pauses camera session. This method is automatically called in viewDidDissapear when ScanningViewController exits screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isCameraPaused":{"name":"-isCameraPaused","abstract":"

    Retrieve the current state of camera.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)playScanSuccessSound":{"name":"-playScanSuccessSound","abstract":"

    Play scan sound.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)willSetTorchOn:":{"name":"-willSetTorchOn:","abstract":"

    Call to turn on torch without camera overlay

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resetState":{"name":"-resetState","abstract":"

    Settings recofiguration

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)captureHighResImage:":{"name":"-captureHighResImage:","abstract":"

    Method with block for getting high resoultion images

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:":{"name":"-detectionFinishedWithDisplayableQuad:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:":{"name":"-detectionFinishedWithDisplayablePoints:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerWillCloseCamera:":{"name":"-overlayViewControllerWillCloseCamera:","abstract":"

    Notification sent when Overlay View Controller wants to close camera, for example,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerShouldDisplayTorch:":{"name":"-overlayViewControllerShouldDisplayTorch:","abstract":"

    Overlay View Controller should ask it’s delegete if it’s necessary to display Torch (Light) button.","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewController:willSetTorch:":{"name":"-overlayViewController:willSetTorch:","abstract":"

    Overlay View Controller must notify it’s delegete to set the torch mode to On or Off

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)shouldDisplayHelpButton":{"name":"-shouldDisplayHelpButton","abstract":"

    If help mechanism is implemented using MBScanDelegate’s scanningViewControllerWillPresentHelp method,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isStatusBarPresented":{"name":"-isStatusBarPresented","abstract":"

    Check if status bar is hidden or showed

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isTorchOn":{"name":"-isTorchOn","abstract":"

    Overlay View Controller can ask it’s delegete about the status of Torch

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isCameraAuthorized":{"name":"-isCameraAuthorized","abstract":"

    Overlay View Controller can ask it’s owner whether camera was authorized

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didObtainOcrResult:withResultName:":{"name":"-recognizerRunnerViewController:didObtainOcrResult:withResultName:","abstract":"

    Called when scanning library has MBOcrLayout ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerViewControllerDelegate"},"Protocols/MBOcrRecognizerRunnerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerDelegate(im)recognizerRunner:didObtainOcrResult:withResultName:":{"name":"-recognizerRunner:didObtainOcrResult:withResultName:","abstract":"

    Called when Scanning library has MBOcrLayout available and ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidTapClose:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFrameRecognitionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishFrameRecognition:state:":{"name":"-recognizerRunnerViewControllerDidFinishFrameRecognition:state:","abstract":"

    Scanning library did output frame with state

    ","parent_name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidFinishScanning:state:":{"name":"-documentOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidTapClose:":{"name":"-documentOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:":{"name":"-documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFailDetection:":{"name":"-recognizerRunnerViewControllerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunnerDidFailDetection:":{"name":"-recognizerRunnerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugImage:":{"name":"-recognizerRunnerViewController:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugText:":{"name":"-recognizerRunnerViewController:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugImage:":{"name":"-recognizerRunner:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugText:":{"name":"-recognizerRunner:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanning:state:":{"name":"-blinkIdOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidTapClose:":{"name":"-blinkIdOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-blinkIdOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:":{"name":"-blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:","abstract":"

    Called when data match alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:":{"name":"-blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:","abstract":"

    Called when back side scan timeout alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html":{"name":"MBBlinkIdOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBDebugRecognizerRunnerDelegate.html":{"name":"MBDebugRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html":{"name":"MBDebugRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDetectionRecognizerRunnerDelegate.html":{"name":"MBDetectionRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html":{"name":"MBDetectionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html":{"name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining frame recognition

    "},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBOcrRecognizerRunnerDelegate.html":{"name":"MBOcrRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html":{"name":"MBOcrRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOverlayContainerViewController.html":{"name":"MBOverlayContainerViewController","abstract":"

    Overlay View Controller also needs to notify CameraViewController on certain events."},"Protocols/MBPointDetectorSubview.html":{"name":"MBPointDetectorSubview","abstract":"

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    "},"Protocols/MBQuadDetectorSubview.html":{"name":"MBQuadDetectorSubview","abstract":"

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    "},"Protocols/MBRecognizerRunnerViewController.html":{"name":"MBRecognizerRunnerViewController","abstract":"

    Protocol for View controllers which present camera and provide scanning features

    "},"Protocols/MBRecognizerRunnerViewControllerDelegate.html":{"name":"MBRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for MBRecognizerRunnerViewController actions

    "},"Protocols/MBResultSubview.html":{"name":"MBResultSubview","abstract":"

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    "},"Protocols/MBScanningRecognizerRunnerDelegate.html":{"name":"MBScanningRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html":{"name":"MBScanningRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    "},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentType":{"name":"DocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVersionNumber":{"name":"StandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFamilyName":{"name":"CustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFirstName":{"name":"CustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFullName":{"name":"CustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DateOfBirth":{"name":"DateOfBirth","abstract":"

    Mandatory on all AAMVA, Magentic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Sex":{"name":"Sex","abstract":"

    Mandatory on all AAMVA, Magentic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@EyeColor":{"name":"EyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet":{"name":"AddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressCity":{"name":"AddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressJurisdictionCode":{"name":"AddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressPostalCode":{"name":"AddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FullAddress":{"name":"FullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Height":{"name":"Height","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightIn":{"name":"HeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightCm":{"name":"HeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerMiddleName":{"name":"CustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HairColor":{"name":"HairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NameSuffix":{"name":"NameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFullName":{"name":"AKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFamilyName":{"name":"AKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAGivenName":{"name":"AKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASuffixName":{"name":"AKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightRange":{"name":"WeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightPounds":{"name":"WeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightKilograms":{"name":"WeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerIdNumber":{"name":"CustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FamilyNameTruncation":{"name":"FamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FirstNameTruncation":{"name":"FirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MiddleNameTruncation":{"name":"MiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PlaceOfBirth":{"name":"PlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet2":{"name":"AddressStreet2","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@RaceEthnicity":{"name":"RaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NamePrefix":{"name":"NamePrefix","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CountryIdentification":{"name":"CountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress":{"name":"ResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress2":{"name":"ResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceCity":{"name":"ResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceJurisdictionCode":{"name":"ResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidencePostalCode":{"name":"ResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceFullAddress":{"name":"ResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under18":{"name":"Under18","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under19":{"name":"Under19","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under21":{"name":"Under21","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SocialSecurityNumber":{"name":"SocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASocialSecurityNumber":{"name":"AKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAMiddleName":{"name":"AKAMiddleName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAPrefixName":{"name":"AKAPrefixName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@OrganDonor":{"name":"OrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Veteran":{"name":"Veteran","abstract":"

    Optional on AAMVA 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKADateOfBirth":{"name":"AKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuerIdentificationNumber":{"name":"IssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationDate":{"name":"DocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVersionNumber":{"name":"JurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClass":{"name":"JurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodes":{"name":"JurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsementCodes":{"name":"JurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentIssueDate":{"name":"DocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FederalCommercialVehicleCodes":{"name":"FederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdiction":{"name":"IssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVehicleClassification":{"name":"StandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdictionName":{"name":"IssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardEndorsementCode":{"name":"StandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardRestrictionCode":{"name":"StandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClassificationDescription":{"name":"JurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsmentCodeDescription":{"name":"JurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodeDescription":{"name":"JurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@InventoryControlNumber":{"name":"InventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CardRevisionDate":{"name":"CardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentDiscriminator":{"name":"DocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@LimitedDurationDocument":{"name":"LimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AuditInformation":{"name":"AuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ComplianceType":{"name":"ComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssueTimestamp":{"name":"IssueTimestamp","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitExpirationDate":{"name":"PermitExpirationDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIdentifier":{"name":"PermitIdentifier","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIssueDate":{"name":"PermitIssueDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NumberOfDuplicates":{"name":"NumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HAZMATExpirationDate":{"name":"HAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MedicalIndicator":{"name":"MedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NonResident":{"name":"NonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@UniqueCustomerId":{"name":"UniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DataDiscriminator":{"name":"DataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationMonth":{"name":"DocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentNonexpiring":{"name":"DocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SecurityVersion":{"name":"SecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateEmpty":{"name":"MBRecognizerResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateUncertain":{"name":"MBRecognizerResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateValid":{"name":"MBRecognizerResultStateValid","abstract":"

    Valid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateStageValid":{"name":"MBRecognizerResultStateStageValid","abstract":"

    StageValid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeDefault":{"name":"MBFrameQualityEstimationModeDefault","abstract":"

    Default. Frame quality estimation is ON if enabled recognizers require it by default.

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOn":{"name":"MBFrameQualityEstimationModeOn","abstract":"

    Frame quality estimation is always on

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOff":{"name":"MBFrameQualityEstimationModeOff","abstract":"

    Frame quality estimation is always off

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDefault":{"name":"MBRecognitionDebugModeDefault","abstract":"

    Classic, production mode. Results are returned after first valid scanning

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeTest":{"name":"MBRecognitionDebugModeTest","abstract":"

    Recognition Test. Results are never returned, recognition is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDetectionTest":{"name":"MBRecognitionDebugModeDetectionTest","abstract":"

    Recognition Test. Results are never returned, only detection is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeNone":{"name":"MBRecognitionModeNone","abstract":"

    No recognition performed.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzId":{"name":"MBRecognitionModeMrzId","abstract":"

    Recognition of mrz document (does not include visa and passport)

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzVisa":{"name":"MBRecognitionModeMrzVisa","abstract":"

    Recognition of visa mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzPassport":{"name":"MBRecognitionModeMrzPassport","abstract":"

    Recognition of passport mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModePhotoId":{"name":"MBRecognitionModePhotoId","abstract":"

    Recognition of documents that have face photo on the front.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeFullRecognition":{"name":"MBRecognitionModeFullRecognition","abstract":"

    Detailed document recognition.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeBarcodeId":{"name":"MBRecognitionModeBarcodeId","abstract":"

    Recognition of barcode document.

    ","parent_name":"MBRecognitionMode"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateEmpty":{"name":"MBProcessorResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateUncertain":{"name":"MBProcessorResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateValid":{"name":"MBProcessorResultStateValid","abstract":"

    Valid

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusSuccess":{"name":"MBProcessingStatusSuccess","abstract":"

    Recognition was successful.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusDetectionFailed":{"name":"MBProcessingStatusDetectionFailed","abstract":"

    Detection of the document failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImagePreprocessingFailed":{"name":"MBProcessingStatusImagePreprocessingFailed","abstract":"

    Preprocessing of the input image has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusStabilityTestFailed":{"name":"MBProcessingStatusStabilityTestFailed","abstract":"

    Recognizer has inconsistent results.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusScanningWrongSide":{"name":"MBProcessingStatusScanningWrongSide","abstract":"

    Wrong side of the document has been scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusFieldIdentificationFailed":{"name":"MBProcessingStatusFieldIdentificationFailed","abstract":"

    Identification of the fields present on the document has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMandatoryFieldMissing":{"name":"MBProcessingStatusMandatoryFieldMissing","abstract":"

    Mandatory field for the specific document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusInvalidCharactersFound":{"name":"MBProcessingStatusInvalidCharactersFound","abstract":"

    Result contains invalid characters in some of the fields.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImageReturnFailed":{"name":"MBProcessingStatusImageReturnFailed","abstract":"

    Failed to return a requested image.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeRecognitionFailed":{"name":"MBProcessingStatusBarcodeRecognitionFailed","abstract":"

    Reading or parsing of the barcode has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMrzParsingFailed":{"name":"MBProcessingStatusMrzParsingFailed","abstract":"

    Parsing of the MRZ has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusClassFiltered":{"name":"MBProcessingStatusClassFiltered","abstract":"

    Document class has been filtered out.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedClass":{"name":"MBProcessingStatusUnsupportedClass","abstract":"

    Document currently not supported by the recognizer.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedByLicense":{"name":"MBProcessingStatusUnsupportedByLicense","abstract":"

    License for the detected document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusAwaitingOtherSide":{"name":"MBProcessingStatusAwaitingOtherSide","abstract":"

    Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusNotScanned":{"name":"MBProcessingStatusNotScanned","abstract":"

    Side not scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeDetectionFailed":{"name":"MBProcessingStatusBarcodeDetectionFailed","abstract":"

    The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.

    ","parent_name":"MBProcessingStatus"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AKZIDENZ_GROTESK":{"name":"MB_OCR_FONT_AKZIDENZ_GROTESK","abstract":"

    Akzidenz Grotesk font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL":{"name":"MB_OCR_FONT_ARIAL","abstract":"

    Arial font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL_BLACK":{"name":"MB_OCR_FONT_ARIAL_BLACK","abstract":"

    Arial black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARNHEM":{"name":"MB_OCR_FONT_ARNHEM","abstract":"

    Arnhem font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AVANT_GARDE":{"name":"MB_OCR_FONT_AVANT_GARDE","abstract":"

    Avant garde font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BEMBO":{"name":"MB_OCR_FONT_BEMBO","abstract":"

    Bembo font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BODONI":{"name":"MB_OCR_FONT_BODONI","abstract":"

    Bodoni font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI":{"name":"MB_OCR_FONT_CALIBRI","abstract":"

    Calibri font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI_BOLD":{"name":"MB_OCR_FONT_CALIBRI_BOLD","abstract":"

    Calibri bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CHAINPRINTER":{"name":"MB_OCR_FONT_CHAINPRINTER","abstract":"

    Chainprinter font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COMIC_SANS":{"name":"MB_OCR_FONT_COMIC_SANS","abstract":"

    Comic sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CONCERTO_ROUNDED_SG":{"name":"MB_OCR_FONT_CONCERTO_ROUNDED_SG","abstract":"

    Concerto rounded SG font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER":{"name":"MB_OCR_FONT_COURIER","abstract":"

    Courier font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_BOLD":{"name":"MB_OCR_FONT_COURIER_BOLD","abstract":"

    Courier bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_MEDIUM_BOLD":{"name":"MB_OCR_FONT_COURIER_MEDIUM_BOLD","abstract":"

    Courier medium bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_BOLD":{"name":"MB_OCR_FONT_COURIER_NEW_BOLD","abstract":"

    Courier new bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_CE":{"name":"MB_OCR_FONT_COURIER_NEW_CE","abstract":"

    Courier new ce font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_CONDENSED":{"name":"MB_OCR_FONT_COURIER_CONDENSED","abstract":"

    Courier censored font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DEJAVU_SANS_MONO":{"name":"MB_OCR_FONT_DEJAVU_SANS_MONO","abstract":"

    Dejavu sans mono font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DIN":{"name":"MB_OCR_FONT_DIN","abstract":"

    Din font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD":{"name":"MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD","abstract":"

    Europa grotesk no 2 SB bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROSTILE":{"name":"MB_OCR_FONT_EUROSTILE","abstract":"

    Eurostile font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_F25_BANK_PRINTER_BOLD":{"name":"MB_OCR_FONT_F25_BANK_PRINTER_BOLD","abstract":"

    F25 bank printer bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRANKLIN_GOTHIC":{"name":"MB_OCR_FONT_FRANKLIN_GOTHIC","abstract":"

    Franklin gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRUTIGER":{"name":"MB_OCR_FONT_FRUTIGER","abstract":"

    Frutiger font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA":{"name":"MB_OCR_FONT_FUTURA","abstract":"

    Futura font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA_BOLD":{"name":"MB_OCR_FONT_FUTURA_BOLD","abstract":"

    Futura bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GARAMOND":{"name":"MB_OCR_FONT_GARAMOND","abstract":"

    Garamond font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GEORGIA":{"name":"MB_OCR_FONT_GEORGIA","abstract":"

    Georgia font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GILL_SANS":{"name":"MB_OCR_FONT_GILL_SANS","abstract":"

    Gill sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HANDWRITTEN":{"name":"MB_OCR_FONT_HANDWRITTEN","abstract":"

    Handwritten font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA":{"name":"MB_OCR_FONT_HELVETICA","abstract":"

    Helvetica font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_BOLD":{"name":"MB_OCR_FONT_HELVETICA_BOLD","abstract":"

    Helvetica bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT":{"name":"MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT","abstract":"

    Helvetica condensed light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HYPERMARKET":{"name":"MB_OCR_FONT_HYPERMARKET","abstract":"

    Hypermarket font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_INTERSTATE":{"name":"MB_OCR_FONT_INTERSTATE","abstract":"

    Interstate font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN":{"name":"MB_OCR_FONT_LATIN_MODERN","abstract":"

    Latin modern math font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN_ITALIC":{"name":"MB_OCR_FONT_LATIN_MODERN_ITALIC","abstract":"

    Latin modern italic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LETTER_GOTHIC":{"name":"MB_OCR_FONT_LETTER_GOTHIC","abstract":"

    Letter gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA":{"name":"MB_OCR_FONT_LUCIDA","abstract":"

    Lucida font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA_SANS":{"name":"MB_OCR_FONT_LUCIDA_SANS","abstract":"

    Lucida sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MATRIX":{"name":"MB_OCR_FONT_MATRIX","abstract":"

    Matrix font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_META":{"name":"MB_OCR_FONT_META","abstract":"

    Meta font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MINION":{"name":"MB_OCR_FONT_MINION","abstract":"

    Minion font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRA":{"name":"MB_OCR_FONT_OCRA","abstract":"

    OCR A font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRB":{"name":"MB_OCR_FONT_OCRB","abstract":"

    OCR B font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OFFICINA":{"name":"MB_OCR_FONT_OFFICINA","abstract":"

    Officina font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OPTIMA":{"name":"MB_OCR_FONT_OPTIMA","abstract":"

    Optima font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_PRINTF":{"name":"MB_OCR_FONT_PRINTF","abstract":"

    Printf font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROCKWELL":{"name":"MB_OCR_FONT_ROCKWELL","abstract":"

    Rockwell font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SANS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SANS_SERIF","abstract":"

    Rotis sans serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SERIF","abstract":"

    Rotis serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SABON":{"name":"MB_OCR_FONT_SABON","abstract":"

    Sabon font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_STONE":{"name":"MB_OCR_FONT_STONE","abstract":"

    Stone font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SV_BASIC_MANUAL":{"name":"MB_OCR_FONT_SV_BASIC_MANUAL","abstract":"

    SV basic manual font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA":{"name":"MB_OCR_FONT_TAHOMA","abstract":"

    Tahoma font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA_BOLD":{"name":"MB_OCR_FONT_TAHOMA_BOLD","abstract":"

    Tahoma bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES","abstract":"

    Tex gyre termes font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC","abstract":"

    Tex gyre termes italic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK":{"name":"MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK","abstract":"

    Sans mono condensed black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THESIS":{"name":"MB_OCR_FONT_THESIS","abstract":"

    Thesis font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TICKET_DE_CAISSE":{"name":"MB_OCR_FONT_TICKET_DE_CAISSE","abstract":"

    Ticket de caisse font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TIMES_NEW_ROMAN":{"name":"MB_OCR_FONT_TIMES_NEW_ROMAN","abstract":"

    Times new roman font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRAJAN":{"name":"MB_OCR_FONT_TRAJAN","abstract":"

    Trajan font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRINITE":{"name":"MB_OCR_FONT_TRINITE","abstract":"

    Trinite font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNIVERS":{"name":"MB_OCR_FONT_UNIVERS","abstract":"

    Univers font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VERDANA":{"name":"MB_OCR_FONT_VERDANA","abstract":"

    Verdana font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VOLTAIRE":{"name":"MB_OCR_FONT_VOLTAIRE","abstract":"

    Voltaire font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_WALBAUM":{"name":"MB_OCR_FONT_WALBAUM","abstract":"

    Walbaum font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB":{"name":"MB_OCR_FONT_EUROPA_GRO_SB","abstract":"

    Europa gro sb font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB_LIGHT":{"name":"MB_OCR_FONT_EUROPA_GRO_SB_LIGHT","abstract":"

    Europa gro sb light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANTONIO_REGULAR":{"name":"MB_OCR_FONT_ANTONIO_REGULAR","abstract":"

    Antonio regular font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CORPORATE_LIGHT":{"name":"MB_OCR_FONT_CORPORATE_LIGHT","abstract":"

    Corporate S Light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MICR":{"name":"MB_OCR_FONT_MICR","abstract":"

    MICR font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARABIC_NILE":{"name":"MB_OCR_FONT_ARABIC_NILE","abstract":"

    Arabic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN":{"name":"MB_OCR_FONT_UNKNOWN","abstract":"

    Unknown font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_XITS_MATH":{"name":"MB_OCR_FONT_XITS_MATH","abstract":"

    XITS Math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANY":{"name":"MB_OCR_FONT_ANY","abstract":"

    Any of the other listed fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN_MATH":{"name":"MB_OCR_FONT_UNKNOWN_MATH","abstract":"

    Unknown math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UKDL_LIGHT":{"name":"MB_OCR_FONT_UKDL_LIGHT","abstract":"

    Font found on UKDL licenses

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COUNT":{"name":"MB_OCR_FONT_COUNT","abstract":"

    Must be last as it holds the number of available fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FE_SCHRIFT":{"name":"MB_OCR_FONT_FE_SCHRIFT","abstract":"

    German license plate font *

    ","parent_name":"MBOcrFont"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeIdentityCard":{"name":"MBMrtdTypeIdentityCard","abstract":"

    Identity card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypePassport":{"name":"MBMrtdTypePassport","abstract":"

    Passport

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeVisa":{"name":"MBMrtdTypeVisa","abstract":"

    Visa

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeGreenCard":{"name":"MBMrtdTypeGreenCard","abstract":"

    US Green Card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeMysPassIMM13P":{"name":"MBMrtdTypeMysPassIMM13P","abstract":"

    Malaysian PASS type IMM13P

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeDl":{"name":"MBMrtdTypeDl","abstract":"

    One liner ISO DL

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeInternalTravelDocument":{"name":"MBMrtdTypeInternalTravelDocument","abstract":"

    China mainland travel permit

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeBorderCrossingCard":{"name":"MBMrtdTypeBorderCrossingCard","abstract":"

    Border crossing card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd1":{"name":"MBMrtdSpecificationTd1","abstract":"

    Preset for detecting TD1 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd2":{"name":"MBMrtdSpecificationTd2","abstract":"

    Preset for detecting TD2 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd3":{"name":"MBMrtdSpecificationTd3","abstract":"

    Preset for detecting TD3 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationUp":{"name":"MBProcessingOrientationUp","abstract":"

    Text oriented same as picture

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationRight":{"name":"MBProcessingOrientationRight","abstract":"

    Text is rotated 90 degrees clockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationDown":{"name":"MBProcessingOrientationDown","abstract":"

    Text is upside down

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationLeft":{"name":"MBProcessingOrientationLeft","abstract":"

    Text is rotated 90 degrees counterclockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeAAMVACompliant":{"name":"MBIdBarcodeDocumentTypeAAMVACompliant","abstract":"

    AAMVACompliant

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaID":{"name":"MBIdBarcodeDocumentTypeArgentinaID","abstract":"

    Argentina ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaAlienID":{"name":"MBIdBarcodeDocumentTypeArgentinaAlienID","abstract":"

    Argentina Alien ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaDL":{"name":"MBIdBarcodeDocumentTypeArgentinaDL","abstract":"

    Argentina DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaID":{"name":"MBIdBarcodeDocumentTypeColombiaID","abstract":"

    Colombia ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaDL":{"name":"MBIdBarcodeDocumentTypeColombiaDL","abstract":"

    Colombia DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaVoterID":{"name":"MBIdBarcodeDocumentTypeNigeriaVoterID","abstract":"

    Nigeria Voter ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaDL":{"name":"MBIdBarcodeDocumentTypeNigeriaDL","abstract":"

    Nigeria DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypePanamaID":{"name":"MBIdBarcodeDocumentTypePanamaID","abstract":"

    Panama ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeSouthAfricaID":{"name":"MBIdBarcodeDocumentTypeSouthAfricaID","abstract":"

    South African ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeParaguayID":{"name":"MBIdBarcodeDocumentTypeParaguayID","abstract":"

    Paraguay ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD1":{"name":"MBDocumentFaceDetectorTypeTD1","abstract":"

    Uses document detector for TD1 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD2":{"name":"MBDocumentFaceDetectorTypeTD2","abstract":"

    Uses document detector for TD2 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypePassportsAndVisas":{"name":"MBDocumentFaceDetectorTypePassportsAndVisas","abstract":"

    Uses MRTD detector for detecting documents with MRZ

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFailed":{"name":"MBDetectionStatusFailed","abstract":"

    Detection has failed.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

    Document has been detected.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooFar":{"name":"MBDetectionStatusCameraTooFar","abstract":"

    Document has been detected but the camera is too far from the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooClose":{"name":"MBDetectionStatusCameraTooClose","abstract":"

    Document has been detected but the camera is too close to the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAngleTooSteep":{"name":"MBDetectionStatusCameraAngleTooSteep","abstract":"

    Document has been detected but the camera’s angle is too steep.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentTooCloseToCameraEdge":{"name":"MBDetectionStatusDocumentTooCloseToCameraEdge","abstract":"

    Document has been detected but the document is too close to the camera edge.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentPartiallyVisible":{"name":"MBDetectionStatusDocumentPartiallyVisible","abstract":"

    Only part of the document is visible.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

    Fallback detection was successful (PhotoPay specific).

    ","parent_name":"MBDetectionStatus"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateNotPerformed":{"name":"MBDataMatchStateNotPerformed","abstract":"

    Data matching has not been performed.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateFailed":{"name":"MBDataMatchStateFailed","abstract":"

    Data does not match.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateSuccess":{"name":"MBDataMatchStateSuccess","abstract":"

    Data match.

    ","parent_name":"MBDataMatchState"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNone":{"name":"MBCameraAutofocusRestrictionNone","abstract":"

    Default. Indicates that the autofocus system should not restrict the focus range.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNear":{"name":"MBCameraAutofocusRestrictionNear","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionFar":{"name":"MBCameraAutofocusRestrictionFar","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeBack":{"name":"MBCameraTypeBack","abstract":"

    Back facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeFront":{"name":"MBCameraTypeFront","abstract":"

    Front facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset480p":{"name":"MBCameraPreset480p","abstract":"

    480p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset720p":{"name":"MBCameraPreset720p","abstract":"

    720p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset1080p":{"name":"MBCameraPreset1080p","abstract":"

    1080p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset4K":{"name":"MBCameraPreset4K","abstract":"

    4K video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetOptimal":{"name":"MBCameraPresetOptimal","abstract":"

    The library will calculate optimal resolution based on the use case and device used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetMax":{"name":"MBCameraPresetMax","abstract":"

    Device’s maximal video resolution will be used.

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetPhoto":{"name":"MBCameraPresetPhoto","abstract":"

    Device’s photo preview resolution will be used

    ","parent_name":"MBCameraPreset"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeQR":{"name":"MBBarcodeTypeQR","abstract":"

    QR code

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeDataMatrix":{"name":"MBBarcodeTypeDataMatrix","abstract":"

    Data Matrix

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCE":{"name":"MBBarcodeTypeUPCE","abstract":"

    UPCE

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCA":{"name":"MBBarcodeTypeUPCA","abstract":"

    UPCA

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN8":{"name":"MBBarcodeTypeEAN8","abstract":"

    EAN 8

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN13":{"name":"MBBarcodeTypeEAN13","abstract":"

    EAN 13

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode128":{"name":"MBBarcodeTypeCode128","abstract":"

    Code 128

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode39":{"name":"MBBarcodeTypeCode39","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeITF":{"name":"MBBarcodeTypeITF","abstract":"

    ITF

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeAztec":{"name":"MBBarcodeTypeAztec","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypePdf417":{"name":"MBBarcodeTypePdf417","abstract":"

    PDF 417

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentType":{"name":"MBBarcodeElementKeyDocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVersionNumber":{"name":"MBBarcodeElementKeyStandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFamilyName":{"name":"MBBarcodeElementKeyCustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFirstName":{"name":"MBBarcodeElementKeyCustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFullName":{"name":"MBBarcodeElementKeyCustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDateOfBirth":{"name":"MBBarcodeElementKeyDateOfBirth","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySex":{"name":"MBBarcodeElementKeySex","abstract":"

    Mandatory on all AAMVA, Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyEyeColor":{"name":"MBBarcodeElementKeyEyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet":{"name":"MBBarcodeElementKeyAddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressCity":{"name":"MBBarcodeElementKeyAddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressJurisdictionCode":{"name":"MBBarcodeElementKeyAddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressPostalCode":{"name":"MBBarcodeElementKeyAddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFullAddress":{"name":"MBBarcodeElementKeyFullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeight":{"name":"MBBarcodeElementKeyHeight","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightIn":{"name":"MBBarcodeElementKeyHeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightCm":{"name":"MBBarcodeElementKeyHeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerMiddleName":{"name":"MBBarcodeElementKeyCustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHairColor":{"name":"MBBarcodeElementKeyHairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNameSuffix":{"name":"MBBarcodeElementKeyNameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFullName":{"name":"MBBarcodeElementKeyAKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFamilyName":{"name":"MBBarcodeElementKeyAKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAGivenName":{"name":"MBBarcodeElementKeyAKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASuffixName":{"name":"MBBarcodeElementKeyAKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightRange":{"name":"MBBarcodeElementKeyWeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightPounds":{"name":"MBBarcodeElementKeyWeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightKilograms":{"name":"MBBarcodeElementKeyWeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerIdNumber":{"name":"MBBarcodeElementKeyCustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFamilyNameTruncation":{"name":"MBBarcodeElementKeyFamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFirstNameTruncation":{"name":"MBBarcodeElementKeyFirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMiddleNameTruncation":{"name":"MBBarcodeElementKeyMiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPlaceOfBirth":{"name":"MBBarcodeElementKeyPlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet2":{"name":"MBBarcodeElementKeyAddressStreet2","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyRaceEthnicity":{"name":"MBBarcodeElementKeyRaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNamePrefix":{"name":"MBBarcodeElementKeyNamePrefix","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCountryIdentification":{"name":"MBBarcodeElementKeyCountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress":{"name":"MBBarcodeElementKeyResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress2":{"name":"MBBarcodeElementKeyResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceCity":{"name":"MBBarcodeElementKeyResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceJurisdictionCode":{"name":"MBBarcodeElementKeyResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidencePostalCode":{"name":"MBBarcodeElementKeyResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceFullAddress":{"name":"MBBarcodeElementKeyResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder18":{"name":"MBBarcodeElementKeyUnder18","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder19":{"name":"MBBarcodeElementKeyUnder19","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder21":{"name":"MBBarcodeElementKeyUnder21","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySocialSecurityNumber":{"name":"MBBarcodeElementKeySocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASocialSecurityNumber":{"name":"MBBarcodeElementKeyAKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAMiddleName":{"name":"MBBarcodeElementKeyAKAMiddleName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAPrefixName":{"name":"MBBarcodeElementKeyAKAPrefixName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyOrganDonor":{"name":"MBBarcodeElementKeyOrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyVeteran":{"name":"MBBarcodeElementKeyVeteran","abstract":"

    Optional on AAMVA 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKADateOfBirth":{"name":"MBBarcodeElementKeyAKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuerIdentificationNumber":{"name":"MBBarcodeElementKeyIssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationDate":{"name":"MBBarcodeElementKeyDocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVersionNumber":{"name":"MBBarcodeElementKeyJurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClass":{"name":"MBBarcodeElementKeyJurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodes":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsementCodes":{"name":"MBBarcodeElementKeyJurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentIssueDate":{"name":"MBBarcodeElementKeyDocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFederalCommercialVehicleCodes":{"name":"MBBarcodeElementKeyFederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdiction":{"name":"MBBarcodeElementKeyIssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVehicleClassification":{"name":"MBBarcodeElementKeyStandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdictionName":{"name":"MBBarcodeElementKeyIssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardEndorsementCode":{"name":"MBBarcodeElementKeyStandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardRestrictionCode":{"name":"MBBarcodeElementKeyStandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClassificationDescription":{"name":"MBBarcodeElementKeyJurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyInventoryControlNumber":{"name":"MBBarcodeElementKeyInventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCardRevisionDate":{"name":"MBBarcodeElementKeyCardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentDiscriminator":{"name":"MBBarcodeElementKeyDocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyLimitedDurationDocument":{"name":"MBBarcodeElementKeyLimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAuditInformation":{"name":"MBBarcodeElementKeyAuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyComplianceType":{"name":"MBBarcodeElementKeyComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssueTimestamp":{"name":"MBBarcodeElementKeyIssueTimestamp","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitExpirationDate":{"name":"MBBarcodeElementKeyPermitExpirationDate","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIdentifier":{"name":"MBBarcodeElementKeyPermitIdentifier","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIssueDate":{"name":"MBBarcodeElementKeyPermitIssueDate","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNumberOfDuplicates":{"name":"MBBarcodeElementKeyNumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHAZMATExpirationDate":{"name":"MBBarcodeElementKeyHAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMedicalIndicator":{"name":"MBBarcodeElementKeyMedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNonResident":{"name":"MBBarcodeElementKeyNonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUniqueCustomerId":{"name":"MBBarcodeElementKeyUniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDataDiscriminator":{"name":"MBBarcodeElementKeyDataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationMonth":{"name":"MBBarcodeElementKeyDocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentNonexpiring":{"name":"MBBarcodeElementKeyDocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySecurityVersion":{"name":"MBBarcodeElementKeySecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeNone":{"name":"MBAnonymizationModeNone","abstract":"

    Anonymization will not be performed.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeImageOnly":{"name":"MBAnonymizationModeImageOnly","abstract":"

    FullDocumentImage is anonymized with black boxes covering sensitive data.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeResultFieldsOnly":{"name":"MBAnonymizationModeResultFieldsOnly","abstract":"

    Result fields containing sensitive data are removed from result.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeFullResult":{"name":"MBAnonymizationModeFullResult","abstract":"

    This mode is combination of ImageOnly and ResultFieldsOnly modes.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html":{"name":"MBAnonymizationMode","abstract":"

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    "},"Enums/MBBarcodeElementKey.html":{"name":"MBBarcodeElementKey","abstract":"

    Enumeration of possible barcode element keys

    "},"Enums/MBBarcodeType.html":{"name":"MBBarcodeType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums/MBCameraPreset.html":{"name":"MBCameraPreset","abstract":"

    Camera resolution preset

    "},"Enums/MBCameraType.html":{"name":"MBCameraType","abstract":"

    Camera type

    "},"Enums/MBCameraAutofocusRestriction.html":{"name":"MBCameraAutofocusRestriction","abstract":"

    Camera autofocus restricion mode

    "},"Enums/MBDataMatchState.html":{"name":"MBDataMatchState","abstract":"

    Result of the data matching algorithm for scanned parts/sides of the document.

    "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

    Status of the object detection in Microblink SDK

    "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    "},"Enums.html#/c:@E@MBDocumentImageColorStatus":{"name":"MBDocumentImageColorStatus","abstract":"

    DocumentImageColorStatus enum defines possible color statuses determined from scanned image.

    "},"Enums/MBIdBarcodeDocumentType.html":{"name":"MBIdBarcodeDocumentType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums.html#/c:@E@MBVideoRotationAngle":{"name":"MBVideoRotationAngle","abstract":"

    Enum which defines video rotation angle or capture connection’s video orientation.

    "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

    Enum which describes text orientation on an image.

    "},"Enums.html#/c:@E@MBImageAnalysisDetectionStatus":{"name":"MBImageAnalysisDetectionStatus","abstract":"

    MBImageAnalysisDetectionStatus enum defines possible states of detection.

    "},"Enums/MBMrtdSpecificationPreset.html":{"name":"MBMrtdSpecificationPreset","abstract":"

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    "},"Enums/MBMrtdDocumentType.html":{"name":"MBMrtdDocumentType","abstract":"

    Supported MRTD document types

    "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

    A list of fonts supported by BlinkOCR

    "},"Enums/MBProcessingStatus.html":{"name":"MBProcessingStatus","abstract":"

    MBProcessingStatus enum defines status of the last recognition process.

    "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

    Enumeration of posibble processor result state

    "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","abstract":"

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    "},"Enums/MBRecognitionDebugMode.html":{"name":"MBRecognitionDebugMode","abstract":"

    Denotes the mode in which Recognizers performs recognition

    "},"Enums/MBFrameQualityEstimationMode.html":{"name":"MBFrameQualityEstimationMode","abstract":"

    Denotes the mode in which FrameQuality estimation works

    "},"Enums/MBRecognizerResultState.html":{"name":"MBRecognizerResultState","abstract":"

    Enumeration of posibble recognizer result state

    "},"Enums.html#/c:@E@MBStrictnessLevel":{"name":"MBStrictnessLevel","abstract":"

    MBStrictnessLevel is used to strictness level of filtering performed on images.

    "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

    Possible keys that can be used for obtaining USDL result elements.

    "},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalPersonalIdNumber":{"name":"additionalPersonalIdNumber","abstract":"

    TThe additional personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)empty":{"name":"empty","abstract":"

    Flag that indicates if barcode result is empty

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBVizResult"},"Classes/MBVisaRecognizerResult.html#/c:objc(cs)MBVisaRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBVisaRecognizerResult"},"Classes/MBVisaRecognizer.html#/c:objc(cs)MBVisaRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning VisaRecognizer

    ","parent_name":"MBVisaRecognizer"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithOverlayViewController:":{"name":"+recognizerRunnerViewControllerWithOverlayViewController:","abstract":"

    Method creates a camera view controller which is responsible for displaying the","parent_name":"MBViewControllerFactory"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithResult:closeButtonTapped:":{"name":"+recognizerRunnerViewControllerWithResult:closeButtonTapped:","abstract":"

    The method creates a camera view controller, which is responsible for displaying the camera input on the phone screen.","parent_name":"MBViewControllerFactory"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)result":{"name":"result","abstract":"

    USDL recognizer results

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning both sides of USDL

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)type":{"name":"type","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(py)templatingClass":{"name":"templatingClass","abstract":"

    Returns the MBTemplatingClass for recognized document. If classification failed,","parent_name":"MBTemplatingRecognizerResult"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingResult":{"name":"templatingResult","abstract":"

    Templating recognizer result

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)useGlareDetector":{"name":"useGlareDetector","abstract":"

    Defines if glare detection should be turned on/off for Templating Recognizer.

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingClasses":{"name":"templatingClasses","abstract":"

    Returns all available templating classes

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setClassificationProcessorGroups:":{"name":"-setClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed before classification

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getClassificationProcessorGroups":{"name":"-getClassificationProcessorGroups","abstract":"

    Returns the currently set array of classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setNonClassificationProcessorGroups:":{"name":"-setNonClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed if MBTemplatingClassifier’s classify returns YES.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getNonClassificationProcessorGroups":{"name":"-getNonClassificationProcessorGroups","abstract":"

    Returns the currently set array of non-classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setTemplatingClassifier:":{"name":"-setTemplatingClassifier:","abstract":"

    Sets the classifier which will tell whether currently processed document belongs to this class.","parent_name":"MBTemplatingClass"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Designated initializer

    ","parent_name":"MBTapToFocusSubview"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

    Success frame MBImage of successful frame

    ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)result":{"name":"result","abstract":"

    SuccessFrameGrabber recognizer results

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)slaveRecognizer":{"name":"slaveRecognizer","abstract":"

    Slave recognizer that is wrapped with SuccessFrameGrabber

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSubview.html#/c:objc(cs)MBSubview(py)delegate":{"name":"delegate","abstract":"

    Delegate which is notified on Overlay events

    ","parent_name":"MBSubview"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)value":{"name":"value","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)valueForAlphabetType:":{"name":"-valueForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)location":{"name":"location","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)locationForAlphabetType:":{"name":"-locationForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)side":{"name":"side","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)sideForAlphabetType:":{"name":"-sideForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)initWithRecognizerCollection:":{"name":"-initWithRecognizerCollection:","abstract":"

    Initializes the recognizer runner

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)cancelProcessing":{"name":"-cancelProcessing","abstract":"

    Cancels all dispatched, but not yet processed image processing requests issued with processImage.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processImage:":{"name":"-processImage:","abstract":"

    Processes a MBImage object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processString:":{"name":"-processString:","abstract":"

    Processes a NSString object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Method which is used to apply MBSettings object given by currentSettings property

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognizerList":{"name":"recognizerList","abstract":"

    Contains MBRecognizer objects - each individual recognizer.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)allowMultipleResults":{"name":"allowMultipleResults","abstract":"

    If NO, recognizer chain will stop when finds first valid scan results and will return just it.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)partialRecognitionTimeout":{"name":"partialRecognitionTimeout","abstract":"

    Timeout interval in which the partial scanning results will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionDebugMode":{"name":"recognitionDebugMode","abstract":"

    Recognition debug mode.

    ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)frameQualityEstimationMode":{"name":"frameQualityEstimationMode","abstract":"

    Frame quality estimation mode. If frame quality estimation is on, some video frames will be skipped, if","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(py)baseResult":{"name":"baseResult","abstract":"

    Base recognizer result.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(im)toSignedJson":{"name":"-toSignedJson","abstract":"

    Returns the signed JSON representation of this entity’s current state as a MBSignedPayload.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzId":{"name":"enableMrzId","abstract":"

    Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzVisa":{"name":"enableMrzVisa","abstract":"

    Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzPassport":{"name":"enableMrzPassport","abstract":"

    Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enablePhotoId":{"name":"enablePhotoId","abstract":"

    Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableBarcodeId":{"name":"enableBarcodeId","abstract":"

    Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableFullDocumentRecognition":{"name":"enableFullDocumentRecognition","abstract":"

    Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperLeft":{"name":"upperLeft","abstract":"

    Upper left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperRight":{"name":"upperRight","abstract":"

    Upper right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerLeft":{"name":"lowerLeft","abstract":"

    Lower left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerRight":{"name":"lowerRight","abstract":"

    Lower right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Designated initializer which initializes all four corners of the quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)toPointsArray":{"name":"-toPointsArray","abstract":"

    Returns points of the quadrangle in array in the following order:

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)quadrangleWithTransformation:":{"name":"-quadrangleWithTransformation:","abstract":"

    Creates new quadrangle from this quadrangle, transformed by specified affine transformation.

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)center":{"name":"-center","abstract":"

    Returns the center point of the Quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)initWithProcessingLocation:dewarpPolicy:andProcessors:":{"name":"-initWithProcessingLocation:dewarpPolicy:andProcessors:","abstract":"

    Constructor for MBProcessorGroup.

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(py)processors":{"name":"processors","abstract":"

    Processors that are members of the processor group

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessor.html#/c:objc(cs)MBProcessor(py)baseResult":{"name":"baseResult","abstract":"

    Base processor result

    ","parent_name":"MBProcessor"},"Classes/MBPassportRecognizerResult.html#/c:objc(cs)MBPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBPassportRecognizerResult"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning PassportRecognizer

    ","parent_name":"MBPassportRecognizer"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)anonymizeNetherlandsMrz":{"name":"anonymizeNetherlandsMrz","abstract":"

    Defines whether to anonymize Netherlands MRZ

    ","parent_name":"MBPassportRecognizer"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)parsers":{"name":"parsers","abstract":"

    Getting array of readonly parsers

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)result":{"name":"result","abstract":"

    MBParserGroupProcessor processor result

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)oneOptionalElementInGroupShouldBeValid":{"name":"oneOptionalElementInGroupShouldBeValid","abstract":"

    Set if one optional element should be valid

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)recognizerRunnerViewController":{"name":"recognizerRunnerViewController","abstract":"

    Overlay View’s delegate object. Responsible for sending messages to PhotoPay’s","parent_name":"MBOverlayViewController"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)language":{"name":"language","abstract":"

    If default overlay contains textual information, text will be localized to this language

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)cameraSettings":{"name":"cameraSettings","abstract":"

    Camera settings

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(im)init":{"name":"-init","abstract":"

    Initializes the object with default settings (see above for defaults).

    ","parent_name":"MBOverlaySettings"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ul":{"name":"ul","abstract":"

    Upper left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ur":{"name":"ur","abstract":"

    Upper right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ll":{"name":"ll","abstract":"

    Lower left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)lr":{"name":"lr","abstract":"

    Lower right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Initializer

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)positionWithOffset:":{"name":"-positionWithOffset:","abstract":"

    Creates a position with offset to a current position. Offset is added.

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)rect":{"name":"-rect","abstract":"

    Helper method converting Position to CGRect

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)center":{"name":"-center","abstract":"

    Helper method calculating the center of the Position

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)height":{"name":"-height","abstract":"

    Helper method calculating the height of the position

    ","parent_name":"MBPosition"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)value":{"name":"value","abstract":"

    Unicode value of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)position":{"name":"position","abstract":"

    Position of the char on the image, in the coordinate system of the image

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)height":{"name":"height","abstract":"

    Height of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)uncertain":{"name":"uncertain","abstract":"

    YES if char is uncertain

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)quality":{"name":"quality","abstract":"

    Integer value representing OCR quality of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)font":{"name":"font","abstract":"

    Font of the character

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(im)initWithValue:position:height:":{"name":"-initWithValue:position:height:","abstract":"

    Initializer for a char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)chars":{"name":"chars","abstract":"

    Ocr chars of the line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)position":{"name":"position","abstract":"

    Position of the line on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)initWithOcrChars:position:":{"name":"-initWithOcrChars:position:","abstract":"

    Initializer from chars

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)lines":{"name":"lines","abstract":"

    Ocr lines of the block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)position":{"name":"position","abstract":"

    Position of the block on the image, in the coordinate system of the image

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)initWithOcrLines:position:":{"name":"-initWithOcrLines:position:","abstract":"

    Initializer from lines

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)box":{"name":"box","abstract":"

    Bounding box of the layout. Given in the coordinate system of the image on which OCR was performed.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)blocks":{"name":"blocks","abstract":"

    Ocr blocks of the layout

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transformInvalid":{"name":"transformInvalid","abstract":"

    YES if transform is not valid (e.g, there’s no UI to which it can be calculated. NO otherwise.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)position":{"name":"position","abstract":"

    Position of layout on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)flipped":{"name":"flipped","abstract":"

    OCR layout was recognized from flipped image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:transform:box:flipped:":{"name":"-initWithOcrBlocks:transform:box:flipped:","abstract":"

    Initializer from blocks and transformation

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:":{"name":"-initWithOcrBlocks:","abstract":"

    Initializer from blocks

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr layout

    ","parent_name":"MBOcrLayout"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default max allowed dewarp height used when using default constructor.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)initWithMaxAllowedDewarpHeight:":{"name":"-initWithMaxAllowedDewarpHeight:","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(py)maxAllowedDewarpHeight":{"name":"maxAllowedDewarpHeight","abstract":"

    Returns the max allowed dewarp height as specified by this policy.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

    Factory method which creates MRTD specification based on a preset

    ","parent_name":"MBMrtdSpecification"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)rawOcrLayout":{"name":"rawOcrLayout","abstract":"

    Raw OCR layout from which the MRTD data was parsed.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)result":{"name":"result","abstract":"

    Detector recognizer results

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrtdSpecifications":{"name":"mrtdSpecifications","abstract":"

    Get the mrtd specifications.

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrzFilterDelegate":{"name":"mrzFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)result":{"name":"result","abstract":"

    Mrtd Combined recognizer result

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)mrzCombinedFilterDelegate":{"name":"mrzCombinedFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showTrialLicenseWarning":{"name":"showTrialLicenseWarning","abstract":"

    Disable or enable showing of toast when trial license key is entered. By default, whenever","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:errorCallback:":{"name":"-setLicenseBuffer:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:andLicensee:errorCallback:":{"name":"-setLicenseBuffer:andLicensee:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:errorCallback:":{"name":"-setLicenseKey:errorCallback:","abstract":"

    Set license key and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:andLicensee:errorCallback:":{"name":"-setLicenseKey:andLicensee:errorCallback:","abstract":"

    Set license key and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)buildVersionString":{"name":"+buildVersionString","abstract":"

    Returns the string that contains the library build version

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)isScanningUnsupportedForCameraType:error:":{"name":"+isScanningUnsupportedForCameraType:error:","abstract":"

    This method returns true when scanning is unsupported on a specific device.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setPingProxyUrl:":{"name":"-setPingProxyUrl:","abstract":"

    Set the URL for ping proxy.","parent_name":"MBMicroblinkSDK"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

    Returns/sets splash message that is shown after scanning the document.

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)rawImage":{"name":"rawImage","abstract":"

    Returns the raw image saved by the processor. If no image was saved by processor, returns null.","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)encodedImage":{"name":"encodedImage","abstract":"

    JPEG-encoded image or nil, depending on whether image encoding was enabled.

    ","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)result":{"name":"result","abstract":"

    MBImageReturnProcessor processor result

    ","parent_name":"MBImageReturnProcessor"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)encodeImage":{"name":"encodeImage","abstract":"

    Defines whether saved image will also be encoded as JPEG. This is false by default, which","parent_name":"MBImageReturnProcessor"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)image":{"name":"image","abstract":"

    UIImage of wrapped image.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)roi":{"name":"roi","abstract":"

    Region of the image used for scanning, where the whole image is specified with CGRectMake(0.0, 0.0, 1.0, 1.0).

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)orientation":{"name":"orientation","abstract":"

    Processing orientation of image. This is used in OCR where you can specify character orientation.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredHorizontally":{"name":"mirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredVertically":{"name":"mirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)estimateFrameQuality":{"name":"estimateFrameQuality","abstract":"

    If YES, the image will prior to processing go through frame quality estimation phase, which might discard the frame

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)cameraFrame":{"name":"cameraFrame","abstract":"

    Property which tells if this frame is a camera or a single photo frame.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)videoRotationAngle":{"name":"videoRotationAngle","abstract":"

    Connection orientation.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

    Creates MBImage around UIImage.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

    Creates MBImage around CVImageBufferRef.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCvPixelBuffer:orientation:":{"name":"+imageWithCvPixelBuffer:orientation:","abstract":"

    Creates MBImage around CVPixelBufferRef.

    ","parent_name":"MBImage"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

    Retrieves string content of scanned data

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

    Type of the barcode scanned

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentType":{"name":"documentType","abstract":"

    The document type deduced from the recognized barcode

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)extendedElements":{"name":"extendedElements","abstract":"

    Document specific extended elements that contain all barcode fields in their original form.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizer.html#/c:objc(cs)MBIdBarcodeRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning IDBarcodeRecognizer

    ","parent_name":"MBIdBarcodeRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabFocusedFrames":{"name":"grabFocusedFrames","abstract":"

    Allow sending focused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabUnfocusedFrames":{"name":"grabUnfocusedFrames","abstract":"

    Allow sending unfocused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default dewarp height value used when using default constructor.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)initWithDewarpHeight:":{"name":"-initWithDewarpHeight:","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(py)dewarpHeight":{"name":"dewarpHeight","abstract":"

    Returns the desired dewarp height (in pixels) as specified by this policy.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorColor":{"name":"errorColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBErrorReticle"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorReticleImage":{"name":"errorReticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBErrorReticle"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsColor":{"name":"dotsColor","abstract":"

    Color of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsStrokeWidth":{"name":"dotsStrokeWidth","abstract":"

    Width of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsRadius":{"name":"dotsRadius","abstract":"

    Radius of dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)animationDuration":{"name":"animationDuration","abstract":"

    Duration of the animation

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initializes the layer

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)foregroundColor":{"name":"foregroundColor","abstract":"

    Foreground color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)tintColor":{"name":"tintColor","abstract":"

    Border and shadow color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)shouldIgnoreFastResults":{"name":"shouldIgnoreFastResults","abstract":"

    If set YES, dots will not redraw until the animation is finished. This will make animation look much smoother on fast results.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)charFadeInDuration":{"name":"charFadeInDuration","abstract":"

    Duration of fade animation for each dot.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)dotCount":{"name":"dotCount","abstract":"

    Maximum number of dots shown on screen. This count has to be in range [20,50].

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderView":{"name":"viewfinderView","abstract":"

    Default implementation draws a rectangle with aspect ratio of viewfinderAspectRatio,","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderWidthToHeightRatio":{"name":"viewfinderWidthToHeightRatio","abstract":"

    Default aspect ratio of the viewfinder, calculated as width / height.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)tooltipLabel":{"name":"tooltipLabel","abstract":"

    Label displayed below the viewfinder view.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initialize the overlay subview with a given frame

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

    Initialize the overlay subview with a given coder

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)tooltipText":{"name":"tooltipText","abstract":"

    Gets/sets tootlip text that is defines under document view finder.

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)showTooltip":{"name":"showTooltip","abstract":"

    Gets/sets tooltip visibility

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)documentLocation":{"name":"documentLocation","abstract":"

    Quadrangle represeting corner points of the document within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)faceLocation":{"name":"faceLocation","abstract":"

    Quadrangle represeting corner points of the face image within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning Document Face Recognizer

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of docment this recognizer will scan.

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDisplayableQuadDetection.html#/c:objc(cs)MBDisplayableQuadDetection(py)detectionLocation":{"name":"detectionLocation","abstract":"

    Exact location of detected object on image.","parent_name":"MBDisplayableQuadDetection"},"Classes/MBDisplayablePointsDetection.html#/c:objc(cs)MBDisplayablePointsDetection(py)points":{"name":"points","abstract":"

    Coordinates of points (CGPoint) of a detected object.

    ","parent_name":"MBDisplayablePointsDetection"},"Classes/MBDisplayableObject.html#/c:objc(cs)MBDisplayableObject(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBDisplayableObject"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)initWithDetectionStatus:":{"name":"-initWithDetectionStatus:","abstract":"

    Initializes the displayable detection with matrix

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(py)detectionStatus":{"name":"detectionStatus","abstract":"

    Detection status which describes the status of detection

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateStringResult":{"name":"originalDateStringResult","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(cm)dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"+dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDateResult"},"Classes/MBDate.html#/c:objc(cs)MBDate(im)initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)originalDateString":{"name":"originalDateString","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(cm)dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"+dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDate"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default DPI that will be used with default constructor.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)initWithDesiredDPI:":{"name":"-initWithDesiredDPI:","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(py)desiredDPI":{"name":"desiredDPI","abstract":"

    Returns the desired DPI as defined by this policy.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)init":{"name":"-init","abstract":"

    Convenience initializer used for use cases when overlay view controller is instantiated from storyboard.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRegion":{"name":"scanningRegion","abstract":"

    Scanning region","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraPreset":{"name":"cameraPreset","abstract":"

    Camera preset. With this property you can set the resolution of the camera

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraType":{"name":"cameraType","abstract":"

    Camera type. You can choose between front and back facing.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)autofocusInterval":{"name":"autofocusInterval","abstract":"

    Interval between forcing two camera focuses. If <= 0, forced focuses arent performed","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraAutofocusRestriction":{"name":"cameraAutofocusRestriction","abstract":"

    Range restriction for camera autofocus.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)videoGravity":{"name":"videoGravity","abstract":"

    Gravity of Camera preview on screen.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)focusPoint":{"name":"focusPoint","abstract":"

    Point against which the autofocus will be performed

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredHorizontally":{"name":"cameraMirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredVertically":{"name":"cameraMirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)previewZoomScale":{"name":"previewZoomScale","abstract":"

    Set the back side preview camera layer zoom factor. 1.0 means there is no zoom, 2.0 double the zoom - preview layer is 2x zoomed than video output.","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings (see above for defaults)

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcSessionPreset":{"name":"-calcSessionPreset","abstract":"

    Returns an optimal AVFoundation session preset based on cameraPreset value.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcAutofocusRangeRestriction":{"name":"-calcAutofocusRangeRestriction","abstract":"

    Returns an optimal AVFoundation autofocus range restriction value based on cameraAutofocusRestriction.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)forceUsingPixelFormatTypeBiPlanarFullRange":{"name":"forceUsingPixelFormatTypeBiPlanarFullRange","abstract":"

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange.","parent_name":"MBCameraSettings"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isAnimating":{"name":"isAnimating","abstract":"

    Whether the reticle is currently animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isDetecting":{"name":"isDetecting","abstract":"

    Whether the reticle is currently detecting.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isConfirming":{"name":"isConfirming","abstract":"

    Whether the reticle is currently confirming.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startAnimating":{"name":"-startAnimating","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopAnimating":{"name":"-stopAnimating","abstract":"

    Stops animating the reticle. Does nothing if the reticle is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startDetecting":{"name":"-startDetecting","abstract":"

    Starts animating the detection spinner. Does nothing if the detection is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopDetecting":{"name":"-stopDetecting","abstract":"

    Stops animating the detection spinner. Does nothing if the detection is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)resetAll":{"name":"-resetAll","abstract":"

    Stops all animations and remove all layers to reset state to beginning

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)animateArcRotation":{"name":"-animateArcRotation","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleImage":{"name":"reticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleColor":{"name":"reticleColor","abstract":"

    Custom tint color used for arc and progress animation. Default white.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleDefaultColor":{"name":"reticleDefaultColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBCameraReticle"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)imageAnalysisResult":{"name":"imageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned image.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vizResult":{"name":"vizResult","abstract":"

    Defines the data extracted from the visual inspection zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalProcessingInfo":{"name":"additionalProcessingInfo","abstract":"

    Additional info on processing.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)cameraFrame":{"name":"cameraFrame","abstract":"

    The raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIDRecognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common BlinkId UI settings

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)requireDocumentSidesDataMatch":{"name":"requireDocumentSidesDataMatch","abstract":"

    If YES, MBBlinkIdMultiSideRecognizer will check if sides do match when scanning is finished

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showNotSupportedDialog":{"name":"showNotSupportedDialog","abstract":"

    Defines whether Document Not Supported dialog will be displayed in UI.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showFlashlightWarning":{"name":"showFlashlightWarning","abstract":"

    Defines whether glare warning will be displayed when user turn on a flashlight

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideScanningTimeout":{"name":"backSideScanningTimeout","abstract":"

    Option to configure back side scanning timeout.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)firstSideInstructionsText":{"name":"firstSideInstructionsText","abstract":"

    Message that is shown while scanning first side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideInstructionsText":{"name":"backSideInstructionsText","abstract":"

    Message that is shown while scanning back side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanBarcodeText":{"name":"scanBarcodeText","abstract":"

    Message that is shown after fornt side of the USDL document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)flipInstructions":{"name":"flipInstructions","abstract":"

    Instructions to flip document, shown when scanning of the first side is done, before scanning the second","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveCloser":{"name":"errorMoveCloser","abstract":"

    Instructions for the user to move the document closer.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveFarther":{"name":"errorMoveFarther","abstract":"

    Instructions for the user to move the document farther.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorDocumentTooCloseToEdge":{"name":"errorDocumentTooCloseToEdge","abstract":"

    Instructions for the user to move the document from the edge.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingTitle":{"name":"sidesNotMatchingTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingMessage":{"name":"sidesNotMatchingMessage","abstract":"

    Message inside dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchTitle":{"name":"dataMismatchTitle","abstract":"

    Title of the dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchMessage":{"name":"dataMismatchMessage","abstract":"

    Message inside dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentTitle":{"name":"unsupportedDocumentTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentMessage":{"name":"unsupportedDocumentMessage","abstract":"

    Message inside dialog, which is shown when unsupported document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutTitle":{"name":"recognitionTimeoutTitle","abstract":"

    Title of the dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutMessage":{"name":"recognitionTimeoutMessage","abstract":"

    Message inside dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)retryButtonText":{"name":"retryButtonText","abstract":"

    Text of the “retry” button inside dialog, which is shown on timeout when scanning is stuck on the back","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMandatoryFieldMissing":{"name":"errorMandatoryFieldMissing","abstract":"

    Instructions for the user that is covering more than two mandatory fields for a scan.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)defineSpecificMissingMandatoryFields":{"name":"defineSpecificMissingMandatoryFields","abstract":"

    If YES and number of missing mandatory fields is <= 2, names of missing mandatory fields will be present in the message.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)onboardingButtonTooltipDelay":{"name":"onboardingButtonTooltipDelay","abstract":"

    Option to configure when the onboarding help tooltip will appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showOnboardingInfo":{"name":"showOnboardingInfo","abstract":"

    Defines whether button for presenting onboarding screens will be present on screen.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showIntroductionDialog":{"name":"showIntroductionDialog","abstract":"

    Defines whether tutorial alert will be presented on appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)glareDetectedMessage":{"name":"glareDetectedMessage","abstract":"

    Instructions for the user to avoid glare.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)blurDetectedMessage":{"name":"blurDetectedMessage","abstract":"

    Instructions for the user to avoid blur.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)faceImageMissingMessage":{"name":"faceImageMissingMessage","abstract":"

    Instructions for the user when face image is missing.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)awaitingOtherSideMessage":{"name":"awaitingOtherSideMessage","abstract":"

    Instructions for the user when other side is awaiting scanning.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanningWrongSideMessage":{"name":"scanningWrongSideMessage","abstract":"

    Instructions for the user when wrong side is being scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontImageAnalysisResult":{"name":"frontImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned front image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backImageAnalysisResult":{"name":"backImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned back image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontVizResult":{"name":"frontVizResult","abstract":"

    Defines the data extracted from the front side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backVizResult":{"name":"backVizResult","abstract":"

    Defines the data extracted from the back side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontProcessingStatus":{"name":"frontProcessingStatus","abstract":"

    Status of the last front side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backProcessingStatus":{"name":"backProcessingStatus","abstract":"

    Status of the last back side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontAdditionalProcessingInfo":{"name":"frontAdditionalProcessingInfo","abstract":"

    Additional info on processing of the front side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backAdditionalProcessingInfo":{"name":"backAdditionalProcessingInfo","abstract":"

    Additional info on processing of the back side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontCameraFrame":{"name":"frontCameraFrame","abstract":"

    The front raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backCameraFrame":{"name":"backCameraFrame","abstract":"

    The back raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dataMatchResult":{"name":"dataMatchResult","abstract":"

    Detailed info on data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIdMultiSideRecognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)skipUnsupportedBack":{"name":"skipUnsupportedBack","abstract":"

    Skip back side capture and processing step when back side of the document is not supported

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUncertainFrontSideScan":{"name":"allowUncertainFrontSideScan","abstract":"

    Proceed with scanning the back side even if the front side result is uncertain.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)maxAllowedMismatchesPerField":{"name":"maxAllowedMismatchesPerField","abstract":"

    Configure the number of characters per field that are allowed to be inconsistent in data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBaseOverlayViewController.html#/c:objc(cs)MBBaseOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBBaseOverlayViewController"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)soundFilePath":{"name":"soundFilePath","abstract":"

    Full path to the sound file which is played when the valid result is scanned.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayCancelButton":{"name":"displayCancelButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOcrOverlaySettings.html#/c:objc(cs)MBBaseOcrOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

    Property that enables showing of flashing dots over characters being scanned.

    ","parent_name":"MBBaseOcrOverlaySettings"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)missingMandatoryFields":{"name":"missingMandatoryFields","abstract":"

    List of fields that were expected on the document but were missing.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)invalidCharacterFields":{"name":"invalidCharacterFields","abstract":"

    List of fields that contained characters which were not expected in that field.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)extraPresentFields":{"name":"extraPresentFields","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)imageExtractionFailures":{"name":"imageExtractionFailures","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html":{"name":"MBAdditionalProcessingInfo","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes/MBBaseOcrOverlaySettings.html":{"name":"MBBaseOcrOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlaySettings.html":{"name":"MBBaseOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlayViewController.html":{"name":"MBBaseOverlayViewController","abstract":"

    Common base class for default overlay view controllers

    "},"Classes/MBBlinkIdMultiSideRecognizer.html":{"name":"MBBlinkIdMultiSideRecognizer","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdMultiSideRecognizerResult.html":{"name":"MBBlinkIdMultiSideRecognizerResult","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdOverlaySettings.html":{"name":"MBBlinkIdOverlaySettings","abstract":"

    Settings class containing parameters for BlinkId UI

    "},"Classes/MBBlinkIdOverlayViewController.html":{"name":"MBBlinkIdOverlayViewController","abstract":"

    Default version of overlay view controller with modern design.

    "},"Classes/MBBlinkIdSingleSideRecognizer.html":{"name":"MBBlinkIdSingleSideRecognizer","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBBlinkIdSingleSideRecognizerResult.html":{"name":"MBBlinkIdSingleSideRecognizerResult","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBCameraReticle.html":{"name":"MBCameraReticle","abstract":"

    A camera reticle that locates at the center of screen and uses circle arc rotation to indicate that"},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

    Settings class containing parameters for camera capture

    "},"Classes/MBCustomOverlayViewController.html":{"name":"MBCustomOverlayViewController","abstract":"

    Custom Overlay View Controller is an abstract class for all custom overlay views placed on top View Controller."},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

    DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDate.html":{"name":"MBDate","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes/MBDateResult.html":{"name":"MBDateResult","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes.html#/c:objc(cs)MBDewarpPolicy":{"name":"MBDewarpPolicy","abstract":"

    Base class for all dewarp policies

    "},"Classes/MBDisplayableDetection.html":{"name":"MBDisplayableDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDisplayableObject.html":{"name":"MBDisplayableObject","abstract":"

    Represents any object that can be displayed on screen in terms of drawing.

    "},"Classes/MBDisplayablePointsDetection.html":{"name":"MBDisplayablePointsDetection","abstract":"

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    "},"Classes/MBDisplayableQuadDetection.html":{"name":"MBDisplayableQuadDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDocumentFaceRecognizer.html":{"name":"MBDocumentFaceRecognizer","abstract":"

    Class for configuring Document Face Recognizer Recognizer.

    "},"Classes/MBDocumentFaceRecognizerResult.html":{"name":"MBDocumentFaceRecognizerResult","abstract":"

    Class representing values obtained when scanning Document Face Recognizer

    "},"Classes/MBDocumentOverlaySettings.html":{"name":"MBDocumentOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBDocumentOverlayViewController.html":{"name":"MBDocumentOverlayViewController","abstract":"

    Default overlay when using ID card recognizers.

    "},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

    Overlay subview presenting the viewfinder for scanning ID documents

    "},"Classes/MBDotsResultSubview.html":{"name":"MBDotsResultSubview","abstract":"

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    "},"Classes/MBDotsSubview.html":{"name":"MBDotsSubview","abstract":"

    A wrapper around CAShapeLayer which is used for presenting a status about barcode detections

    "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

    Base class for all entities processors, recognizers, detectors…

    "},"Classes/MBErrorReticle.html":{"name":"MBErrorReticle","abstract":"

    A camera reticle detection that locates at the center of screen and uses circular rotation to indicate that"},"Classes/MBFixedDewarpPolicy.html":{"name":"MBFixedDewarpPolicy","abstract":"

    Fixed dewarp policy. Dewarp height will be exactly as defined by its dewarpHeight.

    "},"Classes/MBFrameGrabberRecognizer.html":{"name":"MBFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes.html#/c:objc(cs)MBGlareStatusSubview":{"name":"MBGlareStatusSubview","abstract":"

    Overlay subview presenting the status of glare detection."},"Classes/MBIdBarcodeRecognizer.html":{"name":"MBIdBarcodeRecognizer","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBIdBarcodeRecognizerResult.html":{"name":"MBIdBarcodeRecognizerResult","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBImage.html":{"name":"MBImage","abstract":"

    Object which represents an image.

    "},"Classes/MBImageReturnProcessor.html":{"name":"MBImageReturnProcessor","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBImageReturnProcessorResult.html":{"name":"MBImageReturnProcessorResult","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBLegacyDocumentVerificationOverlaySettings.html":{"name":"MBLegacyDocumentVerificationOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBLegacyDocumentVerificationOverlayViewController.html":{"name":"MBLegacyDocumentVerificationOverlayViewController","abstract":"

    Default overlay when using ID card combined recognizers for verification.

    "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

    Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBMrtdCombinedRecognizer.html":{"name":"MBMrtdCombinedRecognizer","abstract":"

    MRTD Combined recognizer

    "},"Classes/MBMrtdCombinedRecognizerResult.html":{"name":"MBMrtdCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of Croatian ID.

    "},"Classes/MBMrtdRecognizer.html":{"name":"MBMrtdRecognizer","abstract":"

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    "},"Classes/MBMrtdRecognizerResult.html":{"name":"MBMrtdRecognizerResult","abstract":"

    Result of MBMrtdDetectorRecognizer

    "},"Classes/MBMrtdSpecification.html":{"name":"MBMrtdSpecification","abstract":"

    Mrtd class describes a document which is being detected by MrtdDetector."},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

    No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrLayout.html":{"name":"MBOcrLayout","abstract":"

    Class describing the layour of the document on which the OCR was preformed.

    "},"Classes/MBOcrBlock.html":{"name":"MBOcrBlock","abstract":"

    Class representing an Ocr Block. Block consists of one or more Ocr Lines.

    "},"Classes/MBOcrLine.html":{"name":"MBOcrLine","abstract":"

    Class representing an Ocr line. line consists of one or more Ocr chars

    "},"Classes/MBOcrChar.html":{"name":"MBOcrChar","abstract":"

    Class representing an individual OCR character obtained in the OCR process.

    "},"Classes/MBPosition.html":{"name":"MBPosition","abstract":"

    Class representing a position on the image. It’s given as a box, with"},"Classes/MBOverlaySettings.html":{"name":"MBOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBOverlayViewController.html":{"name":"MBOverlayViewController","abstract":"

    Overlay View Controller is an abstract class for all overlay views placed on top View Controller.

    "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

    A processor for a group

    "},"Classes.html#/c:objc(cs)MBParserGroupProcessorResult":{"name":"MBParserGroupProcessorResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBPassportRecognizer.html":{"name":"MBPassportRecognizer","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBPassportRecognizerResult.html":{"name":"MBPassportRecognizerResult","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBProcessor.html":{"name":"MBProcessor","abstract":"

    Base class for all processors

    "},"Classes/MBProcessorGroup.html":{"name":"MBProcessorGroup","abstract":"

    Class that represents a group of processors that will be executed on same dewarped image.

    "},"Classes.html#/c:objc(cs)MBProcessorResult":{"name":"MBProcessorResult","abstract":"

    Base class for all processor results

    "},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    "},"Classes/MBRecognitionModeFilter.html":{"name":"MBRecognitionModeFilter","abstract":"

    MBRecognitionModeFilter is used to enable/disable recognition of specific document groups."},"Classes/MBRecognizer.html":{"name":"MBRecognizer","abstract":"

    Base class for all recognizers

    "},"Classes/MBRecognizerCollection.html":{"name":"MBRecognizerCollection","abstract":"

    Settings class containing settings related to scanner behaviour

    "},"Classes.html#/c:objc(cs)MBRecognizerResult":{"name":"MBRecognizerResult","abstract":"

    Base class for all recognizer results

    "},"Classes/MBRecognizerRunner.html":{"name":"MBRecognizerRunner","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes/MBStringResult.html":{"name":"MBStringResult","abstract":"

    Class for all obtaining original string per alphabet type

    "},"Classes/MBSubview.html":{"name":"MBSubview","abstract":"

    Base class for all overlay subviews

    "},"Classes/MBSuccessFrameGrabberRecognizer.html":{"name":"MBSuccessFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes/MBSuccessFrameGrabberRecognizerResult.html":{"name":"MBSuccessFrameGrabberRecognizerResult","abstract":"

    A recognizer that returns SuccessFrameGrabber result.

    "},"Classes/MBTapToFocusSubview.html":{"name":"MBTapToFocusSubview","abstract":"

    Overlay subview presenting the effect which happens when the user taps to focus

    "},"Classes/MBTemplatingClass.html":{"name":"MBTemplatingClass","abstract":"

    Class that represents a specific class of documents when used within Templating API.

    "},"Classes/MBTemplatingRecognizer.html":{"name":"MBTemplatingRecognizer","abstract":"

    Base of all recognizers that support Templating API.

    "},"Classes/MBTemplatingRecognizerResult.html":{"name":"MBTemplatingRecognizerResult","abstract":"

    Base of all recognizers result that support Templating API.

    "},"Classes/MBUsdlCombinedRecognizer.html":{"name":"MBUsdlCombinedRecognizer","abstract":"

    USDL Combined Recognizer.

    "},"Classes/MBUsdlCombinedRecognizerResult.html":{"name":"MBUsdlCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    "},"Classes/MBUsdlRecognizer.html":{"name":"MBUsdlRecognizer","abstract":"

    A recognizer that can scan USDL.

    "},"Classes/MBUsdlRecognizerResult.html":{"name":"MBUsdlRecognizerResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBViewControllerFactory.html":{"name":"MBViewControllerFactory","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes/MBVisaRecognizer.html":{"name":"MBVisaRecognizer","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVisaRecognizerResult.html":{"name":"MBVisaRecognizerResult","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVizResult.html":{"name":"MBVizResult","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx b/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx index 1db91af18..2056eed24 100644 Binary files a/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docsets/PPBlinkID.tgz b/docs/docsets/PPBlinkID.tgz index b154a34a4..cba73ec1c 100644 Binary files a/docs/docsets/PPBlinkID.tgz and b/docs/docsets/PPBlinkID.tgz differ diff --git a/docs/index.html b/docs/index.html index 8921077ca..5ab91d1d7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@

    - PPBlinkID v6.10.1 Docs + PPBlinkID v6.11.0 Docs (81% documented)

    @@ -41,9 +41,7 @@
    @@ -601,8 +599,8 @@

    Using CocoaPods

    Since

    Since the libraries are stored on Git Large File Storage, you need to install git-lfs by running these commands:

    -
    brew install git-lfs
    -git lfs install
    +
    brew install git-lfs
    +git lfs install
     
      @@ -616,14 +614,14 @@

      Using CocoaPods

    platform :ios, '13.0'
     target 'Your-App-Name' do
    -    pod 'PPBlinkID', '~> 6.10.1'
    +    pod 'PPBlinkID', '~> 6.11.0'
     end
     
    • Install the dependencies in your project:
    -
    $ pod install
    +
    $ pod install
     
      @@ -673,8 +671,8 @@

      Manual integration

      Since

      Since the libraries are stored on Git Large File Storage, you need to install git-lfs by running these commands:

      -
      brew install git-lfs
      -git lfs install
      +
      brew install git-lfs
      +git lfs install
       
        @@ -718,8 +716,8 @@

        2. Referencing header file

    Objective-C

    -
    #import <BlinkID/BlinkID.h>
    -
    +
    #import <BlinkID/BlinkID.h>
    +

    3. Initiating the scanning process

    To initiate the scanning process, first decide where in your app you want to add scanning functionality. Usually, users of the scanning library have a button which, when tapped, starts the scanning process. Initialization code is then placed in touch handler for that button. Here we’re listing the initialization code as it looks in a touch handler method.

    @@ -760,44 +758,44 @@

    3. Initiating the sca

    Objective-C

    -
    @interface ViewController () <MBBlinkIdOverlayViewControllerDelegate>
    +
    @interface ViewController () <MBBlinkIdOverlayViewControllerDelegate>
     
    -@property (nonatomic, strong) MBBlinkIdMultiSideRecognizer *blinkIdMultiSideRecognizer;
    +@property (nonatomic, strong) MBBlinkIdMultiSideRecognizer *blinkIdMultiSideRecognizer;
     
    -@end
    +@end
     
    -@implementation ViewController
    +@implementation ViewController
     
    -- (void)viewDidLoad {
    -    [super viewDidLoad];
    +- (void)viewDidLoad {
    +    [super viewDidLoad];
     
    -    [MBMicroblinkSDK.sharedInstance setLicenseResource:@"blinkid-license" withExtension:@"key" inSubdirectory:@"" for:Bundle.main errorCallback:block];
    -}
    +    [MBMicroblinkSDK.sharedInstance setLicenseResource:@"blinkid-license" withExtension:@"key" inSubdirectory:@"" for:Bundle.main errorCallback:block];
    +}
     
     
    -- (IBAction)didTapScan:(id)sender {
    +- (IBAction)didTapScan:(id)sender {
     
    -    /** Create BlinkID recognizer */
    -    self.blinkIdMultiSideRecognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    +    /** Create BlinkID recognizer */
    +    self.blinkIdMultiSideRecognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
     
    -     /** Create BlinkID settings */
    -    MBBlinkIdOverlaySettings* settings = [[MBBlinkIdOverlaySettings alloc] init];
    +     /** Create BlinkID settings */
    +    MBBlinkIdOverlaySettings* settings = [[MBBlinkIdOverlaySettings alloc] init];
     
    -    /** Create recognizer collection */
    -    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:@[self.blinkIdMultiSideRecognizer]];
    +    /** Create recognizer collection */
    +    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:@[self.blinkIdMultiSideRecognizer]];
     
    -    /** Create your overlay view controller */
    -    MBBlinkIdOverlayViewController *blinkIdOverlayViewController = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection:recognizerCollection delegate:self];
    +    /** Create your overlay view controller */
    +    MBBlinkIdOverlayViewController *blinkIdOverlayViewController = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection:recognizerCollection delegate:self];
     
    -    /** Create recognizer view controller with wanted overlay view controller */
    -    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:blinkIdOverlayViewController];
    +    /** Create recognizer view controller with wanted overlay view controller */
    +    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:blinkIdOverlayViewController];
     
    -    /** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    -    [self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
    +    /** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    +    [self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
     
    -}
    +}
     
    -@end
    +@end
     

    4. License key

    @@ -814,7 +812,7 @@

    License key as string

    Objective-C

    -
    [[MBMicroblinkSDK sharedInstance] setLicenseKey:@"LICENSE-KEY" errorCallback:block];
    +
    [[MBMicroblinkSDK sharedInstance] setLicenseKey:@"LICENSE-KEY" errorCallback:block];
     

    License key as file

    @@ -825,7 +823,7 @@

    License key as file

    Objective-C

    -
    [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license-key-file" withExtension:@"key" inSubdirectory:@"" forBundle:[NSBundle mainBundle] errorCallback:block];
    +
    [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license-key-file" withExtension:@"key" inSubdirectory:@"" forBundle:[NSBundle mainBundle] errorCallback:block];
     

    If the licence is invalid or expired then the methods above will throw an exception.

    @@ -855,24 +853,24 @@

    5. Registering for sc

    Objective-C

    -
    - (void)blinkIdOverlayViewControllerDidFinishScanning:(MBBlinkIdOverlayViewController *)blinkIdOverlayViewController state:(MBRecognizerResultState)state {
    +
    - (void)blinkIdOverlayViewControllerDidFinishScanning:(MBBlinkIdOverlayViewController *)blinkIdOverlayViewController state:(MBRecognizerResultState)state {
     
    -    // this is done on background thread
    -    // check for valid state
    -    if (state == MBRecognizerResultStateValid) {
    +    // this is done on background thread
    +    // check for valid state
    +    if (state == MBRecognizerResultStateValid) {
     
    -        // first, pause scanning until we process all the results
    -        [blinkIdOverlayViewController.recognizerRunnerViewController pauseScanning];
    +        // first, pause scanning until we process all the results
    +        [blinkIdOverlayViewController.recognizerRunnerViewController pauseScanning];
     
    -        dispatch_async(dispatch_get_main_queue(), ^{
    -            // All UI interaction needs to be done on main thread
    -        });
    -    }
    -}
    +        dispatch_async(dispatch_get_main_queue(), ^{
    +            // All UI interaction needs to be done on main thread
    +        });
    +    }
    +}
     
    -- (void)blinkIdOverlayViewControllerDidTapClose:(nonnull MBBlinkIdOverlayViewController *)blinkIdOverlayViewController {
    -    // Your action on cancel
    -}
    +- (void)blinkIdOverlayViewControllerDidTapClose:(nonnull MBBlinkIdOverlayViewController *)blinkIdOverlayViewController {
    +    // Your action on cancel
    +}
     

    Advanced BlinkID integration instructions

    @@ -909,9 +907,9 @@

    Objective-C

    -
    MBBlinkIdOverlayViewController *overlayVC = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection: recognizerCollection delegate:self];
    -UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:overlayVC];
    +
    MBBlinkIdOverlayViewController *overlayVC = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection: recognizerCollection delegate:self];
    +UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:overlayVC];
     
    -/** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    -[self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
    +/** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */
    +[self presentViewController:recognizerRunnerViewController animated:YES completion:nil];
     

    As you can see, when initializing MBBlinkIdOverlayViewController, we are sending delegate property as self. To get results, we need to conform to MBBlinkIdOverlayViewControllerDelegate protocol.

    @@ -1033,7 +1031,7 @@

    3. Initialization

    Objective-C

    -
    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:CustomOverlayViewController];
    +
    UIViewController<MBRecognizerRunnerViewController>* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:CustomOverlayViewController];
     

    Direct processing API

    @@ -1076,7 +1074,7 @@

    image = MBImage(uiImage: anImage) } image?.cameraFrame = true - image?.orientation = MBProcessingOrientation.left + image?.orientation = MBProcessingOrientation.left let _serialQueue = DispatchQueue(label: "com.microblink.DirectAPI-sample-swift") _serialQueue.async(execute: {() -> Void in self.recognizerRunner?.processImage(image!) @@ -1091,34 +1089,34 @@

    Objective-C

    -
    - (void)setupRecognizerRunner {
    -    NSMutableArray<MBRecognizer *> *recognizers = [[NSMutableArray alloc] init];
    -
    -    self.recognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    -
    -    [recognizers addObject: self.recognizer];
    -
    -    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:recognizers];
    -
    -    self.recognizerRunner = [[MBRecognizerRunner alloc] initWithRecognizerCollection:recognizerCollection];
    -    self.recognizerRunner.scanningRecognizerRunnerDelegate = self;
    -}
    -
    -- (void)processImageRunner:(UIImage *)originalImage {
    -    MBImage *image = [MBImage imageWithUIImage:originalImage];
    -    image.cameraFrame = YES;
    -    image.orientation = MBProcessingOrientationLeft;
    -    dispatch_queue_t _serialQueue = dispatch_queue_create("com.microblink.DirectAPI-sample", DISPATCH_QUEUE_SERIAL);
    -    dispatch_async(_serialQueue, ^{
    -        [self.recognizerRunner processImage:image];
    -    });
    -}
    -
    -- (void)recognizerRunner:(nonnull MBRecognizerRunner *)recognizerRunner didFinishScanningWithState:(MBRecognizerResultState)state {
    -    if (self.blinkInputRecognizer.result.resultState == MBRecognizerResultStateValid) {
    -        // Handle result
    -    }
    -}
    +
    - (void)setupRecognizerRunner {
    +    NSMutableArray<MBRecognizer *> *recognizers = [[NSMutableArray alloc] init];
    +
    +    self.recognizer = [[MBBlinkIdMultiSideRecognizer alloc] init];
    +
    +    [recognizers addObject: self.recognizer];
    +
    +    MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:recognizers];
    +
    +    self.recognizerRunner = [[MBRecognizerRunner alloc] initWithRecognizerCollection:recognizerCollection];
    +    self.recognizerRunner.scanningRecognizerRunnerDelegate = self;
    +}
    +
    +- (void)processImageRunner:(UIImage *)originalImage {
    +    MBImage *image = [MBImage imageWithUIImage:originalImage];
    +    image.cameraFrame = YES;
    +    image.orientation = MBProcessingOrientationLeft;
    +    dispatch_queue_t _serialQueue = dispatch_queue_create("com.microblink.DirectAPI-sample", DISPATCH_QUEUE_SERIAL);
    +    dispatch_async(_serialQueue, ^{
    +        [self.recognizerRunner processImage:image];
    +    });
    +}
    +
    +- (void)recognizerRunner:(nonnull MBRecognizerRunner *)recognizerRunner didFinishScanningWithState:(MBRecognizerResultState)state {
    +    if (self.blinkInputRecognizer.result.resultState == MBRecognizerResultStateValid) {
    +        // Handle result
    +    }
    +}
     

    Now you’ve seen how to implement the Direct processing API.

    @@ -1318,9 +1316,9 @@

    -type d | while read -r FRAMEWORK +find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK do -FRAMEWORK_EXECUTABLE_NAME=$(defaults read "$FRAMEWORK/Info.plist" CFBundleExecutable) +FRAMEWORK_EXECUTABLE_NAME=$(defaults read "$FRAMEWORK/Info.plist" CFBundleExecutable) FRAMEWORK_EXECUTABLE_PATH="$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME" echo "Executable is $FRAMEWORK_EXECUTABLE_PATH" @@ -1329,17 +1327,17 @@

    Addit

    diff --git a/docs/js/typeahead.jquery.js b/docs/js/typeahead.jquery.js index 3a2d2ab03..bcb734bef 100644 --- a/docs/js/typeahead.jquery.js +++ b/docs/js/typeahead.jquery.js @@ -1,7 +1,7 @@ /*! - * typeahead.js 1.3.1 + * typeahead.js 1.3.3 * https://github.com/corejavascript/typeahead.js - * Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT + * Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT */ @@ -499,6 +499,7 @@ }); this.$input.attr({ "aria-owns": id + "_listbox", + "aria-controls": id + "_listbox", role: "combobox", "aria-autocomplete": "list", "aria-expanded": false diff --git a/docs/search.json b/docs/search.json index c5755efa6..8611b01f9 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -{"Structs.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

    Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

    Method which creates a image extension factors structure

    "},"Type%20Definitions/MBImageExtensionFactors.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type%20Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Type%20Definitions.html#/c:MBRecognizerRunnerViewController.h@T@MBCaptureHighResImage":{"name":"MBCaptureHighResImage","abstract":"

    Block for returning high resolution MBImage photo with capture or still output

    "},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidStart:":{"name":"-subviewAnimationDidStart:","abstract":"

    Delegate method called when animation starts

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidFinish:":{"name":"-subviewAnimationDidFinish:","abstract":"

    Delegate method called when animation finishes

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishScanning:state:":{"name":"-recognizerRunnerViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerViewControllerDelegate"},"Protocols/MBScanningRecognizerRunnerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerDelegate(im)recognizerRunner:didFinishScanningWithState:":{"name":"-recognizerRunner:didFinishScanningWithState:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerDelegate"},"Protocols/MBResultSubview.html#/c:objc(pl)MBResultSubview(im)scanningFinishedWithState:":{"name":"-scanningFinishedWithState:","abstract":"

    This method should be called when MBRecognizerResultState is obtained and reslt state need to be drawn/redrawn.

    ","parent_name":"MBResultSubview"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerUnauthorizedCamera:":{"name":"-recognizerRunnerViewControllerUnauthorizedCamera:","abstract":"

    Scanning library requested authorization for Camera access from the user, but the user declined it.","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFindError:":{"name":"-recognizerRunnerViewController:didFindError:","abstract":"

    Scanning library found an error. The error object is returned and contains","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidClose:":{"name":"-recognizerRunnerViewControllerDidClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerWillPresentHelp:":{"name":"-recognizerRunnerViewControllerWillPresentHelp:","abstract":"

    Called when Scanning library will display help. This can happen when the user presses","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidResumeScanning:":{"name":"-recognizerRunnerViewControllerDidResumeScanning:","abstract":"

    Called when Scanning library is resuming scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidStopScanning:":{"name":"-recognizerRunnerViewControllerDidStopScanning:","abstract":"

    Called when Scanning library is stopped scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:willSetTorch:":{"name":"-recognizerRunnerViewController:willSetTorch:","abstract":"

    Called when Scanning library will turn on/off torch.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)autorotate":{"name":"autorotate","abstract":"

    MBRecognizerRunnerViewController’s shouldAutorotate will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    MBRecognizerRunnerViewController’s supportedInterfaceOrientations will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseScanning":{"name":"-pauseScanning","abstract":"

    Pause scanning without dismissing the camera view.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isScanningPaused":{"name":"-isScanningPaused","abstract":"

    Retrieve the current state of scanning.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeScanningAndResetState:":{"name":"-resumeScanningAndResetState:","abstract":"

    Resumes scanning. Optionally, internal state of recognizers can be reset in the process.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeCamera:":{"name":"-resumeCamera:","abstract":"

    Resumes camera session asynchronously on camera queue. This method is automatically called in viewWillAppear when ScanningViewController enters screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseCamera":{"name":"-pauseCamera","abstract":"

    Pauses camera session. This method is automatically called in viewDidDissapear when ScanningViewController exits screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isCameraPaused":{"name":"-isCameraPaused","abstract":"

    Retrieve the current state of camera.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)playScanSuccessSound":{"name":"-playScanSuccessSound","abstract":"

    Play scan sound.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)willSetTorchOn:":{"name":"-willSetTorchOn:","abstract":"

    Call to turn on torch without camera overlay

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resetState":{"name":"-resetState","abstract":"

    Settings recofiguration

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)captureHighResImage:":{"name":"-captureHighResImage:","abstract":"

    Method with block for getting high resoultion images

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:":{"name":"-detectionFinishedWithDisplayableQuad:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:":{"name":"-detectionFinishedWithDisplayablePoints:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerWillCloseCamera:":{"name":"-overlayViewControllerWillCloseCamera:","abstract":"

    Notification sent when Overlay View Controller wants to close camera, for example,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerShouldDisplayTorch:":{"name":"-overlayViewControllerShouldDisplayTorch:","abstract":"

    Overlay View Controller should ask it’s delegete if it’s necessary to display Torch (Light) button.","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewController:willSetTorch:":{"name":"-overlayViewController:willSetTorch:","abstract":"

    Overlay View Controller must notify it’s delegete to set the torch mode to On or Off

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)shouldDisplayHelpButton":{"name":"-shouldDisplayHelpButton","abstract":"

    If help mechanism is implemented using MBScanDelegate’s scanningViewControllerWillPresentHelp method,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isStatusBarPresented":{"name":"-isStatusBarPresented","abstract":"

    Check if status bar is hidden or showed

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isTorchOn":{"name":"-isTorchOn","abstract":"

    Overlay View Controller can ask it’s delegete about the status of Torch

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isCameraAuthorized":{"name":"-isCameraAuthorized","abstract":"

    Overlay View Controller can ask it’s owner whether camera was authorized

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didObtainOcrResult:withResultName:":{"name":"-recognizerRunnerViewController:didObtainOcrResult:withResultName:","abstract":"

    Called when scanning library has MBOcrLayout ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerViewControllerDelegate"},"Protocols/MBOcrRecognizerRunnerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerDelegate(im)recognizerRunner:didObtainOcrResult:withResultName:":{"name":"-recognizerRunner:didObtainOcrResult:withResultName:","abstract":"

    Called when Scanning library has MBOcrLayout available and ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidTapClose:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFrameRecognitionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishFrameRecognition:state:":{"name":"-recognizerRunnerViewControllerDidFinishFrameRecognition:state:","abstract":"

    Scanning library did output frame with state

    ","parent_name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidFinishScanning:state:":{"name":"-documentOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidTapClose:":{"name":"-documentOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:":{"name":"-documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFailDetection:":{"name":"-recognizerRunnerViewControllerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunnerDidFailDetection:":{"name":"-recognizerRunnerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugImage:":{"name":"-recognizerRunnerViewController:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugText:":{"name":"-recognizerRunnerViewController:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugImage:":{"name":"-recognizerRunner:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugText:":{"name":"-recognizerRunner:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanning:state:":{"name":"-blinkIdOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidTapClose:":{"name":"-blinkIdOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-blinkIdOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:":{"name":"-blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:","abstract":"

    Called when data match alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:":{"name":"-blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:","abstract":"

    Called when back side scan timeout alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html":{"name":"MBBlinkIdOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBDebugRecognizerRunnerDelegate.html":{"name":"MBDebugRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html":{"name":"MBDebugRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDetectionRecognizerRunnerDelegate.html":{"name":"MBDetectionRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html":{"name":"MBDetectionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html":{"name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining frame recognition

    "},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBOcrRecognizerRunnerDelegate.html":{"name":"MBOcrRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html":{"name":"MBOcrRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOverlayContainerViewController.html":{"name":"MBOverlayContainerViewController","abstract":"

    Overlay View Controller also needs to notify CameraViewController on certain events."},"Protocols/MBPointDetectorSubview.html":{"name":"MBPointDetectorSubview","abstract":"

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    "},"Protocols/MBQuadDetectorSubview.html":{"name":"MBQuadDetectorSubview","abstract":"

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    "},"Protocols/MBRecognizerRunnerViewController.html":{"name":"MBRecognizerRunnerViewController","abstract":"

    Protocol for View controllers which present camera and provide scanning features

    "},"Protocols/MBRecognizerRunnerViewControllerDelegate.html":{"name":"MBRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for MBRecognizerRunnerViewController actions

    "},"Protocols/MBResultSubview.html":{"name":"MBResultSubview","abstract":"

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    "},"Protocols/MBScanningRecognizerRunnerDelegate.html":{"name":"MBScanningRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html":{"name":"MBScanningRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    "},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentType":{"name":"DocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVersionNumber":{"name":"StandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFamilyName":{"name":"CustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFirstName":{"name":"CustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFullName":{"name":"CustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DateOfBirth":{"name":"DateOfBirth","abstract":"

    Mandatory on all AAMVA, Magentic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Sex":{"name":"Sex","abstract":"

    Mandatory on all AAMVA, Magentic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@EyeColor":{"name":"EyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet":{"name":"AddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressCity":{"name":"AddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressJurisdictionCode":{"name":"AddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressPostalCode":{"name":"AddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FullAddress":{"name":"FullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Height":{"name":"Height","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightIn":{"name":"HeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightCm":{"name":"HeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerMiddleName":{"name":"CustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HairColor":{"name":"HairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NameSuffix":{"name":"NameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFullName":{"name":"AKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFamilyName":{"name":"AKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAGivenName":{"name":"AKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASuffixName":{"name":"AKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightRange":{"name":"WeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightPounds":{"name":"WeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightKilograms":{"name":"WeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerIdNumber":{"name":"CustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FamilyNameTruncation":{"name":"FamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FirstNameTruncation":{"name":"FirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MiddleNameTruncation":{"name":"MiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PlaceOfBirth":{"name":"PlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet2":{"name":"AddressStreet2","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@RaceEthnicity":{"name":"RaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NamePrefix":{"name":"NamePrefix","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CountryIdentification":{"name":"CountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress":{"name":"ResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress2":{"name":"ResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceCity":{"name":"ResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceJurisdictionCode":{"name":"ResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidencePostalCode":{"name":"ResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceFullAddress":{"name":"ResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under18":{"name":"Under18","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under19":{"name":"Under19","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under21":{"name":"Under21","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SocialSecurityNumber":{"name":"SocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASocialSecurityNumber":{"name":"AKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAMiddleName":{"name":"AKAMiddleName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAPrefixName":{"name":"AKAPrefixName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@OrganDonor":{"name":"OrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Veteran":{"name":"Veteran","abstract":"

    Optional on AAMVA 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKADateOfBirth":{"name":"AKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuerIdentificationNumber":{"name":"IssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationDate":{"name":"DocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVersionNumber":{"name":"JurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClass":{"name":"JurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodes":{"name":"JurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsementCodes":{"name":"JurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentIssueDate":{"name":"DocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FederalCommercialVehicleCodes":{"name":"FederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdiction":{"name":"IssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVehicleClassification":{"name":"StandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdictionName":{"name":"IssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardEndorsementCode":{"name":"StandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardRestrictionCode":{"name":"StandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClassificationDescription":{"name":"JurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsmentCodeDescription":{"name":"JurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodeDescription":{"name":"JurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@InventoryControlNumber":{"name":"InventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CardRevisionDate":{"name":"CardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentDiscriminator":{"name":"DocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@LimitedDurationDocument":{"name":"LimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AuditInformation":{"name":"AuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ComplianceType":{"name":"ComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssueTimestamp":{"name":"IssueTimestamp","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitExpirationDate":{"name":"PermitExpirationDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIdentifier":{"name":"PermitIdentifier","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIssueDate":{"name":"PermitIssueDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NumberOfDuplicates":{"name":"NumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HAZMATExpirationDate":{"name":"HAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MedicalIndicator":{"name":"MedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NonResident":{"name":"NonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@UniqueCustomerId":{"name":"UniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DataDiscriminator":{"name":"DataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationMonth":{"name":"DocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentNonexpiring":{"name":"DocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SecurityVersion":{"name":"SecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateEmpty":{"name":"MBRecognizerResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateUncertain":{"name":"MBRecognizerResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateValid":{"name":"MBRecognizerResultStateValid","abstract":"

    Valid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateStageValid":{"name":"MBRecognizerResultStateStageValid","abstract":"

    StageValid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeDefault":{"name":"MBFrameQualityEstimationModeDefault","abstract":"

    Default. Frame quality estimation is ON if enabled recognizers require it by default.

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOn":{"name":"MBFrameQualityEstimationModeOn","abstract":"

    Frame quality estimation is always on

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOff":{"name":"MBFrameQualityEstimationModeOff","abstract":"

    Frame quality estimation is always off

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDefault":{"name":"MBRecognitionDebugModeDefault","abstract":"

    Classic, production mode. Results are returned after first valid scanning

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeTest":{"name":"MBRecognitionDebugModeTest","abstract":"

    Recognition Test. Results are never returned, recognition is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDetectionTest":{"name":"MBRecognitionDebugModeDetectionTest","abstract":"

    Recognition Test. Results are never returned, only detection is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeNone":{"name":"MBRecognitionModeNone","abstract":"

    No recognition performed.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzId":{"name":"MBRecognitionModeMrzId","abstract":"

    Recognition of mrz document (does not include visa and passport)

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzVisa":{"name":"MBRecognitionModeMrzVisa","abstract":"

    Recognition of visa mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzPassport":{"name":"MBRecognitionModeMrzPassport","abstract":"

    Recognition of passport mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModePhotoId":{"name":"MBRecognitionModePhotoId","abstract":"

    Recognition of documents that have face photo on the front.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeFullRecognition":{"name":"MBRecognitionModeFullRecognition","abstract":"

    Detailed document recognition.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeBarcodeId":{"name":"MBRecognitionModeBarcodeId","abstract":"

    Recognition of barcode document.

    ","parent_name":"MBRecognitionMode"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateEmpty":{"name":"MBProcessorResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateUncertain":{"name":"MBProcessorResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateValid":{"name":"MBProcessorResultStateValid","abstract":"

    Valid

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusSuccess":{"name":"MBProcessingStatusSuccess","abstract":"

    Recognition was successful.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusDetectionFailed":{"name":"MBProcessingStatusDetectionFailed","abstract":"

    Detection of the document failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImagePreprocessingFailed":{"name":"MBProcessingStatusImagePreprocessingFailed","abstract":"

    Preprocessing of the input image has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusStabilityTestFailed":{"name":"MBProcessingStatusStabilityTestFailed","abstract":"

    Recognizer has inconsistent results.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusScanningWrongSide":{"name":"MBProcessingStatusScanningWrongSide","abstract":"

    Wrong side of the document has been scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusFieldIdentificationFailed":{"name":"MBProcessingStatusFieldIdentificationFailed","abstract":"

    Identification of the fields present on the document has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMandatoryFieldMissing":{"name":"MBProcessingStatusMandatoryFieldMissing","abstract":"

    Mandatory field for the specific document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusInvalidCharactersFound":{"name":"MBProcessingStatusInvalidCharactersFound","abstract":"

    Result contains invalid characters in some of the fields.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImageReturnFailed":{"name":"MBProcessingStatusImageReturnFailed","abstract":"

    Failed to return a requested image.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeRecognitionFailed":{"name":"MBProcessingStatusBarcodeRecognitionFailed","abstract":"

    Reading or parsing of the barcode has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMrzParsingFailed":{"name":"MBProcessingStatusMrzParsingFailed","abstract":"

    Parsing of the MRZ has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusClassFiltered":{"name":"MBProcessingStatusClassFiltered","abstract":"

    Document class has been filtered out.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedClass":{"name":"MBProcessingStatusUnsupportedClass","abstract":"

    Document currently not supported by the recognizer.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedByLicense":{"name":"MBProcessingStatusUnsupportedByLicense","abstract":"

    License for the detected document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusAwaitingOtherSide":{"name":"MBProcessingStatusAwaitingOtherSide","abstract":"

    Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusNotScanned":{"name":"MBProcessingStatusNotScanned","abstract":"

    Side not scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeDetectionFailed":{"name":"MBProcessingStatusBarcodeDetectionFailed","abstract":"

    The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.

    ","parent_name":"MBProcessingStatus"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AKZIDENZ_GROTESK":{"name":"MB_OCR_FONT_AKZIDENZ_GROTESK","abstract":"

    Akzidenz Grotesk font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL":{"name":"MB_OCR_FONT_ARIAL","abstract":"

    Arial font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL_BLACK":{"name":"MB_OCR_FONT_ARIAL_BLACK","abstract":"

    Arial black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARNHEM":{"name":"MB_OCR_FONT_ARNHEM","abstract":"

    Arnhem font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AVANT_GARDE":{"name":"MB_OCR_FONT_AVANT_GARDE","abstract":"

    Avant garde font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BEMBO":{"name":"MB_OCR_FONT_BEMBO","abstract":"

    Bembo font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BODONI":{"name":"MB_OCR_FONT_BODONI","abstract":"

    Bodoni font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI":{"name":"MB_OCR_FONT_CALIBRI","abstract":"

    Calibri font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI_BOLD":{"name":"MB_OCR_FONT_CALIBRI_BOLD","abstract":"

    Calibri bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CHAINPRINTER":{"name":"MB_OCR_FONT_CHAINPRINTER","abstract":"

    Chainprinter font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COMIC_SANS":{"name":"MB_OCR_FONT_COMIC_SANS","abstract":"

    Comic sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CONCERTO_ROUNDED_SG":{"name":"MB_OCR_FONT_CONCERTO_ROUNDED_SG","abstract":"

    Concerto rounded SG font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER":{"name":"MB_OCR_FONT_COURIER","abstract":"

    Courier font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_BOLD":{"name":"MB_OCR_FONT_COURIER_BOLD","abstract":"

    Courier bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_MEDIUM_BOLD":{"name":"MB_OCR_FONT_COURIER_MEDIUM_BOLD","abstract":"

    Courier medium bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_BOLD":{"name":"MB_OCR_FONT_COURIER_NEW_BOLD","abstract":"

    Courier new bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_CE":{"name":"MB_OCR_FONT_COURIER_NEW_CE","abstract":"

    Courier new ce font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_CONDENSED":{"name":"MB_OCR_FONT_COURIER_CONDENSED","abstract":"

    Courier censored font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DEJAVU_SANS_MONO":{"name":"MB_OCR_FONT_DEJAVU_SANS_MONO","abstract":"

    Dejavu sans mono font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DIN":{"name":"MB_OCR_FONT_DIN","abstract":"

    Din font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD":{"name":"MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD","abstract":"

    Europa grotesk no 2 SB bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROSTILE":{"name":"MB_OCR_FONT_EUROSTILE","abstract":"

    Eurostile font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_F25_BANK_PRINTER_BOLD":{"name":"MB_OCR_FONT_F25_BANK_PRINTER_BOLD","abstract":"

    F25 bank printer bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRANKLIN_GOTHIC":{"name":"MB_OCR_FONT_FRANKLIN_GOTHIC","abstract":"

    Franklin gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRUTIGER":{"name":"MB_OCR_FONT_FRUTIGER","abstract":"

    Frutiger font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA":{"name":"MB_OCR_FONT_FUTURA","abstract":"

    Futura font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA_BOLD":{"name":"MB_OCR_FONT_FUTURA_BOLD","abstract":"

    Futura bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GARAMOND":{"name":"MB_OCR_FONT_GARAMOND","abstract":"

    Garamond font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GEORGIA":{"name":"MB_OCR_FONT_GEORGIA","abstract":"

    Georgia font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GILL_SANS":{"name":"MB_OCR_FONT_GILL_SANS","abstract":"

    Gill sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HANDWRITTEN":{"name":"MB_OCR_FONT_HANDWRITTEN","abstract":"

    Handwritten font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA":{"name":"MB_OCR_FONT_HELVETICA","abstract":"

    Helvetica font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_BOLD":{"name":"MB_OCR_FONT_HELVETICA_BOLD","abstract":"

    Helvetica bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT":{"name":"MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT","abstract":"

    Helvetica condensed light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HYPERMARKET":{"name":"MB_OCR_FONT_HYPERMARKET","abstract":"

    Hypermarket font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_INTERSTATE":{"name":"MB_OCR_FONT_INTERSTATE","abstract":"

    Interstate font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN":{"name":"MB_OCR_FONT_LATIN_MODERN","abstract":"

    Latin modern math font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN_ITALIC":{"name":"MB_OCR_FONT_LATIN_MODERN_ITALIC","abstract":"

    Latin modern italic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LETTER_GOTHIC":{"name":"MB_OCR_FONT_LETTER_GOTHIC","abstract":"

    Letter gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA":{"name":"MB_OCR_FONT_LUCIDA","abstract":"

    Lucida font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA_SANS":{"name":"MB_OCR_FONT_LUCIDA_SANS","abstract":"

    Lucida sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MATRIX":{"name":"MB_OCR_FONT_MATRIX","abstract":"

    Matrix font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_META":{"name":"MB_OCR_FONT_META","abstract":"

    Meta font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MINION":{"name":"MB_OCR_FONT_MINION","abstract":"

    Minion font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRA":{"name":"MB_OCR_FONT_OCRA","abstract":"

    OCR A font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRB":{"name":"MB_OCR_FONT_OCRB","abstract":"

    OCR B font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OFFICINA":{"name":"MB_OCR_FONT_OFFICINA","abstract":"

    Officina font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OPTIMA":{"name":"MB_OCR_FONT_OPTIMA","abstract":"

    Optima font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_PRINTF":{"name":"MB_OCR_FONT_PRINTF","abstract":"

    Printf font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROCKWELL":{"name":"MB_OCR_FONT_ROCKWELL","abstract":"

    Rockwell font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SANS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SANS_SERIF","abstract":"

    Rotis sans serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SERIF","abstract":"

    Rotis serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SABON":{"name":"MB_OCR_FONT_SABON","abstract":"

    Sabon font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_STONE":{"name":"MB_OCR_FONT_STONE","abstract":"

    Stone font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SV_BASIC_MANUAL":{"name":"MB_OCR_FONT_SV_BASIC_MANUAL","abstract":"

    SV basic manual font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA":{"name":"MB_OCR_FONT_TAHOMA","abstract":"

    Tahoma font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA_BOLD":{"name":"MB_OCR_FONT_TAHOMA_BOLD","abstract":"

    Tahoma bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES","abstract":"

    Tex gyre termes font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC","abstract":"

    Tex gyre termes italic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK":{"name":"MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK","abstract":"

    Sans mono condensed black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THESIS":{"name":"MB_OCR_FONT_THESIS","abstract":"

    Thesis font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TICKET_DE_CAISSE":{"name":"MB_OCR_FONT_TICKET_DE_CAISSE","abstract":"

    Ticket de caisse font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TIMES_NEW_ROMAN":{"name":"MB_OCR_FONT_TIMES_NEW_ROMAN","abstract":"

    Times new roman font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRAJAN":{"name":"MB_OCR_FONT_TRAJAN","abstract":"

    Trajan font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRINITE":{"name":"MB_OCR_FONT_TRINITE","abstract":"

    Trinite font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNIVERS":{"name":"MB_OCR_FONT_UNIVERS","abstract":"

    Univers font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VERDANA":{"name":"MB_OCR_FONT_VERDANA","abstract":"

    Verdana font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VOLTAIRE":{"name":"MB_OCR_FONT_VOLTAIRE","abstract":"

    Voltaire font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_WALBAUM":{"name":"MB_OCR_FONT_WALBAUM","abstract":"

    Walbaum font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB":{"name":"MB_OCR_FONT_EUROPA_GRO_SB","abstract":"

    Europa gro sb font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB_LIGHT":{"name":"MB_OCR_FONT_EUROPA_GRO_SB_LIGHT","abstract":"

    Europa gro sb light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANTONIO_REGULAR":{"name":"MB_OCR_FONT_ANTONIO_REGULAR","abstract":"

    Antonio regular font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CORPORATE_LIGHT":{"name":"MB_OCR_FONT_CORPORATE_LIGHT","abstract":"

    Corporate S Light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MICR":{"name":"MB_OCR_FONT_MICR","abstract":"

    MICR font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARABIC_NILE":{"name":"MB_OCR_FONT_ARABIC_NILE","abstract":"

    Arabic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN":{"name":"MB_OCR_FONT_UNKNOWN","abstract":"

    Unknown font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_XITS_MATH":{"name":"MB_OCR_FONT_XITS_MATH","abstract":"

    XITS Math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANY":{"name":"MB_OCR_FONT_ANY","abstract":"

    Any of the other listed fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN_MATH":{"name":"MB_OCR_FONT_UNKNOWN_MATH","abstract":"

    Unknown math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UKDL_LIGHT":{"name":"MB_OCR_FONT_UKDL_LIGHT","abstract":"

    Font found on UKDL licenses

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COUNT":{"name":"MB_OCR_FONT_COUNT","abstract":"

    Must be last as it holds the number of available fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FE_SCHRIFT":{"name":"MB_OCR_FONT_FE_SCHRIFT","abstract":"

    German license plate font *

    ","parent_name":"MBOcrFont"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeIdentityCard":{"name":"MBMrtdTypeIdentityCard","abstract":"

    Identity card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypePassport":{"name":"MBMrtdTypePassport","abstract":"

    Passport

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeVisa":{"name":"MBMrtdTypeVisa","abstract":"

    Visa

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeGreenCard":{"name":"MBMrtdTypeGreenCard","abstract":"

    US Green Card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeMysPassIMM13P":{"name":"MBMrtdTypeMysPassIMM13P","abstract":"

    Malaysian PASS type IMM13P

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeDl":{"name":"MBMrtdTypeDl","abstract":"

    One liner ISO DL

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeInternalTravelDocument":{"name":"MBMrtdTypeInternalTravelDocument","abstract":"

    China mainland travel permit

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeBorderCrossingCard":{"name":"MBMrtdTypeBorderCrossingCard","abstract":"

    Border crossing card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd1":{"name":"MBMrtdSpecificationTd1","abstract":"

    Preset for detecting TD1 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd2":{"name":"MBMrtdSpecificationTd2","abstract":"

    Preset for detecting TD2 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd3":{"name":"MBMrtdSpecificationTd3","abstract":"

    Preset for detecting TD3 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationUp":{"name":"MBProcessingOrientationUp","abstract":"

    Text oriented same as picture

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationRight":{"name":"MBProcessingOrientationRight","abstract":"

    Text is rotated 90 degrees clockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationDown":{"name":"MBProcessingOrientationDown","abstract":"

    Text is upside down

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationLeft":{"name":"MBProcessingOrientationLeft","abstract":"

    Text is rotated 90 degrees counterclockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeAAMVACompliant":{"name":"MBIdBarcodeDocumentTypeAAMVACompliant","abstract":"

    AAMVACompliant

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaID":{"name":"MBIdBarcodeDocumentTypeArgentinaID","abstract":"

    Argentina ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaAlienID":{"name":"MBIdBarcodeDocumentTypeArgentinaAlienID","abstract":"

    Argentina Alien ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaDL":{"name":"MBIdBarcodeDocumentTypeArgentinaDL","abstract":"

    Argentina DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaID":{"name":"MBIdBarcodeDocumentTypeColombiaID","abstract":"

    Colombia ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaDL":{"name":"MBIdBarcodeDocumentTypeColombiaDL","abstract":"

    Colombia DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaVoterID":{"name":"MBIdBarcodeDocumentTypeNigeriaVoterID","abstract":"

    Nigeria Voter ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaDL":{"name":"MBIdBarcodeDocumentTypeNigeriaDL","abstract":"

    Nigeria DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypePanamaID":{"name":"MBIdBarcodeDocumentTypePanamaID","abstract":"

    Panama ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeSouthAfricaID":{"name":"MBIdBarcodeDocumentTypeSouthAfricaID","abstract":"

    South African ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeParaguayID":{"name":"MBIdBarcodeDocumentTypeParaguayID","abstract":"

    Paraguay ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD1":{"name":"MBDocumentFaceDetectorTypeTD1","abstract":"

    Uses document detector for TD1 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD2":{"name":"MBDocumentFaceDetectorTypeTD2","abstract":"

    Uses document detector for TD2 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypePassportsAndVisas":{"name":"MBDocumentFaceDetectorTypePassportsAndVisas","abstract":"

    Uses MRTD detector for detecting documents with MRZ

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFailed":{"name":"MBDetectionStatusFailed","abstract":"

    Detection has failed.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

    Document has been detected.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooFar":{"name":"MBDetectionStatusCameraTooFar","abstract":"

    Document has been detected but the camera is too far from the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooClose":{"name":"MBDetectionStatusCameraTooClose","abstract":"

    Document has been detected but the camera is too close to the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAngleTooSteep":{"name":"MBDetectionStatusCameraAngleTooSteep","abstract":"

    Document has been detected but the camera’s angle is too steep.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentTooCloseToCameraEdge":{"name":"MBDetectionStatusDocumentTooCloseToCameraEdge","abstract":"

    Document has been detected but the document is too close to the camera edge.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentPartiallyVisible":{"name":"MBDetectionStatusDocumentPartiallyVisible","abstract":"

    Only part of the document is visible.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

    Fallback detection was successful (PhotoPay specific).

    ","parent_name":"MBDetectionStatus"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateNotPerformed":{"name":"MBDataMatchStateNotPerformed","abstract":"

    Data matching has not been performed.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateFailed":{"name":"MBDataMatchStateFailed","abstract":"

    Data does not match.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateSuccess":{"name":"MBDataMatchStateSuccess","abstract":"

    Data match.

    ","parent_name":"MBDataMatchState"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNone":{"name":"MBCameraAutofocusRestrictionNone","abstract":"

    Default. Indicates that the autofocus system should not restrict the focus range.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNear":{"name":"MBCameraAutofocusRestrictionNear","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionFar":{"name":"MBCameraAutofocusRestrictionFar","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeBack":{"name":"MBCameraTypeBack","abstract":"

    Back facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeFront":{"name":"MBCameraTypeFront","abstract":"

    Front facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset480p":{"name":"MBCameraPreset480p","abstract":"

    480p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset720p":{"name":"MBCameraPreset720p","abstract":"

    720p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset1080p":{"name":"MBCameraPreset1080p","abstract":"

    1080p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset4K":{"name":"MBCameraPreset4K","abstract":"

    4K video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetOptimal":{"name":"MBCameraPresetOptimal","abstract":"

    The library will calculate optimal resolution based on the use case and device used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetMax":{"name":"MBCameraPresetMax","abstract":"

    Device’s maximal video resolution will be used.

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetPhoto":{"name":"MBCameraPresetPhoto","abstract":"

    Device’s photo preview resolution will be used

    ","parent_name":"MBCameraPreset"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeQR":{"name":"MBBarcodeTypeQR","abstract":"

    QR code

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeDataMatrix":{"name":"MBBarcodeTypeDataMatrix","abstract":"

    Data Matrix

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCE":{"name":"MBBarcodeTypeUPCE","abstract":"

    UPCE

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCA":{"name":"MBBarcodeTypeUPCA","abstract":"

    UPCA

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN8":{"name":"MBBarcodeTypeEAN8","abstract":"

    EAN 8

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN13":{"name":"MBBarcodeTypeEAN13","abstract":"

    EAN 13

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode128":{"name":"MBBarcodeTypeCode128","abstract":"

    Code 128

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode39":{"name":"MBBarcodeTypeCode39","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeITF":{"name":"MBBarcodeTypeITF","abstract":"

    ITF

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeAztec":{"name":"MBBarcodeTypeAztec","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypePdf417":{"name":"MBBarcodeTypePdf417","abstract":"

    PDF 417

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentType":{"name":"MBBarcodeElementKeyDocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVersionNumber":{"name":"MBBarcodeElementKeyStandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFamilyName":{"name":"MBBarcodeElementKeyCustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFirstName":{"name":"MBBarcodeElementKeyCustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFullName":{"name":"MBBarcodeElementKeyCustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDateOfBirth":{"name":"MBBarcodeElementKeyDateOfBirth","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySex":{"name":"MBBarcodeElementKeySex","abstract":"

    Mandatory on all AAMVA, Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyEyeColor":{"name":"MBBarcodeElementKeyEyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet":{"name":"MBBarcodeElementKeyAddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressCity":{"name":"MBBarcodeElementKeyAddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressJurisdictionCode":{"name":"MBBarcodeElementKeyAddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressPostalCode":{"name":"MBBarcodeElementKeyAddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFullAddress":{"name":"MBBarcodeElementKeyFullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeight":{"name":"MBBarcodeElementKeyHeight","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightIn":{"name":"MBBarcodeElementKeyHeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightCm":{"name":"MBBarcodeElementKeyHeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerMiddleName":{"name":"MBBarcodeElementKeyCustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHairColor":{"name":"MBBarcodeElementKeyHairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNameSuffix":{"name":"MBBarcodeElementKeyNameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFullName":{"name":"MBBarcodeElementKeyAKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFamilyName":{"name":"MBBarcodeElementKeyAKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAGivenName":{"name":"MBBarcodeElementKeyAKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASuffixName":{"name":"MBBarcodeElementKeyAKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightRange":{"name":"MBBarcodeElementKeyWeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightPounds":{"name":"MBBarcodeElementKeyWeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightKilograms":{"name":"MBBarcodeElementKeyWeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerIdNumber":{"name":"MBBarcodeElementKeyCustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFamilyNameTruncation":{"name":"MBBarcodeElementKeyFamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFirstNameTruncation":{"name":"MBBarcodeElementKeyFirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMiddleNameTruncation":{"name":"MBBarcodeElementKeyMiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPlaceOfBirth":{"name":"MBBarcodeElementKeyPlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet2":{"name":"MBBarcodeElementKeyAddressStreet2","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyRaceEthnicity":{"name":"MBBarcodeElementKeyRaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNamePrefix":{"name":"MBBarcodeElementKeyNamePrefix","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCountryIdentification":{"name":"MBBarcodeElementKeyCountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress":{"name":"MBBarcodeElementKeyResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress2":{"name":"MBBarcodeElementKeyResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceCity":{"name":"MBBarcodeElementKeyResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceJurisdictionCode":{"name":"MBBarcodeElementKeyResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidencePostalCode":{"name":"MBBarcodeElementKeyResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceFullAddress":{"name":"MBBarcodeElementKeyResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder18":{"name":"MBBarcodeElementKeyUnder18","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder19":{"name":"MBBarcodeElementKeyUnder19","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder21":{"name":"MBBarcodeElementKeyUnder21","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySocialSecurityNumber":{"name":"MBBarcodeElementKeySocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASocialSecurityNumber":{"name":"MBBarcodeElementKeyAKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAMiddleName":{"name":"MBBarcodeElementKeyAKAMiddleName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAPrefixName":{"name":"MBBarcodeElementKeyAKAPrefixName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyOrganDonor":{"name":"MBBarcodeElementKeyOrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyVeteran":{"name":"MBBarcodeElementKeyVeteran","abstract":"

    Optional on AAMVA 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKADateOfBirth":{"name":"MBBarcodeElementKeyAKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuerIdentificationNumber":{"name":"MBBarcodeElementKeyIssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationDate":{"name":"MBBarcodeElementKeyDocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVersionNumber":{"name":"MBBarcodeElementKeyJurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClass":{"name":"MBBarcodeElementKeyJurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodes":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsementCodes":{"name":"MBBarcodeElementKeyJurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentIssueDate":{"name":"MBBarcodeElementKeyDocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFederalCommercialVehicleCodes":{"name":"MBBarcodeElementKeyFederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdiction":{"name":"MBBarcodeElementKeyIssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVehicleClassification":{"name":"MBBarcodeElementKeyStandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdictionName":{"name":"MBBarcodeElementKeyIssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardEndorsementCode":{"name":"MBBarcodeElementKeyStandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardRestrictionCode":{"name":"MBBarcodeElementKeyStandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClassificationDescription":{"name":"MBBarcodeElementKeyJurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyInventoryControlNumber":{"name":"MBBarcodeElementKeyInventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCardRevisionDate":{"name":"MBBarcodeElementKeyCardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentDiscriminator":{"name":"MBBarcodeElementKeyDocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyLimitedDurationDocument":{"name":"MBBarcodeElementKeyLimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAuditInformation":{"name":"MBBarcodeElementKeyAuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyComplianceType":{"name":"MBBarcodeElementKeyComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssueTimestamp":{"name":"MBBarcodeElementKeyIssueTimestamp","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitExpirationDate":{"name":"MBBarcodeElementKeyPermitExpirationDate","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIdentifier":{"name":"MBBarcodeElementKeyPermitIdentifier","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIssueDate":{"name":"MBBarcodeElementKeyPermitIssueDate","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNumberOfDuplicates":{"name":"MBBarcodeElementKeyNumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHAZMATExpirationDate":{"name":"MBBarcodeElementKeyHAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMedicalIndicator":{"name":"MBBarcodeElementKeyMedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNonResident":{"name":"MBBarcodeElementKeyNonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUniqueCustomerId":{"name":"MBBarcodeElementKeyUniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDataDiscriminator":{"name":"MBBarcodeElementKeyDataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationMonth":{"name":"MBBarcodeElementKeyDocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentNonexpiring":{"name":"MBBarcodeElementKeyDocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySecurityVersion":{"name":"MBBarcodeElementKeySecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeNone":{"name":"MBAnonymizationModeNone","abstract":"

    Anonymization will not be performed.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeImageOnly":{"name":"MBAnonymizationModeImageOnly","abstract":"

    FullDocumentImage is anonymized with black boxes covering sensitive data.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeResultFieldsOnly":{"name":"MBAnonymizationModeResultFieldsOnly","abstract":"

    Result fields containing sensitive data are removed from result.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeFullResult":{"name":"MBAnonymizationModeFullResult","abstract":"

    This mode is combination of ImageOnly and ResultFieldsOnly modes.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html":{"name":"MBAnonymizationMode","abstract":"

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    "},"Enums/MBBarcodeElementKey.html":{"name":"MBBarcodeElementKey","abstract":"

    Enumeration of possible barcode element keys

    "},"Enums/MBBarcodeType.html":{"name":"MBBarcodeType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums/MBCameraPreset.html":{"name":"MBCameraPreset","abstract":"

    Camera resolution preset

    "},"Enums/MBCameraType.html":{"name":"MBCameraType","abstract":"

    Camera type

    "},"Enums/MBCameraAutofocusRestriction.html":{"name":"MBCameraAutofocusRestriction","abstract":"

    Camera autofocus restricion mode

    "},"Enums/MBDataMatchState.html":{"name":"MBDataMatchState","abstract":"

    Result of the data matching algorithm for scanned parts/sides of the document.

    "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

    Status of the object detection in Microblink SDK

    "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    "},"Enums.html#/c:@E@MBDocumentImageColorStatus":{"name":"MBDocumentImageColorStatus","abstract":"

    DocumentImageColorStatus enum defines possible color statuses determined from scanned image.

    "},"Enums/MBIdBarcodeDocumentType.html":{"name":"MBIdBarcodeDocumentType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums.html#/c:@E@MBVideoRotationAngle":{"name":"MBVideoRotationAngle","abstract":"

    Enum which defines video rotation angle or capture connection’s video orientation.

    "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

    Enum which describes text orientation on an image.

    "},"Enums.html#/c:@E@MBImageAnalysisDetectionStatus":{"name":"MBImageAnalysisDetectionStatus","abstract":"

    MBImageAnalysisDetectionStatus enum defines possible states of detection.

    "},"Enums/MBMrtdSpecificationPreset.html":{"name":"MBMrtdSpecificationPreset","abstract":"

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    "},"Enums/MBMrtdDocumentType.html":{"name":"MBMrtdDocumentType","abstract":"

    Supported MRTD document types

    "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

    A list of fonts supported by BlinkOCR

    "},"Enums/MBProcessingStatus.html":{"name":"MBProcessingStatus","abstract":"

    MBProcessingStatus enum defines status of the last recognition process.

    "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

    Enumeration of posibble processor result state

    "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","abstract":"

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    "},"Enums/MBRecognitionDebugMode.html":{"name":"MBRecognitionDebugMode","abstract":"

    Denotes the mode in which Recognizers performs recognition

    "},"Enums/MBFrameQualityEstimationMode.html":{"name":"MBFrameQualityEstimationMode","abstract":"

    Denotes the mode in which FrameQuality estimation works

    "},"Enums/MBRecognizerResultState.html":{"name":"MBRecognizerResultState","abstract":"

    Enumeration of posibble recognizer result state

    "},"Enums.html#/c:@E@MBStrictnessLevel":{"name":"MBStrictnessLevel","abstract":"

    MBStrictnessLevel is used to strictness level of filtering performed on images.

    "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

    Possible keys that can be used for obtaining USDL result elements.

    "},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalPersonalIdNumber":{"name":"additionalPersonalIdNumber","abstract":"

    TThe additional personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)empty":{"name":"empty","abstract":"

    Flag that indicates if barcode result is empty

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBVizResult"},"Classes/MBVisaRecognizerResult.html#/c:objc(cs)MBVisaRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBVisaRecognizerResult"},"Classes/MBVisaRecognizer.html#/c:objc(cs)MBVisaRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning VisaRecognizer

    ","parent_name":"MBVisaRecognizer"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithOverlayViewController:":{"name":"+recognizerRunnerViewControllerWithOverlayViewController:","abstract":"

    Method creates a camera view controller which is responsible for displaying the","parent_name":"MBViewControllerFactory"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithResult:closeButtonTapped:":{"name":"+recognizerRunnerViewControllerWithResult:closeButtonTapped:","abstract":"

    The method creates a camera view controller, which is responsible for displaying the camera input on the phone screen.","parent_name":"MBViewControllerFactory"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)result":{"name":"result","abstract":"

    USDL recognizer results

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning both sides of USDL

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)type":{"name":"type","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(py)templatingClass":{"name":"templatingClass","abstract":"

    Returns the MBTemplatingClass for recognized document. If classification failed,","parent_name":"MBTemplatingRecognizerResult"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingResult":{"name":"templatingResult","abstract":"

    Templating recognizer result

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)useGlareDetector":{"name":"useGlareDetector","abstract":"

    Defines if glare detection should be turned on/off for Templating Recognizer.

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingClasses":{"name":"templatingClasses","abstract":"

    Returns all available templating classes

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setClassificationProcessorGroups:":{"name":"-setClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed before classification

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getClassificationProcessorGroups":{"name":"-getClassificationProcessorGroups","abstract":"

    Returns the currently set array of classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setNonClassificationProcessorGroups:":{"name":"-setNonClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed if MBTemplatingClassifier’s classify returns YES.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getNonClassificationProcessorGroups":{"name":"-getNonClassificationProcessorGroups","abstract":"

    Returns the currently set array of non-classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setTemplatingClassifier:":{"name":"-setTemplatingClassifier:","abstract":"

    Sets the classifier which will tell whether currently processed document belongs to this class.","parent_name":"MBTemplatingClass"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Designated initializer

    ","parent_name":"MBTapToFocusSubview"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

    Success frame MBImage of successful frame

    ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)result":{"name":"result","abstract":"

    SuccessFrameGrabber recognizer results

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)slaveRecognizer":{"name":"slaveRecognizer","abstract":"

    Slave recognizer that is wrapped with SuccessFrameGrabber

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSubview.html#/c:objc(cs)MBSubview(py)delegate":{"name":"delegate","abstract":"

    Delegate which is notified on Overlay events

    ","parent_name":"MBSubview"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)value":{"name":"value","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)valueForAlphabetType:":{"name":"-valueForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)location":{"name":"location","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)locationForAlphabetType:":{"name":"-locationForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)side":{"name":"side","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)sideForAlphabetType:":{"name":"-sideForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)initWithRecognizerCollection:":{"name":"-initWithRecognizerCollection:","abstract":"

    Initializes the recognizer runner

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)cancelProcessing":{"name":"-cancelProcessing","abstract":"

    Cancels all dispatched, but not yet processed image processing requests issued with processImage.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processImage:":{"name":"-processImage:","abstract":"

    Processes a MBImage object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processString:":{"name":"-processString:","abstract":"

    Processes a NSString object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Method which is used to apply MBSettings object given by currentSettings property

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognizerList":{"name":"recognizerList","abstract":"

    Contains MBRecognizer objects - each individual recognizer.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)allowMultipleResults":{"name":"allowMultipleResults","abstract":"

    If NO, recognizer chain will stop when finds first valid scan results and will return just it.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)partialRecognitionTimeout":{"name":"partialRecognitionTimeout","abstract":"

    Timeout interval in which the partial scanning results will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionDebugMode":{"name":"recognitionDebugMode","abstract":"

    Recognition debug mode.

    ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)frameQualityEstimationMode":{"name":"frameQualityEstimationMode","abstract":"

    Frame quality estimation mode. If frame quality estimation is on, some video frames will be skipped, if","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(py)baseResult":{"name":"baseResult","abstract":"

    Base recognizer result.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(im)toSignedJson":{"name":"-toSignedJson","abstract":"

    Returns the signed JSON representation of this entity’s current state as a MBSignedPayload.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzId":{"name":"enableMrzId","abstract":"

    Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzVisa":{"name":"enableMrzVisa","abstract":"

    Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzPassport":{"name":"enableMrzPassport","abstract":"

    Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enablePhotoId":{"name":"enablePhotoId","abstract":"

    Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableBarcodeId":{"name":"enableBarcodeId","abstract":"

    Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableFullDocumentRecognition":{"name":"enableFullDocumentRecognition","abstract":"

    Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperLeft":{"name":"upperLeft","abstract":"

    Upper left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperRight":{"name":"upperRight","abstract":"

    Upper right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerLeft":{"name":"lowerLeft","abstract":"

    Lower left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerRight":{"name":"lowerRight","abstract":"

    Lower right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Designated initializer which initializes all four corners of the quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)toPointsArray":{"name":"-toPointsArray","abstract":"

    Returns points of the quadrangle in array in the following order:

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)quadrangleWithTransformation:":{"name":"-quadrangleWithTransformation:","abstract":"

    Creates new quadrangle from this quadrangle, transformed by specified affine transformation.

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)center":{"name":"-center","abstract":"

    Returns the center point of the Quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)initWithProcessingLocation:dewarpPolicy:andProcessors:":{"name":"-initWithProcessingLocation:dewarpPolicy:andProcessors:","abstract":"

    Constructor for MBProcessorGroup.

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(py)processors":{"name":"processors","abstract":"

    Processors that are members of the processor group

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessor.html#/c:objc(cs)MBProcessor(py)baseResult":{"name":"baseResult","abstract":"

    Base processor result

    ","parent_name":"MBProcessor"},"Classes/MBPassportRecognizerResult.html#/c:objc(cs)MBPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBPassportRecognizerResult"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning PassportRecognizer

    ","parent_name":"MBPassportRecognizer"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)anonymizeNetherlandsMrz":{"name":"anonymizeNetherlandsMrz","abstract":"

    Defines whether to anonymize Netherlands MRZ

    ","parent_name":"MBPassportRecognizer"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)parsers":{"name":"parsers","abstract":"

    Getting array of readonly parsers

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)result":{"name":"result","abstract":"

    MBParserGroupProcessor processor result

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)oneOptionalElementInGroupShouldBeValid":{"name":"oneOptionalElementInGroupShouldBeValid","abstract":"

    Set if one optional element should be valid

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)recognizerRunnerViewController":{"name":"recognizerRunnerViewController","abstract":"

    Overlay View’s delegate object. Responsible for sending messages to PhotoPay’s","parent_name":"MBOverlayViewController"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)language":{"name":"language","abstract":"

    If default overlay contains textual information, text will be localized to this language

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)cameraSettings":{"name":"cameraSettings","abstract":"

    Camera settings

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(im)init":{"name":"-init","abstract":"

    Initializes the object with default settings (see above for defaults).

    ","parent_name":"MBOverlaySettings"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ul":{"name":"ul","abstract":"

    Upper left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ur":{"name":"ur","abstract":"

    Upper right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ll":{"name":"ll","abstract":"

    Lower left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)lr":{"name":"lr","abstract":"

    Lower right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Initializer

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)positionWithOffset:":{"name":"-positionWithOffset:","abstract":"

    Creates a position with offset to a current position. Offset is added.

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)rect":{"name":"-rect","abstract":"

    Helper method converting Position to CGRect

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)center":{"name":"-center","abstract":"

    Helper method calculating the center of the Position

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)height":{"name":"-height","abstract":"

    Helper method calculating the height of the position

    ","parent_name":"MBPosition"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)value":{"name":"value","abstract":"

    Unicode value of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)position":{"name":"position","abstract":"

    Position of the char on the image, in the coordinate system of the image

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)height":{"name":"height","abstract":"

    Height of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)uncertain":{"name":"uncertain","abstract":"

    YES if char is uncertain

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)quality":{"name":"quality","abstract":"

    Integer value representing OCR quality of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)font":{"name":"font","abstract":"

    Font of the character

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(im)initWithValue:position:height:":{"name":"-initWithValue:position:height:","abstract":"

    Initializer for a char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)chars":{"name":"chars","abstract":"

    Ocr chars of the line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)position":{"name":"position","abstract":"

    Position of the line on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)initWithOcrChars:position:":{"name":"-initWithOcrChars:position:","abstract":"

    Initializer from chars

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)lines":{"name":"lines","abstract":"

    Ocr lines of the block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)position":{"name":"position","abstract":"

    Position of the block on the image, in the coordinate system of the image

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)initWithOcrLines:position:":{"name":"-initWithOcrLines:position:","abstract":"

    Initializer from lines

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)box":{"name":"box","abstract":"

    Bounding box of the layout. Given in the coordinate system of the image on which OCR was performed.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)blocks":{"name":"blocks","abstract":"

    Ocr blocks of the layout

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transformInvalid":{"name":"transformInvalid","abstract":"

    YES if transform is not valid (e.g, there’s no UI to which it can be calculated. NO otherwise.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)position":{"name":"position","abstract":"

    Position of layout on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)flipped":{"name":"flipped","abstract":"

    OCR layout was recognized from flipped image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:transform:box:flipped:":{"name":"-initWithOcrBlocks:transform:box:flipped:","abstract":"

    Initializer from blocks and transformation

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:":{"name":"-initWithOcrBlocks:","abstract":"

    Initializer from blocks

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr layout

    ","parent_name":"MBOcrLayout"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default max allowed dewarp height used when using default constructor.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)initWithMaxAllowedDewarpHeight:":{"name":"-initWithMaxAllowedDewarpHeight:","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(py)maxAllowedDewarpHeight":{"name":"maxAllowedDewarpHeight","abstract":"

    Returns the max allowed dewarp height as specified by this policy.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

    Factory method which creates MRTD specification based on a preset

    ","parent_name":"MBMrtdSpecification"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)rawOcrLayout":{"name":"rawOcrLayout","abstract":"

    Raw OCR layout from which the MRTD data was parsed.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)result":{"name":"result","abstract":"

    Detector recognizer results

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrtdSpecifications":{"name":"mrtdSpecifications","abstract":"

    Get the mrtd specifications.

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrzFilterDelegate":{"name":"mrzFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)result":{"name":"result","abstract":"

    Mrtd Combined recognizer result

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)mrzCombinedFilterDelegate":{"name":"mrzCombinedFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showTrialLicenseWarning":{"name":"showTrialLicenseWarning","abstract":"

    Disable or enable showing of toast when trial license key is entered. By default, whenever","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:errorCallback:":{"name":"-setLicenseBuffer:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:andLicensee:errorCallback:":{"name":"-setLicenseBuffer:andLicensee:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:errorCallback:":{"name":"-setLicenseKey:errorCallback:","abstract":"

    Set license key and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:andLicensee:errorCallback:":{"name":"-setLicenseKey:andLicensee:errorCallback:","abstract":"

    Set license key and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)buildVersionString":{"name":"+buildVersionString","abstract":"

    Returns the string that contains the library build version

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)isScanningUnsupportedForCameraType:error:":{"name":"+isScanningUnsupportedForCameraType:error:","abstract":"

    This method returns true when scanning is unsupported on a specific device.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setPingProxyUrl:":{"name":"-setPingProxyUrl:","abstract":"

    Set the URL for ping proxy.","parent_name":"MBMicroblinkSDK"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

    Returns/sets splash message that is shown after scanning the document.

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)rawImage":{"name":"rawImage","abstract":"

    Returns the raw image saved by the processor. If no image was saved by processor, returns null.","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)encodedImage":{"name":"encodedImage","abstract":"

    JPEG-encoded image or nil, depending on whether image encoding was enabled.

    ","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)result":{"name":"result","abstract":"

    MBImageReturnProcessor processor result

    ","parent_name":"MBImageReturnProcessor"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)encodeImage":{"name":"encodeImage","abstract":"

    Defines whether saved image will also be encoded as JPEG. This is false by default, which","parent_name":"MBImageReturnProcessor"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)image":{"name":"image","abstract":"

    UIImage of wrapped image.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)roi":{"name":"roi","abstract":"

    Region of the image used for scanning, where the whole image is specified with CGRectMake(0.0, 0.0, 1.0, 1.0).

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)orientation":{"name":"orientation","abstract":"

    Processing orientation of image. This is used in OCR where you can specify character orientation.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredHorizontally":{"name":"mirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredVertically":{"name":"mirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)estimateFrameQuality":{"name":"estimateFrameQuality","abstract":"

    If YES, the image will prior to processing go through frame quality estimation phase, which might discard the frame

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)cameraFrame":{"name":"cameraFrame","abstract":"

    Property which tells if this frame is a camera or a single photo frame.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)videoRotationAngle":{"name":"videoRotationAngle","abstract":"

    Connection orientation.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

    Creates MBImage around UIImage.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

    Creates MBImage around CVImageBufferRef.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCvPixelBuffer:orientation:":{"name":"+imageWithCvPixelBuffer:orientation:","abstract":"

    Creates MBImage around CVPixelBufferRef.

    ","parent_name":"MBImage"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

    Retrieves string content of scanned data

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

    Type of the barcode scanned

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentType":{"name":"documentType","abstract":"

    The document type deduced from the recognized barcode

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)extendedElements":{"name":"extendedElements","abstract":"

    Document specific extended elements that contain all barcode fields in their original form.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizer.html#/c:objc(cs)MBIdBarcodeRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning IDBarcodeRecognizer

    ","parent_name":"MBIdBarcodeRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabFocusedFrames":{"name":"grabFocusedFrames","abstract":"

    Allow sending focused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabUnfocusedFrames":{"name":"grabUnfocusedFrames","abstract":"

    Allow sending unfocused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default dewarp height value used when using default constructor.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)initWithDewarpHeight:":{"name":"-initWithDewarpHeight:","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(py)dewarpHeight":{"name":"dewarpHeight","abstract":"

    Returns the desired dewarp height (in pixels) as specified by this policy.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorColor":{"name":"errorColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBErrorReticle"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorReticleImage":{"name":"errorReticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBErrorReticle"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsColor":{"name":"dotsColor","abstract":"

    Color of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsStrokeWidth":{"name":"dotsStrokeWidth","abstract":"

    Width of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsRadius":{"name":"dotsRadius","abstract":"

    Radius of dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)animationDuration":{"name":"animationDuration","abstract":"

    Duration of the animation

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initializes the layer

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)foregroundColor":{"name":"foregroundColor","abstract":"

    Foreground color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)tintColor":{"name":"tintColor","abstract":"

    Border and shadow color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)shouldIgnoreFastResults":{"name":"shouldIgnoreFastResults","abstract":"

    If set YES, dots will not redraw until the animation is finished. This will make animation look much smoother on fast results.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)charFadeInDuration":{"name":"charFadeInDuration","abstract":"

    Duration of fade animation for each dot.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)dotCount":{"name":"dotCount","abstract":"

    Maximum number of dots shown on screen. This count has to be in range [20,50].

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderView":{"name":"viewfinderView","abstract":"

    Default implementation draws a rectangle with aspect ratio of viewfinderAspectRatio,","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderWidthToHeightRatio":{"name":"viewfinderWidthToHeightRatio","abstract":"

    Default aspect ratio of the viewfinder, calculated as width / height.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)tooltipLabel":{"name":"tooltipLabel","abstract":"

    Label displayed below the viewfinder view.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initialize the overlay subview with a given frame

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

    Initialize the overlay subview with a given coder

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)tooltipText":{"name":"tooltipText","abstract":"

    Gets/sets tootlip text that is defines under document view finder.

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)showTooltip":{"name":"showTooltip","abstract":"

    Gets/sets tooltip visibility

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)documentLocation":{"name":"documentLocation","abstract":"

    Quadrangle represeting corner points of the document within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)faceLocation":{"name":"faceLocation","abstract":"

    Quadrangle represeting corner points of the face image within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning Document Face Recognizer

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of docment this recognizer will scan.

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDisplayableQuadDetection.html#/c:objc(cs)MBDisplayableQuadDetection(py)detectionLocation":{"name":"detectionLocation","abstract":"

    Exact location of detected object on image.","parent_name":"MBDisplayableQuadDetection"},"Classes/MBDisplayablePointsDetection.html#/c:objc(cs)MBDisplayablePointsDetection(py)points":{"name":"points","abstract":"

    Coordinates of points (CGPoint) of a detected object.

    ","parent_name":"MBDisplayablePointsDetection"},"Classes/MBDisplayableObject.html#/c:objc(cs)MBDisplayableObject(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBDisplayableObject"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)initWithDetectionStatus:":{"name":"-initWithDetectionStatus:","abstract":"

    Initializes the displayable detection with matrix

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(py)detectionStatus":{"name":"detectionStatus","abstract":"

    Detection status which describes the status of detection

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateStringResult":{"name":"originalDateStringResult","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(cm)dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"+dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDateResult"},"Classes/MBDate.html#/c:objc(cs)MBDate(im)initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)originalDateString":{"name":"originalDateString","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(cm)dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"+dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDate"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default DPI that will be used with default constructor.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)initWithDesiredDPI:":{"name":"-initWithDesiredDPI:","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(py)desiredDPI":{"name":"desiredDPI","abstract":"

    Returns the desired DPI as defined by this policy.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)init":{"name":"-init","abstract":"

    Convenience initializer used for use cases when overlay view controller is instantiated from storyboard.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRegion":{"name":"scanningRegion","abstract":"

    Scanning region","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraPreset":{"name":"cameraPreset","abstract":"

    Camera preset. With this property you can set the resolution of the camera

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraType":{"name":"cameraType","abstract":"

    Camera type. You can choose between front and back facing.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)autofocusInterval":{"name":"autofocusInterval","abstract":"

    Interval between forcing two camera focuses. If <= 0, forced focuses arent performed","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraAutofocusRestriction":{"name":"cameraAutofocusRestriction","abstract":"

    Range restriction for camera autofocus.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)videoGravity":{"name":"videoGravity","abstract":"

    Gravity of Camera preview on screen.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)focusPoint":{"name":"focusPoint","abstract":"

    Point against which the autofocus will be performed

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredHorizontally":{"name":"cameraMirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredVertically":{"name":"cameraMirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)previewZoomScale":{"name":"previewZoomScale","abstract":"

    Set the back side preview camera layer zoom factor. 1.0 means there is no zoom, 2.0 double the zoom - preview layer is 2x zoomed than video output.","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings (see above for defaults)

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcSessionPreset":{"name":"-calcSessionPreset","abstract":"

    Returns an optimal AVFoundation session preset based on cameraPreset value.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcAutofocusRangeRestriction":{"name":"-calcAutofocusRangeRestriction","abstract":"

    Returns an optimal AVFoundation autofocus range restriction value based on cameraAutofocusRestriction.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)forceUsingPixelFormatTypeBiPlanarFullRange":{"name":"forceUsingPixelFormatTypeBiPlanarFullRange","abstract":"

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange.","parent_name":"MBCameraSettings"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isAnimating":{"name":"isAnimating","abstract":"

    Whether the reticle is currently animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isDetecting":{"name":"isDetecting","abstract":"

    Whether the reticle is currently detecting.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isConfirming":{"name":"isConfirming","abstract":"

    Whether the reticle is currently confirming.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startAnimating":{"name":"-startAnimating","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopAnimating":{"name":"-stopAnimating","abstract":"

    Stops animating the reticle. Does nothing if the reticle is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startDetecting":{"name":"-startDetecting","abstract":"

    Starts animating the detection spinner. Does nothing if the detection is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopDetecting":{"name":"-stopDetecting","abstract":"

    Stops animating the detection spinner. Does nothing if the detection is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)resetAll":{"name":"-resetAll","abstract":"

    Stops all animations and remove all layers to reset state to beginning

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)animateArcRotation":{"name":"-animateArcRotation","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleImage":{"name":"reticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleColor":{"name":"reticleColor","abstract":"

    Custom tint color used for arc and progress animation. Default white.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleDefaultColor":{"name":"reticleDefaultColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBCameraReticle"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)imageAnalysisResult":{"name":"imageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned image.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vizResult":{"name":"vizResult","abstract":"

    Defines the data extracted from the visual inspection zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalProcessingInfo":{"name":"additionalProcessingInfo","abstract":"

    Additional info on processing.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)cameraFrame":{"name":"cameraFrame","abstract":"

    The raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIDRecognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common BlinkId UI settings

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)requireDocumentSidesDataMatch":{"name":"requireDocumentSidesDataMatch","abstract":"

    If YES, MBBlinkIdMultiSideRecognizer will check if sides do match when scanning is finished

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showNotSupportedDialog":{"name":"showNotSupportedDialog","abstract":"

    Defines whether Document Not Supported dialog will be displayed in UI.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showFlashlightWarning":{"name":"showFlashlightWarning","abstract":"

    Defines whether glare warning will be displayed when user turn on a flashlight

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideScanningTimeout":{"name":"backSideScanningTimeout","abstract":"

    Option to configure back side scanning timeout.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)firstSideInstructionsText":{"name":"firstSideInstructionsText","abstract":"

    Message that is shown while scanning first side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideInstructionsText":{"name":"backSideInstructionsText","abstract":"

    Message that is shown while scanning back side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanBarcodeText":{"name":"scanBarcodeText","abstract":"

    Message that is shown after fornt side of the USDL document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)flipInstructions":{"name":"flipInstructions","abstract":"

    Instructions to flip document, shown when scanning of the first side is done, before scanning the second","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveCloser":{"name":"errorMoveCloser","abstract":"

    Instructions for the user to move the document closer.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveFarther":{"name":"errorMoveFarther","abstract":"

    Instructions for the user to move the document farther.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorDocumentTooCloseToEdge":{"name":"errorDocumentTooCloseToEdge","abstract":"

    Instructions for the user to move the document from the edge.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingTitle":{"name":"sidesNotMatchingTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingMessage":{"name":"sidesNotMatchingMessage","abstract":"

    Message inside dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchTitle":{"name":"dataMismatchTitle","abstract":"

    Title of the dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchMessage":{"name":"dataMismatchMessage","abstract":"

    Message inside dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentTitle":{"name":"unsupportedDocumentTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentMessage":{"name":"unsupportedDocumentMessage","abstract":"

    Message inside dialog, which is shown when unsupported document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutTitle":{"name":"recognitionTimeoutTitle","abstract":"

    Title of the dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutMessage":{"name":"recognitionTimeoutMessage","abstract":"

    Message inside dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)retryButtonText":{"name":"retryButtonText","abstract":"

    Text of the “retry” button inside dialog, which is shown on timeout when scanning is stuck on the back","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMandatoryFieldMissing":{"name":"errorMandatoryFieldMissing","abstract":"

    Instructions for the user that is covering more than two mandatory fields for a scan.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)defineSpecificMissingMandatoryFields":{"name":"defineSpecificMissingMandatoryFields","abstract":"

    If YES and number of missing mandatory fields is <= 2, names of missing mandatory fields will be present in the message.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)onboardingButtonTooltipDelay":{"name":"onboardingButtonTooltipDelay","abstract":"

    Option to configure when the onboarding help tooltip will appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showOnboardingInfo":{"name":"showOnboardingInfo","abstract":"

    Defines whether button for presenting onboarding screens will be present on screen.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showIntroductionDialog":{"name":"showIntroductionDialog","abstract":"

    Defines whether tutorial alert will be presented on appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)glareDetectedMessage":{"name":"glareDetectedMessage","abstract":"

    Instructions for the user to avoid glare.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)blurDetectedMessage":{"name":"blurDetectedMessage","abstract":"

    Instructions for the user to avoid blur.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)faceImageMissingMessage":{"name":"faceImageMissingMessage","abstract":"

    Instructions for the user when face image is missing.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)awaitingOtherSideMessage":{"name":"awaitingOtherSideMessage","abstract":"

    Instructions for the user when other side is awaiting scanning.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanningWrongSideMessage":{"name":"scanningWrongSideMessage","abstract":"

    Instructions for the user when wrong side is being scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontImageAnalysisResult":{"name":"frontImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned front image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backImageAnalysisResult":{"name":"backImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned back image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontVizResult":{"name":"frontVizResult","abstract":"

    Defines the data extracted from the front side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backVizResult":{"name":"backVizResult","abstract":"

    Defines the data extracted from the back side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontProcessingStatus":{"name":"frontProcessingStatus","abstract":"

    Status of the last front side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backProcessingStatus":{"name":"backProcessingStatus","abstract":"

    Status of the last back side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontAdditionalProcessingInfo":{"name":"frontAdditionalProcessingInfo","abstract":"

    Additional info on processing of the front side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backAdditionalProcessingInfo":{"name":"backAdditionalProcessingInfo","abstract":"

    Additional info on processing of the back side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontCameraFrame":{"name":"frontCameraFrame","abstract":"

    The front raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backCameraFrame":{"name":"backCameraFrame","abstract":"

    The back raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dataMatchResult":{"name":"dataMatchResult","abstract":"

    Detailed info on data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIdMultiSideRecognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)skipUnsupportedBack":{"name":"skipUnsupportedBack","abstract":"

    Skip back side capture and processing step when back side of the document is not supported

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUncertainFrontSideScan":{"name":"allowUncertainFrontSideScan","abstract":"

    Proceed with scanning the back side even if the front side result is uncertain.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)maxAllowedMismatchesPerField":{"name":"maxAllowedMismatchesPerField","abstract":"

    Configure the number of characters per field that are allowed to be inconsistent in data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBaseOverlayViewController.html#/c:objc(cs)MBBaseOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBBaseOverlayViewController"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)soundFilePath":{"name":"soundFilePath","abstract":"

    Full path to the sound file which is played when the valid result is scanned.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayCancelButton":{"name":"displayCancelButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOcrOverlaySettings.html#/c:objc(cs)MBBaseOcrOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

    Property that enables showing of flashing dots over characters being scanned.

    ","parent_name":"MBBaseOcrOverlaySettings"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)missingMandatoryFields":{"name":"missingMandatoryFields","abstract":"

    List of fields that were expected on the document but were missing.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)invalidCharacterFields":{"name":"invalidCharacterFields","abstract":"

    List of fields that contained characters which were not expected in that field.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)extraPresentFields":{"name":"extraPresentFields","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)imageExtractionFailures":{"name":"imageExtractionFailures","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html":{"name":"MBAdditionalProcessingInfo","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes/MBBaseOcrOverlaySettings.html":{"name":"MBBaseOcrOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlaySettings.html":{"name":"MBBaseOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlayViewController.html":{"name":"MBBaseOverlayViewController","abstract":"

    Common base class for default overlay view controllers

    "},"Classes/MBBlinkIdMultiSideRecognizer.html":{"name":"MBBlinkIdMultiSideRecognizer","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdMultiSideRecognizerResult.html":{"name":"MBBlinkIdMultiSideRecognizerResult","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdOverlaySettings.html":{"name":"MBBlinkIdOverlaySettings","abstract":"

    Settings class containing parameters for BlinkId UI

    "},"Classes/MBBlinkIdOverlayViewController.html":{"name":"MBBlinkIdOverlayViewController","abstract":"

    Default version of overlay view controller with modern design.

    "},"Classes/MBBlinkIdSingleSideRecognizer.html":{"name":"MBBlinkIdSingleSideRecognizer","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBBlinkIdSingleSideRecognizerResult.html":{"name":"MBBlinkIdSingleSideRecognizerResult","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBCameraReticle.html":{"name":"MBCameraReticle","abstract":"

    A camera reticle that locates at the center of screen and uses circle arc rotation to indicate that"},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

    Settings class containing parameters for camera capture

    "},"Classes/MBCustomOverlayViewController.html":{"name":"MBCustomOverlayViewController","abstract":"

    Custom Overlay View Controller is an abstract class for all custom overlay views placed on top View Controller."},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

    DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDate.html":{"name":"MBDate","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes/MBDateResult.html":{"name":"MBDateResult","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes.html#/c:objc(cs)MBDewarpPolicy":{"name":"MBDewarpPolicy","abstract":"

    Base class for all dewarp policies

    "},"Classes/MBDisplayableDetection.html":{"name":"MBDisplayableDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDisplayableObject.html":{"name":"MBDisplayableObject","abstract":"

    Represents any object that can be displayed on screen in terms of drawing.

    "},"Classes/MBDisplayablePointsDetection.html":{"name":"MBDisplayablePointsDetection","abstract":"

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    "},"Classes/MBDisplayableQuadDetection.html":{"name":"MBDisplayableQuadDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDocumentFaceRecognizer.html":{"name":"MBDocumentFaceRecognizer","abstract":"

    Class for configuring Document Face Recognizer Recognizer.

    "},"Classes/MBDocumentFaceRecognizerResult.html":{"name":"MBDocumentFaceRecognizerResult","abstract":"

    Class representing values obtained when scanning Document Face Recognizer

    "},"Classes/MBDocumentOverlaySettings.html":{"name":"MBDocumentOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBDocumentOverlayViewController.html":{"name":"MBDocumentOverlayViewController","abstract":"

    Default overlay when using ID card recognizers.

    "},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

    Overlay subview presenting the viewfinder for scanning ID documents

    "},"Classes/MBDotsResultSubview.html":{"name":"MBDotsResultSubview","abstract":"

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    "},"Classes/MBDotsSubview.html":{"name":"MBDotsSubview","abstract":"

    A wrapper around CAShapeLayer which is used for presenting a status about barcode detections

    "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

    Base class for all entities processors, recognizers, detectors…

    "},"Classes/MBErrorReticle.html":{"name":"MBErrorReticle","abstract":"

    A camera reticle detection that locates at the center of screen and uses circular rotation to indicate that"},"Classes/MBFixedDewarpPolicy.html":{"name":"MBFixedDewarpPolicy","abstract":"

    Fixed dewarp policy. Dewarp height will be exactly as defined by its dewarpHeight.

    "},"Classes/MBFrameGrabberRecognizer.html":{"name":"MBFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes.html#/c:objc(cs)MBGlareStatusSubview":{"name":"MBGlareStatusSubview","abstract":"

    Overlay subview presenting the status of glare detection."},"Classes/MBIdBarcodeRecognizer.html":{"name":"MBIdBarcodeRecognizer","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBIdBarcodeRecognizerResult.html":{"name":"MBIdBarcodeRecognizerResult","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBImage.html":{"name":"MBImage","abstract":"

    Object which represents an image.

    "},"Classes/MBImageReturnProcessor.html":{"name":"MBImageReturnProcessor","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBImageReturnProcessorResult.html":{"name":"MBImageReturnProcessorResult","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBLegacyDocumentVerificationOverlaySettings.html":{"name":"MBLegacyDocumentVerificationOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBLegacyDocumentVerificationOverlayViewController.html":{"name":"MBLegacyDocumentVerificationOverlayViewController","abstract":"

    Default overlay when using ID card combined recognizers for verification.

    "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

    Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBMrtdCombinedRecognizer.html":{"name":"MBMrtdCombinedRecognizer","abstract":"

    MRTD Combined recognizer

    "},"Classes/MBMrtdCombinedRecognizerResult.html":{"name":"MBMrtdCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of Croatian ID.

    "},"Classes/MBMrtdRecognizer.html":{"name":"MBMrtdRecognizer","abstract":"

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    "},"Classes/MBMrtdRecognizerResult.html":{"name":"MBMrtdRecognizerResult","abstract":"

    Result of MBMrtdDetectorRecognizer

    "},"Classes/MBMrtdSpecification.html":{"name":"MBMrtdSpecification","abstract":"

    Mrtd class describes a document which is being detected by MrtdDetector."},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

    No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrLayout.html":{"name":"MBOcrLayout","abstract":"

    Class describing the layour of the document on which the OCR was preformed.

    "},"Classes/MBOcrBlock.html":{"name":"MBOcrBlock","abstract":"

    Class representing an Ocr Block. Block consists of one or more Ocr Lines.

    "},"Classes/MBOcrLine.html":{"name":"MBOcrLine","abstract":"

    Class representing an Ocr line. line consists of one or more Ocr chars

    "},"Classes/MBOcrChar.html":{"name":"MBOcrChar","abstract":"

    Class representing an individual OCR character obtained in the OCR process.

    "},"Classes/MBPosition.html":{"name":"MBPosition","abstract":"

    Class representing a position on the image. It’s given as a box, with"},"Classes/MBOverlaySettings.html":{"name":"MBOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBOverlayViewController.html":{"name":"MBOverlayViewController","abstract":"

    Overlay View Controller is an abstract class for all overlay views placed on top View Controller.

    "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

    A processor for a group

    "},"Classes.html#/c:objc(cs)MBParserGroupProcessorResult":{"name":"MBParserGroupProcessorResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBPassportRecognizer.html":{"name":"MBPassportRecognizer","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBPassportRecognizerResult.html":{"name":"MBPassportRecognizerResult","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBProcessor.html":{"name":"MBProcessor","abstract":"

    Base class for all processors

    "},"Classes/MBProcessorGroup.html":{"name":"MBProcessorGroup","abstract":"

    Class that represents a group of processors that will be executed on same dewarped image.

    "},"Classes.html#/c:objc(cs)MBProcessorResult":{"name":"MBProcessorResult","abstract":"

    Base class for all processor results

    "},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    "},"Classes/MBRecognitionModeFilter.html":{"name":"MBRecognitionModeFilter","abstract":"

    MBRecognitionModeFilter is used to enable/disable recognition of specific document groups."},"Classes/MBRecognizer.html":{"name":"MBRecognizer","abstract":"

    Base class for all recognizers

    "},"Classes/MBRecognizerCollection.html":{"name":"MBRecognizerCollection","abstract":"

    Settings class containing settings related to scanner behaviour

    "},"Classes.html#/c:objc(cs)MBRecognizerResult":{"name":"MBRecognizerResult","abstract":"

    Base class for all recognizer results

    "},"Classes/MBRecognizerRunner.html":{"name":"MBRecognizerRunner","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes/MBStringResult.html":{"name":"MBStringResult","abstract":"

    Class for all obtaining original string per alphabet type

    "},"Classes/MBSubview.html":{"name":"MBSubview","abstract":"

    Base class for all overlay subviews

    "},"Classes/MBSuccessFrameGrabberRecognizer.html":{"name":"MBSuccessFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes/MBSuccessFrameGrabberRecognizerResult.html":{"name":"MBSuccessFrameGrabberRecognizerResult","abstract":"

    A recognizer that returns SuccessFrameGrabber result.

    "},"Classes/MBTapToFocusSubview.html":{"name":"MBTapToFocusSubview","abstract":"

    Overlay subview presenting the effect which happens when the user taps to focus

    "},"Classes/MBTemplatingClass.html":{"name":"MBTemplatingClass","abstract":"

    Class that represents a specific class of documents when used within Templating API.

    "},"Classes/MBTemplatingRecognizer.html":{"name":"MBTemplatingRecognizer","abstract":"

    Base of all recognizers that support Templating API.

    "},"Classes/MBTemplatingRecognizerResult.html":{"name":"MBTemplatingRecognizerResult","abstract":"

    Base of all recognizers result that support Templating API.

    "},"Classes/MBUsdlCombinedRecognizer.html":{"name":"MBUsdlCombinedRecognizer","abstract":"

    USDL Combined Recognizer.

    "},"Classes/MBUsdlCombinedRecognizerResult.html":{"name":"MBUsdlCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    "},"Classes/MBUsdlRecognizer.html":{"name":"MBUsdlRecognizer","abstract":"

    A recognizer that can scan USDL.

    "},"Classes/MBUsdlRecognizerResult.html":{"name":"MBUsdlRecognizerResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBViewControllerFactory.html":{"name":"MBViewControllerFactory","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes/MBVisaRecognizer.html":{"name":"MBVisaRecognizer","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVisaRecognizerResult.html":{"name":"MBVisaRecognizerResult","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVizResult.html":{"name":"MBVizResult","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

    Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

    Method which creates a image extension factors structure

    "},"Type%20Definitions/MBImageExtensionFactors.html#/c:@S@MBImageExtensionFactors":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type%20Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

    Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Type%20Definitions.html#/c:MBRecognizerRunnerViewController.h@T@MBCaptureHighResImage":{"name":"MBCaptureHighResImage","abstract":"

    Block for returning high resolution MBImage photo with capture or still output

    "},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidStart:":{"name":"-subviewAnimationDidStart:","abstract":"

    Delegate method called when animation starts

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBSubviewDelegate.html#/c:objc(pl)MBSubviewDelegate(im)subviewAnimationDidFinish:":{"name":"-subviewAnimationDidFinish:","abstract":"

    Delegate method called when animation finishes

    ","parent_name":"MBSubviewDelegate"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishScanning:state:":{"name":"-recognizerRunnerViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerViewControllerDelegate"},"Protocols/MBScanningRecognizerRunnerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerDelegate(im)recognizerRunner:didFinishScanningWithState:":{"name":"-recognizerRunner:didFinishScanningWithState:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBScanningRecognizerRunnerDelegate"},"Protocols/MBResultSubview.html#/c:objc(pl)MBResultSubview(im)scanningFinishedWithState:":{"name":"-scanningFinishedWithState:","abstract":"

    This method should be called when MBRecognizerResultState is obtained and reslt state need to be drawn/redrawn.

    ","parent_name":"MBResultSubview"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerUnauthorizedCamera:":{"name":"-recognizerRunnerViewControllerUnauthorizedCamera:","abstract":"

    Scanning library requested authorization for Camera access from the user, but the user declined it.","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFindError:":{"name":"-recognizerRunnerViewController:didFindError:","abstract":"

    Scanning library found an error. The error object is returned and contains","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidClose:":{"name":"-recognizerRunnerViewControllerDidClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerWillPresentHelp:":{"name":"-recognizerRunnerViewControllerWillPresentHelp:","abstract":"

    Called when Scanning library will display help. This can happen when the user presses","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidResumeScanning:":{"name":"-recognizerRunnerViewControllerDidResumeScanning:","abstract":"

    Called when Scanning library is resuming scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidStopScanning:":{"name":"-recognizerRunnerViewControllerDidStopScanning:","abstract":"

    Called when Scanning library is stopped scanning.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:willSetTorch:":{"name":"-recognizerRunnerViewController:willSetTorch:","abstract":"

    Called when Scanning library will turn on/off torch.

    ","parent_name":"MBRecognizerRunnerViewControllerDelegate"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)autorotate":{"name":"autorotate","abstract":"

    MBRecognizerRunnerViewController’s shouldAutorotate will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    MBRecognizerRunnerViewController’s supportedInterfaceOrientations will return this value.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseScanning":{"name":"-pauseScanning","abstract":"

    Pause scanning without dismissing the camera view.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isScanningPaused":{"name":"-isScanningPaused","abstract":"

    Retrieve the current state of scanning.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeScanningAndResetState:":{"name":"-resumeScanningAndResetState:","abstract":"

    Resumes scanning. Optionally, internal state of recognizers can be reset in the process.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resumeCamera:":{"name":"-resumeCamera:","abstract":"

    Resumes camera session asynchronously on camera queue. This method is automatically called in viewWillAppear when ScanningViewController enters screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)pauseCamera":{"name":"-pauseCamera","abstract":"

    Pauses camera session. This method is automatically called in viewDidDissapear when ScanningViewController exits screen.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)isCameraPaused":{"name":"-isCameraPaused","abstract":"

    Retrieve the current state of camera.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)playScanSuccessSound":{"name":"-playScanSuccessSound","abstract":"

    Play scan sound.

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)willSetTorchOn:":{"name":"-willSetTorchOn:","abstract":"

    Call to turn on torch without camera overlay

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)resetState":{"name":"-resetState","abstract":"

    Settings recofiguration

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBRecognizerRunnerViewController.html#/c:objc(pl)MBRecognizerRunnerViewController(im)captureHighResImage:":{"name":"-captureHighResImage:","abstract":"

    Method with block for getting high resoultion images

    ","parent_name":"MBRecognizerRunnerViewController"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:":{"name":"-detectionFinishedWithDisplayableQuad:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBQuadDetectorSubview.html#/c:objc(pl)MBQuadDetectorSubview(im)detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayableQuad:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayableQuadDetection is obtained and quad need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBQuadDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:":{"name":"-detectionFinishedWithDisplayablePoints:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBPointDetectorSubview.html#/c:objc(pl)MBPointDetectorSubview(im)detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:":{"name":"-detectionFinishedWithDisplayablePoints:originalRectangle:relativeRectangle:","abstract":"

    This method should be called when MBDisplayablePointsDetection is obtained and points need to be drawn/redrawn with camera preview zoom enabled by setting previewZoomScale property on cameraSettings.

    ","parent_name":"MBPointDetectorSubview"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerWillCloseCamera:":{"name":"-overlayViewControllerWillCloseCamera:","abstract":"

    Notification sent when Overlay View Controller wants to close camera, for example,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewControllerShouldDisplayTorch:":{"name":"-overlayViewControllerShouldDisplayTorch:","abstract":"

    Overlay View Controller should ask it’s delegete if it’s necessary to display Torch (Light) button.","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)overlayViewController:willSetTorch:":{"name":"-overlayViewController:willSetTorch:","abstract":"

    Overlay View Controller must notify it’s delegete to set the torch mode to On or Off

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)shouldDisplayHelpButton":{"name":"-shouldDisplayHelpButton","abstract":"

    If help mechanism is implemented using MBScanDelegate’s scanningViewControllerWillPresentHelp method,","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isStatusBarPresented":{"name":"-isStatusBarPresented","abstract":"

    Check if status bar is hidden or showed

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isTorchOn":{"name":"-isTorchOn","abstract":"

    Overlay View Controller can ask it’s delegete about the status of Torch

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOverlayContainerViewController.html#/c:objc(pl)MBOverlayContainerViewController(im)isCameraAuthorized":{"name":"-isCameraAuthorized","abstract":"

    Overlay View Controller can ask it’s owner whether camera was authorized

    ","parent_name":"MBOverlayContainerViewController"},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didObtainOcrResult:withResultName:":{"name":"-recognizerRunnerViewController:didObtainOcrResult:withResultName:","abstract":"

    Called when scanning library has MBOcrLayout ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerViewControllerDelegate"},"Protocols/MBOcrRecognizerRunnerDelegate.html#/c:objc(pl)MBOcrRecognizerRunnerDelegate(im)recognizerRunner:didObtainOcrResult:withResultName:":{"name":"-recognizerRunner:didObtainOcrResult:withResultName:","abstract":"

    Called when Scanning library has MBOcrLayout available and ready to be displayed on UI.","parent_name":"MBOcrRecognizerRunnerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidTapClose:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBLegacyDocumentVerificationOverlayViewControllerDelegate(im)legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:":{"name":"-legacyDocumentVerificationOverlayViewControllerDidCaptureHighResolutionImage:highResImage:state:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFrameRecognitionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishFrameRecognition:state:":{"name":"-recognizerRunnerViewControllerDidFinishFrameRecognition:state:","abstract":"

    Scanning library did output frame with state

    ","parent_name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidFinishScanning:state:":{"name":"-documentOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidTapClose:":{"name":"-documentOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDocumentOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentOverlayViewControllerDelegate(im)documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:":{"name":"-documentOverlayViewControllerDidCaptureHighResolutionImage:highResImage:","abstract":"

    Scanning library did output high resolution image

    ","parent_name":"MBDocumentOverlayViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunnerViewController:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFailDetection:":{"name":"-recognizerRunnerViewControllerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerViewControllerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayableQuad:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayableQuad:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunner:didFinishDetectionWithDisplayablePoints:":{"name":"-recognizerRunner:didFinishDetectionWithDisplayablePoints:","abstract":"

    Called when Scanning library finishes detection of objects.","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDetectionRecognizerRunnerDelegate.html#/c:objc(pl)MBDetectionRecognizerRunnerDelegate(im)recognizerRunnerDidFailDetection:":{"name":"-recognizerRunnerDidFailDetection:","abstract":"

    Called when Scanning library fails to detect any object with any of the currently active recognizers.

    ","parent_name":"MBDetectionRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugImage:":{"name":"-recognizerRunnerViewController:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didOutputDebugText:":{"name":"-recognizerRunnerViewController:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerViewControllerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugImage:":{"name":"-recognizerRunner:didOutputDebugImage:","abstract":"

    Scanning library did output debug image","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBDebugRecognizerRunnerDelegate.html#/c:objc(pl)MBDebugRecognizerRunnerDelegate(im)recognizerRunner:didOutputDebugText:":{"name":"-recognizerRunner:didOutputDebugText:","abstract":"

    Scanning library did output debug text","parent_name":"MBDebugRecognizerRunnerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanning:state:":{"name":"-blinkIdOverlayViewControllerDidFinishScanning:state:","abstract":"

    Scanning library did output scanning results

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidTapClose:":{"name":"-blinkIdOverlayViewControllerDidTapClose:","abstract":"

    Scanning library was closed, usually by the user pressing close button and cancelling the scan

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-blinkIdOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

    Called when scanning library finished scanning first side of the document

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:":{"name":"-blinkIdOverlayViewControllerDidShowDataMatchFailedAlert:","abstract":"

    Called when data match alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html#/c:objc(pl)MBBlinkIdOverlayViewControllerDelegate(im)blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:":{"name":"-blinkIdOverlayViewControllerDidShowBackSideScanTimeoutAlert:","abstract":"

    Called when back side scan timeout alert was shown.

    ","parent_name":"MBBlinkIdOverlayViewControllerDelegate"},"Protocols/MBBlinkIdOverlayViewControllerDelegate.html":{"name":"MBBlinkIdOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBDebugRecognizerRunnerDelegate.html":{"name":"MBDebugRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html":{"name":"MBDebugRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining debug metadata

    "},"Protocols/MBDetectionRecognizerRunnerDelegate.html":{"name":"MBDetectionRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html":{"name":"MBDetectionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining detection results

    "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html":{"name":"MBFrameRecognitionRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining frame recognition

    "},"Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBLegacyDocumentVerificationOverlayViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBOcrRecognizerRunnerDelegate.html":{"name":"MBOcrRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html":{"name":"MBOcrRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining ocr results

    "},"Protocols/MBOverlayContainerViewController.html":{"name":"MBOverlayContainerViewController","abstract":"

    Overlay View Controller also needs to notify CameraViewController on certain events."},"Protocols/MBPointDetectorSubview.html":{"name":"MBPointDetectorSubview","abstract":"

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    "},"Protocols/MBQuadDetectorSubview.html":{"name":"MBQuadDetectorSubview","abstract":"

    Protocol for processing MBDisplayableQuadDetection. Subviews implementing this protocol process and draw quad on the screen (e.g. viewfinder drawing document outlining)

    "},"Protocols/MBRecognizerRunnerViewController.html":{"name":"MBRecognizerRunnerViewController","abstract":"

    Protocol for View controllers which present camera and provide scanning features

    "},"Protocols/MBRecognizerRunnerViewControllerDelegate.html":{"name":"MBRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for MBRecognizerRunnerViewController actions

    "},"Protocols/MBResultSubview.html":{"name":"MBResultSubview","abstract":"

    Protocol for processing MBRecognizerResult. Subviews implementing this protocol process and draw result data on the screen (e.g. letting users know is scanning was successful)

    "},"Protocols/MBScanningRecognizerRunnerDelegate.html":{"name":"MBScanningRecognizerRunnerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html":{"name":"MBScanningRecognizerRunnerViewControllerDelegate","abstract":"

    Protocol for obtaining scanning results

    "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    "},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentType":{"name":"DocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVersionNumber":{"name":"StandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFamilyName":{"name":"CustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFirstName":{"name":"CustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerFullName":{"name":"CustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DateOfBirth":{"name":"DateOfBirth","abstract":"

    Mandatory on all AAMVA, Magentic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Sex":{"name":"Sex","abstract":"

    Mandatory on all AAMVA, Magentic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@EyeColor":{"name":"EyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet":{"name":"AddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressCity":{"name":"AddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressJurisdictionCode":{"name":"AddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressPostalCode":{"name":"AddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FullAddress":{"name":"FullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Height":{"name":"Height","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightIn":{"name":"HeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HeightCm":{"name":"HeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerMiddleName":{"name":"CustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HairColor":{"name":"HairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NameSuffix":{"name":"NameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFullName":{"name":"AKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAFamilyName":{"name":"AKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAGivenName":{"name":"AKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASuffixName":{"name":"AKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightRange":{"name":"WeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightPounds":{"name":"WeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@WeightKilograms":{"name":"WeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CustomerIdNumber":{"name":"CustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FamilyNameTruncation":{"name":"FamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FirstNameTruncation":{"name":"FirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MiddleNameTruncation":{"name":"MiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PlaceOfBirth":{"name":"PlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AddressStreet2":{"name":"AddressStreet2","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@RaceEthnicity":{"name":"RaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NamePrefix":{"name":"NamePrefix","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CountryIdentification":{"name":"CountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress":{"name":"ResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceStreetAddress2":{"name":"ResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceCity":{"name":"ResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceJurisdictionCode":{"name":"ResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidencePostalCode":{"name":"ResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ResidenceFullAddress":{"name":"ResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under18":{"name":"Under18","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under19":{"name":"Under19","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Under21":{"name":"Under21","abstract":"

    Optional on AAMVA 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SocialSecurityNumber":{"name":"SocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKASocialSecurityNumber":{"name":"AKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAMiddleName":{"name":"AKAMiddleName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKAPrefixName":{"name":"AKAPrefixName","abstract":"

    Optional on AAMVA 01

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@OrganDonor":{"name":"OrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@Veteran":{"name":"Veteran","abstract":"

    Optional on AAMVA 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AKADateOfBirth":{"name":"AKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuerIdentificationNumber":{"name":"IssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationDate":{"name":"DocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVersionNumber":{"name":"JurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClass":{"name":"JurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodes":{"name":"JurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsementCodes":{"name":"JurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentIssueDate":{"name":"DocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@FederalCommercialVehicleCodes":{"name":"FederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdiction":{"name":"IssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardVehicleClassification":{"name":"StandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssuingJurisdictionName":{"name":"IssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardEndorsementCode":{"name":"StandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@StandardRestrictionCode":{"name":"StandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionVehicleClassificationDescription":{"name":"JurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionEndorsmentCodeDescription":{"name":"JurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@JurisdictionRestrictionCodeDescription":{"name":"JurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@InventoryControlNumber":{"name":"InventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@CardRevisionDate":{"name":"CardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentDiscriminator":{"name":"DocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@LimitedDurationDocument":{"name":"LimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@AuditInformation":{"name":"AuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@ComplianceType":{"name":"ComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@IssueTimestamp":{"name":"IssueTimestamp","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitExpirationDate":{"name":"PermitExpirationDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIdentifier":{"name":"PermitIdentifier","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@PermitIssueDate":{"name":"PermitIssueDate","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NumberOfDuplicates":{"name":"NumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@HAZMATExpirationDate":{"name":"HAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@MedicalIndicator":{"name":"MedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@NonResident":{"name":"NonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@UniqueCustomerId":{"name":"UniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DataDiscriminator":{"name":"DataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentExpirationMonth":{"name":"DocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@DocumentNonexpiring":{"name":"DocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBUsdlKeys.html#/c:@E@MBUsdlKeys@SecurityVersion":{"name":"SecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBUsdlKeys"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateEmpty":{"name":"MBRecognizerResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateUncertain":{"name":"MBRecognizerResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateValid":{"name":"MBRecognizerResultStateValid","abstract":"

    Valid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBRecognizerResultState.html#/c:@E@MBRecognizerResultState@MBRecognizerResultStateStageValid":{"name":"MBRecognizerResultStateStageValid","abstract":"

    StageValid

    ","parent_name":"MBRecognizerResultState"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeDefault":{"name":"MBFrameQualityEstimationModeDefault","abstract":"

    Default. Frame quality estimation is ON if enabled recognizers require it by default.

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOn":{"name":"MBFrameQualityEstimationModeOn","abstract":"

    Frame quality estimation is always on

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBFrameQualityEstimationMode.html#/c:@E@MBFrameQualityEstimationMode@MBFrameQualityEstimationModeOff":{"name":"MBFrameQualityEstimationModeOff","abstract":"

    Frame quality estimation is always off

    ","parent_name":"MBFrameQualityEstimationMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDefault":{"name":"MBRecognitionDebugModeDefault","abstract":"

    Classic, production mode. Results are returned after first valid scanning

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeTest":{"name":"MBRecognitionDebugModeTest","abstract":"

    Recognition Test. Results are never returned, recognition is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionDebugMode.html#/c:@E@MBRecognitionDebugMode@MBRecognitionDebugModeDetectionTest":{"name":"MBRecognitionDebugModeDetectionTest","abstract":"

    Recognition Test. Results are never returned, only detection is performed repeatedly

    ","parent_name":"MBRecognitionDebugMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeNone":{"name":"MBRecognitionModeNone","abstract":"

    No recognition performed.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzId":{"name":"MBRecognitionModeMrzId","abstract":"

    Recognition of mrz document (does not include visa and passport)

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzVisa":{"name":"MBRecognitionModeMrzVisa","abstract":"

    Recognition of visa mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeMrzPassport":{"name":"MBRecognitionModeMrzPassport","abstract":"

    Recognition of passport mrz.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModePhotoId":{"name":"MBRecognitionModePhotoId","abstract":"

    Recognition of documents that have face photo on the front.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeFullRecognition":{"name":"MBRecognitionModeFullRecognition","abstract":"

    Detailed document recognition.

    ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeBarcodeId":{"name":"MBRecognitionModeBarcodeId","abstract":"

    Recognition of barcode document.

    ","parent_name":"MBRecognitionMode"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateEmpty":{"name":"MBProcessorResultStateEmpty","abstract":"

    Empty

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateUncertain":{"name":"MBProcessorResultStateUncertain","abstract":"

    Uncertain

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessorResultState.html#/c:@E@MBProcessorResultState@MBProcessorResultStateValid":{"name":"MBProcessorResultStateValid","abstract":"

    Valid

    ","parent_name":"MBProcessorResultState"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusSuccess":{"name":"MBProcessingStatusSuccess","abstract":"

    Recognition was successful.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusDetectionFailed":{"name":"MBProcessingStatusDetectionFailed","abstract":"

    Detection of the document failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImagePreprocessingFailed":{"name":"MBProcessingStatusImagePreprocessingFailed","abstract":"

    Preprocessing of the input image has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusStabilityTestFailed":{"name":"MBProcessingStatusStabilityTestFailed","abstract":"

    Recognizer has inconsistent results.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusScanningWrongSide":{"name":"MBProcessingStatusScanningWrongSide","abstract":"

    Wrong side of the document has been scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusFieldIdentificationFailed":{"name":"MBProcessingStatusFieldIdentificationFailed","abstract":"

    Identification of the fields present on the document has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMandatoryFieldMissing":{"name":"MBProcessingStatusMandatoryFieldMissing","abstract":"

    Mandatory field for the specific document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusInvalidCharactersFound":{"name":"MBProcessingStatusInvalidCharactersFound","abstract":"

    Result contains invalid characters in some of the fields.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusImageReturnFailed":{"name":"MBProcessingStatusImageReturnFailed","abstract":"

    Failed to return a requested image.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeRecognitionFailed":{"name":"MBProcessingStatusBarcodeRecognitionFailed","abstract":"

    Reading or parsing of the barcode has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusMrzParsingFailed":{"name":"MBProcessingStatusMrzParsingFailed","abstract":"

    Parsing of the MRZ has failed.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusClassFiltered":{"name":"MBProcessingStatusClassFiltered","abstract":"

    Document class has been filtered out.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedClass":{"name":"MBProcessingStatusUnsupportedClass","abstract":"

    Document currently not supported by the recognizer.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusUnsupportedByLicense":{"name":"MBProcessingStatusUnsupportedByLicense","abstract":"

    License for the detected document is missing.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusAwaitingOtherSide":{"name":"MBProcessingStatusAwaitingOtherSide","abstract":"

    Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusNotScanned":{"name":"MBProcessingStatusNotScanned","abstract":"

    Side not scanned.

    ","parent_name":"MBProcessingStatus"},"Enums/MBProcessingStatus.html#/c:@E@MBProcessingStatus@MBProcessingStatusBarcodeDetectionFailed":{"name":"MBProcessingStatusBarcodeDetectionFailed","abstract":"

    The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.

    ","parent_name":"MBProcessingStatus"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AKZIDENZ_GROTESK":{"name":"MB_OCR_FONT_AKZIDENZ_GROTESK","abstract":"

    Akzidenz Grotesk font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL":{"name":"MB_OCR_FONT_ARIAL","abstract":"

    Arial font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARIAL_BLACK":{"name":"MB_OCR_FONT_ARIAL_BLACK","abstract":"

    Arial black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARNHEM":{"name":"MB_OCR_FONT_ARNHEM","abstract":"

    Arnhem font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_AVANT_GARDE":{"name":"MB_OCR_FONT_AVANT_GARDE","abstract":"

    Avant garde font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BEMBO":{"name":"MB_OCR_FONT_BEMBO","abstract":"

    Bembo font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_BODONI":{"name":"MB_OCR_FONT_BODONI","abstract":"

    Bodoni font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI":{"name":"MB_OCR_FONT_CALIBRI","abstract":"

    Calibri font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CALIBRI_BOLD":{"name":"MB_OCR_FONT_CALIBRI_BOLD","abstract":"

    Calibri bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CHAINPRINTER":{"name":"MB_OCR_FONT_CHAINPRINTER","abstract":"

    Chainprinter font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COMIC_SANS":{"name":"MB_OCR_FONT_COMIC_SANS","abstract":"

    Comic sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CONCERTO_ROUNDED_SG":{"name":"MB_OCR_FONT_CONCERTO_ROUNDED_SG","abstract":"

    Concerto rounded SG font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER":{"name":"MB_OCR_FONT_COURIER","abstract":"

    Courier font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_BOLD":{"name":"MB_OCR_FONT_COURIER_BOLD","abstract":"

    Courier bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_MEDIUM_BOLD":{"name":"MB_OCR_FONT_COURIER_MEDIUM_BOLD","abstract":"

    Courier medium bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_BOLD":{"name":"MB_OCR_FONT_COURIER_NEW_BOLD","abstract":"

    Courier new bold","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_NEW_CE":{"name":"MB_OCR_FONT_COURIER_NEW_CE","abstract":"

    Courier new ce font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COURIER_CONDENSED":{"name":"MB_OCR_FONT_COURIER_CONDENSED","abstract":"

    Courier censored font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DEJAVU_SANS_MONO":{"name":"MB_OCR_FONT_DEJAVU_SANS_MONO","abstract":"

    Dejavu sans mono font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_DIN":{"name":"MB_OCR_FONT_DIN","abstract":"

    Din font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD":{"name":"MB_OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD","abstract":"

    Europa grotesk no 2 SB bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROSTILE":{"name":"MB_OCR_FONT_EUROSTILE","abstract":"

    Eurostile font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_F25_BANK_PRINTER_BOLD":{"name":"MB_OCR_FONT_F25_BANK_PRINTER_BOLD","abstract":"

    F25 bank printer bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRANKLIN_GOTHIC":{"name":"MB_OCR_FONT_FRANKLIN_GOTHIC","abstract":"

    Franklin gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FRUTIGER":{"name":"MB_OCR_FONT_FRUTIGER","abstract":"

    Frutiger font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA":{"name":"MB_OCR_FONT_FUTURA","abstract":"

    Futura font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FUTURA_BOLD":{"name":"MB_OCR_FONT_FUTURA_BOLD","abstract":"

    Futura bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GARAMOND":{"name":"MB_OCR_FONT_GARAMOND","abstract":"

    Garamond font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GEORGIA":{"name":"MB_OCR_FONT_GEORGIA","abstract":"

    Georgia font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_GILL_SANS":{"name":"MB_OCR_FONT_GILL_SANS","abstract":"

    Gill sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HANDWRITTEN":{"name":"MB_OCR_FONT_HANDWRITTEN","abstract":"

    Handwritten font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA":{"name":"MB_OCR_FONT_HELVETICA","abstract":"

    Helvetica font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_BOLD":{"name":"MB_OCR_FONT_HELVETICA_BOLD","abstract":"

    Helvetica bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT":{"name":"MB_OCR_FONT_HELVETICA_CONDENSED_LIGHT","abstract":"

    Helvetica condensed light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_HYPERMARKET":{"name":"MB_OCR_FONT_HYPERMARKET","abstract":"

    Hypermarket font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_INTERSTATE":{"name":"MB_OCR_FONT_INTERSTATE","abstract":"

    Interstate font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN":{"name":"MB_OCR_FONT_LATIN_MODERN","abstract":"

    Latin modern math font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LATIN_MODERN_ITALIC":{"name":"MB_OCR_FONT_LATIN_MODERN_ITALIC","abstract":"

    Latin modern italic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LETTER_GOTHIC":{"name":"MB_OCR_FONT_LETTER_GOTHIC","abstract":"

    Letter gothic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA":{"name":"MB_OCR_FONT_LUCIDA","abstract":"

    Lucida font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_LUCIDA_SANS":{"name":"MB_OCR_FONT_LUCIDA_SANS","abstract":"

    Lucida sans font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MATRIX":{"name":"MB_OCR_FONT_MATRIX","abstract":"

    Matrix font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_META":{"name":"MB_OCR_FONT_META","abstract":"

    Meta font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MINION":{"name":"MB_OCR_FONT_MINION","abstract":"

    Minion font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRA":{"name":"MB_OCR_FONT_OCRA","abstract":"

    OCR A font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OCRB":{"name":"MB_OCR_FONT_OCRB","abstract":"

    OCR B font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OFFICINA":{"name":"MB_OCR_FONT_OFFICINA","abstract":"

    Officina font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_OPTIMA":{"name":"MB_OCR_FONT_OPTIMA","abstract":"

    Optima font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_PRINTF":{"name":"MB_OCR_FONT_PRINTF","abstract":"

    Printf font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROCKWELL":{"name":"MB_OCR_FONT_ROCKWELL","abstract":"

    Rockwell font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SANS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SANS_SERIF","abstract":"

    Rotis sans serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ROTIS_SERIF":{"name":"MB_OCR_FONT_ROTIS_SERIF","abstract":"

    Rotis serif font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SABON":{"name":"MB_OCR_FONT_SABON","abstract":"

    Sabon font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_STONE":{"name":"MB_OCR_FONT_STONE","abstract":"

    Stone font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_SV_BASIC_MANUAL":{"name":"MB_OCR_FONT_SV_BASIC_MANUAL","abstract":"

    SV basic manual font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA":{"name":"MB_OCR_FONT_TAHOMA","abstract":"

    Tahoma font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TAHOMA_BOLD":{"name":"MB_OCR_FONT_TAHOMA_BOLD","abstract":"

    Tahoma bold font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES","abstract":"

    Tex gyre termes font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC":{"name":"MB_OCR_FONT_TEX_GYRE_TERMES_ITALIC","abstract":"

    Tex gyre termes italic font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK":{"name":"MB_OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK","abstract":"

    Sans mono condensed black font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_THESIS":{"name":"MB_OCR_FONT_THESIS","abstract":"

    Thesis font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TICKET_DE_CAISSE":{"name":"MB_OCR_FONT_TICKET_DE_CAISSE","abstract":"

    Ticket de caisse font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TIMES_NEW_ROMAN":{"name":"MB_OCR_FONT_TIMES_NEW_ROMAN","abstract":"

    Times new roman font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRAJAN":{"name":"MB_OCR_FONT_TRAJAN","abstract":"

    Trajan font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_TRINITE":{"name":"MB_OCR_FONT_TRINITE","abstract":"

    Trinite font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNIVERS":{"name":"MB_OCR_FONT_UNIVERS","abstract":"

    Univers font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VERDANA":{"name":"MB_OCR_FONT_VERDANA","abstract":"

    Verdana font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_VOLTAIRE":{"name":"MB_OCR_FONT_VOLTAIRE","abstract":"

    Voltaire font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_WALBAUM":{"name":"MB_OCR_FONT_WALBAUM","abstract":"

    Walbaum font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB":{"name":"MB_OCR_FONT_EUROPA_GRO_SB","abstract":"

    Europa gro sb font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_EUROPA_GRO_SB_LIGHT":{"name":"MB_OCR_FONT_EUROPA_GRO_SB_LIGHT","abstract":"

    Europa gro sb light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANTONIO_REGULAR":{"name":"MB_OCR_FONT_ANTONIO_REGULAR","abstract":"

    Antonio regular font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_CORPORATE_LIGHT":{"name":"MB_OCR_FONT_CORPORATE_LIGHT","abstract":"

    Corporate S Light font","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_MICR":{"name":"MB_OCR_FONT_MICR","abstract":"

    MICR font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ARABIC_NILE":{"name":"MB_OCR_FONT_ARABIC_NILE","abstract":"

    Arabic font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN":{"name":"MB_OCR_FONT_UNKNOWN","abstract":"

    Unknown font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_XITS_MATH":{"name":"MB_OCR_FONT_XITS_MATH","abstract":"

    XITS Math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_ANY":{"name":"MB_OCR_FONT_ANY","abstract":"

    Any of the other listed fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UNKNOWN_MATH":{"name":"MB_OCR_FONT_UNKNOWN_MATH","abstract":"

    Unknown math font

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_UKDL_LIGHT":{"name":"MB_OCR_FONT_UKDL_LIGHT","abstract":"

    Font found on UKDL licenses

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_COUNT":{"name":"MB_OCR_FONT_COUNT","abstract":"

    Must be last as it holds the number of available fonts

    ","parent_name":"MBOcrFont"},"Enums/MBOcrFont.html#/c:@E@MBOcrFont@MB_OCR_FONT_FE_SCHRIFT":{"name":"MB_OCR_FONT_FE_SCHRIFT","abstract":"

    German license plate font *

    ","parent_name":"MBOcrFont"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeIdentityCard":{"name":"MBMrtdTypeIdentityCard","abstract":"

    Identity card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypePassport":{"name":"MBMrtdTypePassport","abstract":"

    Passport

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeVisa":{"name":"MBMrtdTypeVisa","abstract":"

    Visa

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeGreenCard":{"name":"MBMrtdTypeGreenCard","abstract":"

    US Green Card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeMysPassIMM13P":{"name":"MBMrtdTypeMysPassIMM13P","abstract":"

    Malaysian PASS type IMM13P

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeDl":{"name":"MBMrtdTypeDl","abstract":"

    One liner ISO DL

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeInternalTravelDocument":{"name":"MBMrtdTypeInternalTravelDocument","abstract":"

    China mainland travel permit

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeBorderCrossingCard":{"name":"MBMrtdTypeBorderCrossingCard","abstract":"

    Border crossing card

    ","parent_name":"MBMrtdDocumentType"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd1":{"name":"MBMrtdSpecificationTd1","abstract":"

    Preset for detecting TD1 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd2":{"name":"MBMrtdSpecificationTd2","abstract":"

    Preset for detecting TD2 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBMrtdSpecificationPreset.html#/c:@E@MBMrtdSpecificationPreset@MBMrtdSpecificationTd3":{"name":"MBMrtdSpecificationTd3","abstract":"

    Preset for detecting TD3 cards

    ","parent_name":"MBMrtdSpecificationPreset"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationUp":{"name":"MBProcessingOrientationUp","abstract":"

    Text oriented same as picture

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationRight":{"name":"MBProcessingOrientationRight","abstract":"

    Text is rotated 90 degrees clockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationDown":{"name":"MBProcessingOrientationDown","abstract":"

    Text is upside down

    ","parent_name":"MBProcessingOrientation"},"Enums/MBProcessingOrientation.html#/c:@E@MBProcessingOrientation@MBProcessingOrientationLeft":{"name":"MBProcessingOrientationLeft","abstract":"

    Text is rotated 90 degrees counterclockwise

    ","parent_name":"MBProcessingOrientation"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeAAMVACompliant":{"name":"MBIdBarcodeDocumentTypeAAMVACompliant","abstract":"

    AAMVACompliant

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaID":{"name":"MBIdBarcodeDocumentTypeArgentinaID","abstract":"

    Argentina ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaAlienID":{"name":"MBIdBarcodeDocumentTypeArgentinaAlienID","abstract":"

    Argentina Alien ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeArgentinaDL":{"name":"MBIdBarcodeDocumentTypeArgentinaDL","abstract":"

    Argentina DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaID":{"name":"MBIdBarcodeDocumentTypeColombiaID","abstract":"

    Colombia ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeColombiaDL":{"name":"MBIdBarcodeDocumentTypeColombiaDL","abstract":"

    Colombia DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaVoterID":{"name":"MBIdBarcodeDocumentTypeNigeriaVoterID","abstract":"

    Nigeria Voter ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeNigeriaDL":{"name":"MBIdBarcodeDocumentTypeNigeriaDL","abstract":"

    Nigeria DL

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypePanamaID":{"name":"MBIdBarcodeDocumentTypePanamaID","abstract":"

    Panama ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeSouthAfricaID":{"name":"MBIdBarcodeDocumentTypeSouthAfricaID","abstract":"

    South African ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBIdBarcodeDocumentType.html#/c:@E@MBIdBarcodeDocumentType@MBIdBarcodeDocumentTypeParaguayID":{"name":"MBIdBarcodeDocumentTypeParaguayID","abstract":"

    Paraguay ID

    ","parent_name":"MBIdBarcodeDocumentType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD1":{"name":"MBDocumentFaceDetectorTypeTD1","abstract":"

    Uses document detector for TD1 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypeTD2":{"name":"MBDocumentFaceDetectorTypeTD2","abstract":"

    Uses document detector for TD2 size identity cards

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDocumentFaceDetectorType.html#/c:@E@MBDocumentFaceDetectorType@MBDocumentFaceDetectorTypePassportsAndVisas":{"name":"MBDocumentFaceDetectorTypePassportsAndVisas","abstract":"

    Uses MRTD detector for detecting documents with MRZ

    ","parent_name":"MBDocumentFaceDetectorType"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFailed":{"name":"MBDetectionStatusFailed","abstract":"

    Detection has failed.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

    Document has been detected.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooFar":{"name":"MBDetectionStatusCameraTooFar","abstract":"

    Document has been detected but the camera is too far from the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooClose":{"name":"MBDetectionStatusCameraTooClose","abstract":"

    Document has been detected but the camera is too close to the document.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAngleTooSteep":{"name":"MBDetectionStatusCameraAngleTooSteep","abstract":"

    Document has been detected but the camera’s angle is too steep.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentTooCloseToCameraEdge":{"name":"MBDetectionStatusDocumentTooCloseToCameraEdge","abstract":"

    Document has been detected but the document is too close to the camera edge.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusDocumentPartiallyVisible":{"name":"MBDetectionStatusDocumentPartiallyVisible","abstract":"

    Only part of the document is visible.

    ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

    Fallback detection was successful (PhotoPay specific).

    ","parent_name":"MBDetectionStatus"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateNotPerformed":{"name":"MBDataMatchStateNotPerformed","abstract":"

    Data matching has not been performed.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateFailed":{"name":"MBDataMatchStateFailed","abstract":"

    Data does not match.

    ","parent_name":"MBDataMatchState"},"Enums/MBDataMatchState.html#/c:@E@MBDataMatchState@MBDataMatchStateSuccess":{"name":"MBDataMatchStateSuccess","abstract":"

    Data match.

    ","parent_name":"MBDataMatchState"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNone":{"name":"MBCameraAutofocusRestrictionNone","abstract":"

    Default. Indicates that the autofocus system should not restrict the focus range.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionNear":{"name":"MBCameraAutofocusRestrictionNear","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraAutofocusRestriction.html#/c:@E@MBCameraAutofocusRestriction@MBCameraAutofocusRestrictionFar":{"name":"MBCameraAutofocusRestrictionFar","abstract":"

    Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.

    ","parent_name":"MBCameraAutofocusRestriction"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeBack":{"name":"MBCameraTypeBack","abstract":"

    Back facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraType.html#/c:@E@MBCameraType@MBCameraTypeFront":{"name":"MBCameraTypeFront","abstract":"

    Front facing camera

    ","parent_name":"MBCameraType"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset480p":{"name":"MBCameraPreset480p","abstract":"

    480p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset720p":{"name":"MBCameraPreset720p","abstract":"

    720p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset1080p":{"name":"MBCameraPreset1080p","abstract":"

    1080p video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPreset4K":{"name":"MBCameraPreset4K","abstract":"

    4K video will always be used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetOptimal":{"name":"MBCameraPresetOptimal","abstract":"

    The library will calculate optimal resolution based on the use case and device used

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetMax":{"name":"MBCameraPresetMax","abstract":"

    Device’s maximal video resolution will be used.

    ","parent_name":"MBCameraPreset"},"Enums/MBCameraPreset.html#/c:@E@MBCameraPreset@MBCameraPresetPhoto":{"name":"MBCameraPresetPhoto","abstract":"

    Device’s photo preview resolution will be used

    ","parent_name":"MBCameraPreset"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeQR":{"name":"MBBarcodeTypeQR","abstract":"

    QR code

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeDataMatrix":{"name":"MBBarcodeTypeDataMatrix","abstract":"

    Data Matrix

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCE":{"name":"MBBarcodeTypeUPCE","abstract":"

    UPCE

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeUPCA":{"name":"MBBarcodeTypeUPCA","abstract":"

    UPCA

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN8":{"name":"MBBarcodeTypeEAN8","abstract":"

    EAN 8

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeEAN13":{"name":"MBBarcodeTypeEAN13","abstract":"

    EAN 13

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode128":{"name":"MBBarcodeTypeCode128","abstract":"

    Code 128

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeCode39":{"name":"MBBarcodeTypeCode39","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeITF":{"name":"MBBarcodeTypeITF","abstract":"

    ITF

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypeAztec":{"name":"MBBarcodeTypeAztec","abstract":"

    Code 39

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeType.html#/c:@E@MBBarcodeType@MBBarcodeTypePdf417":{"name":"MBBarcodeTypePdf417","abstract":"

    PDF 417

    ","parent_name":"MBBarcodeType"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentType":{"name":"MBBarcodeElementKeyDocumentType","abstract":"

    Mandatory on all driver’s licenses. All barcodes which are using 3-track magnetic","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVersionNumber":{"name":"MBBarcodeElementKeyStandardVersionNumber","abstract":"

    Mandatory on all driver’s licenses.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFamilyName":{"name":"MBBarcodeElementKeyCustomerFamilyName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFirstName":{"name":"MBBarcodeElementKeyCustomerFirstName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerFullName":{"name":"MBBarcodeElementKeyCustomerFullName","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDateOfBirth":{"name":"MBBarcodeElementKeyDateOfBirth","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySex":{"name":"MBBarcodeElementKeySex","abstract":"

    Mandatory on all AAMVA, Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyEyeColor":{"name":"MBBarcodeElementKeyEyeColor","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet":{"name":"MBBarcodeElementKeyAddressStreet","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressCity":{"name":"MBBarcodeElementKeyAddressCity","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressJurisdictionCode":{"name":"MBBarcodeElementKeyAddressJurisdictionCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressPostalCode":{"name":"MBBarcodeElementKeyAddressPostalCode","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFullAddress":{"name":"MBBarcodeElementKeyFullAddress","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeight":{"name":"MBBarcodeElementKeyHeight","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightIn":{"name":"MBBarcodeElementKeyHeightIn","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHeightCm":{"name":"MBBarcodeElementKeyHeightCm","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerMiddleName":{"name":"MBBarcodeElementKeyCustomerMiddleName","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHairColor":{"name":"MBBarcodeElementKeyHairColor","abstract":"

    Optional on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNameSuffix":{"name":"MBBarcodeElementKeyNameSuffix","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFullName":{"name":"MBBarcodeElementKeyAKAFullName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAFamilyName":{"name":"MBBarcodeElementKeyAKAFamilyName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAGivenName":{"name":"MBBarcodeElementKeyAKAGivenName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASuffixName":{"name":"MBBarcodeElementKeyAKASuffixName","abstract":"

    Optional on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightRange":{"name":"MBBarcodeElementKeyWeightRange","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightPounds":{"name":"MBBarcodeElementKeyWeightPounds","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyWeightKilograms":{"name":"MBBarcodeElementKeyWeightKilograms","abstract":"

    Mandatory on AAMVA 02 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCustomerIdNumber":{"name":"MBBarcodeElementKeyCustomerIdNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFamilyNameTruncation":{"name":"MBBarcodeElementKeyFamilyNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFirstNameTruncation":{"name":"MBBarcodeElementKeyFirstNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMiddleNameTruncation":{"name":"MBBarcodeElementKeyMiddleNameTruncation","abstract":"

    Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPlaceOfBirth":{"name":"MBBarcodeElementKeyPlaceOfBirth","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAddressStreet2":{"name":"MBBarcodeElementKeyAddressStreet2","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyRaceEthnicity":{"name":"MBBarcodeElementKeyRaceEthnicity","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNamePrefix":{"name":"MBBarcodeElementKeyNamePrefix","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCountryIdentification":{"name":"MBBarcodeElementKeyCountryIdentification","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress":{"name":"MBBarcodeElementKeyResidenceStreetAddress","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceStreetAddress2":{"name":"MBBarcodeElementKeyResidenceStreetAddress2","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceCity":{"name":"MBBarcodeElementKeyResidenceCity","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceJurisdictionCode":{"name":"MBBarcodeElementKeyResidenceJurisdictionCode","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidencePostalCode":{"name":"MBBarcodeElementKeyResidencePostalCode","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyResidenceFullAddress":{"name":"MBBarcodeElementKeyResidenceFullAddress","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder18":{"name":"MBBarcodeElementKeyUnder18","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder19":{"name":"MBBarcodeElementKeyUnder19","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUnder21":{"name":"MBBarcodeElementKeyUnder21","abstract":"

    Optional on AAMVA 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySocialSecurityNumber":{"name":"MBBarcodeElementKeySocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKASocialSecurityNumber":{"name":"MBBarcodeElementKeyAKASocialSecurityNumber","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAMiddleName":{"name":"MBBarcodeElementKeyAKAMiddleName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKAPrefixName":{"name":"MBBarcodeElementKeyAKAPrefixName","abstract":"

    Optional on AAMVA 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyOrganDonor":{"name":"MBBarcodeElementKeyOrganDonor","abstract":"

    Optional on AAMVA 01, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyVeteran":{"name":"MBBarcodeElementKeyVeteran","abstract":"

    Optional on AAMVA 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAKADateOfBirth":{"name":"MBBarcodeElementKeyAKADateOfBirth","abstract":"

    Optional on AAMVA 01. (MMDDCCYY format)

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuerIdentificationNumber":{"name":"MBBarcodeElementKeyIssuerIdentificationNumber","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationDate":{"name":"MBBarcodeElementKeyDocumentExpirationDate","abstract":"

    Mandatory on all AAMVA, Magnetic and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVersionNumber":{"name":"MBBarcodeElementKeyJurisdictionVersionNumber","abstract":"

    Mandatory on all AAMVA and Compact barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClass":{"name":"MBBarcodeElementKeyJurisdictionVehicleClass","abstract":"

    Mandatory on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodes":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsementCodes":{"name":"MBBarcodeElementKeyJurisdictionEndorsementCodes","abstract":"

    Mandatory on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentIssueDate":{"name":"MBBarcodeElementKeyDocumentIssueDate","abstract":"

    Mandatory on all AAMVA and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyFederalCommercialVehicleCodes":{"name":"MBBarcodeElementKeyFederalCommercialVehicleCodes","abstract":"

    Mandatory on AAMVA versions 02 and 03.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdiction":{"name":"MBBarcodeElementKeyIssuingJurisdiction","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardVehicleClassification":{"name":"MBBarcodeElementKeyStandardVehicleClassification","abstract":"

    Optional on all AAMVA barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssuingJurisdictionName":{"name":"MBBarcodeElementKeyIssuingJurisdictionName","abstract":"

    Optional on all AAMVA and Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardEndorsementCode":{"name":"MBBarcodeElementKeyStandardEndorsementCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyStandardRestrictionCode":{"name":"MBBarcodeElementKeyStandardRestrictionCode","abstract":"

    Optional on all AAMVA barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionVehicleClassificationDescription":{"name":"MBBarcodeElementKeyJurisdictionVehicleClassificationDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionEndorsmentCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyJurisdictionRestrictionCodeDescription":{"name":"MBBarcodeElementKeyJurisdictionRestrictionCodeDescription","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyInventoryControlNumber":{"name":"MBBarcodeElementKeyInventoryControlNumber","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyCardRevisionDate":{"name":"MBBarcodeElementKeyCardRevisionDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentDiscriminator":{"name":"MBBarcodeElementKeyDocumentDiscriminator","abstract":"

    Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyLimitedDurationDocument":{"name":"MBBarcodeElementKeyLimitedDurationDocument","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyAuditInformation":{"name":"MBBarcodeElementKeyAuditInformation","abstract":"

    Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyComplianceType":{"name":"MBBarcodeElementKeyComplianceType","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyIssueTimestamp":{"name":"MBBarcodeElementKeyIssueTimestamp","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitExpirationDate":{"name":"MBBarcodeElementKeyPermitExpirationDate","abstract":"

    Optional on AAMVA version 01 barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIdentifier":{"name":"MBBarcodeElementKeyPermitIdentifier","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyPermitIssueDate":{"name":"MBBarcodeElementKeyPermitIssueDate","abstract":"

    Optional on AAMVA version 01 barcodes..

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNumberOfDuplicates":{"name":"MBBarcodeElementKeyNumberOfDuplicates","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyHAZMATExpirationDate":{"name":"MBBarcodeElementKeyHAZMATExpirationDate","abstract":"

    Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyMedicalIndicator":{"name":"MBBarcodeElementKeyMedicalIndicator","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyNonResident":{"name":"MBBarcodeElementKeyNonResident","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyUniqueCustomerId":{"name":"MBBarcodeElementKeyUniqueCustomerId","abstract":"

    Optional on AAMVA version 01.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDataDiscriminator":{"name":"MBBarcodeElementKeyDataDiscriminator","abstract":"

    Optional on compact barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentExpirationMonth":{"name":"MBBarcodeElementKeyDocumentExpirationMonth","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeyDocumentNonexpiring":{"name":"MBBarcodeElementKeyDocumentNonexpiring","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBBarcodeElementKey.html#/c:@E@MBBarcodeElementKey@MBBarcodeElementKeySecurityVersion":{"name":"MBBarcodeElementKeySecurityVersion","abstract":"

    Optional on Magnetic barcodes.

    ","parent_name":"MBBarcodeElementKey"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeNone":{"name":"MBAnonymizationModeNone","abstract":"

    Anonymization will not be performed.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeImageOnly":{"name":"MBAnonymizationModeImageOnly","abstract":"

    FullDocumentImage is anonymized with black boxes covering sensitive data.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeResultFieldsOnly":{"name":"MBAnonymizationModeResultFieldsOnly","abstract":"

    Result fields containing sensitive data are removed from result.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html#/c:@E@MBAnonymizationMode@MBAnonymizationModeFullResult":{"name":"MBAnonymizationModeFullResult","abstract":"

    This mode is combination of ImageOnly and ResultFieldsOnly modes.

    ","parent_name":"MBAnonymizationMode"},"Enums/MBAnonymizationMode.html":{"name":"MBAnonymizationMode","abstract":"

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    "},"Enums/MBBarcodeElementKey.html":{"name":"MBBarcodeElementKey","abstract":"

    Enumeration of possible barcode element keys

    "},"Enums/MBBarcodeType.html":{"name":"MBBarcodeType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums/MBCameraPreset.html":{"name":"MBCameraPreset","abstract":"

    Camera resolution preset

    "},"Enums/MBCameraType.html":{"name":"MBCameraType","abstract":"

    Camera type

    "},"Enums/MBCameraAutofocusRestriction.html":{"name":"MBCameraAutofocusRestriction","abstract":"

    Camera autofocus restricion mode

    "},"Enums/MBDataMatchState.html":{"name":"MBDataMatchState","abstract":"

    Result of the data matching algorithm for scanned parts/sides of the document.

    "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

    Status of the object detection in Microblink SDK

    "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    "},"Enums.html#/c:@E@MBDocumentImageColorStatus":{"name":"MBDocumentImageColorStatus","abstract":"

    DocumentImageColorStatus enum defines possible color statuses determined from scanned image.

    "},"Enums/MBIdBarcodeDocumentType.html":{"name":"MBIdBarcodeDocumentType","abstract":"

    Enumeration of possible barcode formats

    "},"Enums.html#/c:@E@MBVideoRotationAngle":{"name":"MBVideoRotationAngle","abstract":"

    Enum which defines video rotation angle or capture connection’s video orientation.

    "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

    Enum which describes text orientation on an image.

    "},"Enums.html#/c:@E@MBImageAnalysisDetectionStatus":{"name":"MBImageAnalysisDetectionStatus","abstract":"

    MBImageAnalysisDetectionStatus enum defines possible states of detection.

    "},"Enums/MBMrtdSpecificationPreset.html":{"name":"MBMrtdSpecificationPreset","abstract":"

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    "},"Enums/MBMrtdDocumentType.html":{"name":"MBMrtdDocumentType","abstract":"

    Supported MRTD document types

    "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

    A list of fonts supported by BlinkOCR

    "},"Enums/MBProcessingStatus.html":{"name":"MBProcessingStatus","abstract":"

    MBProcessingStatus enum defines status of the last recognition process.

    "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

    Enumeration of posibble processor result state

    "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","abstract":"

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    "},"Enums/MBRecognitionDebugMode.html":{"name":"MBRecognitionDebugMode","abstract":"

    Denotes the mode in which Recognizers performs recognition

    "},"Enums/MBFrameQualityEstimationMode.html":{"name":"MBFrameQualityEstimationMode","abstract":"

    Denotes the mode in which FrameQuality estimation works

    "},"Enums/MBRecognizerResultState.html":{"name":"MBRecognizerResultState","abstract":"

    Enumeration of posibble recognizer result state

    "},"Enums.html#/c:@E@MBStrictnessLevel":{"name":"MBStrictnessLevel","abstract":"

    MBStrictnessLevel is used to strictness level of filtering performed on images.

    "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

    Possible keys that can be used for obtaining USDL result elements.

    "},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)additionalPersonalIdNumber":{"name":"additionalPersonalIdNumber","abstract":"

    TThe additional personal identification number.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)empty":{"name":"empty","abstract":"

    Flag that indicates if barcode result is empty

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBVizResult"},"Classes/MBVizResult.html#/c:objc(cs)MBVizResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBVizResult"},"Classes/MBVisaRecognizerResult.html#/c:objc(cs)MBVisaRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBVisaRecognizerResult"},"Classes/MBVisaRecognizer.html#/c:objc(cs)MBVisaRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning VisaRecognizer

    ","parent_name":"MBVisaRecognizer"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithOverlayViewController:":{"name":"+recognizerRunnerViewControllerWithOverlayViewController:","abstract":"

    Method creates a camera view controller which is responsible for displaying the","parent_name":"MBViewControllerFactory"},"Classes/MBViewControllerFactory.html#/c:objc(cs)MBViewControllerFactory(cm)recognizerRunnerViewControllerWithResult:closeButtonTapped:":{"name":"+recognizerRunnerViewControllerWithResult:closeButtonTapped:","abstract":"

    The method creates a camera view controller, which is responsible for displaying the camera input on the phone screen.","parent_name":"MBViewControllerFactory"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the United States driver license owner.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlRecognizerResult"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)result":{"name":"result","abstract":"

    USDL recognizer results

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlRecognizer.html#/c:objc(cs)MBUsdlRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlRecognizer"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)nameSuffix":{"name":"nameSuffix","abstract":"

    The name suffix of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)address":{"name":"address","abstract":"

    The full address of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number of the United States driver license.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

    TThe sex of the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the United States driver license owner.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)data":{"name":"-data","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)isUncertain":{"name":"-isUncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)getField:":{"name":"-getField:","abstract":"

    Returns a string value for a given key.

    ","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)optionalElements":{"name":"-optionalElements","abstract":"

    Array of elements that are not part of AAMVA standard and are specific to each US state.","parent_name":"MBUsdlCombinedRecognizerResult"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning both sides of USDL

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

    Set this to YES to scan even barcode not compliant with standards","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)allowNullQuietZone":{"name":"allowNullQuietZone","abstract":"

    Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)enableCompactParser":{"name":"enableCompactParser","abstract":"

    Set this to YES to enable compact parser.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)type":{"name":"type","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(py)templatingClass":{"name":"templatingClass","abstract":"

    Returns the MBTemplatingClass for recognized document. If classification failed,","parent_name":"MBTemplatingRecognizerResult"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingResult":{"name":"templatingResult","abstract":"

    Templating recognizer result

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)useGlareDetector":{"name":"useGlareDetector","abstract":"

    Defines if glare detection should be turned on/off for Templating Recognizer.

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingRecognizer.html#/c:objc(cs)MBTemplatingRecognizer(py)templatingClasses":{"name":"templatingClasses","abstract":"

    Returns all available templating classes

    ","parent_name":"MBTemplatingRecognizer"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setClassificationProcessorGroups:":{"name":"-setClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed before classification

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getClassificationProcessorGroups":{"name":"-getClassificationProcessorGroups","abstract":"

    Returns the currently set array of classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setNonClassificationProcessorGroups:":{"name":"-setNonClassificationProcessorGroups:","abstract":"

    Sets processor groups that will be executed if MBTemplatingClassifier’s classify returns YES.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)getNonClassificationProcessorGroups":{"name":"-getNonClassificationProcessorGroups","abstract":"

    Returns the currently set array of non-classification processor groups.

    ","parent_name":"MBTemplatingClass"},"Classes/MBTemplatingClass.html#/c:objc(cs)MBTemplatingClass(im)setTemplatingClassifier:":{"name":"-setTemplatingClassifier:","abstract":"

    Sets the classifier which will tell whether currently processed document belongs to this class.","parent_name":"MBTemplatingClass"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Designated initializer

    ","parent_name":"MBTapToFocusSubview"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

    Success frame MBImage of successful frame

    ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)result":{"name":"result","abstract":"

    SuccessFrameGrabber recognizer results

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(py)slaveRecognizer":{"name":"slaveRecognizer","abstract":"

    Slave recognizer that is wrapped with SuccessFrameGrabber

    ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSubview.html#/c:objc(cs)MBSubview(py)delegate":{"name":"delegate","abstract":"

    Delegate which is notified on Overlay events

    ","parent_name":"MBSubview"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)value":{"name":"value","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)valueForAlphabetType:":{"name":"-valueForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)location":{"name":"location","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)locationForAlphabetType:":{"name":"-locationForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(py)side":{"name":"side","parent_name":"MBStringResult"},"Classes/MBStringResult.html#/c:objc(cs)MBStringResult(im)sideForAlphabetType:":{"name":"-sideForAlphabetType:","parent_name":"MBStringResult"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)initWithRecognizerCollection:":{"name":"-initWithRecognizerCollection:","abstract":"

    Initializes the recognizer runner

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)cancelProcessing":{"name":"-cancelProcessing","abstract":"

    Cancels all dispatched, but not yet processed image processing requests issued with processImage.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processImage:":{"name":"-processImage:","abstract":"

    Processes a MBImage object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)processString:":{"name":"-processString:","abstract":"

    Processes a NSString object synchronously using current settings.","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Method which is used to apply MBSettings object given by currentSettings property

    ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognizerList":{"name":"recognizerList","abstract":"

    Contains MBRecognizer objects - each individual recognizer.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)allowMultipleResults":{"name":"allowMultipleResults","abstract":"

    If NO, recognizer chain will stop when finds first valid scan results and will return just it.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)partialRecognitionTimeout":{"name":"partialRecognitionTimeout","abstract":"

    Timeout interval in which the partial scanning results will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionDebugMode":{"name":"recognitionDebugMode","abstract":"

    Recognition debug mode.

    ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)frameQualityEstimationMode":{"name":"frameQualityEstimationMode","abstract":"

    Frame quality estimation mode. If frame quality estimation is on, some video frames will be skipped, if","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(py)baseResult":{"name":"baseResult","abstract":"

    Base recognizer result.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognizer.html#/c:objc(cs)MBRecognizer(im)toSignedJson":{"name":"-toSignedJson","abstract":"

    Returns the signed JSON representation of this entity’s current state as a MBSignedPayload.

    ","parent_name":"MBRecognizer"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzId":{"name":"enableMrzId","abstract":"

    Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzVisa":{"name":"enableMrzVisa","abstract":"

    Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableMrzPassport":{"name":"enableMrzPassport","abstract":"

    Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enablePhotoId":{"name":"enablePhotoId","abstract":"

    Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableBarcodeId":{"name":"enableBarcodeId","abstract":"

    Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBRecognitionModeFilter.html#/c:objc(cs)MBRecognitionModeFilter(py)enableFullDocumentRecognition":{"name":"enableFullDocumentRecognition","abstract":"

    Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.

    ","parent_name":"MBRecognitionModeFilter"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperLeft":{"name":"upperLeft","abstract":"

    Upper left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)upperRight":{"name":"upperRight","abstract":"

    Upper right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerLeft":{"name":"lowerLeft","abstract":"

    Lower left point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(py)lowerRight":{"name":"lowerRight","abstract":"

    Lower right point

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Designated initializer which initializes all four corners of the quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)toPointsArray":{"name":"-toPointsArray","abstract":"

    Returns points of the quadrangle in array in the following order:

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)quadrangleWithTransformation:":{"name":"-quadrangleWithTransformation:","abstract":"

    Creates new quadrangle from this quadrangle, transformed by specified affine transformation.

    ","parent_name":"MBQuadrangle"},"Classes/MBQuadrangle.html#/c:objc(cs)MBQuadrangle(im)center":{"name":"-center","abstract":"

    Returns the center point of the Quadrangle

    ","parent_name":"MBQuadrangle"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)initWithProcessingLocation:dewarpPolicy:andProcessors:":{"name":"-initWithProcessingLocation:dewarpPolicy:andProcessors:","abstract":"

    Constructor for MBProcessorGroup.

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(py)processors":{"name":"processors","abstract":"

    Processors that are members of the processor group

    ","parent_name":"MBProcessorGroup"},"Classes/MBProcessor.html#/c:objc(cs)MBProcessor(py)baseResult":{"name":"baseResult","abstract":"

    Base processor result

    ","parent_name":"MBProcessor"},"Classes/MBPassportRecognizerResult.html#/c:objc(cs)MBPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone.

    ","parent_name":"MBPassportRecognizerResult"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning PassportRecognizer

    ","parent_name":"MBPassportRecognizer"},"Classes/MBPassportRecognizer.html#/c:objc(cs)MBPassportRecognizer(py)anonymizeNetherlandsMrz":{"name":"anonymizeNetherlandsMrz","abstract":"

    Defines whether to anonymize Netherlands MRZ

    ","parent_name":"MBPassportRecognizer"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)parsers":{"name":"parsers","abstract":"

    Getting array of readonly parsers

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)result":{"name":"result","abstract":"

    MBParserGroupProcessor processor result

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(py)oneOptionalElementInGroupShouldBeValid":{"name":"oneOptionalElementInGroupShouldBeValid","abstract":"

    Set if one optional element should be valid

    ","parent_name":"MBParserGroupProcessor"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)recognizerRunnerViewController":{"name":"recognizerRunnerViewController","abstract":"

    Overlay View’s delegate object. Responsible for sending messages to PhotoPay’s","parent_name":"MBOverlayViewController"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)language":{"name":"language","abstract":"

    If default overlay contains textual information, text will be localized to this language

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(py)cameraSettings":{"name":"cameraSettings","abstract":"

    Camera settings

    ","parent_name":"MBOverlaySettings"},"Classes/MBOverlaySettings.html#/c:objc(cs)MBOverlaySettings(im)init":{"name":"-init","abstract":"

    Initializes the object with default settings (see above for defaults).

    ","parent_name":"MBOverlaySettings"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ul":{"name":"ul","abstract":"

    Upper left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ur":{"name":"ur","abstract":"

    Upper right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)ll":{"name":"ll","abstract":"

    Lower left corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(py)lr":{"name":"lr","abstract":"

    Lower right corner

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)initWithUpperLeft:upperRight:lowerLeft:lowerRight:":{"name":"-initWithUpperLeft:upperRight:lowerLeft:lowerRight:","abstract":"

    Initializer

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)positionWithOffset:":{"name":"-positionWithOffset:","abstract":"

    Creates a position with offset to a current position. Offset is added.

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)rect":{"name":"-rect","abstract":"

    Helper method converting Position to CGRect

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)center":{"name":"-center","abstract":"

    Helper method calculating the center of the Position

    ","parent_name":"MBPosition"},"Classes/MBPosition.html#/c:objc(cs)MBPosition(im)height":{"name":"-height","abstract":"

    Helper method calculating the height of the position

    ","parent_name":"MBPosition"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)value":{"name":"value","abstract":"

    Unicode value of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)position":{"name":"position","abstract":"

    Position of the char on the image, in the coordinate system of the image

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)height":{"name":"height","abstract":"

    Height of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)uncertain":{"name":"uncertain","abstract":"

    YES if char is uncertain

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)quality":{"name":"quality","abstract":"

    Integer value representing OCR quality of the char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(py)font":{"name":"font","abstract":"

    Font of the character

    ","parent_name":"MBOcrChar"},"Classes/MBOcrChar.html#/c:objc(cs)MBOcrChar(im)initWithValue:position:height:":{"name":"-initWithValue:position:height:","abstract":"

    Initializer for a char

    ","parent_name":"MBOcrChar"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)chars":{"name":"chars","abstract":"

    Ocr chars of the line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(py)position":{"name":"position","abstract":"

    Position of the line on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)initWithOcrChars:position:":{"name":"-initWithOcrChars:position:","abstract":"

    Initializer from chars

    ","parent_name":"MBOcrLine"},"Classes/MBOcrLine.html#/c:objc(cs)MBOcrLine(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr line

    ","parent_name":"MBOcrLine"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)lines":{"name":"lines","abstract":"

    Ocr lines of the block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(py)position":{"name":"position","abstract":"

    Position of the block on the image, in the coordinate system of the image

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)initWithOcrLines:position:":{"name":"-initWithOcrLines:position:","abstract":"

    Initializer from lines

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrBlock.html#/c:objc(cs)MBOcrBlock(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr block

    ","parent_name":"MBOcrBlock"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)box":{"name":"box","abstract":"

    Bounding box of the layout. Given in the coordinate system of the image on which OCR was performed.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)blocks":{"name":"blocks","abstract":"

    Ocr blocks of the layout

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)transformInvalid":{"name":"transformInvalid","abstract":"

    YES if transform is not valid (e.g, there’s no UI to which it can be calculated. NO otherwise.

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)position":{"name":"position","abstract":"

    Position of layout on the image, in the coordinate system of the image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(py)flipped":{"name":"flipped","abstract":"

    OCR layout was recognized from flipped image

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:transform:box:flipped:":{"name":"-initWithOcrBlocks:transform:box:flipped:","abstract":"

    Initializer from blocks and transformation

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)initWithOcrBlocks:":{"name":"-initWithOcrBlocks:","abstract":"

    Initializer from blocks

    ","parent_name":"MBOcrLayout"},"Classes/MBOcrLayout.html#/c:objc(cs)MBOcrLayout(im)string":{"name":"-string","abstract":"

    Helper method which returna a simple string representation of the ocr layout

    ","parent_name":"MBOcrLayout"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default max allowed dewarp height used when using default constructor.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(im)initWithMaxAllowedDewarpHeight:":{"name":"-initWithMaxAllowedDewarpHeight:","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBNoUpScalingDewarpPolicy.html#/c:objc(cs)MBNoUpScalingDewarpPolicy(py)maxAllowedDewarpHeight":{"name":"maxAllowedDewarpHeight","abstract":"

    Returns the max allowed dewarp height as specified by this policy.

    ","parent_name":"MBNoUpScalingDewarpPolicy"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

    Factory method which creates MRTD specification based on a preset

    ","parent_name":"MBMrtdSpecification"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)rawOcrLayout":{"name":"rawOcrLayout","abstract":"

    Raw OCR layout from which the MRTD data was parsed.

    ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)result":{"name":"result","abstract":"

    Detector recognizer results

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrtdSpecifications":{"name":"mrtdSpecifications","abstract":"

    Get the mrtd specifications.

    ","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)mrzFilterDelegate":{"name":"mrzFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    Returns the Data extracted from the machine readable zone.

    ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)result":{"name":"result","abstract":"

    Mrtd Combined recognizer result

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnparsedResults":{"name":"allowUnparsedResults","abstract":"

    Whether returning of unparsed results is allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowUnverifiedResults":{"name":"allowUnverifiedResults","abstract":"

    Whether returning of unverified results is allowed","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)allowSpecialCharacters":{"name":"allowSpecialCharacters","abstract":"

    Whether special characters are allowed

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of document this recognizer will scan.

    ","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(py)mrzCombinedFilterDelegate":{"name":"mrzCombinedFilterDelegate","abstract":"

    Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showTrialLicenseWarning":{"name":"showTrialLicenseWarning","abstract":"

    Disable or enable showing of toast when trial license key is entered. By default, whenever","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:errorCallback:":{"name":"-setLicenseBuffer:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:andLicensee:errorCallback:":{"name":"-setLicenseBuffer:andLicensee:errorCallback:","abstract":"

    Set license buffer and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:errorCallback:":{"name":"-setLicenseKey:errorCallback:","abstract":"

    Set license key and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseKey:andLicensee:errorCallback:":{"name":"-setLicenseKey:andLicensee:errorCallback:","abstract":"

    Set license key and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Application package will be used to validate the license.

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:errorCallback:","abstract":"

    Set the license file and unlock the SDK. Also define licensee that will be used to validate the license.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)buildVersionString":{"name":"+buildVersionString","abstract":"

    Returns the string that contains the library build version

    ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)isScanningUnsupportedForCameraType:error:":{"name":"+isScanningUnsupportedForCameraType:error:","abstract":"

    This method returns true when scanning is unsupported on a specific device.","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setPingProxyUrl:":{"name":"-setPingProxyUrl:","abstract":"

    Set the URL for ping proxy.","parent_name":"MBMicroblinkSDK"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlayViewController.html#/c:objc(cs)MBLegacyDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBLegacyDocumentVerificationOverlayViewController"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

    Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

    Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

    Returns/sets splash message that is shown after scanning the document.

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

    Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

    Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBLegacyDocumentVerificationOverlaySettings.html#/c:objc(cs)MBLegacyDocumentVerificationOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBLegacyDocumentVerificationOverlaySettings"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)rawImage":{"name":"rawImage","abstract":"

    Returns the raw image saved by the processor. If no image was saved by processor, returns null.","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(py)encodedImage":{"name":"encodedImage","abstract":"

    JPEG-encoded image or nil, depending on whether image encoding was enabled.

    ","parent_name":"MBImageReturnProcessorResult"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)result":{"name":"result","abstract":"

    MBImageReturnProcessor processor result

    ","parent_name":"MBImageReturnProcessor"},"Classes/MBImageReturnProcessor.html#/c:objc(cs)MBImageReturnProcessor(py)encodeImage":{"name":"encodeImage","abstract":"

    Defines whether saved image will also be encoded as JPEG. This is false by default, which","parent_name":"MBImageReturnProcessor"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)image":{"name":"image","abstract":"

    UIImage of wrapped image.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)roi":{"name":"roi","abstract":"

    Region of the image used for scanning, where the whole image is specified with CGRectMake(0.0, 0.0, 1.0, 1.0).

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)orientation":{"name":"orientation","abstract":"

    Processing orientation of image. This is used in OCR where you can specify character orientation.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredHorizontally":{"name":"mirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)mirroredVertically":{"name":"mirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)estimateFrameQuality":{"name":"estimateFrameQuality","abstract":"

    If YES, the image will prior to processing go through frame quality estimation phase, which might discard the frame

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)cameraFrame":{"name":"cameraFrame","abstract":"

    Property which tells if this frame is a camera or a single photo frame.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(py)videoRotationAngle":{"name":"videoRotationAngle","abstract":"

    Connection orientation.","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

    Creates MBImage around UIImage.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

    Creates MBImage around CVImageBufferRef.

    ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCvPixelBuffer:orientation:":{"name":"+imageWithCvPixelBuffer:orientation:","abstract":"

    Creates MBImage around CVPixelBufferRef.

    ","parent_name":"MBImage"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)middleName":{"name":"middleName","abstract":"

    The middle name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

    Byte array with result of the scan

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

    Retrieves string content of scanned data

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

    Flag indicating uncertain scanning data","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

    Type of the barcode scanned

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)documentType":{"name":"documentType","abstract":"

    The document type deduced from the recognized barcode

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)restrictions":{"name":"restrictions","abstract":"

    The restrictions to driving privileges for the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)endorsements":{"name":"endorsements","abstract":"

    The additional privileges granted to the driver license owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)vehicleClass":{"name":"vehicleClass","abstract":"

    The type of vehicle the driver license owner has privilege to drive.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)street":{"name":"street","abstract":"

    The street address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)postalCode":{"name":"postalCode","abstract":"

    The postal code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)city":{"name":"city","abstract":"

    The city address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)jurisdiction":{"name":"jurisdiction","abstract":"

    The jurisdiction code address portion of the document owner.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizerResult.html#/c:objc(cs)MBIdBarcodeRecognizerResult(py)extendedElements":{"name":"extendedElements","abstract":"

    Document specific extended elements that contain all barcode fields in their original form.

    ","parent_name":"MBIdBarcodeRecognizerResult"},"Classes/MBIdBarcodeRecognizer.html#/c:objc(cs)MBIdBarcodeRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning IDBarcodeRecognizer

    ","parent_name":"MBIdBarcodeRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabFocusedFrames":{"name":"grabFocusedFrames","abstract":"

    Allow sending focused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(py)grabUnfocusedFrames":{"name":"grabUnfocusedFrames","abstract":"

    Allow sending unfocused camera frames to MBFrameGrabberRecognizerDelegate.

    ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default dewarp height value used when using default constructor.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(im)initWithDewarpHeight:":{"name":"-initWithDewarpHeight:","parent_name":"MBFixedDewarpPolicy"},"Classes/MBFixedDewarpPolicy.html#/c:objc(cs)MBFixedDewarpPolicy(py)dewarpHeight":{"name":"dewarpHeight","abstract":"

    Returns the desired dewarp height (in pixels) as specified by this policy.

    ","parent_name":"MBFixedDewarpPolicy"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorColor":{"name":"errorColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBErrorReticle"},"Classes/MBErrorReticle.html#/c:objc(cs)MBErrorReticle(py)errorReticleImage":{"name":"errorReticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBErrorReticle"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsColor":{"name":"dotsColor","abstract":"

    Color of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsStrokeWidth":{"name":"dotsStrokeWidth","abstract":"

    Width of the dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsRadius":{"name":"dotsRadius","abstract":"

    Radius of dots

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)animationDuration":{"name":"animationDuration","abstract":"

    Duration of the animation

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initializes the layer

    ","parent_name":"MBDotsSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)foregroundColor":{"name":"foregroundColor","abstract":"

    Foreground color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)tintColor":{"name":"tintColor","abstract":"

    Border and shadow color of dots.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)shouldIgnoreFastResults":{"name":"shouldIgnoreFastResults","abstract":"

    If set YES, dots will not redraw until the animation is finished. This will make animation look much smoother on fast results.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)charFadeInDuration":{"name":"charFadeInDuration","abstract":"

    Duration of fade animation for each dot.

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDotsResultSubview.html#/c:objc(cs)MBDotsResultSubview(py)dotCount":{"name":"dotCount","abstract":"

    Maximum number of dots shown on screen. This count has to be in range [20,50].

    ","parent_name":"MBDotsResultSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderView":{"name":"viewfinderView","abstract":"

    Default implementation draws a rectangle with aspect ratio of viewfinderAspectRatio,","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)viewfinderWidthToHeightRatio":{"name":"viewfinderWidthToHeightRatio","abstract":"

    Default aspect ratio of the viewfinder, calculated as width / height.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(py)tooltipLabel":{"name":"tooltipLabel","abstract":"

    Label displayed below the viewfinder view.

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

    Initialize the overlay subview with a given frame

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSubview.html#/c:objc(cs)MBDocumentSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

    Initialize the overlay subview with a given coder

    ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common settings

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlayViewController.html#/c:objc(cs)MBDocumentOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBDocumentOverlayViewController"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)tooltipText":{"name":"tooltipText","abstract":"

    Gets/sets tootlip text that is defines under document view finder.

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

    Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)showTooltip":{"name":"showTooltip","abstract":"

    Gets/sets tooltip visibility

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentOverlaySettings.html#/c:objc(cs)MBDocumentOverlaySettings(py)captureHighResImage":{"name":"captureHighResImage","abstract":"

    Gets/sets capturing of high resolution image

    ","parent_name":"MBDocumentOverlaySettings"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)documentLocation":{"name":"documentLocation","abstract":"

    Quadrangle represeting corner points of the document within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(py)faceLocation":{"name":"faceLocation","abstract":"

    Quadrangle represeting corner points of the face image within the input image.

    ","parent_name":"MBDocumentFaceRecognizerResult"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning Document Face Recognizer

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)detectorType":{"name":"detectorType","abstract":"

    Type of docment this recognizer will scan.

    ","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDocumentFaceRecognizer.html#/c:objc(cs)MBDocumentFaceRecognizer(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

    Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentFaceRecognizer"},"Classes/MBDisplayableQuadDetection.html#/c:objc(cs)MBDisplayableQuadDetection(py)detectionLocation":{"name":"detectionLocation","abstract":"

    Exact location of detected object on image.","parent_name":"MBDisplayableQuadDetection"},"Classes/MBDisplayablePointsDetection.html#/c:objc(cs)MBDisplayablePointsDetection(py)points":{"name":"points","abstract":"

    Coordinates of points (CGPoint) of a detected object.

    ","parent_name":"MBDisplayablePointsDetection"},"Classes/MBDisplayableObject.html#/c:objc(cs)MBDisplayableObject(py)transform":{"name":"transform","abstract":"

    Tranformation matrix which transforms the coordinate system in which the OCR layout is given","parent_name":"MBDisplayableObject"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)initWithDetectionStatus:":{"name":"-initWithDetectionStatus:","abstract":"

    Initializes the displayable detection with matrix

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(im)init":{"name":"-init","abstract":"

    Please use designated initializer.

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDisplayableDetection.html#/c:objc(cs)MBDisplayableDetection(py)detectionStatus":{"name":"detectionStatus","abstract":"

    Detection status which describes the status of detection

    ","parent_name":"MBDisplayableDetection"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateStringResult":{"name":"originalDateStringResult","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(cm)dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:":{"name":"+dateResultWithDay:month:year:originalDateStringResult:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDateResult"},"Classes/MBDate.html#/c:objc(cs)MBDate(im)initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"-initWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Designated initializer

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)originalDateString":{"name":"originalDateString","abstract":"

    The original string used to create the date result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)date":{"name":"date","abstract":"

    NSDate object which represents the same date as this result

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)day":{"name":"day","abstract":"

    Day in month.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)month":{"name":"month","abstract":"

    Month in year.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)year":{"name":"year","abstract":"

    Year of the current date.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(py)isFilledByDomainKnowledge":{"name":"isFilledByDomainKnowledge","abstract":"

    Indicates that date does not appear on the document but is filled by our internal domain knowledge.

    ","parent_name":"MBDate"},"Classes/MBDate.html#/c:objc(cs)MBDate(cm)dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:":{"name":"+dateWithDay:month:year:originalDateString:isFilledByDomainKnowledge:","abstract":"

    Factory method

    ","parent_name":"MBDate"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)init":{"name":"-init","abstract":"

    Default DPI that will be used with default constructor.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(im)initWithDesiredDPI:":{"name":"-initWithDesiredDPI:","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBDPIBasedDewarpPolicy.html#/c:objc(cs)MBDPIBasedDewarpPolicy(py)desiredDPI":{"name":"desiredDPI","abstract":"

    Returns the desired DPI as defined by this policy.

    ","parent_name":"MBDPIBasedDewarpPolicy"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)init":{"name":"-init","abstract":"

    Convenience initializer used for use cases when overlay view controller is instantiated from storyboard.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRegion":{"name":"scanningRegion","abstract":"

    Scanning region","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraPreset":{"name":"cameraPreset","abstract":"

    Camera preset. With this property you can set the resolution of the camera

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraType":{"name":"cameraType","abstract":"

    Camera type. You can choose between front and back facing.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)autofocusInterval":{"name":"autofocusInterval","abstract":"

    Interval between forcing two camera focuses. If <= 0, forced focuses arent performed","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraAutofocusRestriction":{"name":"cameraAutofocusRestriction","abstract":"

    Range restriction for camera autofocus.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)videoGravity":{"name":"videoGravity","abstract":"

    Gravity of Camera preview on screen.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)focusPoint":{"name":"focusPoint","abstract":"

    Point against which the autofocus will be performed

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredHorizontally":{"name":"cameraMirroredHorizontally","abstract":"

    Tells whether camera input images should be mirrored horizontally before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)cameraMirroredVertically":{"name":"cameraMirroredVertically","abstract":"

    Tells whether camera input images should be mirrored vertically before processing

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)previewZoomScale":{"name":"previewZoomScale","abstract":"

    Set the back side preview camera layer zoom factor. 1.0 means there is no zoom, 2.0 double the zoom - preview layer is 2x zoomed than video output.","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings (see above for defaults)

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcSessionPreset":{"name":"-calcSessionPreset","abstract":"

    Returns an optimal AVFoundation session preset based on cameraPreset value.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(im)calcAutofocusRangeRestriction":{"name":"-calcAutofocusRangeRestriction","abstract":"

    Returns an optimal AVFoundation autofocus range restriction value based on cameraAutofocusRestriction.

    ","parent_name":"MBCameraSettings"},"Classes/MBCameraSettings.html#/c:objc(cs)MBCameraSettings(py)forceUsingPixelFormatTypeBiPlanarFullRange":{"name":"forceUsingPixelFormatTypeBiPlanarFullRange","abstract":"

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange.","parent_name":"MBCameraSettings"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isAnimating":{"name":"isAnimating","abstract":"

    Whether the reticle is currently animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isDetecting":{"name":"isDetecting","abstract":"

    Whether the reticle is currently detecting.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)isConfirming":{"name":"isConfirming","abstract":"

    Whether the reticle is currently confirming.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startAnimating":{"name":"-startAnimating","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopAnimating":{"name":"-stopAnimating","abstract":"

    Stops animating the reticle. Does nothing if the reticle is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)startDetecting":{"name":"-startDetecting","abstract":"

    Starts animating the detection spinner. Does nothing if the detection is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)stopDetecting":{"name":"-stopDetecting","abstract":"

    Stops animating the detection spinner. Does nothing if the detection is not animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)resetAll":{"name":"-resetAll","abstract":"

    Stops all animations and remove all layers to reset state to beginning

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(im)animateArcRotation":{"name":"-animateArcRotation","abstract":"

    Starts animating the reticle. Does nothing if the reticle is already animating.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleImage":{"name":"reticleImage","abstract":"

    Custom reticle image. Shown instead of default circle.","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleColor":{"name":"reticleColor","abstract":"

    Custom tint color used for arc and progress animation. Default white.

    ","parent_name":"MBCameraReticle"},"Classes/MBCameraReticle.html#/c:objc(cs)MBCameraReticle(py)reticleDefaultColor":{"name":"reticleDefaultColor","abstract":"

    Custom tint color used for tinting reticleImage. Ignored if white.

    ","parent_name":"MBCameraReticle"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)imageAnalysisResult":{"name":"imageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned image.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vizResult":{"name":"vizResult","abstract":"

    Defines the data extracted from the visual inspection zone

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)additionalProcessingInfo":{"name":"additionalProcessingInfo","abstract":"

    Additional info on processing.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)cameraFrame":{"name":"cameraFrame","abstract":"

    The raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizerResult.html#/c:objc(cs)MBBlinkIdSingleSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdSingleSideRecognizerResult"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIDRecognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdSingleSideRecognizer.html#/c:objc(cs)MBBlinkIdSingleSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdSingleSideRecognizer"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)settings":{"name":"settings","abstract":"

    Common BlinkId UI settings

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(py)delegate":{"name":"delegate","abstract":"

    Delegate

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlayViewController.html#/c:objc(cs)MBBlinkIdOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

    Designated intializer.

    ","parent_name":"MBBlinkIdOverlayViewController"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)requireDocumentSidesDataMatch":{"name":"requireDocumentSidesDataMatch","abstract":"

    If YES, MBBlinkIdMultiSideRecognizer will check if sides do match when scanning is finished

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showNotSupportedDialog":{"name":"showNotSupportedDialog","abstract":"

    Defines whether Document Not Supported dialog will be displayed in UI.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showFlashlightWarning":{"name":"showFlashlightWarning","abstract":"

    Defines whether glare warning will be displayed when user turn on a flashlight

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideScanningTimeout":{"name":"backSideScanningTimeout","abstract":"

    Option to configure back side scanning timeout.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)firstSideInstructionsText":{"name":"firstSideInstructionsText","abstract":"

    Message that is shown while scanning first side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)backSideInstructionsText":{"name":"backSideInstructionsText","abstract":"

    Message that is shown while scanning back side of the document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanBarcodeText":{"name":"scanBarcodeText","abstract":"

    Message that is shown after fornt side of the USDL document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)flipInstructions":{"name":"flipInstructions","abstract":"

    Instructions to flip document, shown when scanning of the first side is done, before scanning the second","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveCloser":{"name":"errorMoveCloser","abstract":"

    Instructions for the user to move the document closer.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMoveFarther":{"name":"errorMoveFarther","abstract":"

    Instructions for the user to move the document farther.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorDocumentTooCloseToEdge":{"name":"errorDocumentTooCloseToEdge","abstract":"

    Instructions for the user to move the document from the edge.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingTitle":{"name":"sidesNotMatchingTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)sidesNotMatchingMessage":{"name":"sidesNotMatchingMessage","abstract":"

    Message inside dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchTitle":{"name":"dataMismatchTitle","abstract":"

    Title of the dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)dataMismatchMessage":{"name":"dataMismatchMessage","abstract":"

    Message inside dialog, which is shown when scanned document has data mismatch.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentTitle":{"name":"unsupportedDocumentTitle","abstract":"

    Title of the dialog, which is shown when scanned document sides are not from the same document.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)unsupportedDocumentMessage":{"name":"unsupportedDocumentMessage","abstract":"

    Message inside dialog, which is shown when unsupported document is scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutTitle":{"name":"recognitionTimeoutTitle","abstract":"

    Title of the dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)recognitionTimeoutMessage":{"name":"recognitionTimeoutMessage","abstract":"

    Message inside dialog, which is shown on timeout when scanning is stuck on the back document side.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)retryButtonText":{"name":"retryButtonText","abstract":"

    Text of the “retry” button inside dialog, which is shown on timeout when scanning is stuck on the back","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)errorMandatoryFieldMissing":{"name":"errorMandatoryFieldMissing","abstract":"

    Instructions for the user that is covering more than two mandatory fields for a scan.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)defineSpecificMissingMandatoryFields":{"name":"defineSpecificMissingMandatoryFields","abstract":"

    If YES and number of missing mandatory fields is <= 2, names of missing mandatory fields will be present in the message.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)onboardingButtonTooltipDelay":{"name":"onboardingButtonTooltipDelay","abstract":"

    Option to configure when the onboarding help tooltip will appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showOnboardingInfo":{"name":"showOnboardingInfo","abstract":"

    Defines whether button for presenting onboarding screens will be present on screen.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)showIntroductionDialog":{"name":"showIntroductionDialog","abstract":"

    Defines whether tutorial alert will be presented on appear.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)glareDetectedMessage":{"name":"glareDetectedMessage","abstract":"

    Instructions for the user to avoid glare.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)blurDetectedMessage":{"name":"blurDetectedMessage","abstract":"

    Instructions for the user to avoid blur.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)faceImageMissingMessage":{"name":"faceImageMissingMessage","abstract":"

    Instructions for the user when face image is missing.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)awaitingOtherSideMessage":{"name":"awaitingOtherSideMessage","abstract":"

    Instructions for the user when other side is awaiting scanning.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(py)scanningWrongSideMessage":{"name":"scanningWrongSideMessage","abstract":"

    Instructions for the user when wrong side is being scanned.","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdOverlaySettings.html#/c:objc(cs)MBBlinkIdOverlaySettings(im)init":{"name":"-init","abstract":"

    Designated initializer. Initializes the object with default settings.

    ","parent_name":"MBBlinkIdOverlaySettings"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)address":{"name":"address","abstract":"

    The address of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

    The date of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

    The date of expiry of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

    The date of issue of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

    Determines if date of expiry is permanent.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

    The document number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)firstName":{"name":"firstName","abstract":"

    The first name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fullName":{"name":"fullName","abstract":"

    The full name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)lastName":{"name":"lastName","abstract":"

    The last name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

    The father’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

    The mother’s name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sex":{"name":"sex","abstract":"

    The sex of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)localizedName":{"name":"localizedName","abstract":"

    The localized name of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalNameInformation":{"name":"additionalNameInformation","abstract":"

    The additional name information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalAddressInformation":{"name":"additionalAddressInformation","abstract":"

    The additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)additionalOptionalAddressInformation":{"name":"additionalOptionalAddressInformation","abstract":"

    The one more additional address information of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

    The place of birth of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)nationality":{"name":"nationality","abstract":"

    The nationality of the documet owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)race":{"name":"race","abstract":"

    The race of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)religion":{"name":"religion","abstract":"

    The religion of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)profession":{"name":"profession","abstract":"

    The profession of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

    The marital status of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

    The residential stauts of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)employer":{"name":"employer","abstract":"

    The employer of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)personalIdNumber":{"name":"personalIdNumber","abstract":"

    The personal identification number.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentAdditionalNumber":{"name":"documentAdditionalNumber","abstract":"

    The additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentOptionalAdditionalNumber":{"name":"documentOptionalAdditionalNumber","abstract":"

    The one more additional number of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

    The issuing authority of the document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)documentSubtype":{"name":"documentSubtype","abstract":"

    The transcription of the document subtype.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)sponsor":{"name":"sponsor","abstract":"

    The sponsor of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

    The blood type of the document owner.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

    The data extracted from the machine readable zone

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)driverLicenseDetailedInfo":{"name":"driverLicenseDetailedInfo","abstract":"

    The driver license detailed info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)classInfo":{"name":"classInfo","abstract":"

    The classification information.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontImageAnalysisResult":{"name":"frontImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned front image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backImageAnalysisResult":{"name":"backImageAnalysisResult","abstract":"

    Defines possible color and moire statuses determined from scanned back image.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeResult":{"name":"barcodeResult","abstract":"

    Defines the data extracted from the barcode.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontVizResult":{"name":"frontVizResult","abstract":"

    Defines the data extracted from the front side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backVizResult":{"name":"backVizResult","abstract":"

    Defines the data extracted from the back side visual inspection zone.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)processingStatus":{"name":"processingStatus","abstract":"

    Defines status of the last recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontProcessingStatus":{"name":"frontProcessingStatus","abstract":"

    Status of the last front side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backProcessingStatus":{"name":"backProcessingStatus","abstract":"

    Status of the last back side recognition process.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontAdditionalProcessingInfo":{"name":"frontAdditionalProcessingInfo","abstract":"

    Additional info on processing of the front side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backAdditionalProcessingInfo":{"name":"backAdditionalProcessingInfo","abstract":"

    Additional info on processing of the back side.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)recognitionMode":{"name":"recognitionMode","abstract":"

    Recognition mode used to scan current document.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)frontCameraFrame":{"name":"frontCameraFrame","abstract":"

    The front raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)backCameraFrame":{"name":"backCameraFrame","abstract":"

    The back raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeCameraFrame":{"name":"barcodeCameraFrame","abstract":"

    The barcode raw camera frame.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dataMatchResult":{"name":"dataMatchResult","abstract":"

    Detailed info on data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageLocation":{"name":"faceImageLocation","abstract":"

    face image location from the document if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)faceImageSide":{"name":"faceImageSide","abstract":"

    side of document that face image is located on if enabled with MBFaceImage returnFaceImage property.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)remarks":{"name":"remarks","abstract":"

    The remarks on the residence permit.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)residencePermitType":{"name":"residencePermitType","abstract":"

    The residence permit type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)visaType":{"name":"visaType","abstract":"

    The visa type.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)manufacturingYear":{"name":"manufacturingYear","abstract":"

    The manufacturing year.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)vehicleType":{"name":"vehicleType","abstract":"

    The eligibility category.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)eligibilityCategory":{"name":"eligibilityCategory","abstract":"

    The manufacturing year..

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)specificDocumentValidity":{"name":"specificDocumentValidity","abstract":"

    The specific document validity.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)dependentInfos":{"name":"dependentInfos","abstract":"

    The dependents info.

    ","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizerResult.html#/c:objc(cs)MBBlinkIdMultiSideRecognizerResult(py)barcodeStepUsed":{"name":"barcodeStepUsed","abstract":"

    This member indicates whether the barcode scanning step was utilized during the","parent_name":"MBBlinkIdMultiSideRecognizerResult"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)result":{"name":"result","abstract":"

    Result of scanning BlinkIdMultiSideRecognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)delegate":{"name":"delegate","abstract":"

    The object that acts as the delegate of the recognizer

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableBlurFilter":{"name":"enableBlurFilter","abstract":"

    Skip processing of the blurred frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)blurStrictnessLevel":{"name":"blurStrictnessLevel","abstract":"

    Strictness level for blur detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)enableGlareFilter":{"name":"enableGlareFilter","abstract":"

    Skip processing of the glared frames.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)glareStrictnessLevel":{"name":"glareStrictnessLevel","abstract":"

    Strictness level for glare detection.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnparsedMrzResults":{"name":"allowUnparsedMrzResults","abstract":"

    Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUnverifiedMrzResults":{"name":"allowUnverifiedMrzResults","abstract":"

    Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)paddingEdge":{"name":"paddingEdge","abstract":"

    Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)skipUnsupportedBack":{"name":"skipUnsupportedBack","abstract":"

    Skip back side capture and processing step when back side of the document is not supported

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)validateResultCharacters":{"name":"validateResultCharacters","abstract":"

    Defines whether result characters validatation is performed.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)anonymizationMode":{"name":"anonymizationMode","abstract":"

    Defines whether sensitive data should be removed from images, result fields or both.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)recognitionModeFilter":{"name":"recognitionModeFilter","abstract":"

    Enable or disable recognition of specific document groups supported by the current license.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)scanCroppedDocumentImage":{"name":"scanCroppedDocumentImage","abstract":"

    Configure the recognizer to only work on already cropped and dewarped images.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowUncertainFrontSideScan":{"name":"allowUncertainFrontSideScan","abstract":"

    Proceed with scanning the back side even if the front side result is uncertain.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)maxAllowedMismatchesPerField":{"name":"maxAllowedMismatchesPerField","abstract":"

    Configure the number of characters per field that are allowed to be inconsistent in data match.

    ","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)allowBarcodeScanOnly":{"name":"allowBarcodeScanOnly","abstract":"

    Allows barcode recognition to proceed even if the initial extraction fails.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBlinkIdMultiSideRecognizer.html#/c:objc(cs)MBBlinkIdMultiSideRecognizer(py)combineFrameResults":{"name":"combineFrameResults","abstract":"

    Enables the aggregation of data from multiple frames.","parent_name":"MBBlinkIdMultiSideRecognizer"},"Classes/MBBaseOverlayViewController.html#/c:objc(cs)MBBaseOverlayViewController(im)reconfigureRecognizers:":{"name":"-reconfigureRecognizers:","abstract":"

    Reconfigures current recognizer collection to new recognizer collection. Use this method to reconfigure what you wish to scan.

    ","parent_name":"MBBaseOverlayViewController"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)autorotateOverlay":{"name":"autorotateOverlay","abstract":"

    If YES, Overlay View Controller will be autorotated independently of ScanningViewController.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)showStatusBar":{"name":"showStatusBar","abstract":"

    If YES, default camera overlay will display Status bar.","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)supportedOrientations":{"name":"supportedOrientations","abstract":"

    Default: UIInterfaceOrientationMaskPortrait

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)soundFilePath":{"name":"soundFilePath","abstract":"

    Full path to the sound file which is played when the valid result is scanned.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayCancelButton":{"name":"displayCancelButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

    Default: YES.

    ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOcrOverlaySettings.html#/c:objc(cs)MBBaseOcrOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

    Property that enables showing of flashing dots over characters being scanned.

    ","parent_name":"MBBaseOcrOverlaySettings"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)missingMandatoryFields":{"name":"missingMandatoryFields","abstract":"

    List of fields that were expected on the document but were missing.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)invalidCharacterFields":{"name":"invalidCharacterFields","abstract":"

    List of fields that contained characters which were not expected in that field.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)extraPresentFields":{"name":"extraPresentFields","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html#/c:objc(cs)MBAdditionalProcessingInfo(py)imageExtractionFailures":{"name":"imageExtractionFailures","abstract":"

    List of fields that weren’t expected on the document but were present.","parent_name":"MBAdditionalProcessingInfo"},"Classes/MBAdditionalProcessingInfo.html":{"name":"MBAdditionalProcessingInfo","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes/MBBaseOcrOverlaySettings.html":{"name":"MBBaseOcrOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlaySettings.html":{"name":"MBBaseOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBBaseOverlayViewController.html":{"name":"MBBaseOverlayViewController","abstract":"

    Common base class for default overlay view controllers

    "},"Classes/MBBlinkIdMultiSideRecognizer.html":{"name":"MBBlinkIdMultiSideRecognizer","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdMultiSideRecognizerResult.html":{"name":"MBBlinkIdMultiSideRecognizerResult","abstract":"

    Recognizer which can scan front and back side of the United States driver license.

    "},"Classes/MBBlinkIdOverlaySettings.html":{"name":"MBBlinkIdOverlaySettings","abstract":"

    Settings class containing parameters for BlinkId UI

    "},"Classes/MBBlinkIdOverlayViewController.html":{"name":"MBBlinkIdOverlayViewController","abstract":"

    Default version of overlay view controller with modern design.

    "},"Classes/MBBlinkIdSingleSideRecognizer.html":{"name":"MBBlinkIdSingleSideRecognizer","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBBlinkIdSingleSideRecognizerResult.html":{"name":"MBBlinkIdSingleSideRecognizerResult","abstract":"

    The Blink ID Recognizer is used for scanning Blink ID.

    "},"Classes/MBCameraReticle.html":{"name":"MBCameraReticle","abstract":"

    A camera reticle that locates at the center of screen and uses circle arc rotation to indicate that"},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

    Settings class containing parameters for camera capture

    "},"Classes/MBCustomOverlayViewController.html":{"name":"MBCustomOverlayViewController","abstract":"

    Custom Overlay View Controller is an abstract class for all custom overlay views placed on top View Controller."},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

    DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDate.html":{"name":"MBDate","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes/MBDateResult.html":{"name":"MBDateResult","abstract":"

    This class represents a Date result scanned from the image. It supports obtaining raw NSDates, or raw strings"},"Classes.html#/c:objc(cs)MBDewarpPolicy":{"name":"MBDewarpPolicy","abstract":"

    Base class for all dewarp policies

    "},"Classes/MBDisplayableDetection.html":{"name":"MBDisplayableDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDisplayableObject.html":{"name":"MBDisplayableObject","abstract":"

    Represents any object that can be displayed on screen in terms of drawing.

    "},"Classes/MBDisplayablePointsDetection.html":{"name":"MBDisplayablePointsDetection","abstract":"

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    "},"Classes/MBDisplayableQuadDetection.html":{"name":"MBDisplayableQuadDetection","abstract":"

    Represents a detection that can be displayed on screen.

    "},"Classes/MBDocumentFaceRecognizer.html":{"name":"MBDocumentFaceRecognizer","abstract":"

    Class for configuring Document Face Recognizer Recognizer.

    "},"Classes/MBDocumentFaceRecognizerResult.html":{"name":"MBDocumentFaceRecognizerResult","abstract":"

    Class representing values obtained when scanning Document Face Recognizer

    "},"Classes/MBDocumentOverlaySettings.html":{"name":"MBDocumentOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBDocumentOverlayViewController.html":{"name":"MBDocumentOverlayViewController","abstract":"

    Default overlay when using ID card recognizers.

    "},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

    Overlay subview presenting the viewfinder for scanning ID documents

    "},"Classes/MBDotsResultSubview.html":{"name":"MBDotsResultSubview","abstract":"

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    "},"Classes/MBDotsSubview.html":{"name":"MBDotsSubview","abstract":"

    A wrapper around CAShapeLayer which is used for presenting a status about barcode detections

    "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

    Base class for all entities processors, recognizers, detectors…

    "},"Classes/MBErrorReticle.html":{"name":"MBErrorReticle","abstract":"

    A camera reticle detection that locates at the center of screen and uses circular rotation to indicate that"},"Classes/MBFixedDewarpPolicy.html":{"name":"MBFixedDewarpPolicy","abstract":"

    Fixed dewarp policy. Dewarp height will be exactly as defined by its dewarpHeight.

    "},"Classes/MBFrameGrabberRecognizer.html":{"name":"MBFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes.html#/c:objc(cs)MBGlareStatusSubview":{"name":"MBGlareStatusSubview","abstract":"

    Overlay subview presenting the status of glare detection."},"Classes/MBIdBarcodeRecognizer.html":{"name":"MBIdBarcodeRecognizer","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBIdBarcodeRecognizerResult.html":{"name":"MBIdBarcodeRecognizerResult","abstract":"

    The ID Barcode Recognizer is used for scanning ID Barcode.

    "},"Classes/MBImage.html":{"name":"MBImage","abstract":"

    Object which represents an image.

    "},"Classes/MBImageReturnProcessor.html":{"name":"MBImageReturnProcessor","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBImageReturnProcessorResult.html":{"name":"MBImageReturnProcessorResult","abstract":"

    Processor that will simply save given image.

    "},"Classes/MBLegacyDocumentVerificationOverlaySettings.html":{"name":"MBLegacyDocumentVerificationOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBLegacyDocumentVerificationOverlayViewController.html":{"name":"MBLegacyDocumentVerificationOverlayViewController","abstract":"

    Default overlay when using ID card combined recognizers for verification.

    "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

    Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBMrtdCombinedRecognizer.html":{"name":"MBMrtdCombinedRecognizer","abstract":"

    MRTD Combined recognizer

    "},"Classes/MBMrtdCombinedRecognizerResult.html":{"name":"MBMrtdCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of Croatian ID.

    "},"Classes/MBMrtdRecognizer.html":{"name":"MBMrtdRecognizer","abstract":"

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    "},"Classes/MBMrtdRecognizerResult.html":{"name":"MBMrtdRecognizerResult","abstract":"

    Result of MBMrtdDetectorRecognizer

    "},"Classes/MBMrtdSpecification.html":{"name":"MBMrtdSpecification","abstract":"

    Mrtd class describes a document which is being detected by MrtdDetector."},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

    No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrLayout.html":{"name":"MBOcrLayout","abstract":"

    Class describing the layour of the document on which the OCR was preformed.

    "},"Classes/MBOcrBlock.html":{"name":"MBOcrBlock","abstract":"

    Class representing an Ocr Block. Block consists of one or more Ocr Lines.

    "},"Classes/MBOcrLine.html":{"name":"MBOcrLine","abstract":"

    Class representing an Ocr line. line consists of one or more Ocr chars

    "},"Classes/MBOcrChar.html":{"name":"MBOcrChar","abstract":"

    Class representing an individual OCR character obtained in the OCR process.

    "},"Classes/MBPosition.html":{"name":"MBPosition","abstract":"

    Class representing a position on the image. It’s given as a box, with"},"Classes/MBOverlaySettings.html":{"name":"MBOverlaySettings","abstract":"

    Settings class containing UI information

    "},"Classes/MBOverlayViewController.html":{"name":"MBOverlayViewController","abstract":"

    Overlay View Controller is an abstract class for all overlay views placed on top View Controller.

    "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

    A processor for a group

    "},"Classes.html#/c:objc(cs)MBParserGroupProcessorResult":{"name":"MBParserGroupProcessorResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBPassportRecognizer.html":{"name":"MBPassportRecognizer","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBPassportRecognizerResult.html":{"name":"MBPassportRecognizerResult","abstract":"

    Recognizer which can scan all passports with MRZ.

    "},"Classes/MBProcessor.html":{"name":"MBProcessor","abstract":"

    Base class for all processors

    "},"Classes/MBProcessorGroup.html":{"name":"MBProcessorGroup","abstract":"

    Class that represents a group of processors that will be executed on same dewarped image.

    "},"Classes.html#/c:objc(cs)MBProcessorResult":{"name":"MBProcessorResult","abstract":"

    Base class for all processor results

    "},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    "},"Classes/MBRecognitionModeFilter.html":{"name":"MBRecognitionModeFilter","abstract":"

    MBRecognitionModeFilter is used to enable/disable recognition of specific document groups."},"Classes/MBRecognizer.html":{"name":"MBRecognizer","abstract":"

    Base class for all recognizers

    "},"Classes/MBRecognizerCollection.html":{"name":"MBRecognizerCollection","abstract":"

    Settings class containing settings related to scanner behaviour

    "},"Classes.html#/c:objc(cs)MBRecognizerResult":{"name":"MBRecognizerResult","abstract":"

    Base class for all recognizer results

    "},"Classes/MBRecognizerRunner.html":{"name":"MBRecognizerRunner","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

    Class containing all metadata delegates

    "},"Classes/MBStringResult.html":{"name":"MBStringResult","abstract":"

    Class for all obtaining original string per alphabet type

    "},"Classes/MBSubview.html":{"name":"MBSubview","abstract":"

    Base class for all overlay subviews

    "},"Classes/MBSuccessFrameGrabberRecognizer.html":{"name":"MBSuccessFrameGrabberRecognizer","abstract":"

    A recognizer that can returns success frame.

    "},"Classes/MBSuccessFrameGrabberRecognizerResult.html":{"name":"MBSuccessFrameGrabberRecognizerResult","abstract":"

    A recognizer that returns SuccessFrameGrabber result.

    "},"Classes/MBTapToFocusSubview.html":{"name":"MBTapToFocusSubview","abstract":"

    Overlay subview presenting the effect which happens when the user taps to focus

    "},"Classes/MBTemplatingClass.html":{"name":"MBTemplatingClass","abstract":"

    Class that represents a specific class of documents when used within Templating API.

    "},"Classes/MBTemplatingRecognizer.html":{"name":"MBTemplatingRecognizer","abstract":"

    Base of all recognizers that support Templating API.

    "},"Classes/MBTemplatingRecognizerResult.html":{"name":"MBTemplatingRecognizerResult","abstract":"

    Base of all recognizers result that support Templating API.

    "},"Classes/MBUsdlCombinedRecognizer.html":{"name":"MBUsdlCombinedRecognizer","abstract":"

    USDL Combined Recognizer.

    "},"Classes/MBUsdlCombinedRecognizerResult.html":{"name":"MBUsdlCombinedRecognizerResult","abstract":"

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    "},"Classes/MBUsdlRecognizer.html":{"name":"MBUsdlRecognizer","abstract":"

    A recognizer that can scan USDL.

    "},"Classes/MBUsdlRecognizerResult.html":{"name":"MBUsdlRecognizerResult","abstract":"

    A recognizer that can scan PDF417 2D barcodes.

    "},"Classes/MBViewControllerFactory.html":{"name":"MBViewControllerFactory","abstract":"

    Factory class containing static methods for creating camera view controllers."},"Classes/MBVisaRecognizer.html":{"name":"MBVisaRecognizer","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVisaRecognizerResult.html":{"name":"MBVisaRecognizerResult","abstract":"

    Recognizer which can scan all visas with MRZ.

    "},"Classes/MBVizResult.html":{"name":"MBVizResult","abstract":"

    MBVizResult contains data extracted from the Visual Inspection Zone.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docs/undocumented.json b/docs/undocumented.json index f1385107d..b35ce87b2 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -79,7 +79,7 @@ }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h", - "line": 44, + "line": 45, "symbol": "MBBlinkIdMultiSideRecognizerResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -107,7 +107,7 @@ }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h", - "line": 41, + "line": 42, "symbol": "MBBlinkIdSingleSideRecognizerResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -184,14 +184,14 @@ }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h", - "line": 412, + "line": 413, "symbol": "MBType", "symbol_kind": "sourcekitten.source.lang.objc.decl.enum", "warning": "undocumented" }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h", - "line": 412, + "line": 413, "symbol": "MBType", "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" @@ -315,6 +315,13 @@ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, + { + "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBDependentInfo.h", + "line": 17, + "symbol": "MBDependentInfo", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "warning": "undocumented" + }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBDetailedFieldType.h", "line": 19, @@ -1675,21 +1682,21 @@ }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h", - "line": 24, + "line": 25, "symbol": "MBSide", "symbol_kind": "sourcekitten.source.lang.objc.decl.enum", "warning": "undocumented" }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h", - "line": 24, + "line": 25, "symbol": "MBSide", "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBStringResult.h", - "line": 66, + "line": 67, "symbol": "MBStringResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1822,7 +1829,7 @@ }, { "file": "/opt/jenkins-iphone11/E0/sdk-blinkid-ios/blinkid-ios/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h", - "line": 23, + "line": 24, "symbol": "MBVizResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" diff --git a/documentation/BlinkIDRecognizer.md b/documentation/BlinkIDRecognizer.md index 1a44b43fa..c3ea139e0 100644 --- a/documentation/BlinkIDRecognizer.md +++ b/documentation/BlinkIDRecognizer.md @@ -72,6 +72,10 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach Health Insurance Card BETARégie de l'assurance maladie du Québec (RAMQ)FRONTLatin

    AUSTRALIA

    Health Insurance Card BETAMedicare cardFRONTLatin +

    AUSTRALIA

    +Interim Health Insurance Card BETAInterim Medicare cardFRONTLatin +

    AUSTRALIA

    +Reciprocal Health Insurance Card BETAReciprocal Health Care Card / Reciprocal Health Care Medicare cardFRONTLatin @@ -90,14 +94,18 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach Identity Cardتذکره الکترونیک‎FRONT, BACKLatin Paper Passport BETAپاسپورټBIO-DATA PAGE Latin + +

    ARMENIA

    Driver's License BETAվարորդական վկայականFRONTLatin
    Identity Cardնույնականացման քարտըFRONT, BACKLatin
    Paper PassportԱՆՁՆԱԳԻՐBIO-DATA PAGE Latin
    +

    AZERBAIJAN

    Driver's License BETASürücülük vəsiqəsiFRONTLatin
    Identity CardŞəxsiyyət vəsiqəsiFRONT, BACKLatin
    Polycarbonate Passport BETAPasportBIO-DATA PAGE Latin
    +

    BANGLADESH

    Driver's License BETAমোটর ড্রাইভিং লাইসেন্সFRONT, BACKLatin
    Identity Cardজাতীয় পরিচয় পত্রFRONT, BACKLatin
    Paper Passportপাসপোর্টBIO-DATA PAGE Latin
    Polycarbonate Passportপাসপোর্টBIO-DATA PAGE Latin
    @@ -124,7 +132,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    BRUNEI

    Identity CardKad Pengenalan (Kuning)FRONT, BACKLatin
    Military ID BETAKad Pengenalan Tentera (ABDB)FRONT, BACKLatin

    INDIA, ANDHRA PRADESH

    Driver's License BETAFRONT, BACKLatin
    - +

    INDIA, GUJARAT

    Driver's License BETAड्राइविंग लाइसेंसFRONTLatin
    Driver's License BETAड्राइविंग लाइसेंसFRONT, BACKLatin

    INDIA, HARYANA

    Driver's License BETAFRONTLatin
    @@ -151,8 +159,12 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    INDIA, KARNATAKA

    Residence Permit BETA在留カードFRONTLatin
    +

    KAZAKHSTAN

    Identity CardЖеке қуәлік / Yдостоверение личностиFRONT, BACKLatin
    Paper PassportПаспортBIO-DATA PAGE Latin
    + + +

    KYRGYZSTAN

    Driver's License BETAАйдоочулардын күбөлүгү / Водительское удостоверениеFRONTLatin
    Identity Cardидентификациялык карта / идентификационная картаFRONT, BACKLatin
    Paper PassportЖалпы жарандык паспорт / Общегражданский паспортBIO-DATA PAGE Latin
    Polycarbonate PassportЖалпы жарандык паспорт / Общегражданский паспортBIO-DATA PAGE Latin
    @@ -173,10 +185,11 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    MALAYSIA

    Driver's LicenseLesen MemanduFRONTLatin
    MyKadFRONT, BACKLatin
    Paper PassportराहदानीBIO-DATA PAGE Latin
    Polycarbonate PassportराहदानीBIO-DATA PAGE Latin
    + - +

    PAKISTAN

    Afghan Citizen Card BETAAfghan Citizen Card (ACC)FRONTLatin
    Consular IDNational Identity Card for Overseas Pakistanis (NICOP)FRONT, BACKLatin
    Identity CardComputerized National Identity Card (CNIC), Smart National Identity Card (SNIC)FRONT, BACKLatin
    Paper PassportBIO-DATA PAGE Latin
    Proof Of RegistrationAfghan Citizen Proof of Registration card (PoR)FRONTLatin
    Proof Of RegistrationAfghan Citizen Proof of Registration card (PoR)FRONT, BACKLatin

    PAKISTAN, PUNJAB

    Driver's LicenseFRONTLatin
    @@ -191,6 +204,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    PHILIPPINES

    Tax ID BETATIN ID cardFRONTLatin
    Voter ID BETAFRONTLatin
    Work Permit BETAAlien Employment Permit (AEP)FRONTLatin
    +

    PHILIPPINES, BANGSAMORO

    Driver's License BETAFRONT, BACKLatin
    @@ -212,14 +227,18 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    SINGAPORE

    Driver's LicenseFRONT, BACKLatin
    Employment PassFRONTLatin
    Identity Card BETA中華民國國民身分證FRONTLatin
    Temporary Residence Permit BETA中華民國居留證 (ARC)FRONTLatin
    +

    TAJIKISTAN

    Identity CardШиносномаFRONT, BACKLatin
    Polycarbonate Passport BETAшиносномаBIO-DATA PAGE Latin
    +

    THAILAND

    Alien IDบัตรประจำตัวคนซึ่งไม่มีสัญชาติไทย (บัตรสีชมพู)FRONTLatin
    Driver's License BETAใบอนุญาตขับรถFRONT, BACKLatin
    Identity CardบัตรประจำตัวประชาชนFRONT, BACKLatin
    Polycarbonate PassportหนังสือเดินทางBIO-DATA PAGE Latin
    +

    TURKMENISTAN

    Polycarbonate PassportPasportBIO-DATA PAGE Latin
    +

    UZBEKISTAN

    Driver's License BETAHaydovchilik guvohnomasiFRONTLatin
    Identity CardShaxs guvohnomasiFRONT, BACKLatin
    Paper PassportPasportBIO-DATA PAGE Latin
    @@ -239,6 +258,9 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    VIETNAM

    Driver's License BETAGiấy phép lái xeFRONTLatin
    Identity CardLetёrnjoftimFRONT, BACKLatin
    Professional DLCertifikatë aftëstimi profesionaleFRONTLatin
    Polycarbonate PassportPasaportëBIO-DATA PAGE Latin
    + +

    ANDORRA

    Paper Passport BETAPassaportBIO-DATA PAGE Latin
    Polycarbonate Passport BETAPassaportBIO-DATA PAGE Latin
    @@ -268,7 +290,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    AUSTRIA

    Driver's LicenseFührerscheinFRONTLatin
    Identity CardPersonalausweisFRONT, BACKLatin
    - +

    BULGARIA

    Alien ID BETAудостоверение за пребиваване на граждани на ЕСFRONT, BACKLatin
    Driver's LicenseСвидетелство за управление на МПСFRONTCyrillic, Latin
    Identity CardЛична картаFRONT, BACKCyrillic, Latin
    Identity Card Лична карта, Лична картаFRONT, BACKCyrillic, Latin
    Paper PassportПаспортBIO-DATA PAGE Latin
    Residence Permit BETAразрешение за пребиваванеFRONT, BACKLatin
    @@ -321,11 +343,17 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    CROATIA

    Residence PermitAufenthaltstitelFRONT, BACKLatin
    Polycarbonate PassportReisepassBIO-DATA PAGE Latin
    eIDeID-KarteFRONTLatin
    + + + +

    GIBRALTAR

    Driver's License BETAFRONTLatin
    Identity Card BETAFRONT, BACKLatin
    Paper Passport BETABIO-DATA PAGE Latin
    Polycarbonate Passport BETABIO-DATA PAGE Latin
    - + +

    GREECE

    Driver's LicenseAάδεια οδήγησηςFRONTLatin
    Driver's LicenseAάδεια οδήγησηςFRONTGreek, Latin
    Identity CardΔΕΛΤΙΟ ΤΑΥΤΟΤΗΤΑΣFRONT, BACKLatin
    Paper PassportΔιαβατήριοBIO-DATA PAGE Latin
    Residence PermitΑΔΕΙΑ ΔΙΑΜΟΝΗΣFRONT, BACKLatin
    Polycarbonate PassportΔιαβατήριοBIO-DATA PAGE Latin
    @@ -381,6 +409,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    HUNGARY

    Address Card BETALakcímkártya / LakcímigazolványFRONT, BACKLatin
    Driver's LicenseVezetői engedélyFRONTLatin
    Identity Card BETABuletin de identitateFRONT, BACKLatin
    Paper PassportPaşaportBIO-DATA PAGE Latin
    Polycarbonate PassportPaşaportBIO-DATA PAGE Latin
    +

    MONACO

    Paper Passport BETAPasseportBIO-DATA PAGE Latin
    @@ -396,7 +426,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    MONTENEGRO

    Driver's LicenseVozačka dozvola / Возачка дозволаFRONTLatin
    Identity CardLična karta, Lična karta / Лична карта, Лична карта / Lična kartaFRONT, BACKCyrillic, Latin
    Identity Cardлична карта, лична карта / LetёrnjoftimFRONT, BACKCyrillic, Latin
    Polycarbonate PassportПасош / PasaportëBIO-DATA PAGE Latin
    - + @@ -420,6 +450,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    NORWAY

    Driver's LicenseFørerkort / FørarkortFRONTLatin
    Driver's LicenseFØRERKORT FØRARKORT, Førerkort / FørarkortFRONTLatin
    Identity CardID-kort / ID-duođaštusFRONT, BACKLatin
    Residence PermitOppholdstillatelse / OpphaldsløyveFRONT, BACKLatin
    Polycarbonate PassportPassBIO-DATA PAGE Latin
    Driver's LicenseВодительское удостоверениеFRONTLatin
    Paper Passport(Заграничный) ПаспортBIO-DATA PAGE Latin
    Polycarbonate Passport(Заграничный) ПаспортBIO-DATA PAGE Latin
    +

    SAN MARINO

    Polycarbonate Passport BETAPassaportoBIO-DATA PAGE Latin
    @@ -486,9 +518,13 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    SERBIA

    Driver's LicenseВозачка дозвола / Vozačka dozvolaFRONTLatin
    Identity CardЛична карта / Lična kartaFRONT, BACKCyrillic, Latin
    + + + +

    BAHAMAS

    Driver's LicenseFRONTLatin
    Identity Card BETANIB Smart CardFRONTLatin
    Paper Passport BETABIO-DATA PAGE Latin
    Polycarbonate Passport BETABIO-DATA PAGE Latin
    Temporary Residence PermitFRONT, BACKLatin
    Work PermitFRONT, BACKLatin
    - +

    BARBADOS

    Driver's License BETADriving licenceFRONTLatin
    Identity Card BETAFRONT, BACKLatin
    Identity Card BETATrident ID CardFRONT, BACKLatin
    @@ -530,6 +566,9 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    BOLIVIA

    Driver's LicenseLicencia para conducirFRONT, BACKLatin
    Identity CardCédula de identidadFRONT, BACKLatin
    Identity Card BETACédula de identidadeFRONT, BACKLatin
    + + +

    CAYMAN ISLANDS

    Driver's License BETADriver's licenceFRONTLatin
    Paper Passport BETABIO-DATA PAGE Latin
    Polycarbonate Passport BETABIO-DATA PAGE Latin
    Voter ID BETAVoter registration cardFRONTLatin
    @@ -552,6 +591,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    CHILE

    Alien IDCédula de identidad para extranjerosFRONT, BACKLatin
    Driver's LicenseLicencia de conducirFRONTLatin
    +

    DOMINICAN REPUBLIC

    Driver's License BETALicencia de conducirFRONT, BACKLatin
    Identity CardCédula de Identidad y Electoral (CIE)FRONT, BACKLatin
    Non Voter IDCédula de IdentidadFRONT, BACKLatin
    Paper PassportPasaporteBIO-DATA PAGE Latin
    @@ -569,6 +609,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    ECUADOR

    Driver's LicenseLicencia de conducirFRONTLatin
    +

    GUYANA

    Driver's License BETAFRONTLatin
    Identity CardFRONT, BACKLatin
    Paper Passport BETABIO-DATA PAGE Latin
    @@ -579,7 +620,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    HAITI

    Driver's LicensePermis de conduireFRONTLatin
    Identity CardCarte d'identification nationale (CIN) / Kat Idantifikasyon NasyonalFRONT, BACKLatin
    Paper Passport BETAPasaporteBIO-DATA PAGE Latin
    - + +

    JAMAICA

    Driver's LicenseMotor vehicle license / MV licenseFRONT, BACKLatin
    Paper PassportBIO-DATA PAGE Latin
    Paper PassportPasseport / PasaporteBIO-DATA PAGE Latin
    Voter IDElector registration identification cardFRONT, BACKLatin
    @@ -627,7 +669,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    MEXICO

    Consular ID BETAMatrícula Consular, Matrícula consularFRONT, BACKLatin
    Consular Voter IDCredencial para votar desde el extranjeroFRONT, BACKLatin

    MEXICO, NAYARIT

    Driver's License BETALicencia de ConducirFRONT, BACKLatin
    - +

    MEXICO, NUEVO LEON

    Driver's LicenseLicencia de ConducirFRONT, BACKLatin
    Driver's LicenseLICENCIA PARA CONDUCIR, Licencia de ConducirFRONT, BACKLatin

    MEXICO, OAXACA

    Driver's LicenseLicencia de ConducirFRONT, BACKLatin
    @@ -662,7 +704,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    MEXICO, PUEBLA

    Identity CardCédula de Identidad CiudadanaFRONT, BACKLatin
    - + @@ -673,7 +715,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach - +

    PANAMA

    Driver's LicenseLicencia de ConducirFRONTLatin
    Identity CardCédula de IdentidadFRONTLatin
    Identity CardCédula de Identidad, Documento de IdentidadFRONTLatin
    Residence PermitCarné de Residente PermanenteFRONTLatin
    Polycarbonate PassportPasaporteBIO-DATA PAGE Latin
    Temporary Residence PermitCarné de Residencia ProvisionalFRONT, BACKLatin
    Alien ID BETACarné de ExtranjeríaFRONT, BACKLatin
    Driver's LicenseLicencia de conducirFRONT, BACKLatin
    Identity CardDocumento Nacional de Identidad (DNI)FRONT, BACKLatin
    Minors ID BETADocumento Nacional de Identidad (DNI) para menoresFRONT, BACKLatin
    Minors IDDocumento Nacional de Identidad (DNI) para menoresFRONT, BACKLatin
    Paper PassportPasaporteBIO-DATA PAGE Latin
    @@ -681,11 +723,17 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    PUERTO RICO

    Driver's LicenseLicencia de ConducirFRONTLatin

    SAINT KITTS AND NEVIS

    Driver's LicenseFRONTLatin
    + +

    SAINT LUCIA

    Driver's License BETAFRONTLatin
    Identity Card BETANIS/NIC CardFRONT, BACKLatin
    Paper Passport BETABIO-DATA PAGE Latin
    +

    TRINIDAD AND TOBAGO

    Driver's LicenseFRONTLatin
    Identity CardFRONT, BACKLatin
    Paper PassportBIO-DATA PAGE Latin
    + + +

    TURKS AND CAICOS ISLANDS

    Driver's License BETAFRONTLatin
    Identity Card BETANational Turks & Caicos Islander Status Card / National TCI Status CardFRONTLatin
    Paper Passport BETABIO-DATA PAGE Latin

    URUGUAY

    Identity CardCédula de IdentidadFRONT, BACKLatin
    @@ -717,6 +765,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach +

    VENEZUELA

    Identity CardCarte Nationale d'Identité (CNI)FRONT, BACKLatin
    Paper Passport BETAPasseportBIO-DATA PAGE Latin
    Polycarbonate PassportPasseportBIO-DATA PAGE Latin
    +

    COMOROS

    Paper PassportPasseport / جواز سفرBIO-DATA PAGE Latin
    @@ -751,11 +801,13 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    DEMOCRATIC REPUBLIC OF THE CONGO

    Driver's License BETAPermis de conduire (CONADEP)FRONT, BACKLatin
    Voter ID BETACarte d'electeurFRONTLatin
    Identity CardKitambulishoFRONT, BACKLatin
    Polycarbonate PassportPassport / PasiBIO-DATA PAGE Latin
    +

    KUWAIT

    Bidoon Card BETAبطاقة مراجعةFRONT, BACKArabic, Latin
    Driver's Licenseرخصة القيادةFRONT, BACKLatin
    Identity Cardبطاقة المدنيةFRONT, BACKArabic, Latin
    Paper Passport BETAجواز سفرBIO-DATA PAGE Arabic, Latin
    Resident IDبطاقة المدنيةFRONT, BACKArabic, Latin
    +

    LEBANON

    Driver's Licenseرخصة السائقFRONTLatin
    Identity Cardبطاقة الهويةFRONT, BACKArabic, Latin
    Paper Passport BETAجواز سفرBIO-DATA PAGE Arabic, Latin
    @@ -820,7 +872,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    LIBYA

    Paper Passportجواز سفرBIO-DATA PAGE Arabic, Latin
    - + @@ -836,6 +888,8 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    TURKEY

    Driver's LicenseSürücü belgesiFRONTLatin
    Identity CardKimlik KartıFRONT, BACKLatin
    Identity CardKimlik KartıFRONT, BACK,
    VERTICAL
    Latin
    Paper PassportPasaportBIO-DATA PAGE Latin
    Residence Permit BETAİkamet İzniFRONT, BACKLatin
    Polycarbonate PassportPasaportBIO-DATA PAGE Latin
    +

    ZIMBABWE

    Identity CardNational registration card (NRC)FRONT, BACKLatin
    Paper PassportBIO-DATA PAGE Latin
    +

    UAE

    Vehicle Registration BETAVehicle LicenseFRONT, BACK



    @@ -1041,7 +1095,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach Identity CardFRONT, BACK,
    VERTICAL
    Latin - +

    USA, VERMONT

    Driver's LicenseFRONT, BACK,
    VERTICAL
    Latin
    Identity CardFRONT, BACKLatin
    Identity CardFRONT, BACK,
    VERTICAL
    Latin
    @@ -1067,6 +1121,7 @@ Other than documents listed here, BlinkID Recognizers also scan the Mach

    USA, VIRGINIA

    Driver's LicenseFRONT, BACK,
    VERTICAL
    Latin
    Identity CardFRONT, BACK,
    VERTICAL
    Latin
    +

    AUSTRALIA

    Asic Card BETAAviation Security Identification CardFRONT,
    VERTICAL
    Latin
    Paper PassportBIO-DATA PAGE Latin
    Polycarbonate PassportBIO-DATA PAGE Latin
    diff --git a/documentation/BlinkIDRecognizerResult.md b/documentation/BlinkIDRecognizerResult.md index d492dca40..059f63c64 100644 --- a/documentation/BlinkIDRecognizerResult.md +++ b/documentation/BlinkIDRecognizerResult.md @@ -252,6 +252,33 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -338,6 +365,19 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + @@ -358,6 +398,28 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + @@ -691,6 +753,20 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + @@ -742,10 +818,72 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -765,6 +903,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -829,6 +968,21 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + @@ -843,18 +997,26 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + - - - - - + + + + + + @@ -1319,6 +1481,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -1459,7 +1622,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -1579,7 +1742,6 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - @@ -1592,6 +1754,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -1603,6 +1766,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -1770,10 +1934,10 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -1801,8 +1965,8 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -2189,6 +2353,43 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2402,6 +2603,21 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + @@ -2740,7 +2956,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -2812,6 +3028,23 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + @@ -3444,6 +3677,65 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3453,6 +3745,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -3512,6 +3805,20 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + @@ -3626,6 +3933,20 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + @@ -3940,9 +4261,15 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + + + + + + + @@ -4396,8 +4723,23 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + + + + + + + + + + + + + + + + @@ -4491,6 +4833,21 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + @@ -4568,6 +4925,20 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + @@ -4636,24 +5007,68 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + - + + + + + + + + @@ -4757,6 +5172,19 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + @@ -5491,6 +5919,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -5981,6 +6410,20 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + @@ -6146,9 +6589,11 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + + + @@ -6567,6 +7012,17 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + @@ -6628,6 +7084,16 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + @@ -6668,9 +7134,9 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -6679,10 +7145,10 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - + @@ -6809,13 +7275,18 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - - + + + + + + + @@ -6962,6 +7433,22 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + @@ -7077,6 +7564,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -7203,20 +7691,21 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - - - - - + + + + + + @@ -7315,6 +7804,18 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + @@ -7331,6 +7832,34 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7367,6 +7896,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8143,6 +8673,26 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + @@ -8347,18 +8897,23 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - - - + + + + - + + + + + @@ -8407,6 +8962,56 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8744,6 +9349,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8874,6 +9480,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8897,6 +9504,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8913,6 +9521,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8933,6 +9542,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8950,6 +9560,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8970,6 +9581,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -8987,6 +9599,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9006,6 +9619,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9023,6 +9637,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9042,6 +9657,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9058,6 +9674,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9077,6 +9694,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9093,6 +9711,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9112,6 +9731,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9128,6 +9748,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9147,6 +9768,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9163,6 +9785,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9182,6 +9805,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9198,6 +9822,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9217,6 +9842,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9233,6 +9859,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9252,6 +9879,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9268,6 +9896,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9288,6 +9917,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9304,6 +9934,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9322,6 +9953,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9339,6 +9971,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9358,6 +9991,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9375,6 +10009,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9394,6 +10029,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9413,6 +10049,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9433,6 +10070,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9450,6 +10088,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9469,6 +10108,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9485,6 +10125,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9504,6 +10145,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9520,6 +10162,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9539,6 +10182,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9556,6 +10200,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9575,6 +10220,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9591,6 +10237,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9611,6 +10258,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9630,6 +10278,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9649,6 +10298,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9665,6 +10315,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9681,10 +10332,11 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + - + @@ -9701,6 +10353,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9720,6 +10373,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9739,6 +10393,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9761,6 +10416,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9778,6 +10434,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9797,6 +10454,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9817,6 +10475,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9836,6 +10495,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9852,6 +10512,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9872,6 +10533,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9889,6 +10551,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9908,6 +10571,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9924,6 +10588,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9943,6 +10608,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9959,6 +10625,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9978,6 +10645,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -9996,6 +10664,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10015,6 +10684,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10034,6 +10704,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10053,6 +10724,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10073,6 +10745,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10089,6 +10762,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10109,6 +10783,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10126,6 +10801,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10145,6 +10821,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10161,6 +10838,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10180,6 +10858,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10198,6 +10877,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10217,6 +10897,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10233,6 +10914,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10252,6 +10934,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10271,6 +10954,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10291,6 +10975,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10307,6 +10992,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10326,6 +11012,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10342,6 +11029,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10362,6 +11050,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10379,6 +11068,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10398,6 +11088,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10414,6 +11105,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10433,6 +11125,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10450,6 +11143,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10469,6 +11163,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10485,6 +11180,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10513,6 +11209,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10529,6 +11226,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10548,6 +11246,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10565,6 +11264,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10584,6 +11284,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10601,6 +11302,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10619,6 +11321,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10637,6 +11340,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10657,6 +11361,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10673,6 +11378,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10691,6 +11397,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10707,6 +11414,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10726,6 +11434,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10742,6 +11451,7 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + @@ -10761,6 +11471,24 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + + + + + + + @@ -10875,6 +11603,18 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. + + + + + + + + + + + + @@ -10911,11 +11651,21 @@ in the tables in [documents.md](BlinkIDRecognizer.md) file in this repository. - - - + + + + + + + + + + + + +

    AUSTRALIA, AUSTRALIAN CAPITAL TERRITORY

    SexAlways
    Personal ID numberAlways if present
    ANDORRA Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    ANDORRA Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    ANTIGUA AND BARBUDA Driver's License - Front
    FieldPresence
    AddressAlways
    Place of birthAlways
    SexAlways
    ARMENIA Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    Place of birthAlways
    Vehicle classAlways
    ARMENIA Identity Card - Front
    FieldPresence
    Date of birthAlways
    Personal ID numberAlways
    Place of birthAlways
    ARMENIA Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    AddressAlways if present
    AUSTRALIA Asic Card - Front
    FieldPresence
    Date of expiryAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    AUSTRALIA Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Place of birthAlways
    SexAlways
    AZERBAIJAN Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    Place of birthAlways
    Vehicle classAlways
    Personal ID numberAlways if present
    AZERBAIJAN Identity Card - Front
    FieldPresence
    Date of birthAlways
    BAHAMAS Identity Card - Front
    FieldPresence
    Document numberAlways
    First nameAlways
    Last nameAlways
    SexAlways
    Date of expiryAlways if present
    BAHAMAS Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    BAHAMAS Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    BAHAMAS Temporary Residence Permit - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document additional numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    SexAlways
    BAHAMAS Temporary Residence Permit - Back
    FieldPresence
    Document numberAlways
    MRZAlways
    BAHAMAS Work Permit - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document additional numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    SexAlways
    BAHAMAS Work Permit - Back
    FieldPresence
    Document numberAlways
    EmployerAlways
    MRZAlways
    ProfessionAlways
    BAHRAIN Driver's License - Front
    FieldPresence
    Document numberAlways
    Full nameAlways
    NationalityAlways
    Date of expiryAlways if present
    BAHRAIN Identity Card - Back
    FieldPresence
    SexAlways
    First nameAlways if present
    BANGLADESH Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    First nameAlways if present
    BARBADOS Driver's License - Front
    FieldPresence
    AddressAlways
    BARBADOS Identity Card - Front
    FieldPresence
    Date of birthAlways if present
    Date of expiryAlways if present
    Document numberAlways if present
    First nameAlways if present
    Last nameAlways if present
    NationalityAlways if present
    Personal ID numberAlways if present
    SexAlways if present
    BARBADOS Identity Card - Back
    FieldPresence
    Date of birthAlways
    Date of issueAlways
    Document numberAlways
    NationalityAlways
    SexAlways
    Date of birthAlways if present
    Date of issueAlways if present
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    MRZAlways if present
    NationalityAlways if present
    Personal ID numberAlways if present
    SexAlways if present
    BELARUS Driver's License - Front
    FieldPresence
    NationalityAlways
    Place of birthAlways
    SexAlways
    Personal ID numberAlways if present
    BRAZIL CEARA Identity Card - Front
    FieldPresence
    FieldPresence
    Date of issueAlways
    Document numberAlways
    Personal ID numberAlways
    Personal ID numberAlways if present
    BRAZIL SANTA CATARINA Identity Card - Front
    FieldPresence
    BULGARIA Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Place of birthAlways
    SexAlways
    Vehicle classAlways
    AddressAlways if present
    BULGARIA Identity Card - Front
    FieldPresence
    NationalityAlways
    Personal ID numberAlways
    SexAlways
    Document additional numberAlways if present
    BULGARIA Identity Card - Back
    FieldPresence
    Issuing authorityAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    First nameAlways if present
    Last nameAlways if present
    Place of birthAlways if present
    CANADA Residence Permit - Front
    FieldPresence
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    Place of birthAlways if present
    CANADA Social Security Card - Front
    FieldPresence
    SexAlways
    Vehicle classAlways
    CAYMAN ISLANDS Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    CAYMAN ISLANDS Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    CAYMAN ISLANDS Voter ID - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    SexAlways
    CHILE Alien ID - Front
    FieldPresence
    Date of birthAlways
    FieldPresence
    MRZAlways
    COMOROS Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    COSTA RICA Driver's License - Front
    FieldPresence
    Date of birthAlways
    Last nameAlways
    Personal ID numberAlways
    Place of birthAlways
    Vehicle classAlways
    Vehicle classAlways if present
    DENMARK Residence Permit - Front
    FieldPresence
    AddressAlways
    MRZAlways
    DOMINICAN REPUBLIC Non Voter ID - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    Place of birthAlways
    ProfessionAlways
    SexAlways
    DOMINICAN REPUBLIC Non Voter ID - Back
    FieldPresence
    AddressAlways
    MRZAlways
    DOMINICAN REPUBLIC Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Place of birthAlways
    SexAlways
    GIBRALTAR Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    Place of birthAlways
    Vehicle classAlways
    GIBRALTAR Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    Full nameAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    GIBRALTAR Identity Card - Back
    FieldPresence
    AddressAlways
    Date of issueAlways
    Issuing authorityAlways
    MRZAlways
    Personal ID numberAlways
    GIBRALTAR Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    GIBRALTAR Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    GREECE Driver's License - Front
    FieldPresence
    Date of birthAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    Place of birthAlways
    Vehicle classAlways
    GREECE Identity Card - Front
    NationalityAlways if present
    SexAlways if present
    GREECE Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    GUATEMALA Alien ID - Front
    FieldPresence
    Date of birthAlways
    FieldPresence
    Document numberAlways
    GUYANA Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    HAITI Driver's License - Front
    FieldPresence
    AddressAlways
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    Full nameAlways
    Date of issueAlways if present
    Issuing authorityAlways if present
    Vehicle classAlways if present
    INDIA GUJARAT Driver's License - Back
    FieldPresence
    Document numberAlways
    Issuing authorityAlways
    Vehicle classAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    ProfessionAlways
    SexAlways
    ProfessionAlways if present
    JAMAICA Voter ID - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    SexAlways
    JAMAICA Voter ID - Back
    FieldPresence
    AddressAlways
    MRZAlways
    JAPAN Driver's License - Front
    FieldPresence
    Document numberAlways
    MRZAlways
    KAZAKHSTAN Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    KENYA Identity Card - Front
    FieldPresence
    Date of birthAlways
    Place of birthAlways
    SexAlways
    KUWAIT Bidoon Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    Full nameAlways
    NationalityAlways if present
    KUWAIT Bidoon Card - Back
    FieldPresence
    AddressAlways
    Document numberAlways
    KUWAIT Driver's License - Front
    FieldPresence
    Date of expiryAlways
    Document additional numberAlways
    MRZAlways
    Personal ID numberAlways
    ProfessionAlways if present
    ProfessionAlways if present
    KYRGYZSTAN Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    Personal ID numberAlways
    Place of birthAlways
    Vehicle classAlways
    KYRGYZSTAN Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    SexAlways
    KYRGYZSTAN Identity Card - Back
    FieldPresence
    Date of issueAlways
    Document numberAlways
    Issuing authorityAlways
    MRZAlways
    Personal ID numberAlways
    KYRGYZSTAN Identity Card - Front
    KYRGYZSTAN Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    KYRGYZSTAN Identity Card - Back
    KYRGYZSTAN Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    LATVIA Alien ID - Front
    FieldPresence
    Place of birthAlways
    SexAlways
    LEBANON Driver's License - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    NationalityAlways
    SexAlways
    Vehicle classAlways
    LEBANON Identity Card - Front
    FieldPresence
    Date of birthAlways
    MEXICO COAHUILA Driver's License - Back
    FieldPresence
    Document numberAlways if present
    Issuing authorityAlways if present
    RestrictionsAlways if present
    SexAlways if present
    Place of birthAlways
    SexAlways
    MONACO Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    MONTENEGRO Driver's License - Front
    FieldPresence
    Date of birthAlways
    FieldPresence
    Date of birthAlways
    Date of issueAlways
    Document numberAlways
    Document additional numberAlways
    Place of birthAlways
    SexAlways
    Document numberAlways if present
    MRZAlways if present
    NEPAL Paper Passport - Bio-data page
    FieldPresence
    MRZAlways
    NationalityAlways
    PAKISTAN Afghan Citizen Card - Front
    FieldPresence
    Additional address informationAlways
    Additional name informationAlways
    AddressAlways
    Date of birthAlways
    Document additional numberAlways
    Document numberAlways
    Full nameAlways
    SexAlways
    PAKISTAN Consular ID - Front
    FieldPresence
    Additional address information 2Always
    Full nameAlways
    SexAlways
    PAKISTAN Proof Of Registration - Back
    FieldPresence
    Date of expiryAlways
    Date of issueAlways
    Document additional numberAlways
    Dependent date of birthAlways if present
    Dependent document numberAlways if present
    Dependent full nameAlways if present
    Dependent sex or genderAlways if present
    PAKISTAN PUNJAB Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    MRZAlways
    Place of birthAlways
    SexAlways
    Document additional numberAlways if present
    Document optional additional numberAlways if present
    MRZAlways if present
    NationalityAlways if present
    Place of birthAlways if present
    PERU Minors ID - Back
    FieldPresence
    AddressAlways
    MRZAlways if present
    Place of birthAlways if present
    PERU Paper Passport - Bio-data page
    FieldPresence
    Personal ID numberAlways
    ProfessionAlways
    PHILIPPINES BANGSAMORO Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    Full nameAlways
    NationalityAlways
    SexAlways
    ConditionsAlways if present
    RestrictionsAlways if present
    PHILIPPINES BANGSAMORO Driver's License - Back
    FieldPresence
    Document additional numberAlways
    POLAND Driver's License - Front
    FieldPresence
    Date of birthAlways
    Last nameAlways
    NationalityAlways
    SexAlways
    Document additional numberAlways if present
    PORTUGAL Identity Card - Back
    FieldPresence
    ROMANIA Identity Card - Front
    FieldPresence
    AddressAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    AddressAlways if present
    Date of birthAlways if present
    Date of issueAlways if present
    Fathers nameAlways if present
    Issuing authorityAlways if present
    MRZAlways if present
    Mothers nameAlways if present
    NationalityAlways if present
    Place of birthAlways if present
    ROMANIA Residence Permit - Front
    FieldPresence
    SexAlways
    Vehicle classAlways
    SAINT LUCIA Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    Full nameAlways
    NationalityAlways
    Personal ID numberAlways
    SexAlways
    SAINT LUCIA Identity Card - Front
    FieldPresence
    AddressAlways
    FieldPresence
    MRZAlways
    SAINT LUCIA Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    SAN MARINO Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    SAUDI ARABIA Driver's License - Front
    FieldPresence
    Date of birthAlways
    Date of birthAlways
    Document numberAlways
    Full nameAlways
    NationalityAlways
    SENEGAL Identity Card - Front
    FieldPresence
    Full nameAlways
    SexAlways
    TAJIKISTAN Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    TAJIKISTAN Identity Card - Back
    FieldPresence
    Document additional numberAlways
    Issuing authorityAlways
    MRZAlways
    Marital statusAlways
    TAJIKISTAN Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    TURKEY Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    Personal ID numberAlways
    SexAlways
    Date of expiryAlways if present
    NationalityAlways if present
    Place of birthAlways if present
    SexAlways if present
    TURKEY Identity Card - Back
    FieldPresence
    Issuing authorityAlways
    MRZAlways
    AddressAlways if present
    Date of issueAlways if present
    MRZAlways if present
    Marital statusAlways if present
    ReligionAlways if present
    TURKEY Paper Passport - Bio-data page
    FieldPresence
    Place of birthAlways
    SexAlways
    TURKMENISTAN Polycarbonate Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Personal ID numberAlways
    Place of birthAlways
    SexAlways
    TURKS AND CAICOS ISLANDS Driver's License - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    Full nameAlways
    SexAlways
    Vehicle classAlways
    RestrictionsAlways if present
    TURKS AND CAICOS ISLANDS Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of issueAlways
    Document numberAlways
    Full nameAlways
    Place of birthAlways
    SexAlways
    TURKS AND CAICOS ISLANDS Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Issuing authorityAlways
    Last nameAlways
    MRZAlways
    NationalityAlways
    Place of birthAlways
    SexAlways
    UAE Driver's License - Front
    FieldPresence
    Date of birthAlways
    Date of birthAlways
    Date of expiryAlways
    Document numberAlways
    Eligibility categoryAlways
    First nameAlways
    Last nameAlways
    Place of birthAlways
    Date of issueAlways
    Document additional numberAlways
    Document numberAlways
    Eligibility categoryAlways
    First nameAlways
    Last nameAlways
    Place of birthAlways
    Vehicle classAlways
    EndorsementsAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA ALABAMA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA ALABAMA Identity Card - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA ALASKA Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA ALASKA Identity Card - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA ARIZONA Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA ARIZONA Identity Card - Back
    SexAlways
    EndorsementsAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA ARKANSAS Driver's License - Back
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA ARKANSAS Identity Card - Back
    FieldPresence
    SexAlways
    Vehicle classAlways
    First nameAlways if present
    Specific document validityAlways if present
    USA CALIFORNIA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA CALIFORNIA Identity Card - Back
    FieldPresence
    Vehicle classAlways
    EndorsementsAlways if present
    First nameAlways if present
    Specific document validityAlways if present
    USA COLORADO Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA COLORADO Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA CONNECTICUT Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA CONNECTICUT Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA DELAWARE Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA DELAWARE Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA DISTRICT OF COLUMBIA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA DISTRICT OF COLUMBIA Identity Card - Back
    FieldPresence
    EndorsementsAlways if present
    First nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA FLORIDA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA FLORIDA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA GEORGIA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA GEORGIA Identity Card - Back
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA HAWAII Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA HAWAII Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    EndorsementsAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA IDAHO Driver's License - Back
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA IDAHO Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA ILLINOIS Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA ILLINOIS Identity Card - Back
    Last nameAlways
    RestrictionsAlways
    SexAlways
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA INDIANA Driver's License - Back
    Last nameAlways
    RestrictionsAlways
    SexAlways
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA INDIANA Identity Card - Back
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA IOWA Driver's License - Back
    FieldPresence
    Last nameAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA IOWA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA KANSAS Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA KANSAS Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA KENTUCKY Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA KENTUCKY Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA LOUISIANA Driver's License - Back
    FieldPresence
    Last nameAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA LOUISIANA Identity Card - Back
    FieldPresence
    Vehicle classAlways
    EndorsementsAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA MAINE Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA MAINE Identity Card - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA MARYLAND Driver's License - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA MARYLAND Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA MASSACHUSETTS Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA MASSACHUSETTS Identity Card - Back
    FieldPresence
    EndorsementsAlways
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Vehicle classAlways if present
    Specific document validityAlways if present
    USA MICHIGAN Driver's License - Back
    FieldPresence
    Document subtypeAlways
    Full nameAlways
    SexAlways
    Specific document validityAlways if present
    USA MICHIGAN Identity Card - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA MINNESOTA Driver's License - Back
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA MINNESOTA Identity Card - Back
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA MISSISSIPPI Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA MISSISSIPPI Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    RaceAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA MISSOURI Driver's License - Back
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA MISSOURI Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA MONTANA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA MONTANA Identity Card - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA NEBRASKA Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA NEBRASKA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEVADA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA NEVADA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW HAMPSHIRE Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA NEW HAMPSHIRE Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW JERSEY Driver's License - Back
    FieldPresence
    SexAlways
    Vehicle classAlways
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA NEW JERSEY Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW MEXICO Driver's License - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW MEXICO Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW YORK Driver's License - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NEW YORK Identity Card - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways if present
    Specific document validityAlways if present
    USA NEW YORK CITY Identity Card - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA NORTH CAROLINA Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA NORTH CAROLINA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA NORTH DAKOTA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA NORTH DAKOTA Identity Card - Back
    FieldPresence
    SexAlways
    Vehicle classAlways
    EndorsementsAlways if present
    Specific document validityAlways if present
    USA OHIO Driver's License - Back
    FieldPresence
    SexAlways
    Vehicle classAlways
    RestrictionsAlways if present
    Specific document validityAlways if present
    USA OHIO Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA OKLAHOMA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA OKLAHOMA Identity Card - Back
    FieldPresence
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA OREGON Driver's License - Back
    Full nameAlways if present
    Last nameAlways if present
    RestrictionsAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA OREGON Identity Card - Back
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA PENNSYLVANIA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA PENNSYLVANIA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA RHODE ISLAND Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA RHODE ISLAND Identity Card - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA SOUTH CAROLINA Driver's License - Back
    FieldPresence
    First nameAlways if present
    Full nameAlways if present
    Last nameAlways if present
    Specific document validityAlways if present
    USA SOUTH CAROLINA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA SOUTH DAKOTA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA SOUTH DAKOTA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA TENNESSEE Driver's License - Back
    FieldPresence
    Last nameAlways
    RestrictionsAlways
    SexAlways
    Specific document validityAlways if present
    USA TENNESSEE Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA TEXAS Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA TEXAS Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA UTAH Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA UTAH Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA VERMONT Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA VERMONT Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA VIRGINIA Driver's License - Back
    FieldPresence
    Last nameAlways
    RestrictionsAlways
    SexAlways
    Specific document validityAlways if present
    USA VIRGINIA Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    First nameAlways if present
    Specific document validityAlways if present
    Vehicle classAlways if present
    USA WASHINGTON Driver's License - Back
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA WASHINGTON Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA WEST VIRGINIA Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA WEST VIRGINIA Identity Card - Back
    FieldPresence
    Last nameAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA WISCONSIN Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA WISCONSIN Identity Card - Back
    FieldPresence
    RestrictionsAlways
    SexAlways
    Vehicle classAlways
    Specific document validityAlways if present
    USA WYOMING Driver's License - Back
    FieldPresence
    First nameAlways
    Last nameAlways
    SexAlways
    Specific document validityAlways if present
    USA WYOMING Identity Card - Back
    FieldPresence
    Vehicle classAlways
    Personal ID numberAlways if present
    UZBEKISTAN Identity Card - Front
    FieldPresence
    Date of birthAlways
    Date of expiryAlways
    Date of issueAlways
    Document numberAlways
    First nameAlways
    Last nameAlways
    NationalityAlways
    SexAlways
    UZBEKISTAN Identity Card - Back
    FieldPresence
    Issuing authorityAlways
    MRZAlways
    Personal ID numberAlways
    Place of birthAlways
    UZBEKISTAN Paper Passport - Bio-data page
    FieldPresence
    Date of birthAlways
    Document numberAlways
    Full nameAlways
    AUSTRALIA Interim Health Insurance Card - Front
    FieldPresence
    Date of expiryAlways
    Document numberAlways
    Full nameAlways
    AUSTRALIA Reciprocal Health Insurance Card - Front
    FieldPresence
    Date of expiryAlways
    Document numberAlways
    Full nameAlways
    CANADA ONTARIO Health Insurance Card - Front
    FieldPresence
    Date of birthAlways
    PHILIPPINES Health Insurance Card - Front
    FieldPresence
    AddressAlways
    Date of birthAlways
    Document numberAlways
    Full nameAlways
    SexAlways
    AddressAlways if present
    Date of birthAlways if present
    SexAlways if present
    UAE Vehicle Registration - Front
    FieldPresence
    Empty document side
    UAE Vehicle Registration - Back
    FieldPresence
    Manufacturing yearAlways
    Vehicle typeAlways
    diff --git a/open-source-software-used/c++-device.json b/open-source-software-used/c++-device.json index bd518f0dd..dee0484a2 100644 --- a/open-source-software-used/c++-device.json +++ b/open-source-software-used/c++-device.json @@ -48,7 +48,7 @@ "description": "UTF-8 with C++ in a Portable Way" }, { - "package": "sweater/1.1.3@microblink/main#c83ffe0cafb7d85b783f0854c0b61711", + "package": "sweater/1.1.4@microblink/main#08f619e71a655de4d7c5305175fb4e4b", "url": "https://github.com/microblink/sweater", "license": "MIT", "description": "Humble Outer Dispatch" @@ -162,7 +162,7 @@ "description": "Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms (OS/Compilers)." }, { - "package": "xnnpack/20230525.1.3@microblink/main#76b20374e1ba44656d13d3b5e9638b18", + "package": "xnnpack/20230525.1.4@microblink/main#492ca6c9a9ea680e1424c32500c912a0", "url": "https://github.com/microblink/XNNPACK", "license": "BSD", "description": "XNNPACK library" diff --git a/open-source-software-used/c++-simulator.json b/open-source-software-used/c++-simulator.json index bd518f0dd..dee0484a2 100644 --- a/open-source-software-used/c++-simulator.json +++ b/open-source-software-used/c++-simulator.json @@ -48,7 +48,7 @@ "description": "UTF-8 with C++ in a Portable Way" }, { - "package": "sweater/1.1.3@microblink/main#c83ffe0cafb7d85b783f0854c0b61711", + "package": "sweater/1.1.4@microblink/main#08f619e71a655de4d7c5305175fb4e4b", "url": "https://github.com/microblink/sweater", "license": "MIT", "description": "Humble Outer Dispatch" @@ -162,7 +162,7 @@ "description": "Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms (OS/Compilers)." }, { - "package": "xnnpack/20230525.1.3@microblink/main#76b20374e1ba44656d13d3b5e9638b18", + "package": "xnnpack/20230525.1.4@microblink/main#492ca6c9a9ea680e1424c32500c912a0", "url": "https://github.com/microblink/XNNPACK", "license": "BSD", "description": "XNNPACK library"