diff --git a/BlinkID.xcframework/Info.plist b/BlinkID.xcframework/Info.plist index 349e2749..67c86dec 100644 --- a/BlinkID.xcframework/Info.plist +++ b/BlinkID.xcframework/Info.plist @@ -8,40 +8,40 @@ BinaryPath BlinkID.framework/BlinkID LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath BlinkID.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator BinaryPath BlinkID.framework/BlinkID LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath BlinkID.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType XFWK CFBundleShortVersionString - 6.9.1 + 6.9.2 CFBundleVersion - 6.9.1 + 6.9.2 XCFrameworkFormatVersion 1.0 diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID b/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID index 52d37a41..baa6a4d1 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/MBCameraSettings.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBCameraSettings.h index a3f1daa0..99013732 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBCameraSettings.h +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBCameraSettings.h @@ -159,4 +159,12 @@ MB_CLASS_AVAILABLE_IOS(13.0) */ - (AVCaptureAutoFocusRangeRestriction)calcAutofocusRangeRestriction; +/** + * Force using `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange`. + * As `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange` is an experimental feature, no support will be provided while this flag is active. + * + * Default: NO + */ +@property (nonatomic) BOOL forceUsingPixelFormatTypeBiPlanarFullRange; + @end diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist index 55076754..571a7efd 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/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo index 2f410d60..b1339527 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/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources index c3ceae9e..44050e84 100644 --- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources @@ -130,7 +130,7 @@ Headers/MBCameraSettings.h - RINv07JJMH+W6S6zcbV9fgK2L1o= + 86lWAtOHUM1F5X0Yu+Yxl91xLJU= Headers/MBClassAnonymization.h @@ -774,7 +774,7 @@ Info.plist - y8ndQllve4BX4xsziIbq2UIc+M4= + v/HaBZ0tacMniNjHoBnGbblHemE= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop @@ -838,7 +838,7 @@ Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo - wkXUKrLnlfX9X5WZQSGScnNO8yo= + nJSSHitfWUxnp8LsQcRk3tQMxQU= Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json @@ -1972,7 +1972,7 @@ hash2 - opfNU2Z2vis9KseABuMLy6ztOm+pIm/2wBUyZh0S58Y= + g0JziNdv9C+6O+zhg23lzD2Eo5ut6kzklT10yQlSR3U= Headers/MBClassAnonymization.h @@ -3204,7 +3204,7 @@ hash2 - V4hAJdHxghysFZoUeTTIoQcqbr6yjdgWOYl3D8p8hUo= + cKb0HZWBjx4eEMDeZBltMPp7ItQBkWCQnidGZI4HhTY= Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json 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 d2ae8b19..bf36e72d 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/MBCameraSettings.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBCameraSettings.h index a3f1daa0..99013732 100644 --- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBCameraSettings.h +++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBCameraSettings.h @@ -159,4 +159,12 @@ MB_CLASS_AVAILABLE_IOS(13.0) */ - (AVCaptureAutoFocusRangeRestriction)calcAutofocusRangeRestriction; +/** + * Force using `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange`. + * As `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange` is an experimental feature, no support will be provided while this flag is active. + * + * Default: NO + */ +@property (nonatomic) BOOL forceUsingPixelFormatTypeBiPlanarFullRange; + @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 1cf2825d..8b13fb99 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/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 eaf249da..8b2be5fd 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 595a9765..834d3f5d 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/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources index ab917a21..d5cd151e 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 @@ -130,7 +130,7 @@ Headers/MBCameraSettings.h - RINv07JJMH+W6S6zcbV9fgK2L1o= + 86lWAtOHUM1F5X0Yu+Yxl91xLJU= Headers/MBClassAnonymization.h @@ -774,7 +774,7 @@ Info.plist - cQU+2H+3sG4V6wQ2yqE7DuLmJtw= + WWxpjukN3Sl6OFdOjkI8Ux/b5p0= Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop @@ -838,11 +838,11 @@ Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo - frbIfSmhvidD32xVEJeNc3Wlz4s= + 46E1Gq9LTpJMScAtJAyAI0eyYZU= Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo - LunMxCUQZYrmS6pM5TsbXsPkKf0= + kVUUJU0arLjiVASFub3sI09s+4M= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -1996,7 +1996,7 @@ hash2 - opfNU2Z2vis9KseABuMLy6ztOm+pIm/2wBUyZh0S58Y= + g0JziNdv9C+6O+zhg23lzD2Eo5ut6kzklT10yQlSR3U= Headers/MBClassAnonymization.h @@ -3228,14 +3228,14 @@ hash2 - pNNfUa4jaNFEloYex98Yx7+o4GQbOb4kmQjV9j66W+U= + 1ghhUX0sOMjO0oVVpnN+t4KzP4MVW1hFBNRDu7bOcRc= Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo hash2 - icqXyoWkZte6MzKeEHiZMnXuodzvua0BcdPp8bOROqY= + jWkSTWhMcAb4A9nktVt7fi1dbE3xVf5X2fsANWmgnKc= Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d02853..4b45740f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release notes +## 6.9.2 + +#### New features +- Added new experimental bool `forceUsingPixelFormatTypeBiPlanarFullRange` to `cameraSettings` in `BlinkIdOverlaySettings`. + - As `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange` is an experimental feature, no support will be provided while this flag is active. + ## 6.9.1 #### Bug Fixes diff --git a/PPBlinkID.podspec b/PPBlinkID.podspec index 50cbc051..9523501e 100644 --- a/PPBlinkID.podspec +++ b/PPBlinkID.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PPBlinkID" - s.version = "6.9.1" + s.version = "6.9.2" 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.9.1/blinkid-ios_v6.9.1.tar.gz' + :http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/blinkid-ios_v6.9.2.tar.gz' } s.platform = :ios diff --git a/Package.swift b/Package.swift index e7643192..5273db10 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( targets: [ .binaryTarget( name: "BlinkID", - url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.1/BlinkID.xcframework.zip", - checksum: "d834f3c31ea96a8fec28e44720f95fdf92e0e72d6f2a3a3c5bc73124274b65c2") + url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/BlinkID.xcframework.zip", + checksum: "8debbeb661be27d3f980439f75604a2ca5b02b0248556d36b4ae2501ffcc0b7b") ] ) diff --git a/README.md b/README.md index 1bc20912..490e728d 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.9.1' + pod 'PPBlinkID', '~> 6.9.2' end ``` diff --git a/Release notes.md b/Release notes.md index 20d02853..4b45740f 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,5 +1,11 @@ # Release notes +## 6.9.2 + +#### New features +- Added new experimental bool `forceUsingPixelFormatTypeBiPlanarFullRange` to `cameraSettings` in `BlinkIdOverlaySettings`. + - As `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange` is an experimental feature, no support will be provided while this flag is active. + ## 6.9.1 #### Bug Fixes diff --git a/Transition guide.md b/Transition guide.md index 0ee5c63f..aa31455c 100644 --- a/Transition guide.md +++ b/Transition guide.md @@ -1,3 +1,7 @@ +## 6.9.2 + +- No changes + ## 6.9.1 - No changes diff --git a/blinkid-ios.json b/blinkid-ios.json index 6f1293eb..d0c34242 100644 --- a/blinkid-ios.json +++ b/blinkid-ios.json @@ -30,5 +30,6 @@ "6.7.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.7.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.7.1/BlinkID.xcframework.zip", "6.8.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.8.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.8.0/BlinkID.xcframework.zip", "6.9.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.0/BlinkID.xcframework.zip", - "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.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" } diff --git a/buildCommit.txt b/buildCommit.txt index 06e906e1..6a86e58f 100644 --- a/buildCommit.txt +++ b/buildCommit.txt @@ -1 +1 @@ -Built from core repository commit b5ad3bbfd3b20ec505d6c60316d8ae72254b70ba +Built from core repository commit 12fc86bfe1667b17f48d02dc7ba8f26cf5b89532 diff --git a/docs/Classes.html b/docs/Classes.html index 6416f2bb..2c591c68 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -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,7 +3848,7 @@

Declaration

diff --git a/docs/Classes/MBAdditionalProcessingInfo.html b/docs/Classes/MBAdditionalProcessingInfo.html index 2260634a..01619021 100644 --- a/docs/Classes/MBAdditionalProcessingInfo.html +++ b/docs/Classes/MBAdditionalProcessingInfo.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBAdditionalProcessingInfo

MBVizResult contains data extracted from the Visual Inspection Zone.

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

Declaration

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

Declaration

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

Declaration

@@ -630,7 +630,7 @@

Declaration

diff --git a/docs/Classes/MBBaseOcrOverlaySettings.html b/docs/Classes/MBBaseOcrOverlaySettings.html index fbfafef2..49cd1f3f 100644 --- a/docs/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/Classes/MBBaseOcrOverlaySettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBBaseOcrOverlaySettings

Settings class containing UI information

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

Declaration

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

Declaration

diff --git a/docs/Classes/MBBaseOverlaySettings.html b/docs/Classes/MBBaseOverlaySettings.html index 1cce0f65..635c5c39 100644 --- a/docs/Classes/MBBaseOverlaySettings.html +++ b/docs/Classes/MBBaseOverlaySettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBBaseOverlaySettings

Settings class containing UI information

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

diff --git a/docs/Classes/MBBaseOverlayViewController.html b/docs/Classes/MBBaseOverlayViewController.html index a11b4ae7..72199bd5 100644 --- a/docs/Classes/MBBaseOverlayViewController.html +++ b/docs/Classes/MBBaseOverlayViewController.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBBaseOverlayViewController

Common base class for default overlay view controllers

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

Declaration

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

Declaration

diff --git a/docs/Classes/MBBlinkIdMultiSideRecognizer.html b/docs/Classes/MBBlinkIdMultiSideRecognizer.html index 68beea8d..5939a7f6 100644 --- a/docs/Classes/MBBlinkIdMultiSideRecognizer.html +++ b/docs/Classes/MBBlinkIdMultiSideRecognizer.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -511,7 +511,7 @@

MBBlinkIdMultiSideRecognizer

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

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

diff --git a/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html b/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html index 30726a7c..f060a3ad 100644 --- a/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html +++ b/docs/Classes/MBBlinkIdMultiSideRecognizerResult.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -511,7 +511,7 @@

MBBlinkIdMultiSideRecognizerResult

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

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

@@ -2405,7 +2405,7 @@

Declaration

@@ -2418,7 +2418,7 @@

Declaration

diff --git a/docs/Classes/MBBlinkIdOverlaySettings.html b/docs/Classes/MBBlinkIdOverlaySettings.html index 88cbf8a7..a077ca0c 100644 --- a/docs/Classes/MBBlinkIdOverlaySettings.html +++ b/docs/Classes/MBBlinkIdOverlaySettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBBlinkIdOverlaySettings

Settings class containing parameters for BlinkId UI

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

@@ -1528,7 +1528,7 @@

Return Value

object initialized with default values.

@@ -1541,7 +1541,7 @@

Return Value

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

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -507,7 +507,7 @@

MBBlinkIdOverlayViewController

Default version of overlay view controller with modern design.

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

Declaration

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

Declaration

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

Return Value

initialized overlayViewController

@@ -668,7 +668,7 @@

Return Value

diff --git a/docs/Classes/MBBlinkIdSingleSideRecognizer.html b/docs/Classes/MBBlinkIdSingleSideRecognizer.html index 480289d7..c95ffefe 100644 --- a/docs/Classes/MBBlinkIdSingleSideRecognizer.html +++ b/docs/Classes/MBBlinkIdSingleSideRecognizer.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -511,7 +511,7 @@

MBBlinkIdSingleSideRecognizer

The Blink ID Recognizer is used for scanning Blink ID.

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

@@ -1011,7 +1011,7 @@

Declaration

diff --git a/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html b/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html index e65eb2c8..88f6f512 100644 --- a/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html +++ b/docs/Classes/MBBlinkIdSingleSideRecognizerResult.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -510,7 +510,7 @@

MBBlinkIdSingleSideRecognizerResult

The Blink ID Recognizer is used for scanning Blink ID.

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

@@ -2159,7 +2159,7 @@

Declaration

@@ -2172,7 +2172,7 @@

Declaration

diff --git a/docs/Classes/MBCameraReticle.html b/docs/Classes/MBCameraReticle.html index e66643f6..c5a8c3c0 100644 --- a/docs/Classes/MBCameraReticle.html +++ b/docs/Classes/MBCameraReticle.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -506,7 +506,7 @@

MBCameraReticle

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

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

diff --git a/docs/Classes/MBCameraSettings.html b/docs/Classes/MBCameraSettings.html index 993cee65..3b84060a 100644 --- a/docs/Classes/MBCameraSettings.html +++ b/docs/Classes/MBCameraSettings.html @@ -21,7 +21,7 @@

- PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

@@ -505,7 +505,7 @@

MBCameraSettings

Settings class containing parameters for camera capture

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Declaration

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

Return Value

object initialized with default values.

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

Return Value

optimal AVFoundation session preset

@@ -966,7 +966,45 @@

Return Value

optimal AVFoundation autofocus range restriction

+ + + +
  • + +
    +
    +
    +
    +
    +

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange. + As kCVPixelFormatType_420YpCbCr8BiPlanarFullRange is an experimental feature, no support will be provided while this flag is active.

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic) BOOL forceUsingPixelFormatTypeBiPlanarFullRange;
    + +
    +
    +

    Swift

    +
    var forceUsingPixelFormatTypeBiPlanarFullRange: Bool { get set }
    + +
    +
    +
    @@ -979,7 +1017,7 @@

    Return Value

    diff --git a/docs/Classes/MBCustomOverlayViewController.html b/docs/Classes/MBCustomOverlayViewController.html index 6f09a9e0..6e0fa9b9 100644 --- a/docs/Classes/MBCustomOverlayViewController.html +++ b/docs/Classes/MBCustomOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBCustomOverlayViewController

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

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -754,7 +754,7 @@

    Declaration

    diff --git a/docs/Classes/MBDPIBasedDewarpPolicy.html b/docs/Classes/MBDPIBasedDewarpPolicy.html index d15e5d0f..6c03cd83 100644 --- a/docs/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/Classes/MBDPIBasedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBDPIBasedDewarpPolicy

    image for output (e.g. MBImageReturnProcessor).

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

    Declaration

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

    Parameters

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBDate.html b/docs/Classes/MBDate.html index 35350ad2..b6307ec4 100644 --- a/docs/Classes/MBDate.html +++ b/docs/Classes/MBDate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBDate

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

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

    Return Value

    initialized value

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    true if the date is filled by our internal domain knowledge

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

    Return Value

    initialized value

    @@ -954,7 +954,7 @@

    Return Value

    diff --git a/docs/Classes/MBDateResult.html b/docs/Classes/MBDateResult.html index 68f816c8..47ecdbc5 100644 --- a/docs/Classes/MBDateResult.html +++ b/docs/Classes/MBDateResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBDateResult

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

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

    Return Value

    initialized value

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    true if the date is filled by our internal domain knowledge

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

    Return Value

    initialized value

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

    Return Value

    diff --git a/docs/Classes/MBDisplayableDetection.html b/docs/Classes/MBDisplayableDetection.html index 5eb000c8..002e96db 100644 --- a/docs/Classes/MBDisplayableDetection.html +++ b/docs/Classes/MBDisplayableDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableDetection

    Represents a detection that can be displayed on screen.

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

    Return Value

    initialized object

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

    Declaration

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

    Declaration

    @@ -630,7 +630,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableObject.html b/docs/Classes/MBDisplayableObject.html index b97ff264..7fc9213f 100644 --- a/docs/Classes/MBDisplayableObject.html +++ b/docs/Classes/MBDisplayableObject.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableObject

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

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBDisplayablePointsDetection.html b/docs/Classes/MBDisplayablePointsDetection.html index e9dd04d7..68f0b2ff 100644 --- a/docs/Classes/MBDisplayablePointsDetection.html +++ b/docs/Classes/MBDisplayablePointsDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayablePointsDetection

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

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBDisplayableQuadDetection.html b/docs/Classes/MBDisplayableQuadDetection.html index 4e375211..2edfbb9d 100644 --- a/docs/Classes/MBDisplayableQuadDetection.html +++ b/docs/Classes/MBDisplayableQuadDetection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableQuadDetection

    Represents a detection that can be displayed on screen.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizer.html b/docs/Classes/MBDocumentFaceRecognizer.html index eb48126c..e522875c 100644 --- a/docs/Classes/MBDocumentFaceRecognizer.html +++ b/docs/Classes/MBDocumentFaceRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -515,7 +515,7 @@

    MBDocumentFaceRecognizer

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizerResult.html b/docs/Classes/MBDocumentFaceRecognizerResult.html index 85f8513c..0a07ce03 100644 --- a/docs/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/Classes/MBDocumentFaceRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBDocumentFaceRecognizerResult

    Class representing values obtained when scanning Document Face Recognizer

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

    Declaration

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

    Declaration

    @@ -594,7 +594,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlaySettings.html b/docs/Classes/MBDocumentOverlaySettings.html index 6c8a509b..7b2e39f4 100644 --- a/docs/Classes/MBDocumentOverlaySettings.html +++ b/docs/Classes/MBDocumentOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDocumentOverlaySettings

    Settings class containing UI information

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -671,7 +671,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlayViewController.html b/docs/Classes/MBDocumentOverlayViewController.html index 6cd5653d..d0e803a7 100644 --- a/docs/Classes/MBDocumentOverlayViewController.html +++ b/docs/Classes/MBDocumentOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDocumentOverlayViewController

    Default overlay when using ID card recognizers.

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

    Declaration

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

    Declaration

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

    Return Value

    initialized overlayViewController

    @@ -666,7 +666,7 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentSubview.html b/docs/Classes/MBDocumentSubview.html index f40ffa1b..cb378c0e 100644 --- a/docs/Classes/MBDocumentSubview.html +++ b/docs/Classes/MBDocumentSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -512,7 +512,7 @@

    MBDocumentSubview

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized view

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

    Return Value

    initialized view

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

    Return Value

    diff --git a/docs/Classes/MBDotsResultSubview.html b/docs/Classes/MBDotsResultSubview.html index 267f03c9..acebf804 100644 --- a/docs/Classes/MBDotsResultSubview.html +++ b/docs/Classes/MBDotsResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDotsResultSubview

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -703,7 +703,7 @@

    Declaration

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

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBDotsSubview

    The layer is used to draw dots representing barcodes

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -699,7 +699,7 @@

    Declaration

    diff --git a/docs/Classes/MBErrorReticle.html b/docs/Classes/MBErrorReticle.html index 0e360d95..ad697232 100644 --- a/docs/Classes/MBErrorReticle.html +++ b/docs/Classes/MBErrorReticle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBErrorReticle

    the system is active and has detected object.

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

    Declaration

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

    Declaration

    @@ -596,7 +596,7 @@

    Declaration

    diff --git a/docs/Classes/MBFixedDewarpPolicy.html b/docs/Classes/MBFixedDewarpPolicy.html index 57563c8d..15acd214 100644 --- a/docs/Classes/MBFixedDewarpPolicy.html +++ b/docs/Classes/MBFixedDewarpPolicy.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBFixedDewarpPolicy

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

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

    Declaration

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

    Parameters

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBFrameGrabberRecognizer.html b/docs/Classes/MBFrameGrabberRecognizer.html index 369aa1ed..4dc4fbcd 100644 --- a/docs/Classes/MBFrameGrabberRecognizer.html +++ b/docs/Classes/MBFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBFrameGrabberRecognizer

    A recognizer that can returns success frame.

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

    Declaration

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

    Declaration

    @@ -596,7 +596,7 @@

    Declaration

    diff --git a/docs/Classes/MBIdBarcodeRecognizer.html b/docs/Classes/MBIdBarcodeRecognizer.html index 102d1bcb..a9fb4cce 100644 --- a/docs/Classes/MBIdBarcodeRecognizer.html +++ b/docs/Classes/MBIdBarcodeRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBIdBarcodeRecognizer

    The ID Barcode Recognizer is used for scanning ID Barcode.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBIdBarcodeRecognizerResult.html b/docs/Classes/MBIdBarcodeRecognizerResult.html index 8dec0857..36ea4436 100644 --- a/docs/Classes/MBIdBarcodeRecognizerResult.html +++ b/docs/Classes/MBIdBarcodeRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBIdBarcodeRecognizerResult

    The ID Barcode Recognizer is used for scanning ID Barcode.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    Type of the barcode

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

    Return Value

    Type of the document

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -1760,7 +1760,7 @@

    Declaration

    diff --git a/docs/Classes/MBImage.html b/docs/Classes/MBImage.html index fb8deee5..650cfd76 100644 --- a/docs/Classes/MBImage.html +++ b/docs/Classes/MBImage.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImage

    Object which represents an image.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -873,7 +873,7 @@

    Declaration

    @@ -909,7 +909,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessor.html b/docs/Classes/MBImageReturnProcessor.html index a13e25d0..4f88c8ce 100644 --- a/docs/Classes/MBImageReturnProcessor.html +++ b/docs/Classes/MBImageReturnProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImageReturnProcessor

    Processor that will simply save given image.

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

    Declaration

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessorResult.html b/docs/Classes/MBImageReturnProcessorResult.html index 610d1d7e..3ef22154 100644 --- a/docs/Classes/MBImageReturnProcessorResult.html +++ b/docs/Classes/MBImageReturnProcessorResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImageReturnProcessorResult

    Processor that will simply save given image.

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html b/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html index 7a5c0e59..7475cb5d 100644 --- a/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html +++ b/docs/Classes/MBLegacyDocumentVerificationOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBLegacyDocumentVerificationOverlaySettings

    Settings class containing UI information

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html b/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html index 9eb5cc68..de2cae96 100644 --- a/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html +++ b/docs/Classes/MBLegacyDocumentVerificationOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBLegacyDocumentVerificationOverlayViewController

    Default overlay when using ID card combined recognizers for verification.

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

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

    Return Value

    initialized overlayViewController

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

    Return Value

    diff --git a/docs/Classes/MBMicroblinkSDK.html b/docs/Classes/MBMicroblinkSDK.html index 32078fd1..12eb6b9c 100644 --- a/docs/Classes/MBMicroblinkSDK.html +++ b/docs/Classes/MBMicroblinkSDK.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBMicroblinkSDK

    optimisation of passing data.

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

    Declaration

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

    Parameters

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

    Parameters

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

    Parameters

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

    Parameters

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

    Parameters

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

    Parameters

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

    Return Value

    string that contains the library build version

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

    Return Value

    YES if scanning is not supported, NO otherwise.

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

    Parameters

    @@ -1259,7 +1259,7 @@

    Parameters

    diff --git a/docs/Classes/MBMrtdCombinedRecognizer.html b/docs/Classes/MBMrtdCombinedRecognizer.html index 08d6dead..bfb2d615 100644 --- a/docs/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/Classes/MBMrtdCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBMrtdCombinedRecognizer

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -815,7 +815,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBMrtdCombinedRecognizerResult.html b/docs/Classes/MBMrtdCombinedRecognizerResult.html index 6e078c1b..641de3f0 100644 --- a/docs/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/Classes/MBMrtdCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBMrtdCombinedRecognizerResult

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

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizer.html b/docs/Classes/MBMrtdRecognizer.html index f09c8cc0..416c3c2b 100644 --- a/docs/Classes/MBMrtdRecognizer.html +++ b/docs/Classes/MBMrtdRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBMrtdRecognizer

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -779,7 +779,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizerResult.html b/docs/Classes/MBMrtdRecognizerResult.html index c2224f6f..6a2b6f47 100644 --- a/docs/Classes/MBMrtdRecognizerResult.html +++ b/docs/Classes/MBMrtdRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBMrtdRecognizerResult

    Result of MBMrtdDetectorRecognizer

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

    Declaration

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

    Declaration

    @@ -597,7 +597,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdSpecification.html b/docs/Classes/MBMrtdSpecification.html index 25303f46..81e54345 100644 --- a/docs/Classes/MBMrtdSpecification.html +++ b/docs/Classes/MBMrtdSpecification.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBMrtdSpecification

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

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

    Return Value

    new instance for a given mrtd preset

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

    Return Value

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

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -512,7 +512,7 @@

    MBNoUpScalingDewarpPolicy

    hologram detection or NN-based classification.

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

    Declaration

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

    Parameters

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBOcrBlock.html b/docs/Classes/MBOcrBlock.html index 68d58885..bc016bae 100644 --- a/docs/Classes/MBOcrBlock.html +++ b/docs/Classes/MBOcrBlock.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBOcrBlock

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized ocr block

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

    Return Value

    ocr block converted to string

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

    Return Value

    diff --git a/docs/Classes/MBOcrChar.html b/docs/Classes/MBOcrChar.html index aa929c9f..f91ecc13 100644 --- a/docs/Classes/MBOcrChar.html +++ b/docs/Classes/MBOcrChar.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOcrChar

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized char

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

    Return Value

    diff --git a/docs/Classes/MBOcrLayout.html b/docs/Classes/MBOcrLayout.html index 7222d003..e6f7ccd0 100644 --- a/docs/Classes/MBOcrLayout.html +++ b/docs/Classes/MBOcrLayout.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -524,7 +524,7 @@

    MBOcrLayout

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized ocr layout

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

    Return Value

    initialized ocr layout

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

    Return Value

    ocr layout converted to string

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

    Return Value

    diff --git a/docs/Classes/MBOcrLine.html b/docs/Classes/MBOcrLine.html index 78316a6c..a388c27f 100644 --- a/docs/Classes/MBOcrLine.html +++ b/docs/Classes/MBOcrLine.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBOcrLine

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized ocr line

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

    Return Value

    ocr line converted to string

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

    Return Value

    diff --git a/docs/Classes/MBOverlaySettings.html b/docs/Classes/MBOverlaySettings.html index e4114e9e..c020f83b 100644 --- a/docs/Classes/MBOverlaySettings.html +++ b/docs/Classes/MBOverlaySettings.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOverlaySettings

    Settings class containing UI information

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

    Declaration

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

    Declaration

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

    Return Value

    object initialized with default values.

    @@ -633,7 +633,7 @@

    Return Value

    diff --git a/docs/Classes/MBOverlayViewController.html b/docs/Classes/MBOverlayViewController.html index 028daa97..4512e704 100644 --- a/docs/Classes/MBOverlayViewController.html +++ b/docs/Classes/MBOverlayViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBOverlayViewController

    @@ -556,7 +556,7 @@

    Declaration

    @@ -569,7 +569,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessor.html b/docs/Classes/MBParserGroupProcessor.html index bff4e295..26f41596 100644 --- a/docs/Classes/MBParserGroupProcessor.html +++ b/docs/Classes/MBParserGroupProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBParserGroupProcessor

    A processor for a group

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBPassportRecognizer.html b/docs/Classes/MBPassportRecognizer.html index e21feb09..4f3ce721 100644 --- a/docs/Classes/MBPassportRecognizer.html +++ b/docs/Classes/MBPassportRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBPassportRecognizer

    Recognizer which can scan all passports with MRZ.

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

    Declaration

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

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    diff --git a/docs/Classes/MBPassportRecognizerResult.html b/docs/Classes/MBPassportRecognizerResult.html index fe6a7ae0..ab58ffd2 100644 --- a/docs/Classes/MBPassportRecognizerResult.html +++ b/docs/Classes/MBPassportRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBPassportRecognizerResult

    Recognizer which can scan all passports with MRZ.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBPosition.html b/docs/Classes/MBPosition.html index 874bf280..67021c66 100644 --- a/docs/Classes/MBPosition.html +++ b/docs/Classes/MBPosition.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBPosition

    sides aligned to the sides of the image.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized position

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

    Return Value

    position with offset

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

    Return Value

    Position converted to CGRect

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

    Return Value

    center of the position.

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

    Return Value

    height of the position

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

    Return Value

    diff --git a/docs/Classes/MBProcessor.html b/docs/Classes/MBProcessor.html index 2c0bbb23..f3ef05f3 100644 --- a/docs/Classes/MBProcessor.html +++ b/docs/Classes/MBProcessor.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBProcessor

    Base class for all processors

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBProcessorGroup.html b/docs/Classes/MBProcessorGroup.html index 96145ed2..6d9f938d 100644 --- a/docs/Classes/MBProcessorGroup.html +++ b/docs/Classes/MBProcessorGroup.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBProcessorGroup

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

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

    Parameters

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBQuadrangle.html b/docs/Classes/MBQuadrangle.html index 5df3f6de..a2c225cc 100644 --- a/docs/Classes/MBQuadrangle.html +++ b/docs/Classes/MBQuadrangle.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBQuadrangle

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    initialized quadrangle with four corners

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

    Return Value

    points of the quadrangle in an array

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

    Declaration

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

    Return Value

    center point

    @@ -879,7 +879,7 @@

    Return Value

    diff --git a/docs/Classes/MBRecognitionModeFilter.html b/docs/Classes/MBRecognitionModeFilter.html index f9b424d6..22c5b2d1 100644 --- a/docs/Classes/MBRecognitionModeFilter.html +++ b/docs/Classes/MBRecognitionModeFilter.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBRecognitionModeFilter

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBRecognizer.html b/docs/Classes/MBRecognizer.html index 414878af..72ff7e4d 100644 --- a/docs/Classes/MBRecognizer.html +++ b/docs/Classes/MBRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBRecognizer

    Base class for all recognizers

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

    Declaration

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

    Return Value

    signed JSON representation of this entity’s current state.

    @@ -596,7 +596,7 @@

    Return Value

    diff --git a/docs/Classes/MBRecognizerCollection.html b/docs/Classes/MBRecognizerCollection.html index 162fb855..c7561a56 100644 --- a/docs/Classes/MBRecognizerCollection.html +++ b/docs/Classes/MBRecognizerCollection.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBRecognizerCollection

    Settings class containing settings related to scanner behaviour

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

    Declaration

    @@ -589,7 +589,7 @@

    Declaration

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

    Declaration

    @@ -667,7 +667,7 @@

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunner.html b/docs/Classes/MBRecognizerRunner.html index 3331b957..98024f89 100644 --- a/docs/Classes/MBRecognizerRunner.html +++ b/docs/Classes/MBRecognizerRunner.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBRecognizerRunner

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

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

    Declaration

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

    Declaration

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

    Parameters

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

    Parameters

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBStringResult.html b/docs/Classes/MBStringResult.html index 1ca1c7b5..6555b5ac 100644 --- a/docs/Classes/MBStringResult.html +++ b/docs/Classes/MBStringResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBStringResult

    Class for all obtaining original string per alphabet type

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

    Return Value

    the non-empty value, if such is present, with priority given to Latin alphabet.

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

    Return Value

    value of the specified alphabet type.

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

    Return Value

    the CGRect location, if result is detected, else CGRectNull. Priority given to Latin alphabet.

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

    Return Value

    location of the specified alphabet type.

    @@ -699,7 +699,7 @@

    Return Value

    the MBSide side, if result is detected, else MBSideNone. Priority given to Latin alphabet.

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

    Return Value

    side of the specified alphabet type.

    @@ -750,7 +750,7 @@

    Return Value

    diff --git a/docs/Classes/MBSubview.html b/docs/Classes/MBSubview.html index 2a10c8a9..b731ab0f 100644 --- a/docs/Classes/MBSubview.html +++ b/docs/Classes/MBSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBSubview

    Base class for all overlay subviews

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizer.html b/docs/Classes/MBSuccessFrameGrabberRecognizer.html index e47eb796..aca830c4 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBSuccessFrameGrabberRecognizer

    A recognizer that can returns success frame.

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html index 44bc16a4..4b64bf4c 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBSuccessFrameGrabberRecognizerResult

    A recognizer that returns SuccessFrameGrabber result.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBTapToFocusSubview.html b/docs/Classes/MBTapToFocusSubview.html index df985494..c9d67661 100644 --- a/docs/Classes/MBTapToFocusSubview.html +++ b/docs/Classes/MBTapToFocusSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTapToFocusSubview

    Overlay subview presenting the effect which happens when the user taps to focus

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

    Parameters

    @@ -576,7 +576,7 @@

    Parameters

    diff --git a/docs/Classes/MBTemplatingClass.html b/docs/Classes/MBTemplatingClass.html index 213bdced..a8e234dd 100644 --- a/docs/Classes/MBTemplatingClass.html +++ b/docs/Classes/MBTemplatingClass.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingClass

    Class that represents a specific class of documents when used within Templating API.

    @@ -564,7 +564,7 @@

    Parameters

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

    Return Value

    the currently set array of classification processor groups.

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

    Parameters

    @@ -699,7 +699,7 @@

    Return Value

    the currently set array of non-classification processor groups.

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

    Parameters

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

    Parameters

    diff --git a/docs/Classes/MBTemplatingRecognizer.html b/docs/Classes/MBTemplatingRecognizer.html index 9fb92866..6e469c64 100644 --- a/docs/Classes/MBTemplatingRecognizer.html +++ b/docs/Classes/MBTemplatingRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingRecognizer

    Base of all recognizers that support Templating API.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBTemplatingRecognizerResult.html b/docs/Classes/MBTemplatingRecognizerResult.html index 240ea925..55485eb2 100644 --- a/docs/Classes/MBTemplatingRecognizerResult.html +++ b/docs/Classes/MBTemplatingRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingRecognizerResult

    Base of all recognizers result that support Templating API.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizer.html b/docs/Classes/MBUsdlCombinedRecognizer.html index 9befa85a..e257ee85 100644 --- a/docs/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/Classes/MBUsdlCombinedRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBUsdlCombinedRecognizer

    USDL Combined recognizer is used for scanning both front and back side of US Driver’s License.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizerResult.html b/docs/Classes/MBUsdlCombinedRecognizerResult.html index 9236eaa3..1c282dc4 100644 --- a/docs/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/Classes/MBUsdlCombinedRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBUsdlCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of US Driver’s License.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -1132,7 +1132,7 @@

    Return Value

    value for a given key

    @@ -1177,7 +1177,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizer.html b/docs/Classes/MBUsdlRecognizer.html index 7603989e..973a3b98 100644 --- a/docs/Classes/MBUsdlRecognizer.html +++ b/docs/Classes/MBUsdlRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBUsdlRecognizer

    A recognizer that can scan USDL.

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

    Declaration

    @@ -599,7 +599,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizerResult.html b/docs/Classes/MBUsdlRecognizerResult.html index b8ed4996..250a49a9 100644 --- a/docs/Classes/MBUsdlRecognizerResult.html +++ b/docs/Classes/MBUsdlRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBUsdlRecognizerResult

    A recognizer that can scan PDF417 2D barcodes.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -754,7 +754,7 @@

    Declaration

    @@ -789,7 +789,7 @@

    Declaration

    @@ -824,7 +824,7 @@

    Declaration

    @@ -859,7 +859,7 @@

    Declaration

    @@ -894,7 +894,7 @@

    Declaration

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

    Declaration

    @@ -964,7 +964,7 @@

    Declaration

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

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1069,7 +1069,7 @@

    Declaration

    @@ -1104,7 +1104,7 @@

    Declaration

    @@ -1139,7 +1139,7 @@

    Declaration

    @@ -1174,7 +1174,7 @@

    Declaration

    @@ -1210,7 +1210,7 @@

    Declaration

    @@ -1268,7 +1268,7 @@

    Return Value

    value for a given key

    @@ -1313,7 +1313,7 @@

    Declaration

    @@ -1326,7 +1326,7 @@

    Declaration

    diff --git a/docs/Classes/MBViewControllerFactory.html b/docs/Classes/MBViewControllerFactory.html index 251b4d9b..9da304b4 100644 --- a/docs/Classes/MBViewControllerFactory.html +++ b/docs/Classes/MBViewControllerFactory.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBViewControllerFactory

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

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

    Return Value

    Scanning view controller fully initialized for presenting on screen.

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

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -673,7 +673,7 @@

    Return Value

    diff --git a/docs/Classes/MBVisaRecognizer.html b/docs/Classes/MBVisaRecognizer.html index 5ad10c14..e7adf66a 100644 --- a/docs/Classes/MBVisaRecognizer.html +++ b/docs/Classes/MBVisaRecognizer.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBVisaRecognizer

    Recognizer which can scan all visas with MRZ.

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

    Declaration

    @@ -571,7 +571,7 @@

    Declaration

    diff --git a/docs/Classes/MBVisaRecognizerResult.html b/docs/Classes/MBVisaRecognizerResult.html index 8e5db944..dd9c7806 100644 --- a/docs/Classes/MBVisaRecognizerResult.html +++ b/docs/Classes/MBVisaRecognizerResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBVisaRecognizerResult

    Recognizer which can scan all visas with MRZ.

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

    Declaration

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

    Declaration

    diff --git a/docs/Classes/MBVizResult.html b/docs/Classes/MBVizResult.html index 0c68ed17..5f106f17 100644 --- a/docs/Classes/MBVizResult.html +++ b/docs/Classes/MBVizResult.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBVizResult

    MBVizResult contains data extracted from the Visual Inspection Zone.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -754,7 +754,7 @@

    Declaration

    @@ -789,7 +789,7 @@

    Declaration

    @@ -824,7 +824,7 @@

    Declaration

    @@ -859,7 +859,7 @@

    Declaration

    @@ -894,7 +894,7 @@

    Declaration

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

    Declaration

    @@ -964,7 +964,7 @@

    Declaration

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

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1069,7 +1069,7 @@

    Declaration

    @@ -1104,7 +1104,7 @@

    Declaration

    @@ -1139,7 +1139,7 @@

    Declaration

    @@ -1174,7 +1174,7 @@

    Declaration

    @@ -1209,7 +1209,7 @@

    Declaration

    @@ -1244,7 +1244,7 @@

    Declaration

    @@ -1279,7 +1279,7 @@

    Declaration

    @@ -1314,7 +1314,7 @@

    Declaration

    @@ -1349,7 +1349,7 @@

    Declaration

    @@ -1384,7 +1384,7 @@

    Declaration

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

    Declaration

    @@ -1454,7 +1454,7 @@

    Declaration

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

    Declaration

    @@ -1524,7 +1524,7 @@

    Declaration

    @@ -1559,7 +1559,7 @@

    Declaration

    @@ -1594,7 +1594,7 @@

    Declaration

    @@ -1629,7 +1629,7 @@

    Declaration

    @@ -1664,7 +1664,7 @@

    Declaration

    @@ -1699,7 +1699,7 @@

    Declaration

    @@ -1734,7 +1734,7 @@

    Declaration

    @@ -1769,7 +1769,7 @@

    Declaration

    @@ -1782,7 +1782,7 @@

    Declaration

    diff --git a/docs/Enums.html b/docs/Enums.html index 1d5c4e7a..fea8d7bf 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -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,7 +1332,7 @@

    Declaration

    diff --git a/docs/Enums/MBAnonymizationMode.html b/docs/Enums/MBAnonymizationMode.html index 8ed64fe5..a11b1018 100644 --- a/docs/Enums/MBAnonymizationMode.html +++ b/docs/Enums/MBAnonymizationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBAnonymizationMode

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -636,7 +636,7 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeElementKey.html b/docs/Enums/MBBarcodeElementKey.html index a2370def..14796591 100644 --- a/docs/Enums/MBBarcodeElementKey.html +++ b/docs/Enums/MBBarcodeElementKey.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBBarcodeElementKey

    Enumeration of possible barcode element keys

    @@ -539,7 +539,7 @@

    Declaration

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

    Declaration

    @@ -631,7 +631,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -853,7 +853,7 @@

    Declaration

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

    Declaration

    @@ -921,7 +921,7 @@

    Declaration

    @@ -957,7 +957,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -1072,7 +1072,7 @@

    Declaration

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

    Declaration

    @@ -1140,7 +1140,7 @@

    Declaration

    @@ -1185,7 +1185,7 @@

    Declaration

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

    Declaration

    @@ -1278,7 +1278,7 @@

    Declaration

    @@ -1310,7 +1310,7 @@

    Declaration

    @@ -1342,7 +1342,7 @@

    Declaration

    @@ -1388,7 +1388,7 @@

    Declaration

    @@ -1431,7 +1431,7 @@

    Declaration

    @@ -1464,7 +1464,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -1630,7 +1630,7 @@

    Declaration

    @@ -1662,7 +1662,7 @@

    Declaration

    @@ -1696,7 +1696,7 @@

    Declaration

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

    Declaration

    @@ -1779,7 +1779,7 @@

    Declaration

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

    Declaration

    @@ -1843,7 +1843,7 @@

    Declaration

    @@ -1875,7 +1875,7 @@

    Declaration

    @@ -1907,7 +1907,7 @@

    Declaration

    @@ -1939,7 +1939,7 @@

    Declaration

    @@ -1971,7 +1971,7 @@

    Declaration

    @@ -2012,7 +2012,7 @@

    Declaration

    @@ -2044,7 +2044,7 @@

    Declaration

    @@ -2076,7 +2076,7 @@

    Declaration

    @@ -2108,7 +2108,7 @@

    Declaration

    @@ -2140,7 +2140,7 @@

    Declaration

    @@ -2172,7 +2172,7 @@

    Declaration

    @@ -2206,7 +2206,7 @@

    Declaration

    @@ -2238,7 +2238,7 @@

    Declaration

    @@ -2270,7 +2270,7 @@

    Declaration

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

    Declaration

    @@ -2334,7 +2334,7 @@

    Declaration

    @@ -2367,7 +2367,7 @@

    Declaration

    @@ -2402,7 +2402,7 @@

    Declaration

    @@ -2442,7 +2442,7 @@

    Declaration

    @@ -2475,7 +2475,7 @@

    Declaration

    @@ -2509,7 +2509,7 @@

    Declaration

    @@ -2544,7 +2544,7 @@

    Declaration

    @@ -2576,7 +2576,7 @@

    Declaration

    @@ -2610,7 +2610,7 @@

    Declaration

    @@ -2650,7 +2650,7 @@

    Declaration

    @@ -2684,7 +2684,7 @@

    Declaration

    @@ -2716,7 +2716,7 @@

    Declaration

    @@ -2769,7 +2769,7 @@

    Declaration

    @@ -2820,7 +2820,7 @@

    Declaration

    @@ -2853,7 +2853,7 @@

    Declaration

    @@ -2886,7 +2886,7 @@

    Declaration

    @@ -2918,7 +2918,7 @@

    Declaration

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

    Declaration

    @@ -2984,7 +2984,7 @@

    Declaration

    @@ -3019,7 +3019,7 @@

    Declaration

    @@ -3051,7 +3051,7 @@

    Declaration

    @@ -3085,7 +3085,7 @@

    Declaration

    @@ -3118,7 +3118,7 @@

    Declaration

    @@ -3150,7 +3150,7 @@

    Declaration

    @@ -3182,7 +3182,7 @@

    Declaration

    @@ -3214,7 +3214,7 @@

    Declaration

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

    Declaration

    @@ -3278,7 +3278,7 @@

    Declaration

    @@ -3311,7 +3311,7 @@

    Declaration

    @@ -3344,7 +3344,7 @@

    Declaration

    @@ -3376,7 +3376,7 @@

    Declaration

    @@ -3408,7 +3408,7 @@

    Declaration

    @@ -3440,7 +3440,7 @@

    Declaration

    @@ -3473,7 +3473,7 @@

    Declaration

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

    Declaration

    @@ -3538,7 +3538,7 @@

    Declaration

    @@ -3551,7 +3551,7 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeType.html b/docs/Enums/MBBarcodeType.html index 1a1e56de..6d65c84b 100644 --- a/docs/Enums/MBBarcodeType.html +++ b/docs/Enums/MBBarcodeType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBBarcodeType

    Enumeration of possible barcode formats

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

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

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

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

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBCameraAutofocusRestriction.html b/docs/Enums/MBCameraAutofocusRestriction.html index 760f6567..ea932f77 100644 --- a/docs/Enums/MBCameraAutofocusRestriction.html +++ b/docs/Enums/MBCameraAutofocusRestriction.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraAutofocusRestriction

    Camera autofocus restricion mode

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBCameraPreset.html b/docs/Enums/MBCameraPreset.html index 12b80ff1..ff2182bd 100644 --- a/docs/Enums/MBCameraPreset.html +++ b/docs/Enums/MBCameraPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraPreset

    Camera resolution preset

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -718,7 +718,7 @@

    Declaration

    @@ -753,7 +753,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBCameraType.html b/docs/Enums/MBCameraType.html index 973f13f6..225e8ff0 100644 --- a/docs/Enums/MBCameraType.html +++ b/docs/Enums/MBCameraType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraType

    Camera type

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBDataMatchState.html b/docs/Enums/MBDataMatchState.html index d843c78b..e2b4b32f 100644 --- a/docs/Enums/MBDataMatchState.html +++ b/docs/Enums/MBDataMatchState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDataMatchState

    Result of the data matching algorithm for scanned parts/sides of the document.

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -606,7 +606,7 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionStatus.html b/docs/Enums/MBDetectionStatus.html index 82323dda..f4399131 100644 --- a/docs/Enums/MBDetectionStatus.html +++ b/docs/Enums/MBDetectionStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDetectionStatus

    Status of the object detection in Microblink SDK

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBDocumentFaceDetectorType.html b/docs/Enums/MBDocumentFaceDetectorType.html index 38228a1c..0eb5e26e 100644 --- a/docs/Enums/MBDocumentFaceDetectorType.html +++ b/docs/Enums/MBDocumentFaceDetectorType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDocumentFaceDetectorType

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -606,7 +606,7 @@

    Declaration

    diff --git a/docs/Enums/MBFrameQualityEstimationMode.html b/docs/Enums/MBFrameQualityEstimationMode.html index 22572945..22607bff 100644 --- a/docs/Enums/MBFrameQualityEstimationMode.html +++ b/docs/Enums/MBFrameQualityEstimationMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBFrameQualityEstimationMode

    Denotes the mode in which FrameQuality estimation works

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBIdBarcodeDocumentType.html b/docs/Enums/MBIdBarcodeDocumentType.html index 8f6202cf..dbcb334c 100644 --- a/docs/Enums/MBIdBarcodeDocumentType.html +++ b/docs/Enums/MBIdBarcodeDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBIdBarcodeDocumentType

    Enumeration of possible barcode formats

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

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

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

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

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBMrtdDocumentType.html b/docs/Enums/MBMrtdDocumentType.html index dc5a6483..6e1ba8b1 100644 --- a/docs/Enums/MBMrtdDocumentType.html +++ b/docs/Enums/MBMrtdDocumentType.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBMrtdDocumentType

    Supported MRTD document types

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -718,7 +718,7 @@

    Declaration

    @@ -753,7 +753,7 @@

    Declaration

    @@ -788,7 +788,7 @@

    Declaration

    @@ -801,7 +801,7 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdSpecificationPreset.html b/docs/Enums/MBMrtdSpecificationPreset.html index d7ddfcc1..a9981d80 100644 --- a/docs/Enums/MBMrtdSpecificationPreset.html +++ b/docs/Enums/MBMrtdSpecificationPreset.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBMrtdSpecificationPreset

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBOcrFont.html b/docs/Enums/MBOcrFont.html index 8fff5f88..48c51462 100644 --- a/docs/Enums/MBOcrFont.html +++ b/docs/Enums/MBOcrFont.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBOcrFont

    A list of fonts supported by BlinkOCR

    @@ -534,7 +534,7 @@

    Declaration

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

    Declaration

    @@ -596,7 +596,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -751,7 +751,7 @@

    Declaration

    @@ -782,7 +782,7 @@

    Declaration

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

    Declaration

    @@ -844,7 +844,7 @@

    Declaration

    @@ -875,7 +875,7 @@

    Declaration

    @@ -906,7 +906,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -1030,7 +1030,7 @@

    Declaration

    @@ -1060,7 +1060,7 @@

    Declaration

    @@ -1091,7 +1091,7 @@

    Declaration

    @@ -1122,7 +1122,7 @@

    Declaration

    @@ -1153,7 +1153,7 @@

    Declaration

    @@ -1184,7 +1184,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -1277,7 +1277,7 @@

    Declaration

    @@ -1308,7 +1308,7 @@

    Declaration

    @@ -1339,7 +1339,7 @@

    Declaration

    @@ -1370,7 +1370,7 @@

    Declaration

    @@ -1401,7 +1401,7 @@

    Declaration

    @@ -1432,7 +1432,7 @@

    Declaration

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

    Declaration

    @@ -1493,7 +1493,7 @@

    Declaration

    @@ -1524,7 +1524,7 @@

    Declaration

    @@ -1555,7 +1555,7 @@

    Declaration

    @@ -1586,7 +1586,7 @@

    Declaration

    @@ -1617,7 +1617,7 @@

    Declaration

    @@ -1648,7 +1648,7 @@

    Declaration

    @@ -1678,7 +1678,7 @@

    Declaration

    @@ -1709,7 +1709,7 @@

    Declaration

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

    Declaration

    @@ -1771,7 +1771,7 @@

    Declaration

    @@ -1802,7 +1802,7 @@

    Declaration

    @@ -1833,7 +1833,7 @@

    Declaration

    @@ -1864,7 +1864,7 @@

    Declaration

    @@ -1895,7 +1895,7 @@

    Declaration

    @@ -1926,7 +1926,7 @@

    Declaration

    @@ -1956,7 +1956,7 @@

    Declaration

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

    Declaration

    @@ -2018,7 +2018,7 @@

    Declaration

    @@ -2049,7 +2049,7 @@

    Declaration

    @@ -2080,7 +2080,7 @@

    Declaration

    @@ -2111,7 +2111,7 @@

    Declaration

    @@ -2142,7 +2142,7 @@

    Declaration

    @@ -2172,7 +2172,7 @@

    Declaration

    @@ -2203,7 +2203,7 @@

    Declaration

    @@ -2234,7 +2234,7 @@

    Declaration

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

    Declaration

    @@ -2296,7 +2296,7 @@

    Declaration

    @@ -2327,7 +2327,7 @@

    Declaration

    @@ -2358,7 +2358,7 @@

    Declaration

    @@ -2388,7 +2388,7 @@

    Declaration

    @@ -2419,7 +2419,7 @@

    Declaration

    @@ -2450,7 +2450,7 @@

    Declaration

    @@ -2481,7 +2481,7 @@

    Declaration

    @@ -2512,7 +2512,7 @@

    Declaration

    @@ -2543,7 +2543,7 @@

    Declaration

    @@ -2574,7 +2574,7 @@

    Declaration

    @@ -2605,7 +2605,7 @@

    Declaration

    @@ -2636,7 +2636,7 @@

    Declaration

    @@ -2667,7 +2667,7 @@

    Declaration

    @@ -2698,7 +2698,7 @@

    Declaration

    @@ -2729,7 +2729,7 @@

    Declaration

    @@ -2760,7 +2760,7 @@

    Declaration

    @@ -2790,7 +2790,7 @@

    Declaration

    @@ -2820,7 +2820,7 @@

    Declaration

    @@ -2850,7 +2850,7 @@

    Declaration

    @@ -2880,7 +2880,7 @@

    Declaration

    @@ -2910,7 +2910,7 @@

    Declaration

    @@ -2940,7 +2940,7 @@

    Declaration

    @@ -2970,7 +2970,7 @@

    Declaration

    @@ -3000,7 +3000,7 @@

    Declaration

    @@ -3030,7 +3030,7 @@

    Declaration

    @@ -3043,7 +3043,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessingOrientation.html b/docs/Enums/MBProcessingOrientation.html index 9a0219dd..d5163c97 100644 --- a/docs/Enums/MBProcessingOrientation.html +++ b/docs/Enums/MBProcessingOrientation.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBProcessingOrientation

    Enum which describes text orientation on an image.

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBProcessingStatus.html b/docs/Enums/MBProcessingStatus.html index 8196b1b3..931fb73c 100644 --- a/docs/Enums/MBProcessingStatus.html +++ b/docs/Enums/MBProcessingStatus.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBProcessingStatus

    MBProcessingStatus enum defines status of the last recognition process.

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

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

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

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

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

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

    Declaration

    @@ -893,7 +893,7 @@

    Declaration

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

    Declaration

    @@ -953,7 +953,7 @@

    Declaration

    @@ -983,7 +983,7 @@

    Declaration

    @@ -1013,7 +1013,7 @@

    Declaration

    @@ -1026,7 +1026,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessorResultState.html b/docs/Enums/MBProcessorResultState.html index 3555db90..fb4a6c25 100644 --- a/docs/Enums/MBProcessorResultState.html +++ b/docs/Enums/MBProcessorResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBProcessorResultState

    Enumeration of posibble processor result state

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBRecognitionDebugMode.html b/docs/Enums/MBRecognitionDebugMode.html index 31c7f2e0..41b2af5c 100644 --- a/docs/Enums/MBRecognitionDebugMode.html +++ b/docs/Enums/MBRecognitionDebugMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognitionDebugMode

    Denotes the mode in which Recognizers performs recognition

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBRecognitionMode.html b/docs/Enums/MBRecognitionMode.html index 2a5f625c..5e26d6ca 100644 --- a/docs/Enums/MBRecognitionMode.html +++ b/docs/Enums/MBRecognitionMode.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBRecognitionMode

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    @@ -533,7 +533,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBRecognizerResultState.html b/docs/Enums/MBRecognizerResultState.html index 180d331b..9aac9e84 100644 --- a/docs/Enums/MBRecognizerResultState.html +++ b/docs/Enums/MBRecognizerResultState.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerResultState

    Enumeration of posibble recognizer result state

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

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

    Declaration

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

    Declaration

    diff --git a/docs/Enums/MBUsdlKeys.html b/docs/Enums/MBUsdlKeys.html index f58fa783..fee5dd13 100644 --- a/docs/Enums/MBUsdlKeys.html +++ b/docs/Enums/MBUsdlKeys.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBUsdlKeys

    Possible keys that can be used for obtaining USDL result elements.

    @@ -539,7 +539,7 @@

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -699,7 +699,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -809,7 +809,7 @@

    Declaration

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

    Declaration

    @@ -879,7 +879,7 @@

    Declaration

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

    Declaration

    @@ -949,7 +949,7 @@

    Declaration

    @@ -991,7 +991,7 @@

    Declaration

    @@ -1030,7 +1030,7 @@

    Declaration

    @@ -1064,7 +1064,7 @@

    Declaration

    @@ -1098,7 +1098,7 @@

    Declaration

    @@ -1132,7 +1132,7 @@

    Declaration

    @@ -1177,7 +1177,7 @@

    Declaration

    @@ -1225,7 +1225,7 @@

    Declaration

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

    Declaration

    @@ -1302,7 +1302,7 @@

    Declaration

    @@ -1334,7 +1334,7 @@

    Declaration

    @@ -1380,7 +1380,7 @@

    Declaration

    @@ -1423,7 +1423,7 @@

    Declaration

    @@ -1456,7 +1456,7 @@

    Declaration

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

    Declaration

    @@ -1521,7 +1521,7 @@

    Declaration

    @@ -1555,7 +1555,7 @@

    Declaration

    @@ -1589,7 +1589,7 @@

    Declaration

    @@ -1622,7 +1622,7 @@

    Declaration

    @@ -1654,7 +1654,7 @@

    Declaration

    @@ -1688,7 +1688,7 @@

    Declaration

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

    Declaration

    @@ -1771,7 +1771,7 @@

    Declaration

    @@ -1803,7 +1803,7 @@

    Declaration

    @@ -1835,7 +1835,7 @@

    Declaration

    @@ -1867,7 +1867,7 @@

    Declaration

    @@ -1899,7 +1899,7 @@

    Declaration

    @@ -1931,7 +1931,7 @@

    Declaration

    @@ -1963,7 +1963,7 @@

    Declaration

    @@ -2004,7 +2004,7 @@

    Declaration

    @@ -2036,7 +2036,7 @@

    Declaration

    @@ -2068,7 +2068,7 @@

    Declaration

    @@ -2100,7 +2100,7 @@

    Declaration

    @@ -2132,7 +2132,7 @@

    Declaration

    @@ -2164,7 +2164,7 @@

    Declaration

    @@ -2198,7 +2198,7 @@

    Declaration

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

    Declaration

    @@ -2262,7 +2262,7 @@

    Declaration

    @@ -2294,7 +2294,7 @@

    Declaration

    @@ -2326,7 +2326,7 @@

    Declaration

    @@ -2359,7 +2359,7 @@

    Declaration

    @@ -2394,7 +2394,7 @@

    Declaration

    @@ -2434,7 +2434,7 @@

    Declaration

    @@ -2467,7 +2467,7 @@

    Declaration

    @@ -2501,7 +2501,7 @@

    Declaration

    @@ -2536,7 +2536,7 @@

    Declaration

    @@ -2568,7 +2568,7 @@

    Declaration

    @@ -2602,7 +2602,7 @@

    Declaration

    @@ -2642,7 +2642,7 @@

    Declaration

    @@ -2676,7 +2676,7 @@

    Declaration

    @@ -2708,7 +2708,7 @@

    Declaration

    @@ -2761,7 +2761,7 @@

    Declaration

    @@ -2812,7 +2812,7 @@

    Declaration

    @@ -2845,7 +2845,7 @@

    Declaration

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

    Declaration

    @@ -2910,7 +2910,7 @@

    Declaration

    @@ -2943,7 +2943,7 @@

    Declaration

    @@ -2976,7 +2976,7 @@

    Declaration

    @@ -3011,7 +3011,7 @@

    Declaration

    @@ -3043,7 +3043,7 @@

    Declaration

    @@ -3077,7 +3077,7 @@

    Declaration

    @@ -3110,7 +3110,7 @@

    Declaration

    @@ -3142,7 +3142,7 @@

    Declaration

    @@ -3174,7 +3174,7 @@

    Declaration

    @@ -3206,7 +3206,7 @@

    Declaration

    @@ -3238,7 +3238,7 @@

    Declaration

    @@ -3270,7 +3270,7 @@

    Declaration

    @@ -3303,7 +3303,7 @@

    Declaration

    @@ -3336,7 +3336,7 @@

    Declaration

    @@ -3368,7 +3368,7 @@

    Declaration

    @@ -3400,7 +3400,7 @@

    Declaration

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

    Declaration

    @@ -3465,7 +3465,7 @@

    Declaration

    @@ -3498,7 +3498,7 @@

    Declaration

    @@ -3530,7 +3530,7 @@

    Declaration

    @@ -3543,7 +3543,7 @@

    Declaration

    diff --git a/docs/Functions.html b/docs/Functions.html index cdd1cd36..1c0b7d90 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -541,7 +541,7 @@

    Declaration

    @@ -573,7 +573,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Protocols.html b/docs/Protocols.html index 164da649..f38a4e10 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -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,7 +1191,7 @@

    Declaration

    diff --git a/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html b/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html index 34ac2341..ebbf2145 100644 --- a/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBBlinkIdOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBBlinkIdOverlayViewControllerDelegate

    Protocol for obtaining scanning results

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

    Parameters

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

    Parameters

    @@ -701,7 +701,7 @@

    Parameters

    @@ -714,7 +714,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html index 6f642ce2..6116ddf3 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDebugRecognizerRunnerDelegate

    Protocol for obtaining debug metadata

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

    Declaration

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html index 6b6ab492..b0eee521 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDebugRecognizerRunnerViewControllerDelegate

    Protocol for obtaining debug metadata

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

    Declaration

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

    Declaration

    @@ -599,7 +599,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html index a66dfd38..ca3bebc3 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDetectionRecognizerRunnerDelegate

    Protocol for obtaining detection results

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

    Parameters

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

    Parameters

    @@ -715,7 +715,7 @@

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html index 657c4c06..4b1d09f1 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDetectionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining detection results

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

    Parameters

    @@ -662,7 +662,7 @@

    Parameters

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

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html index 1d339733..4e11810d 100644 --- a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDocumentOverlayViewControllerDelegate

    Protocol for obtaining scanning results

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

    Parameters

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

    Parameters

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

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html index 52fa11c4..c60be370 100644 --- a/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBFrameRecognitionRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBFrameRecognitionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining frame recognition

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

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html b/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html index 0cb5ea30..ffa6b61c 100644 --- a/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBLegacyDocumentVerificationOverlayViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBLegacyDocumentVerificationOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -595,7 +595,7 @@

    Parameters

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

    Parameters

    @@ -708,7 +708,7 @@

    Parameters

    @@ -786,7 +786,7 @@

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html index 1722e78f..ebb4fe30 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBOcrRecognizerRunnerDelegate

    Protocol for obtaining ocr results

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

    Declaration

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

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html index 62b7e8c0..6202d389 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBOcrRecognizerRunnerViewControllerDelegate

    Protocol for obtaining ocr results

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

    Declaration

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

    Declaration

    diff --git a/docs/Protocols/MBOverlayContainerViewController.html b/docs/Protocols/MBOverlayContainerViewController.html index 0718d227..7258d145 100644 --- a/docs/Protocols/MBOverlayContainerViewController.html +++ b/docs/Protocols/MBOverlayContainerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOverlayContainerViewController

    Those are events specified by MBOverlayViewControllerDelegate protocol.

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    YES if help button should be displayed.

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -779,7 +779,7 @@

    Declaration

    diff --git a/docs/Protocols/MBPointDetectorSubview.html b/docs/Protocols/MBPointDetectorSubview.html index 38cc2229..71d06f25 100644 --- a/docs/Protocols/MBPointDetectorSubview.html +++ b/docs/Protocols/MBPointDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBPointDetectorSubview

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

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

    Declaration

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    diff --git a/docs/Protocols/MBQuadDetectorSubview.html b/docs/Protocols/MBQuadDetectorSubview.html index a9a7b024..07e1a5dc 100644 --- a/docs/Protocols/MBQuadDetectorSubview.html +++ b/docs/Protocols/MBQuadDetectorSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,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 +544,7 @@

    Declaration

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

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewController.html b/docs/Protocols/MBRecognizerRunnerViewController.html index 59e39ac1..17107191 100644 --- a/docs/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/Protocols/MBRecognizerRunnerViewController.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerRunnerViewController

    Protocol for View controllers which present camera and provide scanning features

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

    Declaration

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

    Declaration

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

    Declaration

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

    Return Value

    YES if scanning is paused. NO if it’s in progress

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

    Parameters

    @@ -783,7 +783,7 @@

    Parameters

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

    Declaration

    @@ -857,7 +857,7 @@

    Return Value

    YES if camera is paused. NO if camera is active

    @@ -894,7 +894,7 @@

    Declaration

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

    Declaration

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

    Declaration

    @@ -1008,7 +1008,7 @@

    Declaration

    @@ -1021,7 +1021,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html index 6c4affdf..af9e4f2b 100644 --- a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerRunnerViewControllerDelegate

    Protocol for MBRecognizerRunnerViewController actions

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

    Parameters

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

    Parameters

    @@ -703,7 +703,7 @@

    Parameters

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

    Parameters

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

    Parameters

    @@ -872,7 +872,7 @@

    Parameters

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

    Parameters

    @@ -954,7 +954,7 @@

    Parameters

    diff --git a/docs/Protocols/MBResultSubview.html b/docs/Protocols/MBResultSubview.html index c34084a6..525587cb 100644 --- a/docs/Protocols/MBResultSubview.html +++ b/docs/Protocols/MBResultSubview.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,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 +543,7 @@

    Declaration

    @@ -556,7 +556,7 @@

    Declaration

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html index 1c425467..68c86792 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBScanningRecognizerRunnerDelegate

    Protocol for obtaining scanning results

    @@ -589,7 +589,7 @@

    Parameters

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

    Parameters

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html index f0577dc8..d4e83024 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBScanningRecognizerRunnerViewControllerDelegate

    Protocol for obtaining scanning results

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

    Parameters

    @@ -606,7 +606,7 @@

    Parameters

    diff --git a/docs/Protocols/MBSubviewDelegate.html b/docs/Protocols/MBSubviewDelegate.html index 4e6fe80a..66623d8b 100644 --- a/docs/Protocols/MBSubviewDelegate.html +++ b/docs/Protocols/MBSubviewDelegate.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBSubviewDelegate

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/Structs.html b/docs/Structs.html index 6d03896e..af61fbd9 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

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

    Declaration

    @@ -543,7 +543,7 @@

    Declaration

    diff --git a/docs/Type Definitions.html b/docs/Type Definitions.html index 70e40126..52564a28 100644 --- a/docs/Type Definitions.html +++ b/docs/Type Definitions.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -526,7 +526,7 @@

    Declaration

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

    Declaration

    @@ -574,7 +574,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors.html index 59ccdedf..18323e22 100644 --- a/docs/Type Definitions/MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors.html @@ -21,7 +21,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -501,7 +501,7 @@

    MBImageExtensionFactors

    while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    @@ -542,7 +542,7 @@

    Declaration

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

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html index 6416f2bb..2c591c68 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -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,7 +3848,7 @@

    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 2260634a..01619021 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBAdditionalProcessingInfo

    MBVizResult contains data extracted from the Visual Inspection Zone.

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -630,7 +630,7 @@

    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 fbfafef2..49cd1f3f 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBBaseOcrOverlaySettings

    Settings class containing UI information

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

    Declaration

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

    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 1cce0f65..635c5c39 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBBaseOverlaySettings

    Settings class containing UI information

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    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 a11b4ae7..72199bd5 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBBaseOverlayViewController

    Common base class for default overlay view controllers

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

    Declaration

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

    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 68beea8d..5939a7f6 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBBlinkIdMultiSideRecognizer

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    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 30726a7c..f060a3ad 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBBlinkIdMultiSideRecognizerResult

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

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -2405,7 +2405,7 @@

    Declaration

    @@ -2418,7 +2418,7 @@

    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 88cbf8a7..a077ca0c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBBlinkIdOverlaySettings

    Settings class containing parameters for BlinkId UI

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

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

    Declaration

    @@ -910,7 +910,7 @@

    Declaration

    @@ -946,7 +946,7 @@

    Declaration

    @@ -982,7 +982,7 @@

    Declaration

    @@ -1018,7 +1018,7 @@

    Declaration

    @@ -1054,7 +1054,7 @@

    Declaration

    @@ -1090,7 +1090,7 @@

    Declaration

    @@ -1126,7 +1126,7 @@

    Declaration

    @@ -1162,7 +1162,7 @@

    Declaration

    @@ -1198,7 +1198,7 @@

    Declaration

    @@ -1235,7 +1235,7 @@

    Declaration

    @@ -1272,7 +1272,7 @@

    Declaration

    @@ -1309,7 +1309,7 @@

    Declaration

    @@ -1345,7 +1345,7 @@

    Declaration

    @@ -1381,7 +1381,7 @@

    Declaration

    @@ -1417,7 +1417,7 @@

    Declaration

    @@ -1453,7 +1453,7 @@

    Declaration

    @@ -1489,7 +1489,7 @@

    Declaration

    @@ -1528,7 +1528,7 @@

    Return Value

    object initialized with default values.

    @@ -1541,7 +1541,7 @@

    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 a58b7983..f8369dd3 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBBlinkIdOverlayViewController

    Default version of overlay view controller with modern design.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -655,7 +655,7 @@

    Return Value

    initialized overlayViewController

    @@ -668,7 +668,7 @@

    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 480289d7..c95ffefe 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBBlinkIdSingleSideRecognizer

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -550,7 +550,7 @@

    Declaration

    @@ -585,7 +585,7 @@

    Declaration

    @@ -622,7 +622,7 @@

    Declaration

    @@ -659,7 +659,7 @@

    Declaration

    @@ -696,7 +696,7 @@

    Declaration

    @@ -733,7 +733,7 @@

    Declaration

    @@ -770,7 +770,7 @@

    Declaration

    @@ -808,7 +808,7 @@

    Declaration

    @@ -847,7 +847,7 @@

    Declaration

    @@ -885,7 +885,7 @@

    Declaration

    @@ -923,7 +923,7 @@

    Declaration

    @@ -960,7 +960,7 @@

    Declaration

    @@ -998,7 +998,7 @@

    Declaration

    @@ -1011,7 +1011,7 @@

    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 e65eb2c8..88f6f512 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBBlinkIdSingleSideRecognizerResult

    The Blink ID Recognizer is used for scanning Blink ID.

    @@ -549,7 +549,7 @@

    Declaration

    @@ -584,7 +584,7 @@

    Declaration

    @@ -619,7 +619,7 @@

    Declaration

    @@ -654,7 +654,7 @@

    Declaration

    @@ -689,7 +689,7 @@

    Declaration

    @@ -724,7 +724,7 @@

    Declaration

    @@ -759,7 +759,7 @@

    Declaration

    @@ -794,7 +794,7 @@

    Declaration

    @@ -829,7 +829,7 @@

    Declaration

    @@ -864,7 +864,7 @@

    Declaration

    @@ -899,7 +899,7 @@

    Declaration

    @@ -934,7 +934,7 @@

    Declaration

    @@ -969,7 +969,7 @@

    Declaration

    @@ -1004,7 +1004,7 @@

    Declaration

    @@ -1039,7 +1039,7 @@

    Declaration

    @@ -1074,7 +1074,7 @@

    Declaration

    @@ -1109,7 +1109,7 @@

    Declaration

    @@ -1144,7 +1144,7 @@

    Declaration

    @@ -1179,7 +1179,7 @@

    Declaration

    @@ -1214,7 +1214,7 @@

    Declaration

    @@ -1249,7 +1249,7 @@

    Declaration

    @@ -1284,7 +1284,7 @@

    Declaration

    @@ -1319,7 +1319,7 @@

    Declaration

    @@ -1354,7 +1354,7 @@

    Declaration

    @@ -1389,7 +1389,7 @@

    Declaration

    @@ -1424,7 +1424,7 @@

    Declaration

    @@ -1459,7 +1459,7 @@

    Declaration

    @@ -1494,7 +1494,7 @@

    Declaration

    @@ -1529,7 +1529,7 @@

    Declaration

    @@ -1564,7 +1564,7 @@

    Declaration

    @@ -1599,7 +1599,7 @@

    Declaration

    @@ -1634,7 +1634,7 @@

    Declaration

    @@ -1669,7 +1669,7 @@

    Declaration

    @@ -1704,7 +1704,7 @@

    Declaration

    @@ -1739,7 +1739,7 @@

    Declaration

    @@ -1774,7 +1774,7 @@

    Declaration

    @@ -1809,7 +1809,7 @@

    Declaration

    @@ -1844,7 +1844,7 @@

    Declaration

    @@ -1879,7 +1879,7 @@

    Declaration

    @@ -1914,7 +1914,7 @@

    Declaration

    @@ -1949,7 +1949,7 @@

    Declaration

    @@ -1984,7 +1984,7 @@

    Declaration

    @@ -2019,7 +2019,7 @@

    Declaration

    @@ -2054,7 +2054,7 @@

    Declaration

    @@ -2089,7 +2089,7 @@

    Declaration

    @@ -2124,7 +2124,7 @@

    Declaration

    @@ -2159,7 +2159,7 @@

    Declaration

    @@ -2172,7 +2172,7 @@

    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 e66643f6..c5a8c3c0 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBCameraReticle

    the system is active but has not detected an object yet.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -580,7 +580,7 @@

    Declaration

    @@ -615,7 +615,7 @@

    Declaration

    @@ -650,7 +650,7 @@

    Declaration

    @@ -685,7 +685,7 @@

    Declaration

    @@ -720,7 +720,7 @@

    Declaration

    @@ -755,7 +755,7 @@

    Declaration

    @@ -790,7 +790,7 @@

    Declaration

    @@ -825,7 +825,7 @@

    Declaration

    @@ -863,7 +863,7 @@

    Declaration

    @@ -898,7 +898,7 @@

    Declaration

    @@ -933,7 +933,7 @@

    Declaration

    @@ -946,7 +946,7 @@

    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 993cee65..3b84060a 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBCameraSettings

    Settings class containing parameters for camera capture

    @@ -546,7 +546,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    Declaration

    @@ -663,7 +663,7 @@

    Declaration

    @@ -700,7 +700,7 @@

    Declaration

    @@ -737,7 +737,7 @@

    Declaration

    @@ -774,7 +774,7 @@

    Declaration

    @@ -811,7 +811,7 @@

    Declaration

    @@ -849,7 +849,7 @@

    Declaration

    @@ -888,7 +888,7 @@

    Return Value

    object initialized with default values.

    @@ -927,7 +927,7 @@

    Return Value

    optimal AVFoundation session preset

    @@ -966,7 +966,45 @@

    Return Value

    optimal AVFoundation autofocus range restriction

    + + +
  • +
  • + +
    +
    +
    +
    +
    +

    Force using kCVPixelFormatType_420YpCbCr8BiPlanarFullRange. + As kCVPixelFormatType_420YpCbCr8BiPlanarFullRange is an experimental feature, no support will be provided while this flag is active.

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (nonatomic) BOOL forceUsingPixelFormatTypeBiPlanarFullRange;
    + +
    +
    +

    Swift

    +
    var forceUsingPixelFormatTypeBiPlanarFullRange: Bool { get set }
    + +
    +
    +
    @@ -979,7 +1017,7 @@

    Return Value

    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 6f09a9e0..6e0fa9b9 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBCustomOverlayViewController

    It’s responsibility is to provide meaningful and useful interface for the user to interact with.

    @@ -547,7 +547,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    @@ -632,7 +632,7 @@

    Declaration

    @@ -670,7 +670,7 @@

    Declaration

    @@ -705,7 +705,7 @@

    Declaration

    @@ -741,7 +741,7 @@

    Declaration

    @@ -754,7 +754,7 @@

    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 d15e5d0f..6c03cd83 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBDPIBasedDewarpPolicy

    image for output (e.g. MBImageReturnProcessor).

    @@ -549,7 +549,7 @@

    Declaration

    @@ -602,7 +602,7 @@

    Parameters

    @@ -639,7 +639,7 @@

    Declaration

    @@ -652,7 +652,7 @@

    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 35350ad2..b6307ec4 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBDate

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -622,7 +622,7 @@

    Return Value

    initialized value

    @@ -657,7 +657,7 @@

    Declaration

    @@ -692,7 +692,7 @@

    Declaration

    @@ -727,7 +727,7 @@

    Declaration

    @@ -762,7 +762,7 @@

    Declaration

    @@ -797,7 +797,7 @@

    Declaration

    @@ -836,7 +836,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -941,7 +941,7 @@

    Return Value

    initialized value

    @@ -954,7 +954,7 @@

    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 68f816c8..47ecdbc5 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBDateResult

    While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.

    @@ -623,7 +623,7 @@

    Return Value

    initialized value

    @@ -658,7 +658,7 @@

    Declaration

    @@ -693,7 +693,7 @@

    Declaration

    @@ -728,7 +728,7 @@

    Declaration

    @@ -763,7 +763,7 @@

    Declaration

    @@ -798,7 +798,7 @@

    Declaration

    @@ -837,7 +837,7 @@

    Return Value

    true if the date is filled by our internal domain knowledge

    @@ -943,7 +943,7 @@

    Return Value

    initialized value

    @@ -956,7 +956,7 @@

    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 5eb000c8..002e96db 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableDetection

    Represents a detection that can be displayed on screen.

    @@ -548,7 +548,7 @@

    Return Value

    initialized object

    @@ -582,7 +582,7 @@

    Declaration

    @@ -617,7 +617,7 @@

    Declaration

    @@ -630,7 +630,7 @@

    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 b97ff264..7fc9213f 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableObject

    Represents any object that can be displayed on screen in terms of drawing.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -558,7 +558,7 @@

    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 e9dd04d7..68f0b2ff 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayablePointsDetection

    Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes

    @@ -544,7 +544,7 @@

    Declaration

    @@ -557,7 +557,7 @@

    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 4e375211..2edfbb9d 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDisplayableQuadDetection

    Represents a detection that can be displayed on screen.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -558,7 +558,7 @@

    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 eb48126c..e522875c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -515,7 +515,7 @@

    MBDocumentFaceRecognizer

    Document Face Recognizer recognizer is used for scanning documents containing face images.

    @@ -559,7 +559,7 @@

    Declaration

    @@ -601,7 +601,7 @@

    Declaration

    @@ -646,7 +646,7 @@

    Declaration

    @@ -659,7 +659,7 @@

    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 85f8513c..0a07ce03 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBDocumentFaceRecognizerResult

    Class representing values obtained when scanning Document Face Recognizer

    @@ -546,7 +546,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -594,7 +594,7 @@

    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 6c8a509b..7b2e39f4 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDocumentOverlaySettings

    Settings class containing UI information

    @@ -547,7 +547,7 @@

    Declaration

    @@ -586,7 +586,7 @@

    Declaration

    @@ -621,7 +621,7 @@

    Declaration

    @@ -658,7 +658,7 @@

    Declaration

    @@ -671,7 +671,7 @@

    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 6cd5653d..d0e803a7 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDocumentOverlayViewController

    Default overlay when using ID card recognizers.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Return Value

    initialized overlayViewController

    @@ -666,7 +666,7 @@

    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 f40ffa1b..cb378c0e 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -512,7 +512,7 @@

    MBDocumentSubview

    The aspect ratio of the document can be set as a parameter

    @@ -553,7 +553,7 @@

    Declaration

    @@ -590,7 +590,7 @@

    Declaration

    @@ -627,7 +627,7 @@

    Declaration

    @@ -685,7 +685,7 @@

    Return Value

    initialized view

    @@ -743,7 +743,7 @@

    Return Value

    initialized view

    @@ -756,7 +756,7 @@

    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 267f03c9..acebf804 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBDotsResultSubview

    Overlay subview presenting status of OCR detection. Dots are displayed over locations of detected characters.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -616,7 +616,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -690,7 +690,7 @@

    Declaration

    @@ -703,7 +703,7 @@

    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 e0ec7fef..c30f806a 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBDotsSubview

    The layer is used to draw dots representing barcodes

    @@ -546,7 +546,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -616,7 +616,7 @@

    Declaration

    @@ -651,7 +651,7 @@

    Declaration

    @@ -686,7 +686,7 @@

    Declaration

    @@ -699,7 +699,7 @@

    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 0e360d95..ad697232 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBErrorReticle

    the system is active and has detected object.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Declaration

    @@ -596,7 +596,7 @@

    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 57563c8d..15acd214 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBFixedDewarpPolicy

    This policy is usually best for processor groups that use legacy BlinkOCR.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -600,7 +600,7 @@

    Parameters

    @@ -637,7 +637,7 @@

    Declaration

    @@ -650,7 +650,7 @@

    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 369aa1ed..4dc4fbcd 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Declaration

    @@ -596,7 +596,7 @@

    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 102d1bcb..a9fb4cce 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBIdBarcodeRecognizer

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -552,7 +552,7 @@

    Declaration

    @@ -565,7 +565,7 @@

    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 8dec0857..36ea4436 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBIdBarcodeRecognizerResult

    The ID Barcode Recognizer is used for scanning ID Barcode.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -616,7 +616,7 @@

    Declaration

    @@ -651,7 +651,7 @@

    Declaration

    @@ -686,7 +686,7 @@

    Declaration

    @@ -721,7 +721,7 @@

    Declaration

    @@ -756,7 +756,7 @@

    Declaration

    @@ -791,7 +791,7 @@

    Declaration

    @@ -826,7 +826,7 @@

    Declaration

    @@ -861,7 +861,7 @@

    Declaration

    @@ -896,7 +896,7 @@

    Declaration

    @@ -931,7 +931,7 @@

    Declaration

    @@ -966,7 +966,7 @@

    Declaration

    @@ -1001,7 +1001,7 @@

    Declaration

    @@ -1036,7 +1036,7 @@

    Declaration

    @@ -1071,7 +1071,7 @@

    Declaration

    @@ -1106,7 +1106,7 @@

    Declaration

    @@ -1141,7 +1141,7 @@

    Declaration

    @@ -1176,7 +1176,7 @@

    Declaration

    @@ -1211,7 +1211,7 @@

    Declaration

    @@ -1246,7 +1246,7 @@

    Declaration

    @@ -1281,7 +1281,7 @@

    Declaration

    @@ -1316,7 +1316,7 @@

    Declaration

    @@ -1351,7 +1351,7 @@

    Declaration

    @@ -1387,7 +1387,7 @@

    Declaration

    @@ -1426,7 +1426,7 @@

    Return Value

    Type of the barcode

    @@ -1465,7 +1465,7 @@

    Return Value

    Type of the document

    @@ -1500,7 +1500,7 @@

    Declaration

    @@ -1535,7 +1535,7 @@

    Declaration

    @@ -1570,7 +1570,7 @@

    Declaration

    @@ -1605,7 +1605,7 @@

    Declaration

    @@ -1640,7 +1640,7 @@

    Declaration

    @@ -1675,7 +1675,7 @@

    Declaration

    @@ -1710,7 +1710,7 @@

    Declaration

    @@ -1747,7 +1747,7 @@

    Declaration

    @@ -1760,7 +1760,7 @@

    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 fb8deee5..650cfd76 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImage

    Object which represents an image.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -580,7 +580,7 @@

    Declaration

    @@ -617,7 +617,7 @@

    Declaration

    @@ -654,7 +654,7 @@

    Declaration

    @@ -691,7 +691,7 @@

    Declaration

    @@ -728,7 +728,7 @@

    Declaration

    @@ -766,7 +766,7 @@

    Declaration

    @@ -802,7 +802,7 @@

    Declaration

    @@ -837,7 +837,7 @@

    Declaration

    @@ -873,7 +873,7 @@

    Declaration

    @@ -909,7 +909,7 @@

    Declaration

    @@ -922,7 +922,7 @@

    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 a13e25d0..4f88c8ce 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImageReturnProcessor

    Processor that will simply save given image.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -582,7 +582,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    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 610d1d7e..3ef22154 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBImageReturnProcessorResult

    Processor that will simply save given image.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -580,7 +580,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    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 7a5c0e59..7475cb5d 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBLegacyDocumentVerificationOverlaySettings

    Settings class containing UI information

    @@ -559,7 +559,7 @@

    Declaration

    @@ -603,7 +603,7 @@

    Declaration

    @@ -647,7 +647,7 @@

    Declaration

    @@ -691,7 +691,7 @@

    Declaration

    @@ -734,7 +734,7 @@

    Declaration

    @@ -778,7 +778,7 @@

    Declaration

    @@ -819,7 +819,7 @@

    Declaration

    @@ -860,7 +860,7 @@

    Declaration

    @@ -901,7 +901,7 @@

    Declaration

    @@ -942,7 +942,7 @@

    Declaration

    @@ -984,7 +984,7 @@

    Declaration

    @@ -997,7 +997,7 @@

    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 9eb5cc68..de2cae96 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -511,7 +511,7 @@

    MBLegacyDocumentVerificationOverlayViewController

    Default overlay when using ID card combined recognizers for verification.

    @@ -555,7 +555,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    Declaration

    @@ -677,7 +677,7 @@

    Return Value

    initialized overlayViewController

    @@ -690,7 +690,7 @@

    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 32078fd1..12eb6b9c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBMicroblinkSDK

    optimisation of passing data.

    @@ -550,7 +550,7 @@

    Declaration

    @@ -617,7 +617,7 @@

    Parameters

    @@ -700,7 +700,7 @@

    Parameters

    @@ -767,7 +767,7 @@

    Parameters

    @@ -850,7 +850,7 @@

    Parameters

    @@ -956,7 +956,7 @@

    Parameters

    @@ -1078,7 +1078,7 @@

    Parameters

    @@ -1117,7 +1117,7 @@

    Return Value

    string that contains the library build version

    @@ -1190,7 +1190,7 @@

    Return Value

    YES if scanning is not supported, NO otherwise.

    @@ -1246,7 +1246,7 @@

    Parameters

    @@ -1259,7 +1259,7 @@

    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 08d6dead..bfb2d615 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBMrtdCombinedRecognizer

    MRTD Combined recognizer is used for scanning both front and back side of generic IDs.

    @@ -560,7 +560,7 @@

    Declaration

    @@ -602,7 +602,7 @@

    Declaration

    @@ -645,7 +645,7 @@

    Declaration

    @@ -687,7 +687,7 @@

    Declaration

    @@ -732,7 +732,7 @@

    Declaration

    @@ -774,7 +774,7 @@

    Declaration

    @@ -815,7 +815,7 @@

    Declaration

    @@ -828,7 +828,7 @@

    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 6e078c1b..641de3f0 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBMrtdCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of Croatian ID.

    @@ -548,7 +548,7 @@

    Declaration

    @@ -561,7 +561,7 @@

    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 f09c8cc0..416c3c2b 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBMrtdRecognizer

    Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

    @@ -558,7 +558,7 @@

    Declaration

    @@ -600,7 +600,7 @@

    Declaration

    @@ -643,7 +643,7 @@

    Declaration

    @@ -685,7 +685,7 @@

    Declaration

    @@ -725,7 +725,7 @@

    Declaration

    @@ -766,7 +766,7 @@

    Declaration

    @@ -779,7 +779,7 @@

    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 c2224f6f..6a2b6f47 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -507,7 +507,7 @@

    MBMrtdRecognizerResult

    Result of MBMrtdDetectorRecognizer

    @@ -546,7 +546,7 @@

    Declaration

    @@ -584,7 +584,7 @@

    Declaration

    @@ -597,7 +597,7 @@

    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 25303f46..81e54345 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBMrtdSpecification

    We encurage users to create specifications with one of our presets, if possible.

    @@ -568,7 +568,7 @@

    Return Value

    new instance for a given mrtd preset

    @@ -581,7 +581,7 @@

    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 d5bc2f1f..8a9aea2c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -512,7 +512,7 @@

    MBNoUpScalingDewarpPolicy

    hologram detection or NN-based classification.

    @@ -551,7 +551,7 @@

    Declaration

    @@ -605,7 +605,7 @@

    Parameters

    @@ -642,7 +642,7 @@

    Declaration

    @@ -655,7 +655,7 @@

    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 68d58885..bc016bae 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBOcrBlock

    @@ -549,7 +549,7 @@

    Declaration

    @@ -584,7 +584,7 @@

    Declaration

    @@ -618,7 +618,7 @@

    Declaration

    @@ -690,7 +690,7 @@

    Return Value

    initialized ocr block

    @@ -729,7 +729,7 @@

    Return Value

    ocr block converted to string

    @@ -742,7 +742,7 @@

    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 aa929c9f..f91ecc13 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOcrChar

    Class representing an individual OCR character obtained in the OCR process.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -614,7 +614,7 @@

    Declaration

    @@ -649,7 +649,7 @@

    Declaration

    @@ -684,7 +684,7 @@

    Declaration

    @@ -719,7 +719,7 @@

    Declaration

    @@ -803,7 +803,7 @@

    Return Value

    initialized char

    @@ -816,7 +816,7 @@

    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 7222d003..e6f7ccd0 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -524,7 +524,7 @@

    MBOcrLayout

    @@ -563,7 +563,7 @@

    Declaration

    @@ -598,7 +598,7 @@

    Declaration

    @@ -637,7 +637,7 @@

    Declaration

    @@ -672,7 +672,7 @@

    Declaration

    @@ -707,7 +707,7 @@

    Declaration

    @@ -742,7 +742,7 @@

    Declaration

    @@ -816,7 +816,7 @@

    Return Value

    initialized ocr layout

    @@ -874,7 +874,7 @@

    Return Value

    initialized ocr layout

    @@ -913,7 +913,7 @@

    Return Value

    ocr layout converted to string

    @@ -926,7 +926,7 @@

    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 78316a6c..a388c27f 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBOcrLine

    @@ -549,7 +549,7 @@

    Declaration

    @@ -584,7 +584,7 @@

    Declaration

    @@ -618,7 +618,7 @@

    Declaration

    @@ -690,7 +690,7 @@

    Return Value

    initialized ocr line

    @@ -729,7 +729,7 @@

    Return Value

    ocr line converted to string

    @@ -742,7 +742,7 @@

    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 e4114e9e..c020f83b 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOverlaySettings

    Settings class containing UI information

    @@ -546,7 +546,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -620,7 +620,7 @@

    Return Value

    object initialized with default values.

    @@ -633,7 +633,7 @@

    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 028daa97..4512e704 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBOverlayViewController

    @@ -556,7 +556,7 @@

    Declaration

    @@ -569,7 +569,7 @@

    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 bff4e295..26f41596 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBParserGroupProcessor

    A processor for a group

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -616,7 +616,7 @@

    Declaration

    @@ -629,7 +629,7 @@

    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 e21feb09..4f3ce721 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBPassportRecognizer

    Recognizer which can scan all passports with MRZ.

    @@ -558,7 +558,7 @@

    Declaration

    @@ -600,7 +600,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    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 fe6a7ae0..ab58ffd2 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBPassportRecognizerResult

    Recognizer which can scan all passports with MRZ.

    @@ -547,7 +547,7 @@

    Declaration

    @@ -560,7 +560,7 @@

    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 874bf280..67021c66 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBPosition

    sides aligned to the sides of the image.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -580,7 +580,7 @@

    Declaration

    @@ -615,7 +615,7 @@

    Declaration

    @@ -650,7 +650,7 @@

    Declaration

    @@ -747,7 +747,7 @@

    Return Value

    initialized position

    @@ -806,7 +806,7 @@

    Return Value

    position with offset

    @@ -845,7 +845,7 @@

    Return Value

    Position converted to CGRect

    @@ -884,7 +884,7 @@

    Return Value

    center of the position.

    @@ -923,7 +923,7 @@

    Return Value

    height of the position

    @@ -936,7 +936,7 @@

    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 2c0bbb23..f3ef05f3 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBProcessor

    Base class for all processors

    @@ -544,7 +544,7 @@

    Declaration

    @@ -557,7 +557,7 @@

    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 96145ed2..6d9f938d 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBProcessorGroup

    Class that represents a group of processors that will be executed on same dewarped image.

    @@ -591,7 +591,7 @@

    Parameters

    @@ -626,7 +626,7 @@

    Declaration

    @@ -639,7 +639,7 @@

    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 5df3f6de..a2c225cc 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBQuadrangle

    Class represents the quadrangle (arbitrary geometric object with 4 different corner points

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -614,7 +614,7 @@

    Declaration

    @@ -649,7 +649,7 @@

    Declaration

    @@ -746,7 +746,7 @@

    Return Value

    initialized quadrangle with four corners

    @@ -791,7 +791,7 @@

    Return Value

    points of the quadrangle in an array

    @@ -827,7 +827,7 @@

    Declaration

    @@ -866,7 +866,7 @@

    Return Value

    center point

    @@ -879,7 +879,7 @@

    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 f9b424d6..22c5b2d1 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBRecognitionModeFilter

    Setting is taken into account only if the right for that document is purchased.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -580,7 +580,7 @@

    Declaration

    @@ -615,7 +615,7 @@

    Declaration

    @@ -650,7 +650,7 @@

    Declaration

    @@ -685,7 +685,7 @@

    Declaration

    @@ -720,7 +720,7 @@

    Declaration

    @@ -733,7 +733,7 @@

    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 414878af..72ff7e4d 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBRecognizer

    Base class for all recognizers

    @@ -544,7 +544,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Return Value

    signed JSON representation of this entity’s current state.

    @@ -596,7 +596,7 @@

    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 162fb855..c7561a56 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBRecognizerCollection

    Settings class containing settings related to scanner behaviour

    @@ -551,7 +551,7 @@

    Declaration

    @@ -589,7 +589,7 @@

    Declaration

    @@ -627,7 +627,7 @@

    Declaration

    @@ -667,7 +667,7 @@

    Declaration

    @@ -707,7 +707,7 @@

    Declaration

    @@ -720,7 +720,7 @@

    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 3331b957..98024f89 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBRecognizerRunner

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -582,7 +582,7 @@

    Declaration

    @@ -639,7 +639,7 @@

    Parameters

    @@ -696,7 +696,7 @@

    Parameters

    @@ -735,7 +735,7 @@

    Declaration

    @@ -748,7 +748,7 @@

    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 1ca1c7b5..6555b5ac 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBStringResult

    Class for all obtaining original string per alphabet type

    @@ -547,7 +547,7 @@

    Return Value

    the non-empty value, if such is present, with priority given to Latin alphabet.

    @@ -585,7 +585,7 @@

    Return Value

    value of the specified alphabet type.

    @@ -623,7 +623,7 @@

    Return Value

    the CGRect location, if result is detected, else CGRectNull. Priority given to Latin alphabet.

    @@ -661,7 +661,7 @@

    Return Value

    location of the specified alphabet type.

    @@ -699,7 +699,7 @@

    Return Value

    the MBSide side, if result is detected, else MBSideNone. Priority given to Latin alphabet.

    @@ -737,7 +737,7 @@

    Return Value

    side of the specified alphabet type.

    @@ -750,7 +750,7 @@

    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 2a10c8a9..b731ab0f 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBSubview

    Base class for all overlay subviews

    @@ -544,7 +544,7 @@

    Declaration

    @@ -557,7 +557,7 @@

    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 e47eb796..aca830c4 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBSuccessFrameGrabberRecognizer

    A recognizer that can returns success frame.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -592,7 +592,7 @@

    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 44bc16a4..4b64bf4c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBSuccessFrameGrabberRecognizerResult

    A recognizer that returns SuccessFrameGrabber result.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -558,7 +558,7 @@

    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 df985494..c9d67661 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTapToFocusSubview

    Overlay subview presenting the effect which happens when the user taps to focus

    @@ -563,7 +563,7 @@

    Parameters

    @@ -576,7 +576,7 @@

    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 213bdced..a8e234dd 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingClass

    Class that represents a specific class of documents when used within Templating API.

    @@ -564,7 +564,7 @@

    Parameters

    @@ -604,7 +604,7 @@

    Return Value

    the currently set array of classification processor groups.

    @@ -659,7 +659,7 @@

    Parameters

    @@ -699,7 +699,7 @@

    Return Value

    the currently set array of non-classification processor groups.

    @@ -756,7 +756,7 @@

    Parameters

    @@ -769,7 +769,7 @@

    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 9fb92866..6e469c64 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingRecognizer

    Base of all recognizers that support Templating API.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -581,7 +581,7 @@

    Declaration

    @@ -616,7 +616,7 @@

    Declaration

    @@ -629,7 +629,7 @@

    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 240ea925..55485eb2 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBTemplatingRecognizerResult

    Base of all recognizers result that support Templating API.

    @@ -545,7 +545,7 @@

    Declaration

    @@ -558,7 +558,7 @@

    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 9befa85a..e257ee85 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -516,7 +516,7 @@

    MBUsdlCombinedRecognizer

    USDL Combined recognizer is used for scanning both front and back side of US Driver’s License.

    @@ -560,7 +560,7 @@

    Declaration

    @@ -605,7 +605,7 @@

    Declaration

    @@ -649,7 +649,7 @@

    Declaration

    @@ -691,7 +691,7 @@

    Declaration

    @@ -733,7 +733,7 @@

    Declaration

    @@ -778,7 +778,7 @@

    Declaration

    @@ -791,7 +791,7 @@

    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 9236eaa3..1c282dc4 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -509,7 +509,7 @@

    MBUsdlCombinedRecognizerResult

    Class representing values obtained when scanning both front and back side of US Driver’s License.

    @@ -548,7 +548,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Declaration

    @@ -618,7 +618,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -688,7 +688,7 @@

    Declaration

    @@ -723,7 +723,7 @@

    Declaration

    @@ -758,7 +758,7 @@

    Declaration

    @@ -793,7 +793,7 @@

    Declaration

    @@ -828,7 +828,7 @@

    Declaration

    @@ -863,7 +863,7 @@

    Declaration

    @@ -898,7 +898,7 @@

    Declaration

    @@ -933,7 +933,7 @@

    Declaration

    @@ -968,7 +968,7 @@

    Declaration

    @@ -1003,7 +1003,7 @@

    Declaration

    @@ -1038,7 +1038,7 @@

    Declaration

    @@ -1074,7 +1074,7 @@

    Declaration

    @@ -1132,7 +1132,7 @@

    Return Value

    value for a given key

    @@ -1177,7 +1177,7 @@

    Declaration

    @@ -1190,7 +1190,7 @@

    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 7603989e..973a3b98 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -510,7 +510,7 @@

    MBUsdlRecognizer

    A recognizer that can scan USDL.

    @@ -554,7 +554,7 @@

    Declaration

    @@ -599,7 +599,7 @@

    Declaration

    @@ -643,7 +643,7 @@

    Declaration

    @@ -685,7 +685,7 @@

    Declaration

    @@ -698,7 +698,7 @@

    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 b8ed4996..250a49a9 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBUsdlRecognizerResult

    A recognizer that can scan PDF417 2D barcodes.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -614,7 +614,7 @@

    Declaration

    @@ -649,7 +649,7 @@

    Declaration

    @@ -684,7 +684,7 @@

    Declaration

    @@ -719,7 +719,7 @@

    Declaration

    @@ -754,7 +754,7 @@

    Declaration

    @@ -789,7 +789,7 @@

    Declaration

    @@ -824,7 +824,7 @@

    Declaration

    @@ -859,7 +859,7 @@

    Declaration

    @@ -894,7 +894,7 @@

    Declaration

    @@ -929,7 +929,7 @@

    Declaration

    @@ -964,7 +964,7 @@

    Declaration

    @@ -999,7 +999,7 @@

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1069,7 +1069,7 @@

    Declaration

    @@ -1104,7 +1104,7 @@

    Declaration

    @@ -1139,7 +1139,7 @@

    Declaration

    @@ -1174,7 +1174,7 @@

    Declaration

    @@ -1210,7 +1210,7 @@

    Declaration

    @@ -1268,7 +1268,7 @@

    Return Value

    value for a given key

    @@ -1313,7 +1313,7 @@

    Declaration

    @@ -1326,7 +1326,7 @@

    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 251b4d9b..9da304b4 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -506,7 +506,7 @@

    MBViewControllerFactory

    Camera view controllers created this way will be managed internally by the SDK, and input frames will be processed.

    @@ -583,7 +583,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -660,7 +660,7 @@

    Return Value

    Scanning view controller fully initialized for presenting on screen.

    @@ -673,7 +673,7 @@

    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 5ad10c14..e7adf66a 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -514,7 +514,7 @@

    MBVisaRecognizer

    Recognizer which can scan all visas with MRZ.

    @@ -558,7 +558,7 @@

    Declaration

    @@ -571,7 +571,7 @@

    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 8e5db944..dd9c7806 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -508,7 +508,7 @@

    MBVisaRecognizerResult

    Recognizer which can scan all visas with MRZ.

    @@ -547,7 +547,7 @@

    Declaration

    @@ -560,7 +560,7 @@

    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 0c68ed17..5f106f17 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBVizResult

    MBVizResult contains data extracted from the Visual Inspection Zone.

    @@ -544,7 +544,7 @@

    Declaration

    @@ -579,7 +579,7 @@

    Declaration

    @@ -614,7 +614,7 @@

    Declaration

    @@ -649,7 +649,7 @@

    Declaration

    @@ -684,7 +684,7 @@

    Declaration

    @@ -719,7 +719,7 @@

    Declaration

    @@ -754,7 +754,7 @@

    Declaration

    @@ -789,7 +789,7 @@

    Declaration

    @@ -824,7 +824,7 @@

    Declaration

    @@ -859,7 +859,7 @@

    Declaration

    @@ -894,7 +894,7 @@

    Declaration

    @@ -929,7 +929,7 @@

    Declaration

    @@ -964,7 +964,7 @@

    Declaration

    @@ -999,7 +999,7 @@

    Declaration

    @@ -1034,7 +1034,7 @@

    Declaration

    @@ -1069,7 +1069,7 @@

    Declaration

    @@ -1104,7 +1104,7 @@

    Declaration

    @@ -1139,7 +1139,7 @@

    Declaration

    @@ -1174,7 +1174,7 @@

    Declaration

    @@ -1209,7 +1209,7 @@

    Declaration

    @@ -1244,7 +1244,7 @@

    Declaration

    @@ -1279,7 +1279,7 @@

    Declaration

    @@ -1314,7 +1314,7 @@

    Declaration

    @@ -1349,7 +1349,7 @@

    Declaration

    @@ -1384,7 +1384,7 @@

    Declaration

    @@ -1419,7 +1419,7 @@

    Declaration

    @@ -1454,7 +1454,7 @@

    Declaration

    @@ -1489,7 +1489,7 @@

    Declaration

    @@ -1524,7 +1524,7 @@

    Declaration

    @@ -1559,7 +1559,7 @@

    Declaration

    @@ -1594,7 +1594,7 @@

    Declaration

    @@ -1629,7 +1629,7 @@

    Declaration

    @@ -1664,7 +1664,7 @@

    Declaration

    @@ -1699,7 +1699,7 @@

    Declaration

    @@ -1734,7 +1734,7 @@

    Declaration

    @@ -1769,7 +1769,7 @@

    Declaration

    @@ -1782,7 +1782,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html index 1d5c4e7a..fea8d7bf 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -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,7 +1332,7 @@

    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 8ed64fe5..a11b1018 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBAnonymizationMode

    MBAnonymizationMode is used to define level of anonymization performed on recognizer result.

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -636,7 +636,7 @@

    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 a2370def..14796591 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBBarcodeElementKey

    Enumeration of possible barcode element keys

    @@ -539,7 +539,7 @@

    Declaration

    @@ -598,7 +598,7 @@

    Declaration

    @@ -631,7 +631,7 @@

    Declaration

    @@ -663,7 +663,7 @@

    Declaration

    @@ -707,7 +707,7 @@

    Declaration

    @@ -739,7 +739,7 @@

    Declaration

    @@ -772,7 +772,7 @@

    Declaration

    @@ -817,7 +817,7 @@

    Declaration

    @@ -853,7 +853,7 @@

    Declaration

    @@ -887,7 +887,7 @@

    Declaration

    @@ -921,7 +921,7 @@

    Declaration

    @@ -957,7 +957,7 @@

    Declaration

    @@ -999,7 +999,7 @@

    Declaration

    @@ -1038,7 +1038,7 @@

    Declaration

    @@ -1072,7 +1072,7 @@

    Declaration

    @@ -1106,7 +1106,7 @@

    Declaration

    @@ -1140,7 +1140,7 @@

    Declaration

    @@ -1185,7 +1185,7 @@

    Declaration

    @@ -1233,7 +1233,7 @@

    Declaration

    @@ -1278,7 +1278,7 @@

    Declaration

    @@ -1310,7 +1310,7 @@

    Declaration

    @@ -1342,7 +1342,7 @@

    Declaration

    @@ -1388,7 +1388,7 @@

    Declaration

    @@ -1431,7 +1431,7 @@

    Declaration

    @@ -1464,7 +1464,7 @@

    Declaration

    @@ -1497,7 +1497,7 @@

    Declaration

    @@ -1529,7 +1529,7 @@

    Declaration

    @@ -1563,7 +1563,7 @@

    Declaration

    @@ -1597,7 +1597,7 @@

    Declaration

    @@ -1630,7 +1630,7 @@

    Declaration

    @@ -1662,7 +1662,7 @@

    Declaration

    @@ -1696,7 +1696,7 @@

    Declaration

    @@ -1747,7 +1747,7 @@

    Declaration

    @@ -1779,7 +1779,7 @@

    Declaration

    @@ -1811,7 +1811,7 @@

    Declaration

    @@ -1843,7 +1843,7 @@

    Declaration

    @@ -1875,7 +1875,7 @@

    Declaration

    @@ -1907,7 +1907,7 @@

    Declaration

    @@ -1939,7 +1939,7 @@

    Declaration

    @@ -1971,7 +1971,7 @@

    Declaration

    @@ -2012,7 +2012,7 @@

    Declaration

    @@ -2044,7 +2044,7 @@

    Declaration

    @@ -2076,7 +2076,7 @@

    Declaration

    @@ -2108,7 +2108,7 @@

    Declaration

    @@ -2140,7 +2140,7 @@

    Declaration

    @@ -2172,7 +2172,7 @@

    Declaration

    @@ -2206,7 +2206,7 @@

    Declaration

    @@ -2238,7 +2238,7 @@

    Declaration

    @@ -2270,7 +2270,7 @@

    Declaration

    @@ -2302,7 +2302,7 @@

    Declaration

    @@ -2334,7 +2334,7 @@

    Declaration

    @@ -2367,7 +2367,7 @@

    Declaration

    @@ -2402,7 +2402,7 @@

    Declaration

    @@ -2442,7 +2442,7 @@

    Declaration

    @@ -2475,7 +2475,7 @@

    Declaration

    @@ -2509,7 +2509,7 @@

    Declaration

    @@ -2544,7 +2544,7 @@

    Declaration

    @@ -2576,7 +2576,7 @@

    Declaration

    @@ -2610,7 +2610,7 @@

    Declaration

    @@ -2650,7 +2650,7 @@

    Declaration

    @@ -2684,7 +2684,7 @@

    Declaration

    @@ -2716,7 +2716,7 @@

    Declaration

    @@ -2769,7 +2769,7 @@

    Declaration

    @@ -2820,7 +2820,7 @@

    Declaration

    @@ -2853,7 +2853,7 @@

    Declaration

    @@ -2886,7 +2886,7 @@

    Declaration

    @@ -2918,7 +2918,7 @@

    Declaration

    @@ -2951,7 +2951,7 @@

    Declaration

    @@ -2984,7 +2984,7 @@

    Declaration

    @@ -3019,7 +3019,7 @@

    Declaration

    @@ -3051,7 +3051,7 @@

    Declaration

    @@ -3085,7 +3085,7 @@

    Declaration

    @@ -3118,7 +3118,7 @@

    Declaration

    @@ -3150,7 +3150,7 @@

    Declaration

    @@ -3182,7 +3182,7 @@

    Declaration

    @@ -3214,7 +3214,7 @@

    Declaration

    @@ -3246,7 +3246,7 @@

    Declaration

    @@ -3278,7 +3278,7 @@

    Declaration

    @@ -3311,7 +3311,7 @@

    Declaration

    @@ -3344,7 +3344,7 @@

    Declaration

    @@ -3376,7 +3376,7 @@

    Declaration

    @@ -3408,7 +3408,7 @@

    Declaration

    @@ -3440,7 +3440,7 @@

    Declaration

    @@ -3473,7 +3473,7 @@

    Declaration

    @@ -3506,7 +3506,7 @@

    Declaration

    @@ -3538,7 +3538,7 @@

    Declaration

    @@ -3551,7 +3551,7 @@

    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 1a1e56de..6d65c84b 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBBarcodeType

    Enumeration of possible barcode formats

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

    @@ -743,7 +743,7 @@

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

    @@ -803,7 +803,7 @@

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

    @@ -846,7 +846,7 @@

    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 760f6567..ea932f77 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraAutofocusRestriction

    Camera autofocus restricion mode

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    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 12b80ff1..ff2182bd 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraPreset

    Camera resolution preset

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -648,7 +648,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -718,7 +718,7 @@

    Declaration

    @@ -753,7 +753,7 @@

    Declaration

    @@ -766,7 +766,7 @@

    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 973f13f6..225e8ff0 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBCameraType

    Camera type

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -591,7 +591,7 @@

    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 d843c78b..e2b4b32f 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDataMatchState

    Result of the data matching algorithm for scanned parts/sides of the document.

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -606,7 +606,7 @@

    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 82323dda..f4399131 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDetectionStatus

    Status of the object detection in Microblink SDK

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

    @@ -743,7 +743,7 @@

    Declaration

    @@ -756,7 +756,7 @@

    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 38228a1c..0eb5e26e 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBDocumentFaceDetectorType

    Enumeration of all supported document types for MBDocumentFaceRecognizer

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -606,7 +606,7 @@

    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 22572945..22607bff 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBFrameQualityEstimationMode

    Denotes the mode in which FrameQuality estimation works

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    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 8f6202cf..dbcb334c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBIdBarcodeDocumentType

    Enumeration of possible barcode formats

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

    @@ -743,7 +743,7 @@

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

    @@ -803,7 +803,7 @@

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

    @@ -846,7 +846,7 @@

    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 dc5a6483..6e1ba8b1 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBMrtdDocumentType

    Supported MRTD document types

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -648,7 +648,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -718,7 +718,7 @@

    Declaration

    @@ -753,7 +753,7 @@

    Declaration

    @@ -788,7 +788,7 @@

    Declaration

    @@ -801,7 +801,7 @@

    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 d7ddfcc1..a9981d80 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBMrtdSpecificationPreset

    Presets which can be used to instantiate mrtd specification for a specific mrtd format

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    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 8fff5f88..48c51462 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBOcrFont

    A list of fonts supported by BlinkOCR

    @@ -534,7 +534,7 @@

    Declaration

    @@ -565,7 +565,7 @@

    Declaration

    @@ -596,7 +596,7 @@

    Declaration

    @@ -627,7 +627,7 @@

    Declaration

    @@ -658,7 +658,7 @@

    Declaration

    @@ -689,7 +689,7 @@

    Declaration

    @@ -720,7 +720,7 @@

    Declaration

    @@ -751,7 +751,7 @@

    Declaration

    @@ -782,7 +782,7 @@

    Declaration

    @@ -813,7 +813,7 @@

    Declaration

    @@ -844,7 +844,7 @@

    Declaration

    @@ -875,7 +875,7 @@

    Declaration

    @@ -906,7 +906,7 @@

    Declaration

    @@ -937,7 +937,7 @@

    Declaration

    @@ -968,7 +968,7 @@

    Declaration

    @@ -999,7 +999,7 @@

    Declaration

    @@ -1030,7 +1030,7 @@

    Declaration

    @@ -1060,7 +1060,7 @@

    Declaration

    @@ -1091,7 +1091,7 @@

    Declaration

    @@ -1122,7 +1122,7 @@

    Declaration

    @@ -1153,7 +1153,7 @@

    Declaration

    @@ -1184,7 +1184,7 @@

    Declaration

    @@ -1215,7 +1215,7 @@

    Declaration

    @@ -1246,7 +1246,7 @@

    Declaration

    @@ -1277,7 +1277,7 @@

    Declaration

    @@ -1308,7 +1308,7 @@

    Declaration

    @@ -1339,7 +1339,7 @@

    Declaration

    @@ -1370,7 +1370,7 @@

    Declaration

    @@ -1401,7 +1401,7 @@

    Declaration

    @@ -1432,7 +1432,7 @@

    Declaration

    @@ -1462,7 +1462,7 @@

    Declaration

    @@ -1493,7 +1493,7 @@

    Declaration

    @@ -1524,7 +1524,7 @@

    Declaration

    @@ -1555,7 +1555,7 @@

    Declaration

    @@ -1586,7 +1586,7 @@

    Declaration

    @@ -1617,7 +1617,7 @@

    Declaration

    @@ -1648,7 +1648,7 @@

    Declaration

    @@ -1678,7 +1678,7 @@

    Declaration

    @@ -1709,7 +1709,7 @@

    Declaration

    @@ -1740,7 +1740,7 @@

    Declaration

    @@ -1771,7 +1771,7 @@

    Declaration

    @@ -1802,7 +1802,7 @@

    Declaration

    @@ -1833,7 +1833,7 @@

    Declaration

    @@ -1864,7 +1864,7 @@

    Declaration

    @@ -1895,7 +1895,7 @@

    Declaration

    @@ -1926,7 +1926,7 @@

    Declaration

    @@ -1956,7 +1956,7 @@

    Declaration

    @@ -1987,7 +1987,7 @@

    Declaration

    @@ -2018,7 +2018,7 @@

    Declaration

    @@ -2049,7 +2049,7 @@

    Declaration

    @@ -2080,7 +2080,7 @@

    Declaration

    @@ -2111,7 +2111,7 @@

    Declaration

    @@ -2142,7 +2142,7 @@

    Declaration

    @@ -2172,7 +2172,7 @@

    Declaration

    @@ -2203,7 +2203,7 @@

    Declaration

    @@ -2234,7 +2234,7 @@

    Declaration

    @@ -2265,7 +2265,7 @@

    Declaration

    @@ -2296,7 +2296,7 @@

    Declaration

    @@ -2327,7 +2327,7 @@

    Declaration

    @@ -2358,7 +2358,7 @@

    Declaration

    @@ -2388,7 +2388,7 @@

    Declaration

    @@ -2419,7 +2419,7 @@

    Declaration

    @@ -2450,7 +2450,7 @@

    Declaration

    @@ -2481,7 +2481,7 @@

    Declaration

    @@ -2512,7 +2512,7 @@

    Declaration

    @@ -2543,7 +2543,7 @@

    Declaration

    @@ -2574,7 +2574,7 @@

    Declaration

    @@ -2605,7 +2605,7 @@

    Declaration

    @@ -2636,7 +2636,7 @@

    Declaration

    @@ -2667,7 +2667,7 @@

    Declaration

    @@ -2698,7 +2698,7 @@

    Declaration

    @@ -2729,7 +2729,7 @@

    Declaration

    @@ -2760,7 +2760,7 @@

    Declaration

    @@ -2790,7 +2790,7 @@

    Declaration

    @@ -2820,7 +2820,7 @@

    Declaration

    @@ -2850,7 +2850,7 @@

    Declaration

    @@ -2880,7 +2880,7 @@

    Declaration

    @@ -2910,7 +2910,7 @@

    Declaration

    @@ -2940,7 +2940,7 @@

    Declaration

    @@ -2970,7 +2970,7 @@

    Declaration

    @@ -3000,7 +3000,7 @@

    Declaration

    @@ -3030,7 +3030,7 @@

    Declaration

    @@ -3043,7 +3043,7 @@

    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 9a0219dd..d5163c97 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBProcessingOrientation

    Enum which describes text orientation on an image.

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -648,7 +648,7 @@

    Declaration

    @@ -661,7 +661,7 @@

    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 8196b1b3..931fb73c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBProcessingStatus

    MBProcessingStatus enum defines status of the last recognition process.

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

    @@ -743,7 +743,7 @@

    Declaration

    @@ -773,7 +773,7 @@

    Declaration

    @@ -803,7 +803,7 @@

    Declaration

    @@ -833,7 +833,7 @@

    Declaration

    @@ -863,7 +863,7 @@

    Declaration

    @@ -893,7 +893,7 @@

    Declaration

    @@ -923,7 +923,7 @@

    Declaration

    @@ -953,7 +953,7 @@

    Declaration

    @@ -983,7 +983,7 @@

    Declaration

    @@ -1013,7 +1013,7 @@

    Declaration

    @@ -1026,7 +1026,7 @@

    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 3555db90..fb4a6c25 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBProcessorResultState

    Enumeration of posibble processor result state

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    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 31c7f2e0..41b2af5c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognitionDebugMode

    Denotes the mode in which Recognizers performs recognition

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -626,7 +626,7 @@

    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 2a5f625c..5e26d6ca 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBRecognitionMode

    MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.

    @@ -533,7 +533,7 @@

    Declaration

    @@ -563,7 +563,7 @@

    Declaration

    @@ -593,7 +593,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -653,7 +653,7 @@

    Declaration

    @@ -683,7 +683,7 @@

    Declaration

    @@ -713,7 +713,7 @@

    Declaration

    @@ -726,7 +726,7 @@

    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 180d331b..9aac9e84 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerResultState

    Enumeration of posibble recognizer result state

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -613,7 +613,7 @@

    Declaration

    @@ -648,7 +648,7 @@

    Declaration

    @@ -661,7 +661,7 @@

    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 f58fa783..fee5dd13 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -499,7 +499,7 @@

    MBUsdlKeys

    Possible keys that can be used for obtaining USDL result elements.

    @@ -539,7 +539,7 @@

    Declaration

    @@ -590,7 +590,7 @@

    Declaration

    @@ -623,7 +623,7 @@

    Declaration

    @@ -655,7 +655,7 @@

    Declaration

    @@ -699,7 +699,7 @@

    Declaration

    @@ -731,7 +731,7 @@

    Declaration

    @@ -764,7 +764,7 @@

    Declaration

    @@ -809,7 +809,7 @@

    Declaration

    @@ -845,7 +845,7 @@

    Declaration

    @@ -879,7 +879,7 @@

    Declaration

    @@ -913,7 +913,7 @@

    Declaration

    @@ -949,7 +949,7 @@

    Declaration

    @@ -991,7 +991,7 @@

    Declaration

    @@ -1030,7 +1030,7 @@

    Declaration

    @@ -1064,7 +1064,7 @@

    Declaration

    @@ -1098,7 +1098,7 @@

    Declaration

    @@ -1132,7 +1132,7 @@

    Declaration

    @@ -1177,7 +1177,7 @@

    Declaration

    @@ -1225,7 +1225,7 @@

    Declaration

    @@ -1270,7 +1270,7 @@

    Declaration

    @@ -1302,7 +1302,7 @@

    Declaration

    @@ -1334,7 +1334,7 @@

    Declaration

    @@ -1380,7 +1380,7 @@

    Declaration

    @@ -1423,7 +1423,7 @@

    Declaration

    @@ -1456,7 +1456,7 @@

    Declaration

    @@ -1489,7 +1489,7 @@

    Declaration

    @@ -1521,7 +1521,7 @@

    Declaration

    @@ -1555,7 +1555,7 @@

    Declaration

    @@ -1589,7 +1589,7 @@

    Declaration

    @@ -1622,7 +1622,7 @@

    Declaration

    @@ -1654,7 +1654,7 @@

    Declaration

    @@ -1688,7 +1688,7 @@

    Declaration

    @@ -1739,7 +1739,7 @@

    Declaration

    @@ -1771,7 +1771,7 @@

    Declaration

    @@ -1803,7 +1803,7 @@

    Declaration

    @@ -1835,7 +1835,7 @@

    Declaration

    @@ -1867,7 +1867,7 @@

    Declaration

    @@ -1899,7 +1899,7 @@

    Declaration

    @@ -1931,7 +1931,7 @@

    Declaration

    @@ -1963,7 +1963,7 @@

    Declaration

    @@ -2004,7 +2004,7 @@

    Declaration

    @@ -2036,7 +2036,7 @@

    Declaration

    @@ -2068,7 +2068,7 @@

    Declaration

    @@ -2100,7 +2100,7 @@

    Declaration

    @@ -2132,7 +2132,7 @@

    Declaration

    @@ -2164,7 +2164,7 @@

    Declaration

    @@ -2198,7 +2198,7 @@

    Declaration

    @@ -2230,7 +2230,7 @@

    Declaration

    @@ -2262,7 +2262,7 @@

    Declaration

    @@ -2294,7 +2294,7 @@

    Declaration

    @@ -2326,7 +2326,7 @@

    Declaration

    @@ -2359,7 +2359,7 @@

    Declaration

    @@ -2394,7 +2394,7 @@

    Declaration

    @@ -2434,7 +2434,7 @@

    Declaration

    @@ -2467,7 +2467,7 @@

    Declaration

    @@ -2501,7 +2501,7 @@

    Declaration

    @@ -2536,7 +2536,7 @@

    Declaration

    @@ -2568,7 +2568,7 @@

    Declaration

    @@ -2602,7 +2602,7 @@

    Declaration

    @@ -2642,7 +2642,7 @@

    Declaration

    @@ -2676,7 +2676,7 @@

    Declaration

    @@ -2708,7 +2708,7 @@

    Declaration

    @@ -2761,7 +2761,7 @@

    Declaration

    @@ -2812,7 +2812,7 @@

    Declaration

    @@ -2845,7 +2845,7 @@

    Declaration

    @@ -2878,7 +2878,7 @@

    Declaration

    @@ -2910,7 +2910,7 @@

    Declaration

    @@ -2943,7 +2943,7 @@

    Declaration

    @@ -2976,7 +2976,7 @@

    Declaration

    @@ -3011,7 +3011,7 @@

    Declaration

    @@ -3043,7 +3043,7 @@

    Declaration

    @@ -3077,7 +3077,7 @@

    Declaration

    @@ -3110,7 +3110,7 @@

    Declaration

    @@ -3142,7 +3142,7 @@

    Declaration

    @@ -3174,7 +3174,7 @@

    Declaration

    @@ -3206,7 +3206,7 @@

    Declaration

    @@ -3238,7 +3238,7 @@

    Declaration

    @@ -3270,7 +3270,7 @@

    Declaration

    @@ -3303,7 +3303,7 @@

    Declaration

    @@ -3336,7 +3336,7 @@

    Declaration

    @@ -3368,7 +3368,7 @@

    Declaration

    @@ -3400,7 +3400,7 @@

    Declaration

    @@ -3432,7 +3432,7 @@

    Declaration

    @@ -3465,7 +3465,7 @@

    Declaration

    @@ -3498,7 +3498,7 @@

    Declaration

    @@ -3530,7 +3530,7 @@

    Declaration

    @@ -3543,7 +3543,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html index cdd1cd36..1c0b7d90 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -541,7 +541,7 @@

    Declaration

    @@ -573,7 +573,7 @@

    Declaration

    @@ -586,7 +586,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html index 164da649..f38a4e10 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -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,7 +1191,7 @@

    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 34ac2341..ebbf2145 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBBlinkIdOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -591,7 +591,7 @@

    Parameters

    @@ -646,7 +646,7 @@

    Parameters

    @@ -701,7 +701,7 @@

    Parameters

    @@ -714,7 +714,7 @@

    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 6f642ce2..6116ddf3 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDebugRecognizerRunnerDelegate

    Protocol for obtaining debug metadata

    @@ -545,7 +545,7 @@

    Declaration

    @@ -582,7 +582,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    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 6b6ab492..b0eee521 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDebugRecognizerRunnerViewControllerDelegate

    Protocol for obtaining debug metadata

    @@ -547,7 +547,7 @@

    Declaration

    @@ -586,7 +586,7 @@

    Declaration

    @@ -599,7 +599,7 @@

    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 a66dfd38..ca3bebc3 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDetectionRecognizerRunnerDelegate

    Protocol for obtaining detection results

    @@ -583,7 +583,7 @@

    Parameters

    @@ -658,7 +658,7 @@

    Parameters

    @@ -715,7 +715,7 @@

    Parameters

    @@ -728,7 +728,7 @@

    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 657c4c06..4b1d09f1 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDetectionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining detection results

    @@ -585,7 +585,7 @@

    Parameters

    @@ -662,7 +662,7 @@

    Parameters

    @@ -720,7 +720,7 @@

    Parameters

    @@ -733,7 +733,7 @@

    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 1d339733..4e11810d 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBDocumentOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +593,7 @@

    Parameters

    @@ -648,7 +648,7 @@

    Parameters

    @@ -721,7 +721,7 @@

    Parameters

    @@ -734,7 +734,7 @@

    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 52fa11c4..c60be370 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBFrameRecognitionRecognizerRunnerViewControllerDelegate

    Protocol for obtaining frame recognition

    @@ -580,7 +580,7 @@

    Parameters

    @@ -593,7 +593,7 @@

    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 0cb5ea30..ffa6b61c 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBLegacyDocumentVerificationOverlayViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -595,7 +595,7 @@

    Parameters

    @@ -651,7 +651,7 @@

    Parameters

    @@ -708,7 +708,7 @@

    Parameters

    @@ -786,7 +786,7 @@

    Parameters

    @@ -799,7 +799,7 @@

    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 1722e78f..ebb4fe30 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBOcrRecognizerRunnerDelegate

    Protocol for obtaining ocr results

    @@ -546,7 +546,7 @@

    Declaration

    @@ -559,7 +559,7 @@

    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 62b7e8c0..6202d389 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBOcrRecognizerRunnerViewControllerDelegate

    Protocol for obtaining ocr results

    @@ -548,7 +548,7 @@

    Declaration

    @@ -561,7 +561,7 @@

    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 0718d227..7258d145 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -505,7 +505,7 @@

    MBOverlayContainerViewController

    Those are events specified by MBOverlayViewControllerDelegate protocol.

    @@ -546,7 +546,7 @@

    Declaration

    @@ -583,7 +583,7 @@

    Declaration

    @@ -621,7 +621,7 @@

    Declaration

    @@ -661,7 +661,7 @@

    Return Value

    YES if help button should be displayed.

    @@ -696,7 +696,7 @@

    Declaration

    @@ -731,7 +731,7 @@

    Declaration

    @@ -766,7 +766,7 @@

    Declaration

    @@ -779,7 +779,7 @@

    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 38cc2229..71d06f25 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBPointDetectorSubview

    Protocol for processing MBDisplayablePointsDetection. Subviews implementing this protocol process and draw points on the screen (e.g. flashing dots)

    @@ -544,7 +544,7 @@

    Declaration

    @@ -582,7 +582,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    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 a9a7b024..07e1a5dc 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,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 +544,7 @@

    Declaration

    @@ -582,7 +582,7 @@

    Declaration

    @@ -595,7 +595,7 @@

    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 59e39ac1..17107191 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerRunnerViewController

    Protocol for View controllers which present camera and provide scanning features

    @@ -547,7 +547,7 @@

    Declaration

    @@ -584,7 +584,7 @@

    Declaration

    @@ -624,7 +624,7 @@

    Declaration

    @@ -665,7 +665,7 @@

    Return Value

    YES if scanning is paused. NO if it’s in progress

    @@ -729,7 +729,7 @@

    Parameters

    @@ -783,7 +783,7 @@

    Parameters

    @@ -818,7 +818,7 @@

    Declaration

    @@ -857,7 +857,7 @@

    Return Value

    YES if camera is paused. NO if camera is active

    @@ -894,7 +894,7 @@

    Declaration

    @@ -929,7 +929,7 @@

    Declaration

    @@ -966,7 +966,7 @@

    Declaration

    @@ -1008,7 +1008,7 @@

    Declaration

    @@ -1021,7 +1021,7 @@

    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 6c4affdf..af9e4f2b 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBRecognizerRunnerViewControllerDelegate

    Protocol for MBRecognizerRunnerViewController actions

    @@ -568,7 +568,7 @@

    Parameters

    @@ -647,7 +647,7 @@

    Parameters

    @@ -703,7 +703,7 @@

    Parameters

    @@ -760,7 +760,7 @@

    Parameters

    @@ -816,7 +816,7 @@

    Parameters

    @@ -872,7 +872,7 @@

    Parameters

    @@ -941,7 +941,7 @@

    Parameters

    @@ -954,7 +954,7 @@

    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 c34084a6..525587cb 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,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 +543,7 @@

    Declaration

    @@ -556,7 +556,7 @@

    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 1c425467..68c86792 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBScanningRecognizerRunnerDelegate

    Protocol for obtaining scanning results

    @@ -589,7 +589,7 @@

    Parameters

    @@ -602,7 +602,7 @@

    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 f0577dc8..d4e83024 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBScanningRecognizerRunnerViewControllerDelegate

    Protocol for obtaining scanning results

    @@ -593,7 +593,7 @@

    Parameters

    @@ -606,7 +606,7 @@

    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 4e6fe80a..66623d8b 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -504,7 +504,7 @@

    MBSubviewDelegate

    Protocol which all objects interested in receiving information about overlay subviews need to implement

    @@ -543,7 +543,7 @@

    Declaration

    @@ -578,7 +578,7 @@

    Declaration

    @@ -591,7 +591,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html index 6d03896e..af61fbd9 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -530,7 +530,7 @@

    Declaration

    @@ -543,7 +543,7 @@

    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 70e40126..52564a28 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -526,7 +526,7 @@

    Declaration

    @@ -561,7 +561,7 @@

    Declaration

    @@ -574,7 +574,7 @@

    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 59ccdedf..18323e22 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -501,7 +501,7 @@

    MBImageExtensionFactors

    while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    @@ -542,7 +542,7 @@

    Declaration

    @@ -555,7 +555,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html index bc50a250..cacdbf99 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.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -616,7 +616,7 @@

    Using CocoaPods

    platform :ios, '13.0'
     target 'Your-App-Name' do
    -    pod 'PPBlinkID', '~> 6.9.1'
    +    pod 'PPBlinkID', '~> 6.9.2'
     end
     
    @@ -1362,7 +1362,7 @@

    Addit diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json index d40e36a3..70fedcf1 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":{"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/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/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/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(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/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/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":{"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":{"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/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/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(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/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/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":{"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 93175837..b6bc90d9 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 fa3ffa1b..7df80adc 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 bc50a250..cacdbf99 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@

    - PPBlinkID v6.9.1 Docs + PPBlinkID v6.9.2 Docs (81% documented)

    @@ -616,7 +616,7 @@

    Using CocoaPods

    platform :ios, '13.0'
     target 'Your-App-Name' do
    -    pod 'PPBlinkID', '~> 6.9.1'
    +    pod 'PPBlinkID', '~> 6.9.2'
     end
     
    @@ -1362,7 +1362,7 @@

    Addit diff --git a/docs/search.json b/docs/search.json index d40e36a3..70fedcf1 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":{"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/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/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/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(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/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/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":{"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":{"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/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/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(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/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/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":{"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/size-report/App Thinning Size Report.txt b/size-report/App Thinning Size Report.txt index 71c1ad6c..44891167 100644 --- a/size-report/App Thinning Size Report.txt +++ b/size-report/App Thinning Size Report.txt @@ -1,15 +1,15 @@ App Thinning Size Report for All Variants of BlinkID-sample-Swift -Variant: BlinkID-sample-Swift-1D77D9BE-5987-46F2-8163-A011494EDE16.ipa -Supported variant descriptors: [device: iPhone12,1, os-version: 17.4], [device: iPad8,5, os-version: 16.0], [device: iPad11,7, os-version: 15.0], [device: iPad8,4, os-version: 16.0], [device: iPad14,5-B, os-version: 16.0], [device: iPad8,1, os-version: 17.0], [device: iPad8,8, os-version: 16.0], [device: iPad7,11, os-version: 17.0], [device: iPad8,12, os-version: 17.0], [device: iPhone12,3, os-version: 17.4], [device: iPad14,3-A, os-version: 16.0], [device: iPhone8,4, os-version: 15.0], [device: iPad7,3, os-version: 15.0], [device: iPhone9,1, os-version: 15.0], [device: iPad8,10, os-version: 16.0], [device: iPhone12,1, os-version: 17.0], [device: iPad13,10, os-version: 17.4], [device: iPad14,1, os-version: 15.0], [device: iPad8,4, os-version: 15.0], [device: iPad11,4, os-version: 17.0], [device: MacFamily20,1, os-version: 17.0], [device: iPhone15,5, os-version: 17.0], [device: iPad13,4, os-version: 15.0], [device: iPhone14,2, os-version: 15.0], [device: iPhone13,1, os-version: 15.0], [device: iPhone10,1, os-version: 16.0], [device: iPhone13,2, os-version: 16.0], [device: iPad6,4, os-version: 15.0], [device: iPhone13,1, os-version: 17.0], [device: iPad13,5, os-version: 17.0], [device: iPad14,6-B, os-version: 17.0], [device: iPhone12,1, os-version: 15.0], [device: iPhone9,3, os-version: 15.0], [device: iPad7,2, os-version: 16.0], [device: iPad11,1, os-version: 16.0], [device: iPhone14,2, os-version: 17.0], [device: iPad8,7, os-version: 16.0], [device: iPad11,6, os-version: 17.0], [device: iPad13,2, os-version: 17.4], [device: iPad7,6, os-version: 17.4], [device: iPad12,2, os-version: 17.4], [device: iPad7,12, os-version: 17.0], [device: iPad14,4-B, os-version: 17.4], [device: iPad8,11, os-version: 17.4], [device: iPad11,1, os-version: 17.4], [device: iPad11,4, os-version: 15.0], [device: iPad6,11, os-version: 15.0], [device: iPad13,11, os-version: 15.0], [device: iPad6,3, os-version: 16.0], [device: iPad11,3, os-version: 16.0], [device: iPad8,8, os-version: 15.0], [device: iPad14,5-A, os-version: 17.0], [device: iPhone13,4, os-version: 17.0], [device: iPad14,3-B, os-version: 16.0], [device: iPad8,11, os-version: 16.0], [device: iPhone11,2, os-version: 16.0], [device: iPad13,1, os-version: 17.0], [device: iPad14,3-A, os-version: 17.4], [device: iPad14,4-B, os-version: 16.0], [device: iPhone12,8, os-version: 15.0], [device: iPad14,4-A, os-version: 16.0], [device: iPad14,5-A, os-version: 16.0], [device: iPhone11,6, os-version: 16.0], [device: iPhone13,4, os-version: 15.0], [device: iPad13,2, os-version: 16.0], [device: iPad8,5, os-version: 17.4], [device: iPad13,9, os-version: 15.0], [device: iPhone11,2, os-version: 15.0], [device: iPad11,7, os-version: 17.0], [device: iPad8,11, os-version: 15.0], [device: iPad8,2, os-version: 16.0], [device: iPad8,5, os-version: 17.0], [device: iPad8,6, os-version: 17.0], [device: iPad12,2, os-version: 17.0], [device: iPhone11,2, os-version: 17.0], [device: iPhone12,3, os-version: 17.0], [device: iPad12,1, os-version: 15.0], [device: iPad7,11, os-version: 15.0], [device: iPad13,17, os-version: 17.4], [device: iPhone11,6, os-version: 17.4], [device: iPad8,6, os-version: 16.0], [device: iPad14,4-A, os-version: 17.0], [device: iPad13,17, os-version: 16.0], [device: iPhone10,3, os-version: 16.0], [device: iPad13,9, os-version: 17.0], [device: iPad7,4, os-version: 15.0], [device: iPad8,9, os-version: 17.0], [device: iPad7,5, os-version: 17.4], [device: iPad8,10, os-version: 15.0], [device: iPad11,3, os-version: 17.4], [device: iPhone11,4, os-version: 16.0], [device: iPhone14,4, os-version: 16.0], [device: iPhone11,4, os-version: 17.0], [device: iPad7,12, os-version: 15.0], [device: iPhone12,8, os-version: 17.0], [device: iPad8,3, os-version: 17.4], [device: RealityFamily22,1, os-version: 17.0], [device: iPad13,16, os-version: 17.0], [device: iPad13,6, os-version: 16.0], [device: iPhone14,8, os-version: 16.0], [device: iPad13,8, os-version: 17.4], [device: iPad13,10, os-version: 16.0], [device: iPad7,3, os-version: 17.4], [device: iPad13,2, os-version: 15.0], [device: iPad6,11, os-version: 16.0], [device: iPad6,7, os-version: 16.0], [device: iPhone15,4, os-version: 17.4], [device: iPad11,4, os-version: 17.4], [device: iPhone11,8, os-version: 17.0], [device: iPad13,11, os-version: 17.4], [device: iPad14,4-B, os-version: 17.0], [device: iPad13,9, os-version: 16.0], [device: iPad13,8, os-version: 16.0], [device: iPhone14,3, os-version: 15.0], [device: iPad8,12, os-version: 16.0], [device: iPad8,7, os-version: 17.0], [device: iPhone13,2, os-version: 17.4], [device: iPad7,5, os-version: 17.0], [device: iPad8,1, os-version: 16.0], [device: iPad11,1, os-version: 17.0], [device: iPad8,11, os-version: 17.0], [device: iPad7,6, os-version: 17.0], [device: iPhone15,3, os-version: 17.4], [device: iPhone14,2, os-version: 17.4], [device: iPad11,3, os-version: 15.0], [device: iPhone13,3, os-version: 16.0], [device: iPhone14,6, os-version: 15.0], [device: iPhone14,6, os-version: 16.0], [device: iPad13,4, os-version: 17.4], [device: iPad8,9, os-version: 15.0], [device: iPhone10,4, os-version: 16.0], [device: iPad12,2, os-version: 15.0], [device: iPad14,2, os-version: 16.0], [device: iPad8,1, os-version: 15.0], [device: iPad7,1, os-version: 16.0], [device: iPad6,12, os-version: 16.0], [device: iPad14,1, os-version: 17.4], [device: iPad13,5, os-version: 16.0], [device: iPad12,1, os-version: 16.0], [device: iPad13,19, os-version: 17.4], [device: iPad13,7, os-version: 15.0], [device: iPad8,7, os-version: 15.0], [device: iPhone14,5, os-version: 16.0], [device: iPhone14,5, os-version: 17.4], [device: iPad8,3, os-version: 17.0], [device: iPhone16,2, os-version: 17.4], [device: iPad14,3-B, os-version: 17.4], [device: iPad8,3, os-version: 15.0], [device: iPad13,18, os-version: 17.4], [device: iPad8,1, os-version: 17.4], [device: iPhone16,2, os-version: 17.0], [device: iPad8,6, os-version: 15.0], [device: iPad11,2, os-version: 17.4], [device: iPhone14,4, os-version: 17.0], [device: iPad12,1, os-version: 17.4], [device: iPad8,3, os-version: 16.0], [device: iPad13,8, os-version: 17.0], [device: iPad14,2, os-version: 15.0], [device: iPad6,7, os-version: 15.0], [device: MacFamily20,1, os-version: 15.0], [device: iPad14,6-A, os-version: 17.0], [device: iPad13,2, os-version: 17.0], [device: iPhone10,5, os-version: 15.0], [device: iPad14,5-B, os-version: 17.4], [device: iPhone13,3, os-version: 17.4], [device: iPad7,12, os-version: 17.4], [device: iPad6,8, os-version: 16.0], [device: iPad13,16, os-version: 16.0], [device: iPhone15,2, os-version: 16.0], [device: iPhone14,8, os-version: 17.4], [device: iPad7,5, os-version: 16.0], [device: iPad8,4, os-version: 17.0], [device: iPhone13,2, os-version: 17.0], [device: iPhone15,2, os-version: 17.0], [device: iPad13,19, os-version: 16.0], [device: iPhone13,4, os-version: 16.0], [device: iPad8,2, os-version: 17.0], [device: iPad14,5-A, os-version: 17.4], [device: iPad13,17, os-version: 15.0], [device: iPad14,3-B, os-version: 17.0], [device: iPad13,7, os-version: 17.4], [device: iPad7,11, os-version: 16.0], [device: iPad7,4, os-version: 17.0], [device: iPad14,1, os-version: 16.0], [device: iPad13,10, os-version: 17.0], [device: iPod9,1, os-version: 15.0], [device: iPad7,1, os-version: 17.4], [device: iPhone12,5, os-version: 15.0], [device: iPad7,1, os-version: 17.0], [device: iPad8,9, os-version: 16.0], [device: iPad7,4, os-version: 17.4], [device: iPad14,4-A, os-version: 17.4], [device: iPhone14,4, os-version: 17.4], [device: iPad7,3, os-version: 17.0], [device: iPad13,6, os-version: 17.4], [device: iPad7,1, os-version: 15.0], [device: iPhone15,3, os-version: 16.0], [device: iPad13,7, os-version: 17.0], [device: iPad14,6-A, os-version: 16.0], [device: iPhone8,2, os-version: 15.0], [device: iPad13,1, os-version: 15.0], [device: iPhone12,8, os-version: 17.4], [device: iPad14,2, os-version: 17.4], [device: iPad8,12, os-version: 17.4], [device: iPhone13,1, os-version: 16.0], [device: iPad6,4, os-version: 16.0], [device: iPad13,11, os-version: 17.0], [device: iPad7,11, os-version: 17.4], [device: iPad11,7, os-version: 17.4], [device: iPhone14,6, os-version: 17.4], [device: iPad14,3-A, os-version: 17.0], [device: iPad8,7, os-version: 17.4], [device: iPhone11,2, os-version: 17.4], [device: iPhone12,5, os-version: 17.4], [device: iPhone15,4, os-version: 17.0], [device: iPad8,2, os-version: 17.4], [device: iPad8,4, os-version: 17.4], [device: iPhone10,2, os-version: 16.0], [device: iPhone14,3, os-version: 17.0], [device: iPad7,5, os-version: 15.0], [device: iPhone11,8, os-version: 15.0], [device: iPhone15,2, os-version: 17.4], [device: iPhone12,3, os-version: 16.0], [device: iPad11,2, os-version: 17.0], [device: iPad14,6-A, os-version: 17.4], [device: iPhone12,5, os-version: 16.0], [device: iPad8,12, os-version: 15.0], [device: iPad6,8, os-version: 15.0], [device: iPad13,9, os-version: 17.4], [device: RealityFamily22,1, os-version: 17.4], [device: iPad7,6, os-version: 15.0], [device: iPad13,7, os-version: 16.0], [device: iPad11,3, os-version: 17.0], [device: iPhone14,5, os-version: 17.0], [device: iPhone12,8, os-version: 16.0], [device: iPad8,5, os-version: 15.0], [device: iPad8,10, os-version: 17.0], [device: iPad8,8, os-version: 17.0], [device: iPad13,16, os-version: 15.0], [device: iPad12,2, os-version: 16.0], [device: iPhone12,1, os-version: 16.0], [device: iPad13,8, os-version: 15.0], [device: iPad5,2, os-version: 15.0], [device: iPad13,18, os-version: 17.0], [device: iPhone13,3, os-version: 17.0], [device: iPad14,6-B, os-version: 17.4], [device: iPad13,1, os-version: 16.0], [device: iPad7,2, os-version: 15.0], [device: iPhone10,2, os-version: 15.0], [device: iPhone10,6, os-version: 16.0], [device: iPad13,6, os-version: 17.0], [device: iPhone16,1, os-version: 17.0], [device: iPad14,1, os-version: 17.0], [device: iPhone9,4, os-version: 15.0], [device: iPad13,4, os-version: 16.0], [device: iPhone14,6, os-version: 17.0], [device: iPhone11,6, os-version: 17.0], [device: iPhone15,3, os-version: 17.0], [device: iPhone14,3, os-version: 16.0], [device: iPad6,12, os-version: 15.0], [device: iPhone10,3, os-version: 15.0], [device: MacFamily20,1, os-version: 17.4], [device: iPad8,10, os-version: 17.4], [device: iPhone10,1, os-version: 15.0], [device: iPad13,18, os-version: 16.0], [device: iPad5,1, os-version: 15.0], [device: iPad14,2, os-version: 17.0], [device: iPad14,5-B, os-version: 17.0], [device: iPad11,6, os-version: 17.4], [device: iPhone12,5, os-version: 17.0], [device: iPhone11,6, os-version: 15.0], [device: iPad13,10, os-version: 15.0], [device: iPad11,7, os-version: 16.0], [device: iPhone13,3, os-version: 15.0], [device: iPad13,6, os-version: 15.0], [device: iPhone13,2, os-version: 15.0], [device: iPad13,11, os-version: 16.0], [device: iPhone14,7, os-version: 17.0], [device: iPad11,1, os-version: 15.0], [device: iPhone14,7, os-version: 16.0], [device: iPhone13,4, os-version: 17.4], [device: iPhone11,8, os-version: 16.0], [device: iPad7,12, os-version: 16.0], [device: iPad7,4, os-version: 16.0], [device: iPad13,19, os-version: 17.0], [device: iPhone14,7, os-version: 17.4], [device: iPhone10,5, os-version: 16.0], [device: iPhone10,6, os-version: 15.0], [device: iPad8,6, os-version: 17.4], [device: iPad13,1, os-version: 17.4], [device: iPad13,5, os-version: 17.4], [device: iPad5,4, os-version: 15.0], [device: iPad7,6, os-version: 16.0], [device: iPhone14,8, os-version: 17.0], [device: iPhone12,3, os-version: 15.0], [device: iPad11,6, os-version: 15.0], [device: iPhone8,1, os-version: 15.0], [device: iPhone14,5, os-version: 15.0], [device: iPad7,2, os-version: 17.0], [device: MacFamily20,1, os-version: 16.0], [device: iPad6,3, os-version: 15.0], [device: iPhone16,1, os-version: 17.4], [device: iPad7,2, os-version: 17.4], [device: iPad8,8, os-version: 17.4], [device: iPad8,2, os-version: 15.0], [device: iPhone9,2, os-version: 15.0], [device: iPad14,6-B, os-version: 16.0], [device: iPad13,4, os-version: 17.0], [device: iPhone11,4, os-version: 15.0], [device: iPad12,1, os-version: 17.0], [device: iPhone10,4, os-version: 15.0], [device: iPad8,9, os-version: 17.4], [device: iPhone11,8, os-version: 17.4], [device: iPhone15,5, os-version: 17.4], [device: iPad11,4, os-version: 16.0], [device: iPad11,6, os-version: 16.0], [device: iPad13,16, os-version: 17.4], [device: iPad13,5, os-version: 15.0], [device: iPad5,3, os-version: 15.0], [device: iPhone14,3, os-version: 17.4], [device: iPad11,2, os-version: 16.0], [device: iPad11,2, os-version: 15.0], [device: iPhone13,1, os-version: 17.4], [device: iPhone14,2, os-version: 16.0], [device: iPhone14,4, os-version: 15.0], [device: iPad7,3, os-version: 16.0], [device: iPad13,17, os-version: 17.0], and [device: iPhone11,4, os-version: 17.4] +Variant: BlinkID-sample-Swift-9D825F97-D1F9-40CB-AE82-7203CBF021B1.ipa +Supported variant descriptors: [device: iPad8,11, os-version: 13.0], [device: iPhone9,4, os-version: 13.0], [device: iPad13,1, os-version: 14.0], [device: iPad13,8, os-version: 14.0], [device: iPad6,4, os-version: 14.0], [device: iPad7,11, os-version: 13.0], [device: iPhone10,6, os-version: 13.0], [device: iPad11,2, os-version: 14.0], [device: iPhone11,8, os-version: 14.0], [device: iPad11,4, os-version: 14.0], [device: iPhone12,8, os-version: 14.0], [device: iPad7,1, os-version: 13.0], [device: iPad6,3, os-version: 13.0], [device: iPhone9,1, os-version: 14.0], [device: iPhone13,1, os-version: 14.0], [device: iPad8,9, os-version: 13.0], [device: iPad8,3, os-version: 14.0], [device: iPhone11,8, os-version: 13.0], [device: iPad11,4, os-version: 13.0], [device: iPad8,11, os-version: 14.0], [device: iPhone9,4, os-version: 14.0], [device: iPad8,5, os-version: 13.0], [device: iPad7,5, os-version: 14.0], [device: iPhone10,2, os-version: 13.0], [device: iPhone10,4, os-version: 13.0], [device: iPad6,11, os-version: 14.0], [device: iPhone8,2, os-version: 13.0], [device: iPhone11,4, os-version: 13.0], [device: iPad11,3, os-version: 14.0], [device: iPhone12,3, os-version: 14.0], [device: iPad13,9, os-version: 14.0], [device: iPad5,1, os-version: 14.0], [device: iPad8,10, os-version: 13.0], [device: iPad8,8, os-version: 13.0], [device: iPhone12,8, os-version: 13.0], [device: iPad13,6, os-version: 14.0], [device: iPad8,10, os-version: 14.0], [device: iPad13,11, os-version: 14.0], [device: iPad13,4, os-version: 14.0], [device: iPad8,6, os-version: 13.0], [device: iPad8,1, os-version: 14.0], [device: iPad6,11, os-version: 13.0], [device: iPad8,6, os-version: 14.0], [device: iPhone10,4, os-version: 14.0], [device: iPhone8,2, os-version: 14.0], [device: iPhone9,2, os-version: 13.0], [device: iPad11,1, os-version: 13.0], [device: iPod9,1, os-version: 14.0], [device: iPad13,5, os-version: 14.0], [device: MacFamily20,1, os-version: 14.0], [device: iPhone12,1, os-version: 14.0], [device: iPod9,1, os-version: 13.0], [device: iPad6,7, os-version: 14.0], [device: iPhone9,2, os-version: 14.0], [device: iPad8,12, os-version: 13.0], [device: iPhone10,6, os-version: 14.0], [device: iPad8,8, os-version: 14.0], [device: iPad8,7, os-version: 14.0], [device: iPhone13,4, os-version: 14.0], [device: iPad7,6, os-version: 14.0], [device: iPad11,1, os-version: 14.0], [device: iPad8,5, os-version: 14.0], [device: iPad6,8, os-version: 14.0], [device: iPad7,2, os-version: 13.0], [device: iPhone10,5, os-version: 13.0], [device: iPad13,2, os-version: 14.0], [device: iPad11,2, os-version: 13.0], [device: iPad5,2, os-version: 14.0], [device: iPad5,3, os-version: 14.0], [device: iPhone11,6, os-version: 13.0], [device: iPhone9,1, os-version: 13.0], [device: iPhone10,3, os-version: 13.0], [device: iPad13,7, os-version: 14.0], [device: iPhone12,5, os-version: 14.0], [device: iPad8,2, os-version: 13.0], [device: iPad6,12, os-version: 14.0], [device: iPhone10,5, os-version: 14.0], [device: iPad5,3, os-version: 13.0], [device: iPad8,9, os-version: 14.0], [device: iPad8,1, os-version: 13.0], [device: iPad8,7, os-version: 13.0], [device: iPad6,4, os-version: 13.0], [device: iPhone9,3, os-version: 13.0], [device: iPhone11,2, os-version: 13.0], [device: iPhone8,4, os-version: 14.0], [device: iPad8,2, os-version: 14.0], [device: iPhone8,1, os-version: 14.0], [device: iPhone13,3, os-version: 14.0], [device: iPad11,7, os-version: 14.0], [device: iPhone8,1, os-version: 13.0], [device: iPad6,8, os-version: 13.0], [device: iPad7,4, os-version: 14.0], [device: iPhone11,4, os-version: 14.0], [device: iPad5,1, os-version: 13.0], [device: iPhone8,4, os-version: 13.0], [device: iPad7,1, os-version: 14.0], [device: iPad7,5, os-version: 13.0], [device: iPad6,12, os-version: 13.0], [device: iPhone12,3, os-version: 13.0], [device: iPad7,2, os-version: 14.0], [device: iPad8,12, os-version: 14.0], [device: iPad6,3, os-version: 14.0], [device: iPad7,11, os-version: 14.0], [device: iPhone9,3, os-version: 14.0], [device: iPad8,3, os-version: 13.0], [device: iPhone11,6, os-version: 14.0], [device: iPhone10,2, os-version: 14.0], [device: iPhone10,1, os-version: 14.0], [device: iPhone12,5, os-version: 13.0], [device: iPad5,2, os-version: 13.0], [device: iPad7,3, os-version: 14.0], [device: iPad8,4, os-version: 14.0], [device: iPad13,10, os-version: 14.0], [device: iPad5,4, os-version: 14.0], [device: iPhone10,3, os-version: 14.0], [device: iPhone12,1, os-version: 13.0], [device: iPad7,4, os-version: 13.0], [device: iPhone13,2, os-version: 14.0], [device: iPad8,4, os-version: 13.0], [device: iPad7,3, os-version: 13.0], [device: iPad7,12, os-version: 14.0], [device: iPhone11,2, os-version: 14.0], [device: iPad11,6, os-version: 14.0], [device: iPad6,7, os-version: 13.0], [device: iPad7,12, os-version: 13.0], [device: iPhone10,1, os-version: 13.0], [device: iPad5,4, os-version: 13.0], [device: iPad7,6, os-version: 13.0], and [device: iPad11,3, os-version: 13.0] App + On Demand Resources size: 10,2 MB compressed, 15,6 MB uncompressed App size: 10,2 MB compressed, 15,6 MB uncompressed On Demand Resources size: Zero KB compressed, Zero KB uncompressed -Variant: BlinkID-sample-Swift-E1FBD770-003B-4DB0-BFC2-3497AE17D4B8.ipa -Supported variant descriptors: [device: iPhone11,2, os-version: 14.0], [device: iPad8,6, os-version: 14.0], [device: iPad5,4, os-version: 14.0], [device: iPhone8,2, os-version: 14.0], [device: iPad11,1, os-version: 13.0], [device: iPad5,4, os-version: 13.0], [device: iPad7,3, os-version: 13.0], [device: iPhone10,4, os-version: 13.0], [device: iPad7,11, os-version: 14.0], [device: iPad11,4, os-version: 14.0], [device: iPhone13,2, os-version: 14.0], [device: iPad8,8, os-version: 14.0], [device: iPad13,10, os-version: 14.0], [device: iPod9,1, os-version: 14.0], [device: iPod9,1, os-version: 13.0], [device: iPhone9,4, os-version: 14.0], [device: iPad6,7, os-version: 13.0], [device: iPhone8,4, os-version: 14.0], [device: iPad8,8, os-version: 13.0], [device: iPad8,5, os-version: 13.0], [device: MacFamily20,1, os-version: 14.0], [device: iPhone11,6, os-version: 14.0], [device: iPhone10,1, os-version: 13.0], [device: iPhone10,3, os-version: 13.0], [device: iPad11,2, os-version: 14.0], [device: iPad5,2, os-version: 14.0], [device: iPad8,4, os-version: 13.0], [device: iPad7,2, os-version: 13.0], [device: iPad7,1, os-version: 13.0], [device: iPhone10,5, os-version: 14.0], [device: iPad8,5, os-version: 14.0], [device: iPhone12,5, os-version: 14.0], [device: iPad8,2, os-version: 13.0], [device: iPad8,6, os-version: 13.0], [device: iPad6,4, os-version: 14.0], [device: iPhone10,2, os-version: 14.0], [device: iPad13,2, os-version: 14.0], [device: iPad7,12, os-version: 13.0], [device: iPad5,1, os-version: 14.0], [device: iPad8,7, os-version: 14.0], [device: iPhone12,3, os-version: 14.0], [device: iPad8,7, os-version: 13.0], [device: iPhone12,8, os-version: 14.0], [device: iPad6,11, os-version: 14.0], [device: iPad7,3, os-version: 14.0], [device: iPhone11,8, os-version: 14.0], [device: iPhone11,4, os-version: 14.0], [device: iPad11,4, os-version: 13.0], [device: iPad5,1, os-version: 13.0], [device: iPad11,6, os-version: 14.0], [device: iPad6,8, os-version: 14.0], [device: iPad6,3, os-version: 14.0], [device: iPad11,3, os-version: 13.0], [device: iPad13,7, os-version: 14.0], [device: iPhone11,2, os-version: 13.0], [device: iPad13,9, os-version: 14.0], [device: iPad8,3, os-version: 14.0], [device: iPad13,6, os-version: 14.0], [device: iPad7,4, os-version: 14.0], [device: iPhone9,2, os-version: 13.0], [device: iPad13,5, os-version: 14.0], [device: iPad13,4, os-version: 14.0], [device: iPhone9,2, os-version: 14.0], [device: iPhone9,4, os-version: 13.0], [device: iPad7,6, os-version: 13.0], [device: iPad8,10, os-version: 14.0], [device: iPhone11,8, os-version: 13.0], [device: iPad11,3, os-version: 14.0], [device: iPad5,3, os-version: 13.0], [device: iPhone8,4, os-version: 13.0], [device: iPad7,6, os-version: 14.0], [device: iPhone12,1, os-version: 13.0], [device: iPhone12,5, os-version: 13.0], [device: iPad7,12, os-version: 14.0], [device: iPad8,1, os-version: 13.0], [device: iPad6,3, os-version: 13.0], [device: iPad5,2, os-version: 13.0], [device: iPad13,1, os-version: 14.0], [device: iPhone10,6, os-version: 13.0], [device: iPad8,10, os-version: 13.0], [device: iPad8,11, os-version: 13.0], [device: iPad7,11, os-version: 13.0], [device: iPad11,7, os-version: 14.0], [device: iPad6,12, os-version: 14.0], [device: iPad8,9, os-version: 13.0], [device: iPad8,11, os-version: 14.0], [device: iPhone8,2, os-version: 13.0], [device: iPad13,11, os-version: 14.0], [device: iPad5,3, os-version: 14.0], [device: iPad6,11, os-version: 13.0], [device: iPhone10,1, os-version: 14.0], [device: iPhone10,6, os-version: 14.0], [device: iPad6,4, os-version: 13.0], [device: iPad8,3, os-version: 13.0], [device: iPhone9,1, os-version: 13.0], [device: iPhone12,8, os-version: 13.0], [device: iPhone10,2, os-version: 13.0], [device: iPhone10,5, os-version: 13.0], [device: iPhone13,4, os-version: 14.0], [device: iPad8,12, os-version: 14.0], [device: iPad6,8, os-version: 13.0], [device: iPad6,12, os-version: 13.0], [device: iPhone8,1, os-version: 13.0], [device: iPad7,1, os-version: 14.0], [device: iPad7,2, os-version: 14.0], [device: iPhone13,3, os-version: 14.0], [device: iPad11,2, os-version: 13.0], [device: iPhone12,3, os-version: 13.0], [device: iPhone13,1, os-version: 14.0], [device: iPhone11,4, os-version: 13.0], [device: iPad8,2, os-version: 14.0], [device: iPad7,5, os-version: 14.0], [device: iPad8,9, os-version: 14.0], [device: iPad7,5, os-version: 13.0], [device: iPhone8,1, os-version: 14.0], [device: iPhone9,1, os-version: 14.0], [device: iPad11,1, os-version: 14.0], [device: iPhone9,3, os-version: 14.0], [device: iPhone10,3, os-version: 14.0], [device: iPad7,4, os-version: 13.0], [device: iPad8,12, os-version: 13.0], [device: iPhone9,3, os-version: 13.0], [device: iPad8,4, os-version: 14.0], [device: iPad6,7, os-version: 14.0], [device: iPad8,1, os-version: 14.0], [device: iPhone12,1, os-version: 14.0], [device: iPhone10,4, os-version: 14.0], [device: iPad13,8, os-version: 14.0], and [device: iPhone11,6, os-version: 13.0] +Variant: BlinkID-sample-Swift-F8FA8EC1-887C-409A-94AD-84C1A4D27022.ipa +Supported variant descriptors: [device: iPhone12,8, os-version: 16.0], [device: iPhone14,4, os-version: 16.0], [device: iPhone14,6, os-version: 15.0], [device: iPad14,6-A, os-version: 16.0], [device: iPad11,2, os-version: 16.0], [device: iPad11,6, os-version: 16.0], [device: iPhone13,1, os-version: 15.0], [device: iPad7,2, os-version: 16.0], [device: iPad8,9, os-version: 16.0], [device: iPhone11,4, os-version: 17.0], [device: iPad7,4, os-version: 17.0], [device: MacFamily20,1, os-version: 15.0], [device: iPhone10,4, os-version: 16.0], [device: iPhone9,1, os-version: 15.0], [device: iPad7,11, os-version: 17.0], [device: iPad13,8, os-version: 16.0], [device: iPhone11,2, os-version: 15.0], [device: iPad13,18, os-version: 17.0], [device: iPad7,2, os-version: 17.0], [device: iPhone13,3, os-version: 15.0], [device: iPhone15,3, os-version: 16.0], [device: iPad13,16, os-version: 16.0], [device: iPad7,3, os-version: 16.0], [device: iPad13,11, os-version: 15.0], [device: iPad13,19, os-version: 17.0], [device: iPad14,3-A, os-version: 17.0], [device: iPad11,7, os-version: 15.0], [device: iPad7,2, os-version: 15.0], [device: iPhone9,2, os-version: 15.0], [device: iPad8,10, os-version: 16.0], [device: iPad14,5-B, os-version: 17.0], [device: iPad8,9, os-version: 15.0], [device: iPhone14,2, os-version: 16.0], [device: iPad11,3, os-version: 17.0], [device: iPad7,4, os-version: 16.0], [device: iPhone12,3, os-version: 15.0], [device: iPad7,4, os-version: 15.0], [device: iPad8,12, os-version: 16.0], [device: iPhone11,8, os-version: 17.0], [device: iPhone16,2, os-version: 17.0], [device: iPad11,7, os-version: 16.0], [device: iPad14,6-A, os-version: 17.0], [device: iPad14,6-B, os-version: 17.0], [device: iPhone11,2, os-version: 16.0], [device: iPad12,2, os-version: 15.0], [device: iPad14,2, os-version: 17.0], [device: iPhone12,5, os-version: 16.0], [device: iPad11,6, os-version: 17.0], [device: iPad8,5, os-version: 17.0], [device: iPhone14,3, os-version: 17.0], [device: iPad7,11, os-version: 15.0], [device: iPhone14,6, os-version: 16.0], [device: iPad13,5, os-version: 17.0], [device: iPad7,6, os-version: 17.0], [device: iPad8,7, os-version: 17.0], [device: iPhone15,4, os-version: 17.0], [device: iPad5,3, os-version: 15.0], [device: iPad11,1, os-version: 16.0], [device: iPad13,16, os-version: 17.0], [device: iPad13,9, os-version: 16.0], [device: iPad13,9, os-version: 17.0], [device: iPad11,6, os-version: 15.0], [device: iPad6,4, os-version: 15.0], [device: iPad11,1, os-version: 15.0], [device: iPad8,1, os-version: 16.0], [device: iPad6,11, os-version: 15.0], [device: iPad13,4, os-version: 15.0], [device: iPhone11,6, os-version: 16.0], [device: iPhone10,3, os-version: 15.0], [device: iPad8,6, os-version: 17.0], [device: iPad7,5, os-version: 17.0], [device: iPhone13,4, os-version: 17.0], [device: iPad8,5, os-version: 15.0], [device: iPhone12,5, os-version: 17.0], [device: iPad6,11, os-version: 16.0], [device: iPad14,3-B, os-version: 17.0], [device: iPhone11,8, os-version: 16.0], [device: iPhone10,2, os-version: 16.0], [device: iPad13,10, os-version: 17.0], [device: iPhone13,2, os-version: 15.0], [device: iPad8,12, os-version: 17.0], [device: iPhone15,2, os-version: 17.0], [device: iPad13,4, os-version: 16.0], [device: iPad14,4-A, os-version: 16.0], [device: iPad13,17, os-version: 15.0], [device: iPhone10,4, os-version: 15.0], [device: iPad14,2, os-version: 15.0], [device: iPad13,1, os-version: 17.0], [device: iPhone12,8, os-version: 17.0], [device: iPad8,8, os-version: 15.0], [device: iPad6,12, os-version: 16.0], [device: iPad8,6, os-version: 16.0], [device: iPad13,1, os-version: 16.0], [device: iPad6,12, os-version: 15.0], [device: iPad11,4, os-version: 17.0], [device: iPhone10,5, os-version: 16.0], [device: iPad7,11, os-version: 16.0], [device: iPhone10,1, os-version: 16.0], [device: iPhone14,8, os-version: 17.0], [device: iPad8,1, os-version: 17.0], [device: iPhone15,5, os-version: 17.0], [device: iPad6,3, os-version: 16.0], [device: iPhone15,2, os-version: 16.0], [device: iPhone12,8, os-version: 15.0], [device: iPad7,5, os-version: 15.0], [device: iPad13,16, os-version: 15.0], [device: iPad13,10, os-version: 16.0], [device: iPad7,12, os-version: 16.0], [device: iPhone16,1, os-version: 17.0], [device: iPad6,3, os-version: 15.0], [device: iPad8,9, os-version: 17.0], [device: iPhone14,2, os-version: 17.0], [device: iPhone12,1, os-version: 15.0], [device: iPad7,6, os-version: 15.0], [device: iPad8,3, os-version: 15.0], [device: iPhone11,8, os-version: 15.0], [device: iPhone10,2, os-version: 15.0], [device: iPad8,3, os-version: 16.0], [device: iPad8,7, os-version: 16.0], [device: iPad5,4, os-version: 15.0], [device: iPhone11,4, os-version: 16.0], [device: iPad8,8, os-version: 17.0], [device: iPad13,6, os-version: 17.0], [device: iPad14,1, os-version: 16.0], [device: iPad8,11, os-version: 15.0], [device: MacFamily20,1, os-version: 17.0], [device: iPhone12,1, os-version: 17.0], [device: iPad13,17, os-version: 17.0], [device: iPhone14,5, os-version: 17.0], [device: iPad5,1, os-version: 15.0], [device: iPhone11,2, os-version: 17.0], [device: iPad13,7, os-version: 17.0], [device: iPad13,1, os-version: 15.0], [device: iPad14,5-B, os-version: 16.0], [device: iPad14,3-B, os-version: 16.0], [device: iPad11,2, os-version: 15.0], [device: iPhone13,1, os-version: 17.0], [device: iPad7,5, os-version: 16.0], [device: iPad8,4, os-version: 15.0], [device: iPad8,7, os-version: 15.0], [device: iPad14,4-A, os-version: 17.0], [device: iPad8,4, os-version: 17.0], [device: iPad13,4, os-version: 17.0], [device: iPhone10,5, os-version: 15.0], [device: iPhone13,4, os-version: 16.0], [device: iPad13,17, os-version: 16.0], [device: iPad11,4, os-version: 16.0], [device: iPad13,11, os-version: 17.0], [device: iPad8,2, os-version: 15.0], [device: iPhone11,4, os-version: 15.0], [device: iPhone12,5, os-version: 15.0], [device: iPad12,1, os-version: 15.0], [device: iPhone10,6, os-version: 15.0], [device: iPad8,8, os-version: 16.0], [device: iPhone14,2, os-version: 15.0], [device: iPad8,3, os-version: 17.0], [device: iPad13,8, os-version: 17.0], [device: iPhone14,4, os-version: 15.0], [device: iPad11,3, os-version: 16.0], [device: iPad13,5, os-version: 16.0], [device: iPhone9,4, os-version: 15.0], [device: iPad8,2, os-version: 16.0], [device: RealityFamily22,1, os-version: 17.0], [device: iPhone9,3, os-version: 15.0], [device: iPad8,11, os-version: 16.0], [device: iPad6,8, os-version: 16.0], [device: iPhone14,4, os-version: 17.0], [device: iPad6,7, os-version: 15.0], [device: iPad8,10, os-version: 15.0], [device: iPad11,2, os-version: 17.0], [device: iPad13,6, os-version: 15.0], [device: iPad14,2, os-version: 16.0], [device: iPad13,18, os-version: 16.0], [device: iPhone10,1, os-version: 15.0], [device: iPhone13,2, os-version: 17.0], [device: iPad14,1, os-version: 15.0], [device: iPad14,4-B, os-version: 16.0], [device: iPhone14,5, os-version: 15.0], [device: iPad14,3-A, os-version: 16.0], [device: iPad11,3, os-version: 15.0], [device: iPad8,2, os-version: 17.0], [device: iPad13,11, os-version: 16.0], [device: iPhone11,6, os-version: 17.0], [device: iPad13,2, os-version: 16.0], [device: iPad7,12, os-version: 17.0], [device: iPad13,7, os-version: 15.0], [device: iPad8,5, os-version: 16.0], [device: iPad13,5, os-version: 15.0], [device: iPad14,5-A, os-version: 17.0], [device: iPhone13,3, os-version: 17.0], [device: iPad7,3, os-version: 15.0], [device: iPad8,11, os-version: 17.0], [device: iPad7,1, os-version: 16.0], [device: iPad12,1, os-version: 16.0], [device: iPhone12,3, os-version: 16.0], [device: iPad8,10, os-version: 17.0], [device: iPad7,1, os-version: 15.0], [device: iPhone13,4, os-version: 15.0], [device: iPad13,2, os-version: 15.0], [device: iPad14,6-B, os-version: 16.0], [device: iPhone14,3, os-version: 16.0], [device: iPhone10,3, os-version: 16.0], [device: iPhone14,8, os-version: 16.0], [device: iPad13,7, os-version: 16.0], [device: iPhone13,3, os-version: 16.0], [device: iPad7,12, os-version: 15.0], [device: iPad8,12, os-version: 15.0], [device: iPad7,3, os-version: 17.0], [device: iPhone10,6, os-version: 16.0], [device: iPad13,10, os-version: 15.0], [device: iPod9,1, os-version: 15.0], [device: iPhone14,7, os-version: 17.0], [device: iPad13,9, os-version: 15.0], [device: iPad14,4-B, os-version: 17.0], [device: iPad14,5-A, os-version: 16.0], [device: iPad14,1, os-version: 17.0], [device: iPad7,1, os-version: 17.0], [device: iPhone13,2, os-version: 16.0], [device: iPhone14,7, os-version: 16.0], [device: iPad6,4, os-version: 16.0], [device: iPhone12,3, os-version: 17.0], [device: iPhone8,1, os-version: 15.0], [device: iPhone13,1, os-version: 16.0], [device: iPad7,6, os-version: 16.0], [device: iPad8,1, os-version: 15.0], [device: iPhone15,3, os-version: 17.0], [device: iPad12,1, os-version: 17.0], [device: iPad13,2, os-version: 17.0], [device: iPad6,7, os-version: 16.0], [device: iPhone14,3, os-version: 15.0], [device: iPhone14,5, os-version: 16.0], [device: iPad11,4, os-version: 15.0], [device: iPhone12,1, os-version: 16.0], [device: iPhone11,6, os-version: 15.0], [device: iPad12,2, os-version: 16.0], [device: MacFamily20,1, os-version: 16.0], [device: iPad13,6, os-version: 16.0], [device: iPad8,4, os-version: 16.0], [device: iPad11,1, os-version: 17.0], [device: iPad13,19, os-version: 16.0], [device: iPad12,2, os-version: 17.0], [device: iPad6,8, os-version: 15.0], [device: iPhone14,6, os-version: 17.0], [device: iPad5,2, os-version: 15.0], [device: iPad13,8, os-version: 15.0], [device: iPhone8,2, os-version: 15.0], [device: iPad11,7, os-version: 17.0], [device: iPhone8,4, os-version: 15.0], and [device: iPad8,6, os-version: 15.0] App + On Demand Resources size: 10,2 MB compressed, 15,6 MB uncompressed App size: 10,2 MB compressed, 15,6 MB uncompressed On Demand Resources size: Zero KB compressed, Zero KB uncompressed