diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3ad7ef..623b2d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,67 @@ # Release notes +## 4.5.0 + +- Updates and additions + - added support for reading front side of Brunei ID - use `MBBruneiIdFrontRecognizer` + - added support for reading front and back side of Cyprus ID, issued after 2015. - use `MBCyprusIdFrontRecognizer` and `MByprusIdBackRecognizer` + - added support for reading front side of Malaysian MyKAS - use `MBMalaysiaMyKasFrontRecognizer` + - added support for reading front side of Malaysian MyPR - use `MBMalaysiaMyPrFrontRecognizer` + - enabled capturing high resolution camera frames: + - When custom UI integration is performed, use `- (void)captureHighResImage:(MBCaptureHighResImage)highResoulutionImageCaptured` on `MBRecognizerRunnerViewController` + - When using provided scan overlay view controllers, high resolution full camera frames taken at the moment of successful scan are returned if this option is enabled through `MBOverlaySettings`. Concrete `MBDocumentOverlaySettings` and `MBDocumentVerificationOverlaySettings` have property `captureHighResImage` to support this feature and new optional delegate on respective delegates + +- Improvements in ID scanning performance + - improved reading accuracy for the following recognizers (**DeepOCR** support): + - `MBHongKongIdFrontRecognizer` + - `MBMalaysiaMyKadFrontRecognizer` + - `MBMalaysiaMyKadBackRecognizer` + - `MBMalaysiaMyTenteraFrontRecognizer` + - `MBMalaysiaDlFrontRecognizer` + - `MBNewZealandDlFrontRecognizer` + - improved `MBPaymentCard` recognizers: + - better OCR and data extraction + - added support for reading payment card numbers in 4x6x4 and 4x6x5 format + - improveed UAE recognizers: + - glare detection is enabled for all images returned from `MBUnitedArabEmiratesDlFrontRecognizer`, `MBUnitedArabEmiratesIdBackRecognizer` and `MBUnitedArabEmiratesIdFrontRecognizer` recognizers + - improved `MBMrtdRecognizer`: + - added option to set extension factors for full document image: use method `fullDocumentImageExtensionFactors` + - added option to encode `fullDocumentImage` and `mrzImage` to JPEG and save them to `MBMrtdRecognizerResult`: use `encodeMrzImage` and `encodeFullDocumentImage` to enable encoding + +- Minor API changes + - renamed `MBIkadRecognizer` to `MBMalaysiaIkadFrontRecognizer` and methods in recognizer and its `Result`: + - `expiryDate` to `dateOfExpiry ` + - `sex ` to `gender` + - renamed `MBMyKadFrontRecogniezer` to `MBMalaysiaMyKadFrontRecognizer` and methods in recognizer and its `Result`: + - `ownerFullName ` to `fullName` + - `ownerAddress ` to `fullAddress` + - `addressStreet ` to `street` + - `ownerAddressZipCode ` to `zipcode` + - `ownerAddressCity ` to `city ` + - `ownerAddressState ` to `ownerState` + - `ownerBirthDate ` to `birthDate` + - `ownerSex ` to `sex` + - `ownerReligion ` to `religion` + - `nricNumber ` to `nric` + - `MBMalaysiaMyKadFrontRecognizer` does not extract `armyNumber` anymore, use `MBMalaysiaMyTenteraFrontRecognizer` for scanning `MyTentera` + - `MBMrtdRecognizer`: + - method `saveImageDPI` which has been used to set DPI for full document and MRZ image is replaced with methods `fullDocumentImageDpi` and `mrzImageDpi` + + - renamed methods in `MBSwitzerlandIdBackRecognizer` and its `Result`: + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + - renamed methods in `MBSwitzerlandPassportRecognizer` and its `Result`: + - `placeOfBirth` to `placeOfOrigin` + - `nonMrzDateOfBirth` to `dateOfBirth` + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + +- Bugfixes + - MBDocumentFaceRecognizer now correctly applies DPI settings to returned face and full document images + - fixed a crash which happened when scanning region was set before overlay view controller loaded, but after it was initialized + - fixed missing `init` in `MBDotsResultSubview` for Swift + + ## 4.4.0 - Updates and additions diff --git a/MicroBlink.bundle/Info.plist b/MicroBlink.bundle/Info.plist index f5ff7995..8be87b59 100644 Binary files a/MicroBlink.bundle/Info.plist and b/MicroBlink.bundle/Info.plist differ diff --git a/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.1.0.zzip b/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.1.0.zzip deleted file mode 100644 index bd560c2f..00000000 Binary files a/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.1.0.zzip and /dev/null differ diff --git a/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.2.0.zzip b/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.2.0.zzip new file mode 100644 index 00000000..9c9f75c5 Binary files /dev/null and b/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.2.0.zzip differ diff --git a/MicroBlink.bundle/nn_model_BlinkIDOcr_general_5.2.0.zzip b/MicroBlink.bundle/nn_model_BlinkIDOcr_general_5.2.0.zzip index ba470456..4c5c044f 100644 Binary files a/MicroBlink.bundle/nn_model_BlinkIDOcr_general_5.2.0.zzip and b/MicroBlink.bundle/nn_model_BlinkIDOcr_general_5.2.0.zzip differ diff --git a/MicroBlink.bundle/nn_model_BlinkInputOcr_general_5.1.0.zzip b/MicroBlink.bundle/nn_model_BlinkInputOcr_general_5.1.0.zzip index 25cf1448..c8815e69 100644 Binary files a/MicroBlink.bundle/nn_model_BlinkInputOcr_general_5.1.0.zzip and b/MicroBlink.bundle/nn_model_BlinkInputOcr_general_5.1.0.zzip differ diff --git a/MicroBlink.bundle/payment_card_confusions.zzip b/MicroBlink.bundle/payment_card_confusions.zzip index 64cc70f1..18c17755 100644 Binary files a/MicroBlink.bundle/payment_card_confusions.zzip and b/MicroBlink.bundle/payment_card_confusions.zzip differ diff --git a/MicroBlink.bundle/payment_card_dictionary.zzip b/MicroBlink.bundle/payment_card_dictionary.zzip index cba43f8d..67a53a51 100644 Binary files a/MicroBlink.bundle/payment_card_dictionary.zzip and b/MicroBlink.bundle/payment_card_dictionary.zzip differ diff --git a/MicroBlink.bundle/uae_confusions.zzip b/MicroBlink.bundle/uae_confusions.zzip index 78caa067..3e1bb7d5 100644 Binary files a/MicroBlink.bundle/uae_confusions.zzip and b/MicroBlink.bundle/uae_confusions.zzip differ diff --git a/MicroBlink.bundle/uae_name_dictionary.zzip b/MicroBlink.bundle/uae_name_dictionary.zzip index 432c1381..5699b7ae 100644 Binary files a/MicroBlink.bundle/uae_name_dictionary.zzip and b/MicroBlink.bundle/uae_name_dictionary.zzip differ diff --git a/MicroBlink.bundle/uae_nationality_dictionary.zzip b/MicroBlink.bundle/uae_nationality_dictionary.zzip index 3e603e45..0b8b6566 100644 Binary files a/MicroBlink.bundle/uae_nationality_dictionary.zzip and b/MicroBlink.bundle/uae_nationality_dictionary.zzip differ diff --git a/MicroBlink.framework/Headers/MBBlinkIDEntities.h b/MicroBlink.framework/Headers/MBBlinkIDEntities.h index 01d320db..24dd673d 100644 --- a/MicroBlink.framework/Headers/MBBlinkIDEntities.h +++ b/MicroBlink.framework/Headers/MBBlinkIDEntities.h @@ -26,6 +26,9 @@ #import "MBAustriaDlFrontRecognizer.h" #import "MBAustriaDlFrontRecognizerResult.h" +#import "MBBruneiIdFrontRecognizer.h" +#import "MBBruneiIdFrontRecognizerResult.h" + // Colombia #import "MBColombiaIdBackRecognizer.h" #import "MBColombiaIdBackRecognizerResult.h" @@ -47,6 +50,10 @@ #import "MBCyprusIdFrontRecognizerResult.h" #import "MBCyprusIdBackRecognizer.h" #import "MBCyprusIdBackRecognizerResult.h" +#import "MBCyprusOldIdFrontRecognizer.h" +#import "MBCyprusOldIdFrontRecognizerResult.h" +#import "MBCyprusOldIdBackRecognizer.h" +#import "MBCyprusOldIdBackRecognizerResult.h" // Czechia #import "MBCzechiaIdBackRecognizer.h" @@ -113,16 +120,20 @@ #import "MBJordanCombinedRecognizerResult.h" // Malaysia -#import "MBMyKadBackRecognizer.h" -#import "MBMyKadBackRecognizerResult.h" -#import "MBMyKadFrontRecognizer.h" -#import "MBMyKadFrontRecognizerResult.h" -#import "MBIkadRecognizer.h" -#import "MBIkadRecognizerResult.h" +#import "MBMalaysiaMyKadBackRecognizer.h" +#import "MBMalaysiaMyKadBackRecognizerResult.h" +#import "MBMalaysiaMyKadFrontRecognizer.h" +#import "MBMalaysiaMyKadFrontRecognizerResult.h" +#import "MBMalaysiaIkadFrontRecognizer.h" +#import "MBMalaysiaIkadFrontRecognizerResult.h" #import "MBMalaysiaMyTenteraFrontRecognizer.h" #import "MBMalaysiaMyTenteraFrontRecognizerResult.h" #import "MBMalaysiaDlFrontRecognizer.h" #import "MBMalaysiaDlFrontRecognizerResult.h" +#import "MBMalaysiaMyPrFrontRecognizer.h" +#import "MBMalaysiaMyPrFrontRecognizerResult.h" +#import "MBMalaysiaMyKasFrontRecognizer.h" +#import "MBMalaysiaMyKasFrontRecognizerResult.h" // Mexico #import "MBMexicoVoterIdFrontRecognizer.h" diff --git a/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizer.h new file mode 100644 index 00000000..fa7848a4 --- /dev/null +++ b/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizer.h @@ -0,0 +1,65 @@ +// +// MBBruneiIdYellowFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBBruneiIdFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of yellow version of Brunei ID. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBBruneiIdFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning BruneiIdYellowFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBBruneiIdFrontRecognizerResult *result; + +/** +* Defines if date of birth of Brunei ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfBirth; + +/** +* Defines if full name of Brunei ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullName; + +/** +* Defines if place of birth of Brunei ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPlaceOfBirth; + +/** +* Defines if sex of Brunei ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizerResult.h new file mode 100644 index 00000000..44ae15a3 --- /dev/null +++ b/MicroBlink.framework/Headers/MBBruneiIdFrontRecognizerResult.h @@ -0,0 +1,53 @@ +// +// MBBruneiIdYellowFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of yellow version of Brunei ID. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBBruneiIdFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The date of birth of Brunei ID owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; + +/** +* The document number of Brunei ID. +*/ +@property (nonatomic, readonly) NSString *documentNumber; + +/** +* The full name of Brunei ID owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The place of birth of Brunei ID owner. +*/ +@property (nonatomic, readonly) NSString *placeOfBirth; + +/** +* The sex of Brunei ID owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +@end + +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBCustomOverlayViewController.h b/MicroBlink.framework/Headers/MBCustomOverlayViewController.h index d0270fac..63e4d816 100644 --- a/MicroBlink.framework/Headers/MBCustomOverlayViewController.h +++ b/MicroBlink.framework/Headers/MBCustomOverlayViewController.h @@ -45,6 +45,8 @@ MB_CLASS_AVAILABLE_IOS(8.0) * Defines a portion of the screen in which the scanning will be performed. * Given as a CGRect with unit coordinating system: * + * @warning Should only be set AFTER RecognizerRunnerViewController has been instantiated with this CustomOverlayViewController, or else it will not have any effect. + * * @example CGRectMake(0.2f, 0.5f, 0.4f, 0.3f) defines a portion of the screen which starts at * 20% from the left border * 50% from the top diff --git a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h index d5e3797b..8c0bf5c9 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h @@ -1,48 +1,34 @@ // -// MBCyprusIdBackRecognizer.h -// MicroBlinkDev +// MBCyprusIdBackRecognizer.h // -// Created by juraskrlec on 21/08/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // #import "MBRecognizer.h" #import "MBCyprusIdBackRecognizerResult.h" +#import "MBGlareDetection.h" #import "MBFullDocumentImage.h" #import "MBEncodeFullDocumentImage.h" #import "MBFullDocumentImageDpi.h" -#import "MBGlareDetection.h" #import "MBFullDocumentImageExtensionFactors.h" NS_ASSUME_NONNULL_BEGIN /** - * Recognizer which can scan back side of Cyprus national ID cards. - */ -MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBCyprusIdBackRecognizer : MBRecognizer +* Recognizer which can scan back side of Cyprus ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBCyprusIdBackRecognizer : MBRecognizer MB_INIT /** - * Result of scanning Cyprus Id Back Recognizer + * Result of scanning CyprusIdBackRecognizer */ @property (nonatomic, strong, readonly) MBCyprusIdBackRecognizerResult *result; -/** - * Defines if the expiry date of Cryprus ID card should be extracted. - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractExpiresOn; - -/** - * Defines if sex of Cyprus ID card owner should be extracted. - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSex; - @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h index d2bb15d3..1fb0ccd9 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h @@ -1,12 +1,12 @@ // -// MBCyprusIdBackRecognizerResult.h -// MicroBlinkDev +// MBCyprusIdBackRecognizerResult.h // -// Created by juraskrlec on 21/08/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // #import "MBRecognizerResult.h" -#import "MBDateResult.h" +#import "MBMrzResult.h" #import "MBFullDocumentImageResult.h" #import "MBEncodedFullDocumentImageResult.h" @@ -14,27 +14,17 @@ NS_ASSUME_NONNULL_BEGIN /** - * Class representing values obtained when scanning back side of the Cyprus Id - */ +* Recognizer which can scan back side of Cyprus ID cards. +*/ MB_CLASS_AVAILABLE_IOS(8.0) @interface MBCyprusIdBackRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The date Of Birth of the back side of the Cyprus Id owner. - */ -@property (nonatomic, readonly) MBDateResult *dateOfBirth; - -/** - * The expiry date of Cyprus ID card. - */ -@property (nonatomic, readonly) MBDateResult *expiresOn; - -/** - * The sex of the back side of the Cyprus Id owner. - */ -@property (nonatomic, readonly) NSString *sex; +* The data extracted from the machine readable zone. +*/ +@property (nonatomic, readonly) MBMrzResult *mrzResult; @end diff --git a/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizer.h index d2f2b89a..f18c36e8 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizer.h +++ b/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizer.h @@ -1,58 +1,40 @@ // -// MBCyprusIdFrontRecognizer.h -// MicroBlinkDev +// MBCyprusIdFrontRecognizer.h // -// Created by juraskrlec on 21/08/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // #import "MBRecognizer.h" #import "MBCyprusIdFrontRecognizerResult.h" +#import "MBGlareDetection.h" #import "MBFaceImage.h" #import "MBEncodeFaceImage.h" #import "MBFaceImageDpi.h" #import "MBFullDocumentImage.h" #import "MBEncodeFullDocumentImage.h" #import "MBFullDocumentImageDpi.h" -#import "MBGlareDetection.h" #import "MBFullDocumentImageExtensionFactors.h" +#import "MBSignatureImage.h" +#import "MBSignatureImageDpi.h" +#import "MBEncodeSignatureImage.h" NS_ASSUME_NONNULL_BEGIN /** - * Recognizer which can scan front side of Cyprus national ID cards. - */ -MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBCyprusIdFrontRecognizer : MBRecognizer +* Recognizer which can scan front side of Cyprus national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBCyprusIdFrontRecognizer : MBRecognizer MB_INIT /** - * Result of scanning Cyprus Id Front Recognizer + * Result of scanning CyprusIdFrontRecognizer */ @property (nonatomic, strong, readonly) MBCyprusIdFrontRecognizerResult *result; -/** - * Defines if document number of Cyprus ID card should be extracted. - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDocumentNumber; - -/** - * Defines if name of Cyprus ID card owner should be extracted. - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractName; - -/** - * Defines if surname of Cyprus ID card owner should be extracted. - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSurname; - @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizerResult.h index 934623c6..75021225 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizerResult.h @@ -1,8 +1,8 @@ // -// MBCyprusIdFrontRecognizerResult.h -// MicroBlinkDev +// MBCyprusIdFrontRecognizerResult.h // -// Created by juraskrlec on 21/08/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // #import "MBRecognizerResult.h" @@ -12,37 +12,24 @@ #import "MBEncodedFaceImageResult.h" #import "MBFullDocumentImageResult.h" #import "MBEncodedFullDocumentImageResult.h" +#import "MBSignatureImageResult.h" +#import "MBEncodedSignatureImageResult.h" NS_ASSUME_NONNULL_BEGIN /** - * Class representing values obtained when scanning front side of the Cyprus Id - */ +* Recognizer which can scan front side of Cyprus national ID cards. +*/ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBCyprusIdFrontRecognizerResult : MBRecognizerResult +@interface MBCyprusIdFrontRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The document Number of the front side of the Cyprus Id owner. - */ -@property (nonatomic, readonly) NSString *documentNumber; - -/** - * The id Number of the front side of the Cyprus Id owner. - */ +* The ID number of Cyprus ID card. +*/ @property (nonatomic, readonly) NSString *idNumber; -/** - * The name of the front side of the Cyprus Id owner. - */ -@property (nonatomic, readonly) NSString *name; - -/** - * The surname of the front side of the Cyprus Id owner. - */ -@property (nonatomic, readonly) NSString *surname; - @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizer.h b/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizer.h new file mode 100644 index 00000000..fc899181 --- /dev/null +++ b/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizer.h @@ -0,0 +1,48 @@ +// +// MBCyprusOldIdBackRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBCyprusOldIdBackRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan back side of old Cyprus national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBCyprusOldIdBackRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning CyprusOldIdBackRecognizer + */ +@property (nonatomic, strong, readonly) MBCyprusOldIdBackRecognizerResult *result; + +/** +* Defines if the expiry date of old Cryprus ID card should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractExpiresOn; + +/** +* Defines if the sex of old Cyprus ID card owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizerResult.h b/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizerResult.h new file mode 100644 index 00000000..b42b397b --- /dev/null +++ b/MicroBlink.framework/Headers/MBCyprusOldIdBackRecognizerResult.h @@ -0,0 +1,41 @@ +// +// MBCyprusOldIdBackRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan back side of old Cyprus national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBCyprusOldIdBackRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The date of birth of the old Cyprus ID card owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; + +/** +* The expiry date of old Cyprus ID card. +*/ +@property (nonatomic, readonly) MBDateResult *expiresOn; + +/** +* The sex of the old Cyprus ID card owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizer.h new file mode 100644 index 00000000..d0bd76ba --- /dev/null +++ b/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizer.h @@ -0,0 +1,58 @@ +// +// MBCyprusOldIdFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBCyprusOldIdFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of old Cyprus national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBCyprusOldIdFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning CyprusOldIdFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBCyprusOldIdFrontRecognizerResult *result; + +/** +* Defines if document number of old Cyprus ID card should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDocumentNumber; + +/** +* Defines if name of old Cyprus ID card owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractName; + +/** +* Defines if surname of old Cyprus ID card owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSurname; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizerResult.h new file mode 100644 index 00000000..ec2af15c --- /dev/null +++ b/MicroBlink.framework/Headers/MBCyprusOldIdFrontRecognizerResult.h @@ -0,0 +1,48 @@ +// +// MBCyprusOldIdFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of old Cyprus national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBCyprusOldIdFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The document number of old Cyprus ID card. +*/ +@property (nonatomic, readonly) NSString *documentNumber; + +/** +* The ID number of the old Cyprus ID card. +*/ +@property (nonatomic, readonly) NSString *idNumber; + +/** +* The name of old Cyprus ID card owner. +*/ +@property (nonatomic, readonly) NSString *name; + +/** +* The surname of old Cyprus ID card owner. +*/ +@property (nonatomic, readonly) NSString *surname; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDocumentOverlaySettings.h b/MicroBlink.framework/Headers/MBDocumentOverlaySettings.h index 0392396e..417d1d0f 100644 --- a/MicroBlink.framework/Headers/MBDocumentOverlaySettings.h +++ b/MicroBlink.framework/Headers/MBDocumentOverlaySettings.h @@ -37,6 +37,13 @@ MB_CLASS_AVAILABLE_IOS(8.0) */ @property(nonatomic, assign) BOOL showTooltip; +/** + * Gets/sets capturing of high resolution image + * + * Default: NO + */ +@property(nonatomic, assign) BOOL captureHighResImage; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDocumentOverlayViewControllerDelegate.h b/MicroBlink.framework/Headers/MBDocumentOverlayViewControllerDelegate.h index bc426294..9129159f 100644 --- a/MicroBlink.framework/Headers/MBDocumentOverlayViewControllerDelegate.h +++ b/MicroBlink.framework/Headers/MBDocumentOverlayViewControllerDelegate.h @@ -45,6 +45,18 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)documentOverlayViewControllerDidTapClose:(nonnull MBDocumentOverlayViewController *)documentOverlayViewController; +@optional +/** + * Scanning library did output high resolution image + * + * @param documentOverlayViewController Scanning view controller responsible for scanning + * @param highResImage High resolution image of finished scan + * + * + * NOTE: This method is called on background processing thread. Make sure that you dispatch all your UI API calls to main thread. + */ +- (void)documentOverlayViewControllerDidCaptureHighResolutionImage:(nonnull MBDocumentOverlayViewController *)documentOverlayViewController highResImage:(MBImage *)highResImage; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDocumentSubview.h b/MicroBlink.framework/Headers/MBDocumentSubview.h index 3075bbcf..feac297b 100644 --- a/MicroBlink.framework/Headers/MBDocumentSubview.h +++ b/MicroBlink.framework/Headers/MBDocumentSubview.h @@ -50,10 +50,15 @@ MB_CLASS_AVAILABLE_IOS(8.0) * @param frame frame for the view * @return initialized view */ -- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER; +- (instancetype)initWithFrame:(CGRect)frame; -// Unavailable initializer -- (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE; +/** + * Initialize the overlay subview with a given coder + * + * @param aDecoder decoder + * @return initialized view + */ +- (nullable instancetype)initWithCoder:(NSCoder *)aDecoder; @end diff --git a/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h b/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h index a662de29..ed569734 100644 --- a/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h +++ b/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h @@ -92,6 +92,13 @@ MB_CLASS_AVAILABLE_IOS(8.0) */ @property(nonatomic, strong) UIImage *secondSideInstructionsImage; +/** + * Gets/sets capturing of high resolution image + * + * Default: NO + */ +@property(nonatomic, assign) BOOL captureHighResImage; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewController.h b/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewController.h index 833d2e88..37a33e54 100644 --- a/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewController.h +++ b/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewController.h @@ -15,6 +15,11 @@ NS_ASSUME_NONNULL_BEGIN @class MBDocumentVerificationOverlaySettings; @class MBRecognizerCollection; +typedef NS_ENUM(NSUInteger, MBDocumentVerificationHighResImageState) { + MBDocumentVerificationHighResImageStateFrontSide, + MBDocumentVerificationHighResImageStateBackSideSide +}; + /** * Default overlay when using ID card combined recognizers for verification. */ diff --git a/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewControllerDelegate.h b/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewControllerDelegate.h index 9d71433d..3079954d 100644 --- a/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewControllerDelegate.h +++ b/MicroBlink.framework/Headers/MBDocumentVerificationOverlayViewControllerDelegate.h @@ -53,6 +53,17 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)documentVerificationOverlayViewControllerDidFinishScanningFirstSide:(nonnull MBDocumentVerificationOverlayViewController *)documentVerificationOverlayViewController; +/** + * Scanning library did output high resolution image + * + * @param documentVerificationOverlayViewController Scanning view controller responsible for scanning + * @param highResImage High resolution image of finished scan + * + * + * NOTE: This method is called on background processing thread. Make sure that you dispatch all your UI API calls to main thread. + */ +- (void)documentOverlayViewControllerDidCaptureHighResolutionImage:(nonnull MBDocumentVerificationOverlayViewController *)documentVerificationOverlayViewController highResImage:(MBImage *)highResImage state:(MBDocumentVerificationHighResImageState)state; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDotsSubview.h b/MicroBlink.framework/Headers/MBDotsSubview.h index 352371c3..6d4a0509 100644 --- a/MicroBlink.framework/Headers/MBDotsSubview.h +++ b/MicroBlink.framework/Headers/MBDotsSubview.h @@ -37,9 +37,11 @@ MB_CLASS_AVAILABLE_IOS(8.0) /** Initializes the layer */ -- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame; -- (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE; +- (nonnull instancetype)initWithCoder:(NSCoder *)aDecoder; + +- (instancetype)init NS_UNAVAILABLE; @end diff --git a/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h b/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h index 7d4dbdb8..f9e73ce3 100644 --- a/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h @@ -29,13 +29,6 @@ MB_INIT */ @property (nonatomic, strong, readonly) MBElitePaymentCardBackRecognizerResult *result; -/** - * Should extract the card's security code/value - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractCvv; - /** * Should extract the card's inventory number * diff --git a/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h b/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h index 99542149..857c37ad 100644 --- a/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h @@ -39,13 +39,6 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractOwner; -/** - * Should extract the card's security code/value - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractCvv; - /** * Should extract the card's inventory number * diff --git a/MicroBlink.framework/Headers/MBIkadRecognizer.h b/MicroBlink.framework/Headers/MBIkadRecognizer.h deleted file mode 100644 index 6b3b8ff7..00000000 --- a/MicroBlink.framework/Headers/MBIkadRecognizer.h +++ /dev/null @@ -1,93 +0,0 @@ -// -// MBIkadRecognizer.h -// MicroBlinkDev -// -// Created by Dino Gustin on 22/05/2018. -// - -#import "MBLegacyRecognizer.h" -#import "MBIkadRecognizerResult.h" - -#import -#import "MBFaceImage.h" -#import "MBFullDocumentImage.h" -#import "MBFullDocumentImageDpi.h" -#import "MBGlareDetection.h" - - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class for configuring iKad Recognizer. - * - * iKad recognizer is used for scanning iKad. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBIkadRecognizer : MBLegacyRecognizer - -MB_INIT - -/** - * i Kad recognizer result - */ -@property (nonatomic, strong, readonly) MBIkadRecognizerResult *result; - -/** - * Defines if owner's sector should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSector; - -/** - * Defines if owner's employer should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractEmployer; - -/** - * Defines if owner's address should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractAddress; - -/** - * Defines if owner's faculty address should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractFacultyAddress; - -/** - * Defines if owner's passport number should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractPassportNumber; - -/** - * Defines if expiry date should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractExpiryDate; - -/** - * Defines if date of expiry should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractNationality; - -/** - * Defines if owner's sex should be extracted from iKad - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSex; - -@end - -NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBIkadRecognizerResult.h b/MicroBlink.framework/Headers/MBIkadRecognizerResult.h deleted file mode 100644 index 16be5c27..00000000 --- a/MicroBlink.framework/Headers/MBIkadRecognizerResult.h +++ /dev/null @@ -1,85 +0,0 @@ -// -// MBIkadRecognizerResult.h -// MicroBlinkDev -// -// Created by Dino Gustin on 22/05/2018. -// - -#import "MBLegacyRecognizerResult.h" - -#import "MBFaceImageResult.h" -#import "MBFullDocumentImageResult.h" - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class representing values obtained when scanning i Kad - */ -MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBIkadRecognizerResult : MBLegacyRecognizerResult - -MB_INIT_UNAVAILABLE - -/** - * The name of the iKad owner. - */ -@property (nonatomic, readonly, nullable) NSString *name; - -/** - * The passport number of the iKad owner. - */ -@property (nonatomic, readonly, nullable) NSString *passportNumber; - -/** - * The nationality of the iKad owner. - */ -@property (nonatomic, readonly, nullable) NSString *nationality; - -/** - * The date of birth of iKad owner, as written on the iKad (DD/MM/YYYY) - */ -@property (nonatomic, readonly, nullable) NSString *rawDateOfBirth; - -/** - * The date of birth of iKad owner, parsed in NSDate object - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfBirth; - -/** - * The sex of the iKad owner - */ -@property (nonatomic, readonly, nullable) NSString *sex; - -/** - * The sector of the iKad owner - */ -@property (nonatomic, readonly, nullable) NSString *sector; - -/** - * The employer of the iKad owner - */ -@property (nonatomic, readonly, nullable) NSString *employer; - -/** - * The address of the iKad owner - */ -@property (nonatomic, readonly, nullable) NSString *address; - -/** - * The faculty address of the iKad owner - */ -@property (nonatomic, readonly, nullable) NSString *facultyAddress; - -/** - * The expiry date of the iKad, as written on the iKad (DD/MM/YYYY) - */ -@property (nonatomic, readonly, nullable) NSString *rawExpiryDate; - -/** - * The expiry date of the iKad, parsed in NSDate object - */ -@property (nonatomic, readonly, nullable) NSDate *expiryDate; - -@end - -NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBImage.h b/MicroBlink.framework/Headers/MBImage.h index eaa7a515..c0038c6c 100644 --- a/MicroBlink.framework/Headers/MBImage.h +++ b/MicroBlink.framework/Headers/MBImage.h @@ -86,10 +86,15 @@ MB_CLASS_AVAILABLE_IOS(8.0) + (instancetype)imageWithUIImage:(UIImage *)image; /** - * Creates PPImage around CVImageBufferRef. + * Creates MBImage around CVImageBufferRef. */ + (instancetype)imageWithCmSampleBuffer:(CMSampleBufferRef)buffer; +/** + * Creates MBImage around CVPixelBufferRef. + */ ++ (instancetype)imageWithCvPixelBuffer:(CVPixelBufferRef)buffer; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBKuwaitIdBackRecognizer.h b/MicroBlink.framework/Headers/MBKuwaitIdBackRecognizer.h index a24d289a..0c007f03 100644 --- a/MicroBlink.framework/Headers/MBKuwaitIdBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBKuwaitIdBackRecognizer.h @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN * Recognizer which can scan back side of Kuwait national ID cards. */ PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBKuwaitIdBackRecognizer : MBRecognizer +@interface MBKuwaitIdBackRecognizer : MBRecognizer MB_INIT diff --git a/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizer.h new file mode 100644 index 00000000..292364ce --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizer.h @@ -0,0 +1,100 @@ +// +// MBMalaysiaIKadFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMalaysiaIkadFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysia iKad card. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMalaysiaIkadFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MalaysiaIKadFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMalaysiaIkadFrontRecognizerResult *result; + +/** +* Defines if address of Malaysian iKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractAddress; + +/** +* Defines if date of expiry of Malaysian iKad card should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfExpiry; + +/** +* Defines if employer of Malaysian iKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractEmployer; + +/** +* Defines if address of faculty, in which Malaysian iKad owner currently studies, should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFacultyAddress; + +/** +* Defines if gender of Malaysian iKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractGender; + +/** +* Defines if (full) name of Malaysian iKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractName; + +/** +* Defines if nationality of Malaysian iKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractNationality; + +/** +* Defines if passport number of Malaysian iKad owners passport should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPassportNumber; + +/** +* Defines if sector in which Malaysian iKad owner works should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSector; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizerResult.h new file mode 100644 index 00000000..2ef6bf62 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaIkadFrontRecognizerResult.h @@ -0,0 +1,78 @@ +// +// MBMalaysiaIKadFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysia iKad card. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMalaysiaIkadFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* Address of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) NSString *address; + +/** +* The date of birth of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; + +/** +* Date of expiry of Malaysian iKad card. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfExpiry; + +/** +* Employer of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) NSString *employer; + +/** +* Faculty address in which Malaysian iKad owner currently studies. +*/ +@property (nonatomic, readonly) NSString *facultyAddress; + +/** +* Gender of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) NSString *gender; + +/** +* The name of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) NSString *name; + +/** +* Nationality of Malaysian iKad owner. +*/ +@property (nonatomic, readonly) NSString *nationality; + +/** +* The passport number of Malaysian iKad owners passport. +*/ +@property (nonatomic, readonly) NSString *passportNumber; + +/** +* Sector in which Malaysian iKad owner works. +*/ +@property (nonatomic, readonly) NSString *sector; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMyKadBackRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizer.h similarity index 65% rename from MicroBlink.framework/Headers/MBMyKadBackRecognizer.h rename to MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizer.h index 6d4361a9..d855f086 100644 --- a/MicroBlink.framework/Headers/MBMyKadBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizer.h @@ -1,12 +1,12 @@ // -// MBMyKadBackRecognizer.h +// MBMalaysiaMyKadBackRecognizer.h // MicroBlinkDev // // Created by Dino Gustin on 12/06/2018. // #import "MBRecognizer.h" -#import "MBMyKadBackRecognizerResult.h" +#import "MBMalaysiaMyKadBackRecognizerResult.h" #import "MBFullDocumentImage.h" #import "MBFullDocumentImageDpi.h" @@ -23,14 +23,14 @@ NS_ASSUME_NONNULL_BEGIN * MyKadBack recognizer is used for scanning back side of MyKad. */ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyKadBackRecognizer : MBRecognizer +@interface MBMalaysiaMyKadBackRecognizer : MBRecognizer MB_INIT /** * Result of scanning MyKad back side */ -@property (nonatomic, strong, readonly) MBMyKadBackRecognizerResult *result; +@property (nonatomic, strong, readonly) MBMalaysiaMyKadBackRecognizerResult *result; /** * Defines if old NRIC should be extracted from back side of the MyKad diff --git a/MicroBlink.framework/Headers/MBMyKadBackRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizerResult.h similarity index 83% rename from MicroBlink.framework/Headers/MBMyKadBackRecognizerResult.h rename to MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizerResult.h index c00cabb6..db6759c9 100644 --- a/MicroBlink.framework/Headers/MBMyKadBackRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKadBackRecognizerResult.h @@ -1,5 +1,5 @@ // -// MBMyKadBackRecognizerResult.h +// MBMalaysiaMyKadBackRecognizerResult.h // MicroBlinkDev // // Created by Dino Gustin on 12/06/2018. @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN * Class representing values obtained when scanning back side of MyKad */ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyKadBackRecognizerResult : MBRecognizerResult +@interface MBMalaysiaMyKadBackRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizer.h new file mode 100644 index 00000000..c5e2fdf3 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizer.h @@ -0,0 +1,58 @@ +// +// MBMalaysiaMyKadFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMalaysiaMyKadFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyKad cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMalaysiaMyKadFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MalaysiaMyKadFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMalaysiaMyKadFrontRecognizerResult *result; + +/** +* Defines if full name and address of Malaysian MyKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullNameAndAddress; + +/** +* Defines if religion of Malaysian MyKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractReligion; + +/** +* Defines if sex of Malaysian MyKad owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizerResult.h new file mode 100644 index 00000000..f7a70e5c --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKadFrontRecognizerResult.h @@ -0,0 +1,78 @@ +// +// MBMalaysiaMyKadFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyKad cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMalaysiaMyKadFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The birth date of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) MBDateResult *birthDate; + +/** +* The city of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *city; + +/** +* The address of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *fullAddress; + +/** +* The full name of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The nric of Malaysian IDMyKad +*/ +@property (nonatomic, readonly) NSString *nric; + +/** +* The state of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *ownerState; + +/** +* The religion of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *religion; + +/** +* The sex of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +/** +* The street of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *street; + +/** +* The zipcode of Malaysian MyKad owner. +*/ +@property (nonatomic, readonly) NSString *zipcode; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizer.h new file mode 100644 index 00000000..174d36f8 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizer.h @@ -0,0 +1,58 @@ +// +// MBMalaysiaMyKasFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMalaysiaMyKasFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyKAS cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMalaysiaMyKasFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MalaysiaMyKasFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMalaysiaMyKasFrontRecognizerResult *result; + +/** +* Defines if full name and address of Malaysian MyKAS owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullNameAndAddress; + +/** +* Defines if religion of Malaysian MyKAS owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractReligion; + +/** +* Defines if sex of Malaysian MyKAS owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizerResult.h new file mode 100644 index 00000000..a4d331d4 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyKasFrontRecognizerResult.h @@ -0,0 +1,83 @@ +// +// MBMalaysiaMyKasFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyKAS cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMalaysiaMyKasFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The birth date of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) MBDateResult *birthDate; + +/** +* The city of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *city; + +/** +* The date of expiry of Malaysian MyKAS. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfExpiry; + +/** +* The address of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *fullAddress; + +/** +* The full name of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The nric of Malaysian MyKAS. +*/ +@property (nonatomic, readonly) NSString *nric; + +/** +* The state of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *ownerState; + +/** +* The religion of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *religion; + +/** +* The sex of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +/** +* The street of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *street; + +/** +* The zipcode of Malaysian MyKAS owner. +*/ +@property (nonatomic, readonly) NSString *zipcode; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizer.h new file mode 100644 index 00000000..5cd0ef79 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizer.h @@ -0,0 +1,58 @@ +// +// MBMalaysiaMyPrFrontRecognizer.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMalaysiaMyPrFrontRecognizerResult.h" + +#import "MBGlareDetection.h" +#import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyPR cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMalaysiaMyPrFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MalaysiaMyPrFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMalaysiaMyPrFrontRecognizerResult *result; + +/** +* Defines if full name and address of Malaysian MyPR owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullNameAndAddress; + +/** +* Defines if religion of Malaysian MyPR owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractReligion; + +/** +* Defines if sex of Malaysian MyPR owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizerResult.h new file mode 100644 index 00000000..c4bf03f9 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyPrFrontRecognizerResult.h @@ -0,0 +1,83 @@ +// +// MBMalaysiaMyPrFrontRecognizerResult.h +// +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizerResult.h" +#import "MBDateResult.h" + +#import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" +#import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Malaysian MyPR cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMalaysiaMyPrFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The birth date of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) MBDateResult *birthDate; + +/** +* The city of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *city; + +/** +* The country code of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *countryCode; + +/** +* The address of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *fullAddress; + +/** +* The full name of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The nric of Malaysian MyPR. +*/ +@property (nonatomic, readonly) NSString *nric; + +/** +* The state of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *ownerState; + +/** +* The religion of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *religion; + +/** +* The sex of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +/** +* The street of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *street; + +/** +* The zipcode of Malaysian MyPR owner. +*/ +@property (nonatomic, readonly) NSString *zipcode; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMrtdRecognizer.h b/MicroBlink.framework/Headers/MBMrtdRecognizer.h index 862dabbf..7ad0e1cb 100644 --- a/MicroBlink.framework/Headers/MBMrtdRecognizer.h +++ b/MicroBlink.framework/Headers/MBMrtdRecognizer.h @@ -14,6 +14,12 @@ #import "MBGlareDetection.h" #import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" +#import "MBMrzImage.h" +#import "MBMrzImageDpi.h" +#import "MBEncodeMrzImage.h" @protocol MBMrzFilter; @@ -26,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN * Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD) */ MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL -@interface MBMrtdRecognizer : MBTemplatingRecognizer +@interface MBMrtdRecognizer : MBTemplatingRecognizer MB_INIT @@ -50,21 +56,6 @@ MB_INIT */ @property (nonatomic, assign) BOOL allowUnverifiedResults; -/** - * Whether cropped image of the Machine Readable Zone should be available in result. - * Note - enabling this feature will degrade performance - * - * Default: NO - */ -@property (nonatomic, assign) BOOL returnMrzImage; - -/** - * Desired DPI for MRZ and full document images (if saving of those is enabled) - * - * Default: 250 - */ -@property (nonatomic, assign) NSUInteger saveImageDPI; - /** * Sets the mrtd specifications. Mrtd specifications describe the images that should be returned by * the detector. Setting nil or empty array will enable all possible specifications. diff --git a/MicroBlink.framework/Headers/MBMrtdRecognizerResult.h b/MicroBlink.framework/Headers/MBMrtdRecognizerResult.h index e3124ece..9fabb14e 100644 --- a/MicroBlink.framework/Headers/MBMrtdRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBMrtdRecognizerResult.h @@ -10,6 +10,9 @@ #import "MBTemplatingRecognizerResult.h" #import "MBMrzResult.h" #import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" +#import "MBMrzImageResult.h" +#import "MBEncodedMrzImageResult.h" @class MBOcrLayout; @class MBImage; @@ -20,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN * Result of MBMrtdDetectorRecognizer */ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBMrtdRecognizerResult : MBTemplatingRecognizerResult +@interface MBMrtdRecognizerResult : MBTemplatingRecognizerResult - (instancetype)init NS_UNAVAILABLE; @@ -37,11 +40,6 @@ MB_CLASS_AVAILABLE_IOS(8.0) */ @property (nonatomic, readonly, nullable) MBOcrLayout *rawOcrLayout; -/** - * Image of the Machine Readable Zone or nil if not available. - */ -@property (nonatomic, readonly, nullable) MBImage *mrzImage; - @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMrzImageDpi.h b/MicroBlink.framework/Headers/MBMrzImageDpi.h new file mode 100644 index 00000000..532a5f69 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMrzImageDpi.h @@ -0,0 +1,26 @@ +// +// MBMrzImageDpi.h +// MicroBlinkDev +// +// Created by Jura Skrlec on 17/12/2018. +// + +#ifndef MBMrzImageDpi_h +#define MBMrzImageDpi_h + +@protocol MBMrzImageDpi + +@required + +/** + * Property for setting DPI for mrz images + * Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception + * + * Default: 250 + */ +@property (nonatomic, assign) NSUInteger mrzImageDpi; + +@end + + +#endif /* MBMrzImageDpi_h */ diff --git a/MicroBlink.framework/Headers/MBMyKadFrontRecognizer.h b/MicroBlink.framework/Headers/MBMyKadFrontRecognizer.h deleted file mode 100644 index d7c3ec9b..00000000 --- a/MicroBlink.framework/Headers/MBMyKadFrontRecognizer.h +++ /dev/null @@ -1,43 +0,0 @@ -// -// MBMyKadFrontRecognizer.h -// MicroBlinkDev -// -// Created by Dino Gustin on 22/05/2018. -// - -#import "MBLegacyRecognizer.h" -#import "MBMyKadFrontRecognizerResult.h" - -#import -#import "MBFullDocumentImage.h" -#import "MBFullDocumentImageDpi.h" -#import "MBFaceImage.h" - - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class for configuring My Kad Front Recognizer. - * - * My Kad Front recognizer is used for scanning front side of My Kad. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyKadFrontRecognizer : MBLegacyRecognizer - -MB_INIT - -/** - * My Kad Front recognizer result - */ -@property (nonatomic, strong, readonly) MBMyKadFrontRecognizerResult *result; - -/** - * Defines if army number should be extracted from MyTentera documents with MyKadRecognizer - * - * Default: NO - */ -@property (nonatomic, assign) BOOL extractArmyNumber; - -@end - -NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMyKadFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMyKadFrontRecognizerResult.h deleted file mode 100644 index 84db56cd..00000000 --- a/MicroBlink.framework/Headers/MBMyKadFrontRecognizerResult.h +++ /dev/null @@ -1,87 +0,0 @@ -// -// MBMyKadFrontRecognizerResult.h -// MicroBlinkDev -// -// Created by Dino Gustin on 22/05/2018. -// - -#import "MBLegacyRecognizerResult.h" - -#import "MBFullDocumentImageResult.h" -#import "MBFaceImageResult.h" - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class representing values obtained when scanning front side of My Kad - */ -MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyKadFrontRecognizerResult : MBLegacyRecognizerResult - -MB_INIT_UNAVAILABLE - -/** - * NRIC number (National Registration Identity Card Number) - * - * @see https://en.wikipedia.org/wiki/Malaysian_identity_card#Structure_of_the_National_Registration_Identity_Card_Number_.28NRIC.29 - */ -@property (nonatomic, readonly, nullable) NSString *nricNumber; - -/** - * Owner address - */ -@property (nonatomic, readonly, nullable) NSString *ownerAddress; - -/** - * Owner address city. Determined from owner address. - */ -@property (nonatomic, readonly, nullable) NSString *ownerAddressCity; - -/** - * Owner address state. Determined from owner address. - */ -@property (nonatomic, readonly, nullable) NSString *ownerAddressState; - -/** - * Owner address Zip code. Determined from owner address. - */ -@property (nonatomic, readonly, nullable) NSString *ownerAddressZipCode; - -/** - * Owner street. Determined from owner address. - */ -@property (nonatomic, readonly, nullable) NSString *ownerAddressStreet; - -/** - * Owner birth date string, as written on the document (YYMMDD format) - */ -@property (nonatomic, readonly, nullable) NSString *rawOwnerBirthDate; - -/** - * Owner birth date converted in NSDate object - */ -@property (nonatomic, readonly, nullable) NSDate *ownerBirthDate; - -/** - * Owner full name - */ -@property (nonatomic, readonly, nullable) NSString *ownerFullName; - -/** - * Owner religion if written on MyKad - */ -@property (nonatomic, readonly, nullable) NSString *ownerReligion; - -/** - * Owner sex (M for male, F for female) - */ -@property (nonatomic, readonly, nullable) NSString *ownerSex; - -/** - * Owner army number on MyTentera documents - */ -@property (nonatomic, readonly, nullable) NSString *armyNumber; - -@end - -NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBRecognizer.h b/MicroBlink.framework/Headers/MBRecognizer.h index d7602d9f..6a165a59 100644 --- a/MicroBlink.framework/Headers/MBRecognizer.h +++ b/MicroBlink.framework/Headers/MBRecognizer.h @@ -18,15 +18,6 @@ NS_ASSUME_NONNULL_BEGIN MB_CLASS_AVAILABLE_IOS(8.0) @interface MBRecognizer : MBEntity -/** - * Property which determines if the recognizer is enabled - * - * If YES, recognizer is enabled, and it peroforms recognition on each video frame. - * - * Default: YES - */ -@property (nonatomic, getter=isEnabled) BOOL enabled; - /** * Base recognizer result. */ diff --git a/MicroBlink.framework/Headers/MBRecognizerRunnerViewController.h b/MicroBlink.framework/Headers/MBRecognizerRunnerViewController.h index 200b58b5..074e2607 100644 --- a/MicroBlink.framework/Headers/MBRecognizerRunnerViewController.h +++ b/MicroBlink.framework/Headers/MBRecognizerRunnerViewController.h @@ -11,6 +11,10 @@ @class MBRecognizerCollection; @class MBOverlayViewController; +@class MBImage; + +/** Block for returning high resolution MBImage photo with capture or still output */ +typedef void(^MBCaptureHighResImage)(MBImage * _Nullable highResImage); NS_ASSUME_NONNULL_BEGIN @@ -105,6 +109,13 @@ NS_ASSUME_NONNULL_BEGIN /**-------------------------------*/ - (void)resetState; +/** + * Method with block for getting high resoultion images + * + * @warning this is returned from background thread + */ +- (void)captureHighResImage:(MBCaptureHighResImage)highResoulutionImageCaptured; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizer.h b/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizer.h index cf50bab6..23c8c9f7 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizer.h @@ -1,75 +1,74 @@ // -// MBSwitzerlandIdBackRecognizer.h -// MicroBlinkDev +// MBSwitzerlandIdBackRecognizer.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizer.h" +#import "MBRecognizer.h" #import "MBSwitzerlandIdBackRecognizerResult.h" -#import -#import "MBFullDocumentImage.h" #import "MBGlareDetection.h" - +#import "MBFullDocumentImage.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" NS_ASSUME_NONNULL_BEGIN /** - * Class for configuring Swiss ID Back Recognizer. - * - * Swiss ID Back recognizer is used for scanning back side of Swiss ID. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandIdBackRecognizer : MBLegacyRecognizer +* Recognizer which can scan back side of Switzerland ID. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBSwitzerlandIdBackRecognizer : MBRecognizer MB_INIT /** - * Swiss ID Back recognizer result + * Result of scanning SwitzerlandIdBackRecognizer */ @property (nonatomic, strong, readonly) MBSwitzerlandIdBackRecognizerResult *result; /** - * Defines if authority of Swiss ID should be extracted - * - * Default: YES - */ +* Defines if issuing authority of Switzerland ID should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractAuthority; /** - * Defines if date of issue of Swiss ID should be extracted - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDateOfIssue; - -/** - * Defines if date of expiry of Swiss ID should be extracted - * - * Default: YES - */ +* Defines if date of expiry of Switzerland ID should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractDateOfExpiry; /** - * Defines if place of origin of Swiss ID holder should be extracted - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractPlaceOfOrigin; +* Defines if date of issue of Switzerland ID should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfIssue; /** - * Defines if height of Swiss ID holder should be extracted - * - * Default: YES - */ +* Defines if height of Switzerland ID owner should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractHeight; /** - * Defines if sex of Swiss ID folder should be extracted - * - * Default: YES - */ +* Defines if place of origin of Switzerland ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPlaceOfOrigin; + +/** +* Defines if sex of Switzerland ID owner should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractSex; @end diff --git a/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizerResult.h b/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizerResult.h index 9dff6ae4..cdad2758 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandIdBackRecognizerResult.h @@ -1,63 +1,61 @@ // -// MBSwitzerlandIdBackRecognizerResult.h -// MicroBlinkDev +// MBSwitzerlandIdBackRecognizerResult.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyMRTDRecognizerResult.h" +#import "MBRecognizerResult.h" +#import "MBDateResult.h" +#import "MBMrzResult.h" #import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" NS_ASSUME_NONNULL_BEGIN /** - * Class representing values obtained when scanning back side of Swiss ID - */ +* Recognizer which can scan back side of Switzerland ID. +*/ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandIdBackRecognizerResult : MBLegacyMRTDRecognizerResult +@interface MBSwitzerlandIdBackRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The address of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *placeOfOrigin; +* The issuing authority of Switzerland ID. +*/ +@property (nonatomic, readonly) NSString *authority; /** - * The address of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *height; +* The date of expiry of Switzerland ID. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfExpiry; /** - * The issuing authority of Swiss ID. - */ -@property (nonatomic, readonly, nullable) NSString *authority; +* The date of issue of Switzerland ID. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfIssue; /** - * The document date of issue of the Swiss ID in DD.MM.yyyy format. - */ -@property (nonatomic, readonly, nullable) NSString *rawDocumentDateOfIssue; +* The height of Switzerland ID owner. +*/ +@property (nonatomic, readonly) NSString *height; /** - * The document date of issue of the Swiss ID. - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfIssue; +* The data extracted from the machine readable zone. +*/ +@property (nonatomic, readonly) MBMrzResult *mrzResult; /** - * The document date of issue of the Swiss ID in DD.MM.yyyy format. - */ -@property (nonatomic, readonly, nullable) NSString *rawDocumentDateOfExpiry; +* The place of origin of Switzerland ID owner. +*/ +@property (nonatomic, readonly) NSString *placeOfOrigin; /** - * The document date of issue of the Swiss ID. - */ -@property (nonatomic, readonly, nullable) NSDate *nonMrzDateOfExpiry; - -/** - * The address of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *nonMrzSex; +* The sex of Switzerland ID owner. +*/ +@property (nonatomic, readonly) NSString *sex; @end diff --git a/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizer.h b/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizer.h index e2a7eb6e..6f1a15fa 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizer.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizer.h @@ -1,105 +1,106 @@ // -// MBSwitzerlandPassportRecognizer.h -// MicroBlinkDev +// MBSwitzerlandPassportRecognizer.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizer.h" +#import "MBRecognizer.h" #import "MBSwitzerlandPassportRecognizerResult.h" -#import +#import "MBGlareDetection.h" #import "MBFaceImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" #import "MBFullDocumentImage.h" -#import "MBGlareDetection.h" - +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" NS_ASSUME_NONNULL_BEGIN /** - * Class for configuring Swiss Passport Recognizer. - * - * Swiss Passport recognizer is used for scanning Swiss Passport. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandPassportRecognizer : MBLegacyRecognizer +* Recognizer which can scan Switzerland passport. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBSwitzerlandPassportRecognizer : MBRecognizer MB_INIT /** - * Swiss Passport recognizer result + * Result of scanning SwitzerlandPassportRecognizer */ @property (nonatomic, strong, readonly) MBSwitzerlandPassportRecognizerResult *result; /** - * Defines if owner's surname should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSurname; +* Defines if issuing authority of Switzerland passport should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractAuthority; /** - * Defines if owner's name should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractGivenName; +* Defines if date of birth of Switzerland passport owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfBirth; /** - * Defines if owner's place of birth should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractPlaceOfBirth; +* Defines if date of expiry of Switzerland passport should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfExpiry; /** - * Defines if date of issue should be extracted from Swiss Passport - * - * Default: YES - */ +* Defines if date of issue of Switzerland passport should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractDateOfIssue; /** - * Defines if date of birth should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDateOfBirth; +* Defines if given name of Switzerland passport owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractGivenName; /** - * Defines if date of expiry should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDateOfExpiry; +* Defines if height of Switzerland passport owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractHeight; /** - * Defines if authority should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractAuthority; +* Defines if passport number of Switzerland passport should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPassportNumber; /** - * Defines if passport number should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractPassportNumber; +* Defines if place of origin of Switzerland passport owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPlaceOfOrigin; /** - * Defines if sex should be extracted from Swiss Passport - * - * Default: YES - */ +* Defines if sex of Switzerland passport owner should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractSex; /** - * Defines if height should be extracted from Swiss Passport - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractHeight; +* Defines if surname of Switzerland passport owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSurname; @end diff --git a/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizerResult.h b/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizerResult.h index 2ddc8bba..34027d76 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandPassportRecognizerResult.h @@ -1,75 +1,83 @@ // -// MBSwitzerlandPassportRecognizerResult.h -// MicroBlinkDev +// MBSwitzerlandPassportRecognizerResult.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 17/12/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyMRTDRecognizerResult.h" +#import "MBRecognizerResult.h" +#import "MBDateResult.h" +#import "MBMrzResult.h" #import "MBFaceImageResult.h" +#import "MBEncodedFaceImageResult.h" #import "MBFullDocumentImageResult.h" +#import "MBEncodedFullDocumentImageResult.h" NS_ASSUME_NONNULL_BEGIN /** - * Class representing values obtained when scanning Swiss Passport - */ +* Recognizer which can scan Switzerland passport. +*/ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandPassportRecognizerResult : MBLegacyMRTDRecognizerResult +@interface MBSwitzerlandPassportRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The surname of the Swiss Passport owner. - */ -@property (nonatomic, readonly, nullable) NSString *surname; +* The issuing authority of Switzerland passport. +*/ +@property (nonatomic, readonly) NSString *authority; /** - * The name of the Swiss Passport owner. - */ -@property (nonatomic, readonly, nullable) NSString *givenName; +* The date of birth of Switzerland passport owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; /** - * The place of birth of the Swiss Passport owner - */ -@property (nonatomic, readonly, nullable) NSString *placeOfBirth; +* The date of expiry of Switzerland passport. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfExpiry; +/** +* The date of issue of Switzerland passport. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfIssue; /** - * Date of issue in NSDate object - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfIssue; +* The given name of Switzerland passport owner. +*/ +@property (nonatomic, readonly) NSString *givenName; /** - * Date of birth, as written on the passport - */ -@property (nonatomic, readonly, nullable) NSDate *nonMrzDateOfBirth; +* The height of Switzerland passport owner. +*/ +@property (nonatomic, readonly) NSString *height; /** - * Date of expiry, as written on the passport - */ -@property (nonatomic, readonly, nullable) NSDate *nonMrzDateOfExpiry; +* The data extracted from the machine readable zone. +*/ +@property (nonatomic, readonly) MBMrzResult *mrzResult; /** - * Issuing authority of the Passport - */ -@property (nonatomic, readonly, nullable) NSString *authority; +* The passport number of Switzerland passport. +*/ +@property (nonatomic, readonly) NSString *passportNumber; /** - * Number of the Passport - */ -@property (nonatomic, readonly, nullable) NSString *passportNumber; +* The place of origin of Switzerland passport owner. +*/ +@property (nonatomic, readonly) NSString *placeOfOrigin; /** - * The sex of the Swiss Passport owner - */ -@property (nonatomic, readonly, nullable) NSString *nonMrzSex; +* The sex of Switzerland passport owner. +*/ +@property (nonatomic, readonly) NSString *sex; /** - * The height of the Swiss Passport owner - */ -@property (nonatomic, readonly, nullable) NSString *height; +* The surname of Switzerland passport owner. +*/ +@property (nonatomic, readonly) NSString *surname; @end diff --git a/MicroBlink.framework/Info.plist b/MicroBlink.framework/Info.plist index 04af71a8..8e11abbf 100644 Binary files a/MicroBlink.framework/Info.plist and b/MicroBlink.framework/Info.plist differ diff --git a/MicroBlink.framework/MicroBlink b/MicroBlink.framework/MicroBlink index 68d1815a..461772a5 100755 --- a/MicroBlink.framework/MicroBlink +++ b/MicroBlink.framework/MicroBlink @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0479779fb011cfdd2ab488dc72ccae8c9310bbf0f8b8db023722c3dea9f70a11 -size 172162064 +oid sha256:cb58633ee46665b56965d643348ebe72eedf84b463e08c1da11f66ce5ac4dfc7 +size 174350960 diff --git a/MicroBlink.framework/_CodeSignature/CodeResources b/MicroBlink.framework/_CodeSignature/CodeResources index 3f0fdce8..2f19d538 100644 --- a/MicroBlink.framework/_CodeSignature/CodeResources +++ b/MicroBlink.framework/_CodeSignature/CodeResources @@ -118,7 +118,7 @@ Headers/MBBlinkIDEntities.h - vFaEbQuOmPt1X9ZjRVDGSXWfG9E= + JBbv6i8CLABE480A8u2VtXkgwec= Headers/MBBlinkIDUIComponents.h @@ -140,6 +140,14 @@ 0sXICXO1K1S4MxBYpYBdJ95jNNI= + Headers/MBBruneiIdFrontRecognizer.h + + 4QLbfz+FaN55FtY2suG/nORejfM= + + Headers/MBBruneiIdFrontRecognizerResult.h + + jZskcsWz2BkbB8V8dIIc2XnFEAA= + Headers/MBCameraSettings.h eVL6SgfWh+TWZe4hpy35pB7fE58= @@ -206,23 +214,39 @@ Headers/MBCustomOverlayViewController.h - II5Qw8o7D/VAIsLP+g11VLo26fI= + h4xHCWSbi6SmeY9MCKCHoGliAZw= Headers/MBCyprusIdBackRecognizer.h - wcYmqdKYtvR8WVdwU/bnGM+z2Wc= + 32OzgoTA5sj8c4+xiTR8HazF7YM= Headers/MBCyprusIdBackRecognizerResult.h - 9ykI9ZlNrWTTRN2vqJDImYvMKk8= + KTTqSpXUKap3wCeyVJwpKsejCMo= Headers/MBCyprusIdFrontRecognizer.h - O9SPMTcV5iC2/TuNluV+0PJAzLU= + DVUvc7HwOWP5T6Az35y4IhTXFVQ= Headers/MBCyprusIdFrontRecognizerResult.h - oZK2h9H3g+Tc+HMs95D8lTqEFr4= + bhKGjhir86MMVyTMHqCy6itS2GE= + + Headers/MBCyprusOldIdBackRecognizer.h + + qSDtNW8CuUG594zKXYoQ74Q7ZJc= + + Headers/MBCyprusOldIdBackRecognizerResult.h + + +l4gi8WFbo3O18sqMXEk7z2UT6U= + + Headers/MBCyprusOldIdFrontRecognizer.h + + yz0dwOT6sxW4zfk1zkY/NSTaW44= + + Headers/MBCyprusOldIdFrontRecognizerResult.h + + aJ8xTkMGWNpM3NkgsZ7OiYvxNJs= Headers/MBCzechiaCombinedRecognizer.h @@ -354,7 +378,7 @@ Headers/MBDocumentOverlaySettings.h - vC+0c+Y9An/xU5dpsgJh0f3wP1o= + YF3uXPFOw0Xz62abLs8km588WCY= Headers/MBDocumentOverlayViewController.h @@ -362,7 +386,7 @@ Headers/MBDocumentOverlayViewControllerDelegate.h - qMRag/UJiQfMPd5AeIJ/mxzo2/I= + t37/0MobU4D8mTK6XvP2QZVnZv0= Headers/MBDocumentSpecification.h @@ -370,7 +394,7 @@ Headers/MBDocumentSubview.h - cGnJFR+U1QiV/VQnrLZPQkfXDiE= + e2wBNuOpHdOJXu5o1y0NUW+CDls= Headers/MBDocumentVerificationInstructionsSubview.h @@ -378,15 +402,15 @@ Headers/MBDocumentVerificationOverlaySettings.h - /1ROu3l/m4FUTt3mvBbvu+5Dj00= + a3Jv2KcEqvk+cYk34GYOtaX8oe4= Headers/MBDocumentVerificationOverlayViewController.h - 1kHE5n/PQeaCgu5CzzMtvY1Kvxs= + oUp38pPAH5Yg60BEdYf1+pgfGeE= Headers/MBDocumentVerificationOverlayViewControllerDelegate.h - lOFVkXlIEyWfIGyF2+e2Cqq9cys= + sk30Iu9zefJIRtIpRXnRgQ3FlGg= Headers/MBDocumentVerificationSubview.h @@ -398,7 +422,7 @@ Headers/MBDotsSubview.h - 7HW8UkHmwW4OwfYCtZyUpNNMKU8= + N0O2Hfc9n36oOZZcXUXysTkbikY= Headers/MBEgyptIdFrontRecognizer.h @@ -410,7 +434,7 @@ Headers/MBElitePaymentCardBackRecognizer.h - lrNtuC0fDYjqMSuxvFbBAdsNHbc= + MnCddtCOa39VufK6/ioBH5emTmY= Headers/MBElitePaymentCardBackRecognizerResult.h @@ -418,7 +442,7 @@ Headers/MBElitePaymentCardCombinedRecognizer.h - W9JkC/L2fGqW/uiOyFutS9X+UcE= + Bn8Jf5qHVQ3qxgPDjNPxn1fy6VM= Headers/MBElitePaymentCardCombinedRecognizerResult.h @@ -636,17 +660,9 @@ qk5sBarOuHQy5HFWex1yl8vC1EY= - Headers/MBIkadRecognizer.h - - ngAjFqDnVkWnFY0rLJ5UFr/nl6I= - - Headers/MBIkadRecognizerResult.h - - /Xn5brb5IYzKA2A0414F4Dc04eo= - Headers/MBImage.h - 9KUg9w0SglfiFNcBHg2xO22+Qrk= + Dyjl6fdq/7LPlXj3BvSG3Tn+20U= Headers/MBImageExtensionFactors.h @@ -714,7 +730,7 @@ Headers/MBKuwaitIdBackRecognizer.h - csOfMFQIzCtQXAEE29Px/9YD/dA= + YTAM4nVVdyIlw3zs3PlUmd0IWw0= Headers/MBKuwaitIdBackRecognizerResult.h @@ -756,6 +772,46 @@ tpQR4BRgtm3XP4UWwO3z++E0Dhs= + Headers/MBMalaysiaIkadFrontRecognizer.h + + X2Yg1o8Lcpfksxvr/vwXDmalmuA= + + Headers/MBMalaysiaIkadFrontRecognizerResult.h + + vnaHaaVRy2JqX7AqLfFrBz27sgU= + + Headers/MBMalaysiaMyKadBackRecognizer.h + + HozOZsBy5pBY8Fi4mRGPsnUlpO0= + + Headers/MBMalaysiaMyKadBackRecognizerResult.h + + TpR2IFA0ka8J+rMlysk0lCCjc18= + + Headers/MBMalaysiaMyKadFrontRecognizer.h + + mF3x0BhEeBPboNFbM4is9o9h850= + + Headers/MBMalaysiaMyKadFrontRecognizerResult.h + + I3x8z4yXOI9HF66xBIsAEacgelM= + + Headers/MBMalaysiaMyKasFrontRecognizer.h + + JvqkDSdd+apOUomReib8xRM1VZA= + + Headers/MBMalaysiaMyKasFrontRecognizerResult.h + + AlMTpNS302twFyvzPm4/K1Nt54A= + + Headers/MBMalaysiaMyPrFrontRecognizer.h + + Ot7r5Wn7/wa/VSGx9NXBTKwE06Y= + + Headers/MBMalaysiaMyPrFrontRecognizerResult.h + + B5n6aCKkqcjFyFG0G1iODMPyfgA= + Headers/MBMalaysiaMyTenteraFrontRecognizer.h hERo8ZzF7O11T3ARWVYilK3Q4Sc= @@ -826,11 +882,11 @@ Headers/MBMrtdRecognizer.h - v0KkKsu+7N6Q7tI7n8Q/9GhNrKk= + EXs4mdVRfDaHlk4WMUwjupuXpPQ= Headers/MBMrtdRecognizerResult.h - 7Og8uSWsJFSq8QkxZtY9QGO+M5w= + 3xrYpw5r3n0YZiSeahDODFg+Gdo= Headers/MBMrtdSpecification.h @@ -840,6 +896,10 @@ w2/ntn7mDoLLAIPaEJ+JN+UIc6A= + Headers/MBMrzImageDpi.h + + IXi0+VL7pbgSOxPB0gJcUWOiIiw= + Headers/MBMrzImageResult.h ugS1hisrK/d0eJxMrlM+CAlSTag= @@ -848,22 +908,6 @@ AZWqfFeS9PQiw6LatHAVy3jvENc= - Headers/MBMyKadBackRecognizer.h - - WkSVtOVEQ8ehJk4SXIgfm51mUWE= - - Headers/MBMyKadBackRecognizerResult.h - - yvvGLbfrpUiSWEIJUjNwtjP/Ouw= - - Headers/MBMyKadFrontRecognizer.h - - ZxD9iJzXlS+15m3EXZrSowPMc+Y= - - Headers/MBMyKadFrontRecognizerResult.h - - /mFjIR8vxxwoBm7uC5WefblX0Mo= - Headers/MBNativeResult.h rXCTf5MOs1iy31txh5izI8FF7Xc= @@ -1042,7 +1086,7 @@ Headers/MBRecognizer.h - hT6xNu4n9cnCT2WVyNJXIRM/Xzg= + p0f/LUCZkkXgc6o5VPVEI2o0fb8= Headers/MBRecognizerCollection.h @@ -1062,7 +1106,7 @@ Headers/MBRecognizerRunnerViewController.h - A/roC5KFmRY4qisXje9veIIaBGY= + RLUCs28TnnaQsEzxTm2lAYUZsj8= Headers/MBRecognizerRunnerViewControllerDelegate.h @@ -1278,11 +1322,11 @@ Headers/MBSwitzerlandIdBackRecognizer.h - RQ4XZrvc3eX+qQxYCQ5CWvMRL04= + M2mpEjHDjuN46kXht6s8wthk+a4= Headers/MBSwitzerlandIdBackRecognizerResult.h - oCQmW+LcAuT1bC2BpFZF2aiuHrI= + emqbsevS2pN01I8EhG2AK3cn/nM= Headers/MBSwitzerlandIdFrontRecognizer.h @@ -1294,11 +1338,11 @@ Headers/MBSwitzerlandPassportRecognizer.h - PqpGGtKCOmbYPhEkKtCRiZHl2CU= + UYR8E/usHLOeiosLYBzlFiIzGEA= Headers/MBSwitzerlandPassportRecognizerResult.h - dkio/dURWcKHA81ZMbZzpmrfDH4= + RNPvXlfm35C+BHsGkaTqSZnKyRQ= Headers/MBTapToFocusSubview.h @@ -1723,11 +1767,11 @@ hash - vFaEbQuOmPt1X9ZjRVDGSXWfG9E= + JBbv6i8CLABE480A8u2VtXkgwec= hash2 - 5IZCrFIgTvfo0StAo7n6OEMwXW32IEjDXZ/UBzZ4GKI= + qBoMmYWxTUh50xr3KyEN88FiJxxzIvAnZ4ZuZuLmpk8= Headers/MBBlinkIDUIComponents.h @@ -1785,6 +1829,28 @@ csLthSB0CsJBszvTWC2zkpF7h5SjXN1AHjk2mRAnmW0= + Headers/MBBruneiIdFrontRecognizer.h + + hash + + 4QLbfz+FaN55FtY2suG/nORejfM= + + hash2 + + uLi0fujU0Teq4g9rnoTmJaKFmD5IblOoD3BwZf8Hh6Q= + + + Headers/MBBruneiIdFrontRecognizerResult.h + + hash + + jZskcsWz2BkbB8V8dIIc2XnFEAA= + + hash2 + + GaMYlGSvyqjf7CIr5wdrLNR7ytShFg2idV5ebK/Uej4= + + Headers/MBCameraSettings.h hash @@ -1965,55 +2031,99 @@ hash - II5Qw8o7D/VAIsLP+g11VLo26fI= + h4xHCWSbi6SmeY9MCKCHoGliAZw= hash2 - yhv07axUUrdL0QKkVSBp90Td17yEm1XylFt/Me5ARq8= + wQ3Xx6q5ZlEg71/fHcqtGXGJ5LCilYFsZgbvtlzrIsw= Headers/MBCyprusIdBackRecognizer.h hash - wcYmqdKYtvR8WVdwU/bnGM+z2Wc= + 32OzgoTA5sj8c4+xiTR8HazF7YM= hash2 - PckrIO/O3Iz95pqKmCIOXr3F9a0EjNdsdaAf1kNsD5Y= + 7HdivWGIhECbSNJcpIBHQHP22OeFtcAuf1mwyxWzz/A= Headers/MBCyprusIdBackRecognizerResult.h hash - 9ykI9ZlNrWTTRN2vqJDImYvMKk8= + KTTqSpXUKap3wCeyVJwpKsejCMo= hash2 - ioBGiKQLiCB8q+zpZj5SDzbTL1NKy9KfpBUozaEdy0k= + 9L/cwmyWRmOlvzJmNjM6F+kXE7RjEE7Rw70WOdNB/hw= Headers/MBCyprusIdFrontRecognizer.h hash - O9SPMTcV5iC2/TuNluV+0PJAzLU= + DVUvc7HwOWP5T6Az35y4IhTXFVQ= hash2 - NyM0WuXSS39PFQSyxkClACyr/6rBKsQZgyUn+nVhn8o= + Lh8pUyoFaP/jI2FRtiwdlOOdRIf9q8HiSZQc5hcN2yQ= Headers/MBCyprusIdFrontRecognizerResult.h hash - oZK2h9H3g+Tc+HMs95D8lTqEFr4= + bhKGjhir86MMVyTMHqCy6itS2GE= + + hash2 + + frnIiVZFfWEaG6HsgetDpCy7hWThuYkmvJHUHsdf/X4= + + + Headers/MBCyprusOldIdBackRecognizer.h + + hash + + qSDtNW8CuUG594zKXYoQ74Q7ZJc= + + hash2 + + HgxNCqXR2EFlln4Qhj3+uZzyRH+LCCSdbevOf8Jmuqw= + + + Headers/MBCyprusOldIdBackRecognizerResult.h + + hash + + +l4gi8WFbo3O18sqMXEk7z2UT6U= + + hash2 + + SjdJd1w5MNLc0LPPIKD+yc6wHYoddd6xGfnij3iqNlM= + + + Headers/MBCyprusOldIdFrontRecognizer.h + + hash + + yz0dwOT6sxW4zfk1zkY/NSTaW44= + + hash2 + + 8FqnfXR/+t4Q64csnzj0IHf7fVA2j2R8WZln4ZYJPR4= + + + Headers/MBCyprusOldIdFrontRecognizerResult.h + + hash + + aJ8xTkMGWNpM3NkgsZ7OiYvxNJs= hash2 - MRACw+PDrAkwsBk9nnCZL8yYEa/bpIYA+E6D5Jd7wbA= + weF4c2/+EMTt2me25mFVQTOnahEvC/IwNLXB69uEl5k= Headers/MBCzechiaCombinedRecognizer.h @@ -2372,11 +2482,11 @@ hash - vC+0c+Y9An/xU5dpsgJh0f3wP1o= + YF3uXPFOw0Xz62abLs8km588WCY= hash2 - vRDHjKqtAYqbQLldt3Yce8f/cbNfWtCDeCnb7An4xeQ= + zFnliDjs+/35u3RWd7uySAPmIkMjySt9xFrNqwARLJ4= Headers/MBDocumentOverlayViewController.h @@ -2394,11 +2504,11 @@ hash - qMRag/UJiQfMPd5AeIJ/mxzo2/I= + t37/0MobU4D8mTK6XvP2QZVnZv0= hash2 - oPfiyqqbGTpIgAzS4mkb33gb3W6bWk4nisB6ZZ88yZ8= + zqwDJB/2J8T4P92FJnSEhkAM2lqbXniXTSi732mFcfk= Headers/MBDocumentSpecification.h @@ -2416,11 +2526,11 @@ hash - cGnJFR+U1QiV/VQnrLZPQkfXDiE= + e2wBNuOpHdOJXu5o1y0NUW+CDls= hash2 - mkYaGfTdwtKhUwya1g7s/TuFv58FO/rIoy79sABVCNg= + 6CqHe4FU1+rt8OmgPCny4xROfL2Htxp19DCHqs8SyUE= Headers/MBDocumentVerificationInstructionsSubview.h @@ -2438,33 +2548,33 @@ hash - /1ROu3l/m4FUTt3mvBbvu+5Dj00= + a3Jv2KcEqvk+cYk34GYOtaX8oe4= hash2 - hyv3AVZnR5b3c+zraawq9LO3Aog5ic++5JDb3AKFMCw= + VCKY4CtlIcJVBHxMYN+4cruF83bNTG8VDnQ6rsEcHk0= Headers/MBDocumentVerificationOverlayViewController.h hash - 1kHE5n/PQeaCgu5CzzMtvY1Kvxs= + oUp38pPAH5Yg60BEdYf1+pgfGeE= hash2 - +v7nIZhvQ39h4CAYbnyJf/WWvmXTXc9C4O0P4UmMg9k= + yoHv7MRQYSQZVkKHSefw6ZVWvKViUPW8P/1eF8wlPqY= Headers/MBDocumentVerificationOverlayViewControllerDelegate.h hash - lOFVkXlIEyWfIGyF2+e2Cqq9cys= + sk30Iu9zefJIRtIpRXnRgQ3FlGg= hash2 - zDLnrcEkC194m9U9c824WO2ZDyAUUKmnlZLJBXbCotM= + a0yWlo3+e9JtzEka4fdigP0i2pT7dagEiJ2yfrq+T2g= Headers/MBDocumentVerificationSubview.h @@ -2493,11 +2603,11 @@ hash - 7HW8UkHmwW4OwfYCtZyUpNNMKU8= + N0O2Hfc9n36oOZZcXUXysTkbikY= hash2 - cF4F2UV8Nya3YnYVE4xMjCX5EmKJTMogHwj2xjT+nCY= + t7g+lPi0u6G8S4Gu99EBaZk1AA7i3hr+5t5k3Xr3xzE= Headers/MBEgyptIdFrontRecognizer.h @@ -2526,11 +2636,11 @@ hash - lrNtuC0fDYjqMSuxvFbBAdsNHbc= + MnCddtCOa39VufK6/ioBH5emTmY= hash2 - zh4hkU09hifgMDmU3ACREaz7JCceQTiXbnUKUFDn6Q8= + a94SKpJUbf8OLxC+Ii2kmjT6ZigUFT6r+AHdV34FTdY= Headers/MBElitePaymentCardBackRecognizerResult.h @@ -2548,11 +2658,11 @@ hash - W9JkC/L2fGqW/uiOyFutS9X+UcE= + Bn8Jf5qHVQ3qxgPDjNPxn1fy6VM= hash2 - l70/q86SzEhi8FmBmWmSSA3Ok9884ohtR2U/yNcAtaU= + b+ZFZMZYDCjA2G4bJGw7NOS2PdFuE9ycBxtnAAmingg= Headers/MBElitePaymentCardCombinedRecognizerResult.h @@ -3149,37 +3259,15 @@ UllWrzju3TSVhi7rRCpteV4g+9dUI0ngaxX0YcAiYdM= - Headers/MBIkadRecognizer.h - - hash - - ngAjFqDnVkWnFY0rLJ5UFr/nl6I= - - hash2 - - xVAaHgGPJwM/XQMVFxktGoaNB17mjQFWhTxCMhS7SaM= - - - Headers/MBIkadRecognizerResult.h - - hash - - /Xn5brb5IYzKA2A0414F4Dc04eo= - - hash2 - - Z2+u4NNTh+mN4AYVADNor/xzjevRvAjMUR0OKn5S5lw= - - Headers/MBImage.h hash - 9KUg9w0SglfiFNcBHg2xO22+Qrk= + Dyjl6fdq/7LPlXj3BvSG3Tn+20U= hash2 - nmtFBpzibc3G7RntEWhudZs+SNpEkJXhUazSfmMmkWg= + sOrXzcmJ5VRTBxEQIjR1/1YhwkqluEYdvI9UfvBRFeg= Headers/MBImageExtensionFactors.h @@ -3362,11 +3450,11 @@ hash - csOfMFQIzCtQXAEE29Px/9YD/dA= + YTAM4nVVdyIlw3zs3PlUmd0IWw0= hash2 - ORc8LyTBD8gJZhmYt88U+Nkam1hBrGTJEnY2cScr+fE= + GF+yYF1Kb9Gi5UWq2R+S+doXdsz8lV9qicT0hh+N+YE= Headers/MBKuwaitIdBackRecognizerResult.h @@ -3479,6 +3567,116 @@ kN88RJ7rMnSzl6D2g/XfSCb1zWHDAN76L2vWsX+Ysbk= + Headers/MBMalaysiaIkadFrontRecognizer.h + + hash + + X2Yg1o8Lcpfksxvr/vwXDmalmuA= + + hash2 + + YTdWNdN790BHLvh11yB/bcdY3usJBYawk8qNIRy5el0= + + + Headers/MBMalaysiaIkadFrontRecognizerResult.h + + hash + + vnaHaaVRy2JqX7AqLfFrBz27sgU= + + hash2 + + +PZJUUspppF83qwTg6EJfIKkIHw5a50VZ7plCSldyI4= + + + Headers/MBMalaysiaMyKadBackRecognizer.h + + hash + + HozOZsBy5pBY8Fi4mRGPsnUlpO0= + + hash2 + + Xao/bBvrogzd21hbB+4dKzGL9ztnNKFgeNCQTHk9R+0= + + + Headers/MBMalaysiaMyKadBackRecognizerResult.h + + hash + + TpR2IFA0ka8J+rMlysk0lCCjc18= + + hash2 + + Gv/vzCI7NHtZtzkByfexikEJhAC3XxEy36z0AR996uU= + + + Headers/MBMalaysiaMyKadFrontRecognizer.h + + hash + + mF3x0BhEeBPboNFbM4is9o9h850= + + hash2 + + /nnmD4+ypBH2BSA2UzEKj7HmsbJGlfPuzWDWPuxH/Gs= + + + Headers/MBMalaysiaMyKadFrontRecognizerResult.h + + hash + + I3x8z4yXOI9HF66xBIsAEacgelM= + + hash2 + + jdR2ivyxoQz2UfiqpDyV6CZr3UXx4nOeK9waFrLh/k8= + + + Headers/MBMalaysiaMyKasFrontRecognizer.h + + hash + + JvqkDSdd+apOUomReib8xRM1VZA= + + hash2 + + RWVXEca3BF5xlbWQ85AyGVM+axjvHH4JFgN4XOxQT4U= + + + Headers/MBMalaysiaMyKasFrontRecognizerResult.h + + hash + + AlMTpNS302twFyvzPm4/K1Nt54A= + + hash2 + + sFUUksp0aV9NmbtHXJpT8o0SPtgJzu5iIh5gxF2yVhM= + + + Headers/MBMalaysiaMyPrFrontRecognizer.h + + hash + + Ot7r5Wn7/wa/VSGx9NXBTKwE06Y= + + hash2 + + YTV+YyWrqgRQbu9hWEdsQhzQ96OQCly4STG0Hnw2OuA= + + + Headers/MBMalaysiaMyPrFrontRecognizerResult.h + + hash + + B5n6aCKkqcjFyFG0G1iODMPyfgA= + + hash2 + + 90gZrvF3xYov/YazrtUBKrVr4wrfQ4jsfttw7hJ4O9A= + + Headers/MBMalaysiaMyTenteraFrontRecognizer.h hash @@ -3670,22 +3868,22 @@ hash - v0KkKsu+7N6Q7tI7n8Q/9GhNrKk= + EXs4mdVRfDaHlk4WMUwjupuXpPQ= hash2 - knwFgjt6ohtE8ZirRddQWvwT7pLqmUDpUH3UzZQJBTg= + +lrTDLGkGAwLSBMc2wB7EG9ozofSmYySrTBTd8XAHlo= Headers/MBMrtdRecognizerResult.h hash - 7Og8uSWsJFSq8QkxZtY9QGO+M5w= + 3xrYpw5r3n0YZiSeahDODFg+Gdo= hash2 - AdTzb3YIrkpGkw8esV4cwicbSzVy/tFcgVXks9k7uTk= + /94Y3a+5P2YKBhq2hj8WNYNa4A4UUn1e53j62xoDPNM= Headers/MBMrtdSpecification.h @@ -3710,70 +3908,37 @@ qqN7nwc0d+7l7TKFcuBQQmNlo7d0ffcp2TPkjPe2CHc= - Headers/MBMrzImageResult.h - - hash - - ugS1hisrK/d0eJxMrlM+CAlSTag= - - hash2 - - pM7MViNmAsp8FRiuyFP8kFDySkrsj/9TbW+g6GufBWs= - - - Headers/MBMrzResult.h - - hash - - AZWqfFeS9PQiw6LatHAVy3jvENc= - - hash2 - - wCti/DbkCwN2hraM9ohLfjL9LBrk7fKSHl4Sf9M6wQ4= - - - Headers/MBMyKadBackRecognizer.h + Headers/MBMrzImageDpi.h hash - WkSVtOVEQ8ehJk4SXIgfm51mUWE= + IXi0+VL7pbgSOxPB0gJcUWOiIiw= hash2 - UcnF0+x8beDMHcTsytxfP/Rpd9SROUuoc1gleZFZ3Bs= + C8IBKPza8ZvToPS0+s85oW+BM/aCTb8T4zMlUMLjlfk= - Headers/MBMyKadBackRecognizerResult.h - - hash - - yvvGLbfrpUiSWEIJUjNwtjP/Ouw= - - hash2 - - cW2T1LvL12eSSbbnT4fQeM9HXwbdjIb8iONEEMDE82c= - - - Headers/MBMyKadFrontRecognizer.h + Headers/MBMrzImageResult.h hash - ZxD9iJzXlS+15m3EXZrSowPMc+Y= + ugS1hisrK/d0eJxMrlM+CAlSTag= hash2 - +O42dEAJgYAR2ZkFNwr1IH2i2AyJeiaa33EUqSFcgmw= + pM7MViNmAsp8FRiuyFP8kFDySkrsj/9TbW+g6GufBWs= - Headers/MBMyKadFrontRecognizerResult.h + Headers/MBMrzResult.h hash - /mFjIR8vxxwoBm7uC5WefblX0Mo= + AZWqfFeS9PQiw6LatHAVy3jvENc= hash2 - BNPmMMw0baaVHG1rpE4urBEvoFSjXKfZocpRfQR80SU= + wCti/DbkCwN2hraM9ohLfjL9LBrk7fKSHl4Sf9M6wQ4= Headers/MBNativeResult.h @@ -4264,11 +4429,11 @@ hash - hT6xNu4n9cnCT2WVyNJXIRM/Xzg= + p0f/LUCZkkXgc6o5VPVEI2o0fb8= hash2 - y4ROsoGNX7YP6N+kGqoIoukfVEEMBBumtSCz4he0NRc= + M8ePYJbDog7M5tFHIOJZoKZ00pMvvrCzXafd5XWlzKQ= Headers/MBRecognizerCollection.h @@ -4319,11 +4484,11 @@ hash - A/roC5KFmRY4qisXje9veIIaBGY= + RLUCs28TnnaQsEzxTm2lAYUZsj8= hash2 - /RE11GblvxqYpjGxw2Qm+J7KAUxDwpKTJ7U6qWvuCqQ= + vTIcv6aN1E40renvnr4Pdyi07PFvp2PzxnltrJHYmNI= Headers/MBRecognizerRunnerViewControllerDelegate.h @@ -4913,22 +5078,22 @@ hash - RQ4XZrvc3eX+qQxYCQ5CWvMRL04= + M2mpEjHDjuN46kXht6s8wthk+a4= hash2 - pc3PkcDVcYIg0Hxak0yOB9IlK71Mer1jd661ntUjHKo= + nuJa25Sv1QgUOHBl5GOlnGUTatTYXMswrgO0Wt0lyro= Headers/MBSwitzerlandIdBackRecognizerResult.h hash - oCQmW+LcAuT1bC2BpFZF2aiuHrI= + emqbsevS2pN01I8EhG2AK3cn/nM= hash2 - woZ2Iga+tqU0uuGQ5mqCDoaPF6jaGyUF7ZXfkKGVDS0= + xty8GoKwcS05IRhrzLuOo8/tqzW4GC+RQQB2MiywEbE= Headers/MBSwitzerlandIdFrontRecognizer.h @@ -4957,22 +5122,22 @@ hash - PqpGGtKCOmbYPhEkKtCRiZHl2CU= + UYR8E/usHLOeiosLYBzlFiIzGEA= hash2 - atb8/4ZY30NdMDX6ht6IicIeLbnie6fFOEESYQ0+TZE= + xJjkZSfCOtTSK+IV4JKzgvE+jTi8RJ1nTHmTNODsv9A= Headers/MBSwitzerlandPassportRecognizerResult.h hash - dkio/dURWcKHA81ZMbZzpmrfDH4= + RNPvXlfm35C+BHsGkaTqSZnKyRQ= hash2 - sjNOuuirbogFpDCt2pQt6fl+knpPZJQVcFM1LzKKE0A= + Y/f1WcxGcd4kvPEDFoqYIXFgGkB//HpXNtDGudCggVc= Headers/MBTapToFocusSubview.h diff --git a/PPBlinkID.podspec b/PPBlinkID.podspec index ffbe6038..7303ce06 100644 --- a/PPBlinkID.podspec +++ b/PPBlinkID.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PPBlinkID" - s.version = "4.4.0" + s.version = "4.5.0" s.summary = "A delightful component for barcode scanning" s.homepage = "http://microblink.com" @@ -32,7 +32,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/BlinkID/blinkid-ios.git', - :tag => 'v4.4.0' + :tag => 'v4.5.0' } s.platform = :ios diff --git a/README.md b/README.md index 390e25ba..039b1273 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BlinkID is a part of family of SDKs developed by [MicroBlink](http://www.microbl * [Quick Start](#quickStart) * [Advanced BlinkInput integration instructions](#advancedIntegration) * [UI customizations of built-in `MBOverlayViewControllers` and `MBOverlaySubviews`](#uiCustomizations) - * [Built-in overlay view controllers and overlay subviews](#ubuiltInUIComponents) + * [Built-in overlay view controllers and overlay subviews](#builtInUIComponents) * [Using `MBBarcodeOverlayViewController`](#mbBarcodeOverlayViewcontroller) * [Using `MBDocumentOverlayViewController`](#mbDocumentOverlayViewcontroller) * [Using `MBDocumentVerificationOverlayViewController`](#mbDocumentVerificationOverlayViewcontroller) @@ -115,7 +115,7 @@ git lfs install ```ruby platform :ios, '9.0' -pod 'PPBlinkID', '~> 4.1.0' +pod 'PPBlinkID', '~> 4.5.0' ``` - Install the dependencies in your project: @@ -703,6 +703,12 @@ The [`MBAustraliaDlBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. +#### Brunei + +The [`MBBruneiIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBBruneiIdFrontRecognizer.html) is recognizer specialised for scanning front side of Brunei ID. + +This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + #### Colombia The [`MBColombiaIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBColombiaIdFrontRecognizer.html) is recognizer specialised for scanning front side of Colombian ID. @@ -735,10 +741,17 @@ This recognizer can be used in any overlay view controller, but it works best wi #### Cyprus -The [`MBCyprusIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusIdFrontRecognizer.html) is recognizer specialised for scanning front side of Czprus ID. +The [`MBCyprusIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusIdFrontRecognizer.html) is recognizer specialised for scanning front side of Cyprus ID issued after 2015. This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. -The [`MBCyprusIdBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusIdBackRecognizer.html) is recognizer specialised for scanning back side of Croatian ID. +The [`MBCyprusIdBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusIdBackRecognizer.html) is recognizer specialised for scanning back side of Cyprus ID issued after 2015. + +This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + +The [`MBCyprusOldIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusOldIdFrontRecognizer.html) is recognizer specialised for scanning front side of Cyprus ID. +This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + +The [`MBCyprusOldIdBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBCyprusOldIdFrontRecognizer.html) is recognizer specialised for scanning back side of Cyprus ID. This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. @@ -854,11 +867,11 @@ The [`MBMalaysiaDLFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. -The [`MBMyKadFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMyKadFrontRecognizer.html) is recognizer specialised for scanning front side of MyKad. +The [`MBMalaysiaMyKadFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaMyKadFrontRecognizer.html) is recognizer specialised for scanning front side of MyKad. This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. -The [`MBMyKadBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMyKadBackRecognizer.html) is recognizer specialised for scanning back side of MyKad. +The [`MBMalaysiaMyKadBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaMyKadBackRecognizer.html) is recognizer specialised for scanning back side of MyKad. This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. @@ -866,7 +879,15 @@ The [`MBMalaysiaMyTenteraFrontRecognizer`](http://blinkid.github.io/blinkid-ios/ This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. -The [`MBiKadRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBiKadRecognizer.html) is recognizer specialised for scanning iKad. +The [`MBMalaysiaIkadFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaIkadFrontRecognizer.html) is recognizer specialised for scanning iKad. + +This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + +The [`MBMalaysiaMyPrFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaMyPrFrontRecognizer.html) is recognizer specialised for scanning MyPR. + +This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + +The [`MBMalaysiaMyKasFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaMyKasFrontRecognizer.html) is recognizer specialised for scanning MyKAS. This recognizer can be used in any overlay view controller, but it works best with the [`MBDocumentOverlayViewController`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. @@ -1498,6 +1519,6 @@ done # Additional info -Complete API reference can be found [here](http://blinkid.github.io/blinkid-ios/index.html). +Complete API reference can be found [here](http://blinkid.github.io/blinkid-ios/docs/index.html). For any other questions, feel free to contact us at [help.microblink.com](http://help.microblink.com). diff --git a/Release notes.md b/Release notes.md index fa3ad7ef..623b2d4f 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,5 +1,67 @@ # Release notes +## 4.5.0 + +- Updates and additions + - added support for reading front side of Brunei ID - use `MBBruneiIdFrontRecognizer` + - added support for reading front and back side of Cyprus ID, issued after 2015. - use `MBCyprusIdFrontRecognizer` and `MByprusIdBackRecognizer` + - added support for reading front side of Malaysian MyKAS - use `MBMalaysiaMyKasFrontRecognizer` + - added support for reading front side of Malaysian MyPR - use `MBMalaysiaMyPrFrontRecognizer` + - enabled capturing high resolution camera frames: + - When custom UI integration is performed, use `- (void)captureHighResImage:(MBCaptureHighResImage)highResoulutionImageCaptured` on `MBRecognizerRunnerViewController` + - When using provided scan overlay view controllers, high resolution full camera frames taken at the moment of successful scan are returned if this option is enabled through `MBOverlaySettings`. Concrete `MBDocumentOverlaySettings` and `MBDocumentVerificationOverlaySettings` have property `captureHighResImage` to support this feature and new optional delegate on respective delegates + +- Improvements in ID scanning performance + - improved reading accuracy for the following recognizers (**DeepOCR** support): + - `MBHongKongIdFrontRecognizer` + - `MBMalaysiaMyKadFrontRecognizer` + - `MBMalaysiaMyKadBackRecognizer` + - `MBMalaysiaMyTenteraFrontRecognizer` + - `MBMalaysiaDlFrontRecognizer` + - `MBNewZealandDlFrontRecognizer` + - improved `MBPaymentCard` recognizers: + - better OCR and data extraction + - added support for reading payment card numbers in 4x6x4 and 4x6x5 format + - improveed UAE recognizers: + - glare detection is enabled for all images returned from `MBUnitedArabEmiratesDlFrontRecognizer`, `MBUnitedArabEmiratesIdBackRecognizer` and `MBUnitedArabEmiratesIdFrontRecognizer` recognizers + - improved `MBMrtdRecognizer`: + - added option to set extension factors for full document image: use method `fullDocumentImageExtensionFactors` + - added option to encode `fullDocumentImage` and `mrzImage` to JPEG and save them to `MBMrtdRecognizerResult`: use `encodeMrzImage` and `encodeFullDocumentImage` to enable encoding + +- Minor API changes + - renamed `MBIkadRecognizer` to `MBMalaysiaIkadFrontRecognizer` and methods in recognizer and its `Result`: + - `expiryDate` to `dateOfExpiry ` + - `sex ` to `gender` + - renamed `MBMyKadFrontRecogniezer` to `MBMalaysiaMyKadFrontRecognizer` and methods in recognizer and its `Result`: + - `ownerFullName ` to `fullName` + - `ownerAddress ` to `fullAddress` + - `addressStreet ` to `street` + - `ownerAddressZipCode ` to `zipcode` + - `ownerAddressCity ` to `city ` + - `ownerAddressState ` to `ownerState` + - `ownerBirthDate ` to `birthDate` + - `ownerSex ` to `sex` + - `ownerReligion ` to `religion` + - `nricNumber ` to `nric` + - `MBMalaysiaMyKadFrontRecognizer` does not extract `armyNumber` anymore, use `MBMalaysiaMyTenteraFrontRecognizer` for scanning `MyTentera` + - `MBMrtdRecognizer`: + - method `saveImageDPI` which has been used to set DPI for full document and MRZ image is replaced with methods `fullDocumentImageDpi` and `mrzImageDpi` + + - renamed methods in `MBSwitzerlandIdBackRecognizer` and its `Result`: + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + - renamed methods in `MBSwitzerlandPassportRecognizer` and its `Result`: + - `placeOfBirth` to `placeOfOrigin` + - `nonMrzDateOfBirth` to `dateOfBirth` + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + +- Bugfixes + - MBDocumentFaceRecognizer now correctly applies DPI settings to returned face and full document images + - fixed a crash which happened when scanning region was set before overlay view controller loaded, but after it was initialized + - fixed missing `init` in `MBDotsResultSubview` for Swift + + ## 4.4.0 - Updates and additions diff --git a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift.xcodeproj/project.pbxproj b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift.xcodeproj/project.pbxproj index 678f473b..6d0cac0f 100644 --- a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift.xcodeproj/project.pbxproj @@ -23,7 +23,7 @@ 315532251D94241C001B9440 /* MicroBlink.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 315532231D94241C001B9440 /* MicroBlink.bundle */; }; A2351A2A1EDF002000C1271E /* MicroBlink.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 315532241D94241C001B9440 /* MicroBlink.framework */; }; A2351A2B1EDF002000C1271E /* MicroBlink.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 315532241D94241C001B9440 /* MicroBlink.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - A28E566A21A2D52A001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566921A2D52A001C3BA9 /* blinkid-license.txt */; }; + A2C8BF9521CBCC80001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9421CBCC80001A097C /* blinkid-license.txt */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -58,7 +58,7 @@ 3155321D1D9418DA001B9440 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 315532231D94241C001B9440 /* MicroBlink.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = MicroBlink.bundle; path = ../../MicroBlink.bundle; sourceTree = ""; }; 315532241D94241C001B9440 /* MicroBlink.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MicroBlink.framework; path = ../../MicroBlink.framework; sourceTree = ""; }; - A28E566921A2D52A001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9421CBCC80001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -132,7 +132,7 @@ B466BA2420F4E587003108A7 /* License */ = { isa = PBXGroup; children = ( - A28E566921A2D52A001C3BA9 /* blinkid-license.txt */, + A2C8BF9421CBCC80001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -202,7 +202,7 @@ 3139C89F1C294F2C005AC32C /* LaunchScreen.storyboard in Resources */, 3139C89C1C294F2C005AC32C /* Assets.xcassets in Resources */, 3139C89A1C294F2C005AC32C /* Main.storyboard in Resources */, - A28E566A21A2D52A001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9521CBCC80001A097C /* blinkid-license.txt in Resources */, 315532251D94241C001B9440 /* MicroBlink.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/License/blinkid-license.txt b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/License/blinkid-license.txt and b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/License/blinkid-license.txt differ diff --git a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/ViewController.swift b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/ViewController.swift index fecf2045..19415106 100644 --- a/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/ViewController.swift +++ b/Samples/BlinkID-sample-Swift/BlinkID-sample-Swift/ViewController.swift @@ -17,7 +17,7 @@ class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) } diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj index c6dcae9a..c135c796 100644 --- a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj @@ -22,7 +22,7 @@ 3159A5C31CF4A5F100641A11 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C21CF4A5F100641A11 /* libiconv.tbd */; }; 3159A5C51CF4A5F400641A11 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C41CF4A5F400641A11 /* Accelerate.framework */; }; A211FC1A2195C1E0000332BE /* CustomOverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A211FC192195C1E0000332BE /* CustomOverlayViewController.m */; }; - A28E567621A2D6F8001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E567521A2D6F8001C3BA9 /* blinkid-license.txt */; }; + A2C8BF9721CBCD07001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9621CBCD07001A097C /* blinkid-license.txt */; }; A2FE135D1F7503A600C6F1EA /* MicroBlink.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A58A1CF4805D00641A11 /* MicroBlink.framework */; }; A2FE135E1F7503A600C6F1EA /* MicroBlink.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A58A1CF4805D00641A11 /* MicroBlink.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; A2FE13611F7503C200C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE13601F7503C200C6F1EA /* libz.tbd */; }; @@ -64,7 +64,7 @@ 3159A5C41CF4A5F400641A11 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; A211FC182195C1E0000332BE /* CustomOverlayViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomOverlayViewController.h; sourceTree = ""; }; A211FC192195C1E0000332BE /* CustomOverlayViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CustomOverlayViewController.m; sourceTree = ""; }; - A28E567521A2D6F8001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9621CBCD07001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; A2FE13601F7503C200C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -151,7 +151,7 @@ B4A57ACC20F4E61B004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E567521A2D6F8001C3BA9 /* blinkid-license.txt */, + A2C8BF9621CBCD07001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -219,7 +219,7 @@ 187392121AA4B1070031D6C9 /* Main.storyboard in Resources */, 187392171AA4B1070031D6C9 /* LaunchScreen.xib in Resources */, 186226B71AB1B0A6002D71E5 /* en.strings in Resources */, - A28E567621A2D6F8001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9721CBCD07001A097C /* blinkid-license.txt in Resources */, 187392141AA4B1070031D6C9 /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m index d5c526a8..b332e777 100644 --- a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( // Override point for customization after application launch. /** First, set license key as soon as possible */ - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"blinkid-license" withExtension:@"txt" inSubdirectory:@"" forBundle:[NSBundle mainBundle]]; return YES; } diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/License/blinkid-license.txt b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/License/blinkid-license.txt and b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/License/blinkid-license.txt differ diff --git a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift.xcodeproj/project.pbxproj b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift.xcodeproj/project.pbxproj index 17de9313..1735f72d 100755 --- a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift.xcodeproj/project.pbxproj @@ -22,7 +22,7 @@ 310E45E61C206DF600B546BD /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 310E45E51C206DF600B546BD /* libc++.tbd */; }; 3139C9371C32AE72005AC32C /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C9361C32AE72005AC32C /* MobileCoreServices.framework */; }; 31BF2FD41D95498C008816F3 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31BF2FD31D95498C008816F3 /* ViewController.swift */; }; - A28E566C21A2D5B6001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566B21A2D5B6001C3BA9 /* blinkid-license.txt */; }; + A2C8BF9921CBCD47001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9821CBCD47001A097C /* blinkid-license.txt */; }; A2FE137A1F75097F00C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE13791F75097F00C6F1EA /* libz.tbd */; }; /* End PBXBuildFile section */ @@ -57,7 +57,7 @@ 310E45E51C206DF600B546BD /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; 3139C9361C32AE72005AC32C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 31BF2FD31D95498C008816F3 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - A28E566B21A2D5B6001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9821CBCD47001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; A2FE13791F75097F00C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -132,7 +132,7 @@ B4A57ACF20F4E65B004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E566B21A2D5B6001C3BA9 /* blinkid-license.txt */, + A2C8BF9821CBCD47001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -201,7 +201,7 @@ 184958DC20AD8E8700F27C8D /* MicroBlink.bundle in Resources */, 310E45A41C20612300B546BD /* LaunchScreen.storyboard in Resources */, 310E45A11C20612300B546BD /* Assets.xcassets in Resources */, - A28E566C21A2D5B6001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9921CBCD47001A097C /* blinkid-license.txt in Resources */, 310E459F1C20612300B546BD /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/AppDelegate.swift b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/AppDelegate.swift index c70037bf..560fcf59 100755 --- a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/AppDelegate.swift +++ b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) return true } diff --git a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/License/blinkid-license.txt b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/License/blinkid-license.txt and b/Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/License/blinkid-license.txt differ diff --git a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift.xcodeproj/project.pbxproj b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift.xcodeproj/project.pbxproj index d8677df8..c2e4309f 100644 --- a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift.xcodeproj/project.pbxproj @@ -23,7 +23,7 @@ A207A4C020A48633002AEDB0 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A4BF20A48633002AEDB0 /* libc++.tbd */; }; A207A4C220A4863E002AEDB0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A4C120A4863E002AEDB0 /* libz.tbd */; }; A207A4CF20A49237002AEDB0 /* MBCameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A207A4CE20A49237002AEDB0 /* MBCameraViewController.swift */; }; - A28E566E21A2D5F7001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566D21A2D5F7001C3BA9 /* blinkid-license.txt */; }; + A2C8BF9B21CBCD5F001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9A21CBCD5F001A097C /* blinkid-license.txt */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -58,7 +58,7 @@ A207A4BF20A48633002AEDB0 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; A207A4C120A4863E002AEDB0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; A207A4CE20A49237002AEDB0 /* MBCameraViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBCameraViewController.swift; sourceTree = ""; }; - A28E566D21A2D5F7001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9A21CBCD5F001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -131,7 +131,7 @@ B4A57AD220F4E68F004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E566D21A2D5F7001C3BA9 /* blinkid-license.txt */, + A2C8BF9A21CBCD5F001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -199,7 +199,7 @@ 184958E520AD8F4800F27C8D /* MicroBlink.bundle in Resources */, A207A4AD20A485E0002AEDB0 /* LaunchScreen.storyboard in Resources */, A207A4AA20A485E0002AEDB0 /* Assets.xcassets in Resources */, - A28E566E21A2D5F7001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9B21CBCD5F001A097C /* blinkid-license.txt in Resources */, A207A4A820A485DF002AEDB0 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift index 388ed5a0..83e1f559 100644 --- a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift +++ b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift @@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) return true } diff --git a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/blinkid-license.txt b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/blinkid-license.txt and b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/blinkid-license.txt differ diff --git a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift.xcodeproj/project.pbxproj b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift.xcodeproj/project.pbxproj index ff184b45..63b99fd9 100644 --- a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift.xcodeproj/project.pbxproj @@ -24,7 +24,7 @@ A207A44E20A44207002AEDB0 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A44D20A44206002AEDB0 /* libc++.tbd */; }; A207A45020A44211002AEDB0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A44F20A44211002AEDB0 /* libz.tbd */; }; A207A45B20A4467B002AEDB0 /* MBGenericPreset.swift in Sources */ = {isa = PBXBuildFile; fileRef = A207A45A20A4467B002AEDB0 /* MBGenericPreset.swift */; }; - A28E567021A2D632001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566F21A2D632001C3BA9 /* blinkid-license.txt */; }; + A2C8BF9D21CBCD7D001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9C21CBCD7D001A097C /* blinkid-license.txt */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -60,7 +60,7 @@ A207A44D20A44206002AEDB0 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; A207A44F20A44211002AEDB0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; A207A45A20A4467B002AEDB0 /* MBGenericPreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBGenericPreset.swift; sourceTree = ""; }; - A28E566F21A2D632001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9C21CBCD7D001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -135,7 +135,7 @@ B4A57AD520F4E6C9004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E566F21A2D632001C3BA9 /* blinkid-license.txt */, + A2C8BF9C21CBCD7D001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -203,7 +203,7 @@ 184958D820AD8E4700F27C8D /* MicroBlink.bundle in Resources */, A207A43920A4419A002AEDB0 /* LaunchScreen.storyboard in Resources */, A207A43620A4419A002AEDB0 /* Assets.xcassets in Resources */, - A28E567021A2D632001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9D21CBCD7D001A097C /* blinkid-license.txt in Resources */, A207A43420A44199002AEDB0 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/AppDelegate.swift b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/AppDelegate.swift index f40868b6..5ed82cfe 100644 --- a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/AppDelegate.swift +++ b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) return true diff --git a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/License/blinkid-license.txt b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/License/blinkid-license.txt and b/Samples/FieldByField-sample-Swift/FieldByField-sample-Swift/License/blinkid-license.txt differ diff --git a/Samples/Templating-sample-swift/Templating-sample-swift.xcodeproj/project.pbxproj b/Samples/Templating-sample-swift/Templating-sample-swift.xcodeproj/project.pbxproj index 377803ca..314f8afe 100644 --- a/Samples/Templating-sample-swift/Templating-sample-swift.xcodeproj/project.pbxproj +++ b/Samples/Templating-sample-swift/Templating-sample-swift.xcodeproj/project.pbxproj @@ -24,7 +24,7 @@ A207A48820A45D32002AEDB0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A48720A45D32002AEDB0 /* libz.tbd */; }; A207A49320A45E16002AEDB0 /* MBCroatianIDTemplateUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A207A49220A45E16002AEDB0 /* MBCroatianIDTemplateUtils.swift */; }; A207A49520A47A67002AEDB0 /* MBCroatianIDFrontTemplateRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A207A49420A47A67002AEDB0 /* MBCroatianIDFrontTemplateRecognizer.swift */; }; - A28E567421A2D6B2001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E567321A2D6B2001C3BA9 /* blinkid-license.txt */; }; + A2C8BFA121CBCDAB001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BFA021CBCDAB001A097C /* blinkid-license.txt */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -60,7 +60,7 @@ A207A48720A45D32002AEDB0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; A207A49220A45E16002AEDB0 /* MBCroatianIDTemplateUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBCroatianIDTemplateUtils.swift; sourceTree = ""; }; A207A49420A47A67002AEDB0 /* MBCroatianIDFrontTemplateRecognizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBCroatianIDFrontTemplateRecognizer.swift; sourceTree = ""; }; - A28E567321A2D6B2001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BFA021CBCDAB001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -134,7 +134,7 @@ B4A57ADB20F4E774004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E567321A2D6B2001C3BA9 /* blinkid-license.txt */, + A2C8BFA021CBCDAB001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -202,7 +202,7 @@ 184958F120AD917500F27C8D /* MicroBlink.bundle in Resources */, A207A47320A45C7C002AEDB0 /* LaunchScreen.storyboard in Resources */, A207A47020A45C7C002AEDB0 /* Assets.xcassets in Resources */, - A28E567421A2D6B2001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BFA121CBCDAB001A097C /* blinkid-license.txt in Resources */, A207A46E20A45C7A002AEDB0 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/Templating-sample-swift/Templating-sample-swift/AppDelegate.swift b/Samples/Templating-sample-swift/Templating-sample-swift/AppDelegate.swift index f012b355..27f9a6b2 100644 --- a/Samples/Templating-sample-swift/Templating-sample-swift/AppDelegate.swift +++ b/Samples/Templating-sample-swift/Templating-sample-swift/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) return true diff --git a/Samples/Templating-sample-swift/Templating-sample-swift/License/blinkid-license.txt b/Samples/Templating-sample-swift/Templating-sample-swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/Templating-sample-swift/Templating-sample-swift/License/blinkid-license.txt and b/Samples/Templating-sample-swift/Templating-sample-swift/License/blinkid-license.txt differ diff --git a/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj b/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj index 19b104e7..56b5b043 100755 --- a/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj @@ -20,9 +20,9 @@ 3139C8361C22B338005AC32C /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C8351C22B338005AC32C /* libc++.tbd */; }; 3139C8381C22B33E005AC32C /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C8371C22B33E005AC32C /* libiconv.tbd */; }; A288D47B2073B5F20042A45F /* CustomOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A288D47A2073B5F20042A45F /* CustomOverlay.swift */; }; - A28E567221A2D662001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E567121A2D662001C3BA9 /* blinkid-license.txt */; }; A2AD639720D93B2D00739244 /* MicroBlink.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 184958EB20AD90F000F27C8D /* MicroBlink.framework */; }; A2AD639820D93B2D00739244 /* MicroBlink.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 184958EB20AD90F000F27C8D /* MicroBlink.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + A2C8BF9F21CBCD96001A097C /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2C8BF9E21CBCD95001A097C /* blinkid-license.txt */; }; A2FE137F1F75106F00C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE137E1F75106F00C6F1EA /* libz.tbd */; }; /* End PBXBuildFile section */ @@ -57,7 +57,7 @@ 3139C8351C22B338005AC32C /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; 3139C8371C22B33E005AC32C /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; }; A288D47A2073B5F20042A45F /* CustomOverlay.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomOverlay.swift; sourceTree = ""; }; - A28E567121A2D662001C3BA9 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A2C8BF9E21CBCD95001A097C /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; A2FE137E1F75106F00C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -131,7 +131,7 @@ B4A57AD820F4E700004AA280 /* License */ = { isa = PBXGroup; children = ( - A28E567121A2D662001C3BA9 /* blinkid-license.txt */, + A2C8BF9E21CBCD95001A097C /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -201,7 +201,7 @@ 184958EC20AD90F000F27C8D /* MicroBlink.bundle in Resources */, 3139C8251C22B2AC005AC32C /* LaunchScreen.storyboard in Resources */, 3139C8221C22B2AC005AC32C /* Assets.xcassets in Resources */, - A28E567221A2D662001C3BA9 /* blinkid-license.txt in Resources */, + A2C8BF9F21CBCD96001A097C /* blinkid-license.txt in Resources */, 3139C8201C22B2AC005AC32C /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/blinkid-license.txt b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/blinkid-license.txt index c0baaea3..93824466 100644 Binary files a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/blinkid-license.txt and b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/blinkid-license.txt differ diff --git a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift index f010a5af..57f105d4 100644 --- a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift +++ b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift @@ -17,7 +17,7 @@ class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() - // Valid until: 2019-02-07 + // Valid until: 2019-03-20 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) } diff --git a/Transition guide.md b/Transition guide.md index 214f5b91..9a0cbfe6 100644 --- a/Transition guide.md +++ b/Transition guide.md @@ -1,3 +1,33 @@ +## 4.5.0 + +- Minor API changes + - renamed `MBIkadRecognizer` to `MBMalaysiaIkadFrontRecognizer` and methods in recognizer and its `Result`: + - `expiryDate` to `dateOfExpiry` + - `sex ` to `gender` + - renamed `MBMyKadFrontRecogniezer` to `MBMalaysiaMyKadFrontRecognizer` and methods in recognizer and its `Result`: + - `ownerFullName ` to `fullName` + - `ownerAddress ` to `fullAddress` + - `addressStreet ` to `street` + - `ownerAddressZipCode ` to `zipcode` + - `ownerAddressCity ` to `city` + - `ownerAddressState ` to `ownerState` + - `ownerBirthDate ` to `birthDate` + - `ownerSex ` to `sex` + - `ownerReligion ` to `religion` + - `nricNumber ` to `nric` + - `MBMalaysiaMyKadFrontRecognizer` does not extract `armyNumber` anymore, use `MBMalaysiaMyTenteraFrontRecognizer` for scanning `MyTentera` + - `MBMrtdRecognizer`: + - method `saveImageDPI` which has been used to set DPI for full document and MRZ image is replaced with methods `fullDocumentImageDpi` and `mrzImageDpi` + + - renamed methods in `MBSwitzerlandIdBackRecognizer` and its `Result`: + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + - renamed methods in `MBSwitzerlandPassportRecognizer` and its `Result`: + - `placeOfBirth` to `placeOfOrigin` + - `nonMrzDateOfBirth` to `dateOfBirth` + - `nonMrzDateOfExpiry` to `dateOfExpiry` + - `nonMrzSex` to `sex` + ## 4.4.0 - Minor API changes diff --git a/buildCommit.txt b/buildCommit.txt index 05f4909a..8439da06 100644 --- a/buildCommit.txt +++ b/buildCommit.txt @@ -1 +1 @@ -Built from core repository commit f3c647e5b1ef43fc6843fefc7ff5e33ca21fc98e +Built from core repository commit dfd9aca166b9dbffa46493216a0074ae8956aa63 diff --git a/docs/Classes.html b/docs/Classes.html index 4843308e..04dcc22e 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -5249,6 +5261,87 @@

Declaration

+
+ +
+
+ +
@@ -5388,7 +5481,7 @@

Declaration

-

Class representing values obtained when scanning front side of German ID

+

Recognizer which can scan front side of Germany national ID cards.

See more
@@ -5398,14 +5491,15 @@

Declaration

Objective-C


 @interface MBGermanyIdFrontRecognizerResult
-    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
-                                MBSignatureImageResult,
-                                MBFullDocumentImageResult>
+ : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult, + MBSignatureImageResult, MBEncodedSignatureImageResult> @@ -6916,6 +7010,174 @@

Declaration

+
+ +
+
+ +
+ +
+ +
  • @@ -7838,88 +8100,6 @@

    Declaration

-
- -
-
- -
@@ -11834,7 +12015,7 @@

Declaration

-

Class representing values obtained when scanning front side of Swiss ID

+

Recognizer which can scan front side of Switzerland ID.

See more
@@ -11844,14 +12025,15 @@

Declaration

Objective-C


 @interface MBSwitzerlandIdFrontRecognizerResult
-    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
-                                MBSignatureImageResult,
-                                MBFullDocumentImageResult>
+ : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult, + MBSignatureImageResult, MBEncodedSignatureImageResult> @@ -12450,12 +12632,12 @@

Declaration

: MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage, MBEncodeFullDocumentImage, - MBDigitalSignature> + MBDigitalSignature, MBFullDocumentImageExtensionFactors> @@ -12779,7 +12961,7 @@

Declaration

diff --git a/docs/Classes/MBAmountParser.html b/docs/Classes/MBAmountParser.html index e43caab2..e0864952 100644 --- a/docs/Classes/MBAmountParser.html +++ b/docs/Classes/MBAmountParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

Declaration

diff --git a/docs/Classes/MBAmountParserResult.html b/docs/Classes/MBAmountParserResult.html index 8f53db1a..59afe277 100644 --- a/docs/Classes/MBAmountParserResult.html +++ b/docs/Classes/MBAmountParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlBackRecognizer.html b/docs/Classes/MBAustraliaDlBackRecognizer.html index 047f5564..e8fc6a64 100644 --- a/docs/Classes/MBAustraliaDlBackRecognizer.html +++ b/docs/Classes/MBAustraliaDlBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlBackRecognizerResult.html b/docs/Classes/MBAustraliaDlBackRecognizerResult.html index 5b2b3539..591dc18c 100644 --- a/docs/Classes/MBAustraliaDlBackRecognizerResult.html +++ b/docs/Classes/MBAustraliaDlBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1534,7 +1546,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlFrontRecognizer.html b/docs/Classes/MBAustraliaDlFrontRecognizer.html index 3458feb0..09b76869 100644 --- a/docs/Classes/MBAustraliaDlFrontRecognizer.html +++ b/docs/Classes/MBAustraliaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlFrontRecognizerResult.html b/docs/Classes/MBAustraliaDlFrontRecognizerResult.html index b247e68a..9246e341 100644 --- a/docs/Classes/MBAustraliaDlFrontRecognizerResult.html +++ b/docs/Classes/MBAustraliaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaCombinedRecognizer.html b/docs/Classes/MBAustriaCombinedRecognizer.html index 516afb31..fbca6b11 100644 --- a/docs/Classes/MBAustriaCombinedRecognizer.html +++ b/docs/Classes/MBAustriaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1861,7 +1873,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaCombinedRecognizerResult.html b/docs/Classes/MBAustriaCombinedRecognizerResult.html index 96d9275c..7990c0eb 100644 --- a/docs/Classes/MBAustriaCombinedRecognizerResult.html +++ b/docs/Classes/MBAustriaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1827,7 +1839,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaDlFrontRecognizer.html b/docs/Classes/MBAustriaDlFrontRecognizer.html index 60dbacaa..7ab55ce9 100644 --- a/docs/Classes/MBAustriaDlFrontRecognizer.html +++ b/docs/Classes/MBAustriaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaDlFrontRecognizerResult.html b/docs/Classes/MBAustriaDlFrontRecognizerResult.html index f12ede50..7621c3b9 100644 --- a/docs/Classes/MBAustriaDlFrontRecognizerResult.html +++ b/docs/Classes/MBAustriaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaIdBackRecognizer.html b/docs/Classes/MBAustriaIdBackRecognizer.html index 549a10cd..9c9f9c6c 100644 --- a/docs/Classes/MBAustriaIdBackRecognizer.html +++ b/docs/Classes/MBAustriaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1586,7 +1598,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaIdBackRecognizerResult.html b/docs/Classes/MBAustriaIdBackRecognizerResult.html index 9e7c82e8..b50aed4e 100644 --- a/docs/Classes/MBAustriaIdBackRecognizerResult.html +++ b/docs/Classes/MBAustriaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1631,7 +1643,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaIdFrontRecognizer.html b/docs/Classes/MBAustriaIdFrontRecognizer.html index 774175d9..3bf10e0b 100644 --- a/docs/Classes/MBAustriaIdFrontRecognizer.html +++ b/docs/Classes/MBAustriaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1554,7 +1566,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaIdFrontRecognizerResult.html b/docs/Classes/MBAustriaIdFrontRecognizerResult.html index c89333ae..7d9c26fb 100644 --- a/docs/Classes/MBAustriaIdFrontRecognizerResult.html +++ b/docs/Classes/MBAustriaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaPassportRecognizer.html b/docs/Classes/MBAustriaPassportRecognizer.html index c0066dae..cc3be1e8 100644 --- a/docs/Classes/MBAustriaPassportRecognizer.html +++ b/docs/Classes/MBAustriaPassportRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1792,7 +1804,7 @@

Declaration

diff --git a/docs/Classes/MBAustriaPassportRecognizerResult.html b/docs/Classes/MBAustriaPassportRecognizerResult.html index f15971c6..26b45953 100644 --- a/docs/Classes/MBAustriaPassportRecognizerResult.html +++ b/docs/Classes/MBAustriaPassportRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1761,7 +1773,7 @@

Declaration

diff --git a/docs/Classes/MBBarcodeOverlaySettings.html b/docs/Classes/MBBarcodeOverlaySettings.html index 61fa7133..b901c199 100644 --- a/docs/Classes/MBBarcodeOverlaySettings.html +++ b/docs/Classes/MBBarcodeOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

Declaration

diff --git a/docs/Classes/MBBarcodeOverlayViewController.html b/docs/Classes/MBBarcodeOverlayViewController.html index 05500915..1bc4151f 100644 --- a/docs/Classes/MBBarcodeOverlayViewController.html +++ b/docs/Classes/MBBarcodeOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

Return Value

diff --git a/docs/Classes/MBBarcodeRecognizer.html b/docs/Classes/MBBarcodeRecognizer.html index 6d2bc3cb..953dabc4 100644 --- a/docs/Classes/MBBarcodeRecognizer.html +++ b/docs/Classes/MBBarcodeRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2006,7 +2018,7 @@

Declaration

diff --git a/docs/Classes/MBBarcodeRecognizerResult.html b/docs/Classes/MBBarcodeRecognizerResult.html index 1843f13d..ac83cea5 100644 --- a/docs/Classes/MBBarcodeRecognizerResult.html +++ b/docs/Classes/MBBarcodeRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1562,7 +1574,7 @@

Return Value

diff --git a/docs/Classes/MBBaseOcrEngineOptions.html b/docs/Classes/MBBaseOcrEngineOptions.html index e7fb4bd8..94f80ead 100644 --- a/docs/Classes/MBBaseOcrEngineOptions.html +++ b/docs/Classes/MBBaseOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1422,7 +1434,7 @@

Declaration

diff --git a/docs/Classes/MBBaseOcrOverlaySettings.html b/docs/Classes/MBBaseOcrOverlaySettings.html index be565fac..24670059 100644 --- a/docs/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/Classes/MBBaseOcrOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

Declaration

diff --git a/docs/Classes/MBBaseOverlaySettings.html b/docs/Classes/MBBaseOverlaySettings.html index 659acea2..db6d0baf 100644 --- a/docs/Classes/MBBaseOverlaySettings.html +++ b/docs/Classes/MBBaseOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1651,7 +1663,7 @@

Declaration

diff --git a/docs/Classes/MBBaseOverlayViewController.html b/docs/Classes/MBBaseOverlayViewController.html index 1fbea765..feecf36c 100644 --- a/docs/Classes/MBBaseOverlayViewController.html +++ b/docs/Classes/MBBaseOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1379,7 +1391,7 @@

Declaration

diff --git a/docs/Classes/MBBlinkInputRecognizer.html b/docs/Classes/MBBlinkInputRecognizer.html index 34ec5f8e..f2dd21c1 100644 --- a/docs/Classes/MBBlinkInputRecognizer.html +++ b/docs/Classes/MBBlinkInputRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1444,7 +1456,7 @@

Declaration

diff --git a/docs/Classes/MBBlinkInputRecognizerResult.html b/docs/Classes/MBBlinkInputRecognizerResult.html index 47e1d132..f01b5019 100644 --- a/docs/Classes/MBBlinkInputRecognizerResult.html +++ b/docs/Classes/MBBlinkInputRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

Declaration

diff --git a/docs/Classes/MBCameraSettings.html b/docs/Classes/MBCameraSettings.html index b64dfc5e..ae48aa3d 100644 --- a/docs/Classes/MBCameraSettings.html +++ b/docs/Classes/MBCameraSettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1733,7 +1745,7 @@

Return Value

diff --git a/docs/Classes/MBCharWithVariants.html b/docs/Classes/MBCharWithVariants.html index d24d6db8..e817a6c5 100644 --- a/docs/Classes/MBCharWithVariants.html +++ b/docs/Classes/MBCharWithVariants.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1528,7 +1540,7 @@

Return Value

diff --git a/docs/Classes/MBColombiaDlFrontRecognizer.html b/docs/Classes/MBColombiaDlFrontRecognizer.html index 9cc2d455..9254e0f6 100644 --- a/docs/Classes/MBColombiaDlFrontRecognizer.html +++ b/docs/Classes/MBColombiaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

Declaration

diff --git a/docs/Classes/MBColombiaDlFrontRecognizerResult.html b/docs/Classes/MBColombiaDlFrontRecognizerResult.html index 52ca6059..ae5933d9 100644 --- a/docs/Classes/MBColombiaDlFrontRecognizerResult.html +++ b/docs/Classes/MBColombiaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

Declaration

diff --git a/docs/Classes/MBColombiaIdBackRecognizer.html b/docs/Classes/MBColombiaIdBackRecognizer.html index f35a684a..9ef2cd4c 100644 --- a/docs/Classes/MBColombiaIdBackRecognizer.html +++ b/docs/Classes/MBColombiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1489,7 +1501,7 @@

Declaration

diff --git a/docs/Classes/MBColombiaIdBackRecognizerResult.html b/docs/Classes/MBColombiaIdBackRecognizerResult.html index db08dc90..067431a9 100644 --- a/docs/Classes/MBColombiaIdBackRecognizerResult.html +++ b/docs/Classes/MBColombiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,7 @@

Declaration

diff --git a/docs/Classes/MBColombiaIdFrontRecognizer.html b/docs/Classes/MBColombiaIdFrontRecognizer.html index bdba8cd3..0e637360 100644 --- a/docs/Classes/MBColombiaIdFrontRecognizer.html +++ b/docs/Classes/MBColombiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1486,7 +1498,7 @@

Declaration

diff --git a/docs/Classes/MBColombiaIdFrontRecognizerResult.html b/docs/Classes/MBColombiaIdFrontRecognizerResult.html index f4c32219..15847929 100644 --- a/docs/Classes/MBColombiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBColombiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaCombinedRecognizer.html b/docs/Classes/MBCroatiaCombinedRecognizer.html index 5d22bd34..c365257c 100644 --- a/docs/Classes/MBCroatiaCombinedRecognizer.html +++ b/docs/Classes/MBCroatiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

Declaration

Swift

-
init!()
+
init()
@@ -1397,12 +1409,12 @@

Declaration

Objective-C

@property (readonly, strong, nonatomic)
-    MBCroatiaCombinedRecognizerResult *result;
+ MBCroatiaCombinedRecognizerResult *_Nonnull result;

Swift

-
var result: MBCroatiaCombinedRecognizerResult! { get }
+
var result: MBCroatiaCombinedRecognizerResult { get }
@@ -1417,7 +1429,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaCombinedRecognizerResult.html b/docs/Classes/MBCroatiaCombinedRecognizerResult.html index 5ca02cf4..fb834fd8 100644 --- a/docs/Classes/MBCroatiaCombinedRecognizerResult.html +++ b/docs/Classes/MBCroatiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaIdBackRecognizer.html b/docs/Classes/MBCroatiaIdBackRecognizer.html index 23807395..19c26432 100644 --- a/docs/Classes/MBCroatiaIdBackRecognizer.html +++ b/docs/Classes/MBCroatiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1518,7 +1530,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaIdBackRecognizerResult.html b/docs/Classes/MBCroatiaIdBackRecognizerResult.html index e7b1817a..eae8730f 100644 --- a/docs/Classes/MBCroatiaIdBackRecognizerResult.html +++ b/docs/Classes/MBCroatiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1567,7 +1579,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaIdFrontRecognizer.html b/docs/Classes/MBCroatiaIdFrontRecognizer.html index 1ce0b959..ba810a33 100644 --- a/docs/Classes/MBCroatiaIdFrontRecognizer.html +++ b/docs/Classes/MBCroatiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1622,7 +1634,7 @@

Declaration

diff --git a/docs/Classes/MBCroatiaIdFrontRecognizerResult.html b/docs/Classes/MBCroatiaIdFrontRecognizerResult.html index 8ab845eb..2b797f64 100644 --- a/docs/Classes/MBCroatiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBCroatiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

Declaration

diff --git a/docs/Classes/MBCustomOverlayViewController.html b/docs/Classes/MBCustomOverlayViewController.html index d58a3ec7..26ff6cd3 100644 --- a/docs/Classes/MBCustomOverlayViewController.html +++ b/docs/Classes/MBCustomOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1747,7 +1759,7 @@

Declaration

diff --git a/docs/Classes/MBCyprusIdBackRecognizer.html b/docs/Classes/MBCyprusIdBackRecognizer.html index c9372a96..1c1eccb6 100644 --- a/docs/Classes/MBCyprusIdBackRecognizer.html +++ b/docs/Classes/MBCyprusIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,6 +1418,40 @@

Declaration

+
  • +
    + + + + extractExpiresOn + +
    +
    +
    +
    +
    +
    +

    Defines if the expiry date of Cryprus ID card should be extracted.

    + +

    Default: YES

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL extractExpiresOn;
    + +
    +
    +

    Swift

    +
    var extractExpiresOn: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdBackRecognizerResult.html b/docs/Classes/MBCyprusIdBackRecognizerResult.html index 9cb3a3c9..d18419eb 100644 --- a/docs/Classes/MBCyprusIdBackRecognizerResult.html +++ b/docs/Classes/MBCyprusIdBackRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1399,6 +1411,38 @@

    Declaration

    +
  • +
    + + + + expiresOn + +
    +
    +
    +
    +
    +
    +

    The expiry date of Cyprus ID card.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull expiresOn;
    + +
    +
    +

    Swift

    +
    var expiresOn: MBDateResult { get }
    + +
    +
    +
    +
    +
  • @@ -1439,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdFrontRecognizer.html b/docs/Classes/MBCyprusIdFrontRecognizer.html index 738655b2..b3fd8579 100644 --- a/docs/Classes/MBCyprusIdFrontRecognizer.html +++ b/docs/Classes/MBCyprusIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdFrontRecognizerResult.html b/docs/Classes/MBCyprusIdFrontRecognizerResult.html index ae931a8b..f2d20bac 100644 --- a/docs/Classes/MBCyprusIdFrontRecognizerResult.html +++ b/docs/Classes/MBCyprusIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1504,7 +1516,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaCombinedRecognizer.html b/docs/Classes/MBCzechiaCombinedRecognizer.html index 9094082b..14e4000b 100644 --- a/docs/Classes/MBCzechiaCombinedRecognizer.html +++ b/docs/Classes/MBCzechiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBCzechiaCombinedRecognizerResult *result;
    + MBCzechiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBCzechiaCombinedRecognizerResult! { get }
    +
    var result: MBCzechiaCombinedRecognizerResult { get }
    @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaCombinedRecognizerResult.html b/docs/Classes/MBCzechiaCombinedRecognizerResult.html index 171672de..408694d6 100644 --- a/docs/Classes/MBCzechiaCombinedRecognizerResult.html +++ b/docs/Classes/MBCzechiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1796,7 +1808,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdBackRecognizer.html b/docs/Classes/MBCzechiaIdBackRecognizer.html index 6102431e..18c7586a 100644 --- a/docs/Classes/MBCzechiaIdBackRecognizer.html +++ b/docs/Classes/MBCzechiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1516,7 +1528,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdBackRecognizerResult.html b/docs/Classes/MBCzechiaIdBackRecognizerResult.html index 57b527b9..2d817f18 100644 --- a/docs/Classes/MBCzechiaIdBackRecognizerResult.html +++ b/docs/Classes/MBCzechiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdFrontRecognizer.html b/docs/Classes/MBCzechiaIdFrontRecognizer.html index ca4b8d98..03754b1f 100644 --- a/docs/Classes/MBCzechiaIdFrontRecognizer.html +++ b/docs/Classes/MBCzechiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdFrontRecognizerResult.html b/docs/Classes/MBCzechiaIdFrontRecognizerResult.html index 1916731e..a4d3f170 100644 --- a/docs/Classes/MBCzechiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBCzechiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1728,7 +1740,7 @@

    Declaration

    diff --git a/docs/Classes/MBDPIBasedDewarpPolicy.html b/docs/Classes/MBDPIBasedDewarpPolicy.html index 00f98970..27d29f7d 100644 --- a/docs/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/Classes/MBDPIBasedDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1467,7 +1479,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateParser.html b/docs/Classes/MBDateParser.html index 591b79d9..5687d1b7 100644 --- a/docs/Classes/MBDateParser.html +++ b/docs/Classes/MBDateParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1480,7 +1492,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateParserResult.html b/docs/Classes/MBDateParserResult.html index c8c5990b..202dd06f 100644 --- a/docs/Classes/MBDateParserResult.html +++ b/docs/Classes/MBDateParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateResult.html b/docs/Classes/MBDateResult.html index ce4de1ed..06d8b4f8 100644 --- a/docs/Classes/MBDateResult.html +++ b/docs/Classes/MBDateResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1720,7 +1732,7 @@

    Return Value

    diff --git a/docs/Classes/MBDeepOcrEngineOptions.html b/docs/Classes/MBDeepOcrEngineOptions.html index be6fc25e..03f30d14 100644 --- a/docs/Classes/MBDeepOcrEngineOptions.html +++ b/docs/Classes/MBDeepOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1485,7 +1497,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetector.html b/docs/Classes/MBDetector.html index a72e42de..2baf598a 100644 --- a/docs/Classes/MBDetector.html +++ b/docs/Classes/MBDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorRecognizer.html b/docs/Classes/MBDetectorRecognizer.html index b12eb42b..e2a4270c 100644 --- a/docs/Classes/MBDetectorRecognizer.html +++ b/docs/Classes/MBDetectorRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1509,7 +1521,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorRecognizerResult.html b/docs/Classes/MBDetectorRecognizerResult.html index 8f9e8250..02881f5a 100644 --- a/docs/Classes/MBDetectorRecognizerResult.html +++ b/docs/Classes/MBDetectorRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorResult.html b/docs/Classes/MBDetectorResult.html index 7fb9b216..2ff27b29 100644 --- a/docs/Classes/MBDetectorResult.html +++ b/docs/Classes/MBDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/Classes/MBDewarpPolicy.html b/docs/Classes/MBDewarpPolicy.html index c33185c6..27ffa2ba 100644 --- a/docs/Classes/MBDewarpPolicy.html +++ b/docs/Classes/MBDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableDetection.html b/docs/Classes/MBDisplayableDetection.html index aed64f61..c183b350 100644 --- a/docs/Classes/MBDisplayableDetection.html +++ b/docs/Classes/MBDisplayableDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableObject.html b/docs/Classes/MBDisplayableObject.html index 75852fa6..66996fb9 100644 --- a/docs/Classes/MBDisplayableObject.html +++ b/docs/Classes/MBDisplayableObject.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1379,7 +1391,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayablePointsDetection.html b/docs/Classes/MBDisplayablePointsDetection.html index 8b43dddd..71a469c5 100644 --- a/docs/Classes/MBDisplayablePointsDetection.html +++ b/docs/Classes/MBDisplayablePointsDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableQuadDetection.html b/docs/Classes/MBDisplayableQuadDetection.html index 6924e530..08668220 100644 --- a/docs/Classes/MBDisplayableQuadDetection.html +++ b/docs/Classes/MBDisplayableQuadDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentDetector.html b/docs/Classes/MBDocumentDetector.html index c779073d..29c40bbb 100644 --- a/docs/Classes/MBDocumentDetector.html +++ b/docs/Classes/MBDocumentDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1527,7 +1539,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentDetectorResult.html b/docs/Classes/MBDocumentDetectorResult.html index da774808..be296227 100644 --- a/docs/Classes/MBDocumentDetectorResult.html +++ b/docs/Classes/MBDocumentDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizer.html b/docs/Classes/MBDocumentFaceRecognizer.html index 07158104..8c27c309 100644 --- a/docs/Classes/MBDocumentFaceRecognizer.html +++ b/docs/Classes/MBDocumentFaceRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1487,7 +1499,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizerResult.html b/docs/Classes/MBDocumentFaceRecognizerResult.html index 2df0ab00..4c69d719 100644 --- a/docs/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/Classes/MBDocumentFaceRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlaySettings.html b/docs/Classes/MBDocumentOverlaySettings.html index ef4ab6dd..acb94c7b 100644 --- a/docs/Classes/MBDocumentOverlaySettings.html +++ b/docs/Classes/MBDocumentOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlayViewController.html b/docs/Classes/MBDocumentOverlayViewController.html index ab1f8cbf..81611739 100644 --- a/docs/Classes/MBDocumentOverlayViewController.html +++ b/docs/Classes/MBDocumentOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentSpecification.html b/docs/Classes/MBDocumentSpecification.html index e922b624..e13d6b2c 100644 --- a/docs/Classes/MBDocumentSpecification.html +++ b/docs/Classes/MBDocumentSpecification.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1753,7 +1765,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentSubview.html b/docs/Classes/MBDocumentSubview.html index 70d4bf27..845523f9 100644 --- a/docs/Classes/MBDocumentSubview.html +++ b/docs/Classes/MBDocumentSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationInstructionsSubview.html b/docs/Classes/MBDocumentVerificationInstructionsSubview.html index 880e73e7..83831438 100644 --- a/docs/Classes/MBDocumentVerificationInstructionsSubview.html +++ b/docs/Classes/MBDocumentVerificationInstructionsSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationOverlaySettings.html b/docs/Classes/MBDocumentVerificationOverlaySettings.html index 8f1b3d6c..b138a04e 100644 --- a/docs/Classes/MBDocumentVerificationOverlaySettings.html +++ b/docs/Classes/MBDocumentVerificationOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1489,9 +1501,45 @@

    Declaration

  • +
    +
    +
    +
    +
    +

    Returns/sets splash message that is shown after scanning the document.

    + +

    Default: string defined by photopay_done_splash_verification_document + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull scanningDoneSplashMessage;
    + +
    +
    +

    Swift

    +
    var scanningDoneSplashMessage: String { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + glareMessage
    @@ -1510,12 +1558,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readwrite, strong, nonatomic) NSString *_Nonnull glareStatusMessage;
    +
    @property (readwrite, strong, nonatomic) NSString *_Nonnull glareMessage;

    Swift

    -
    var glareStatusMessage: String { get set }
    +
    var glareMessage: String { get set }
    @@ -1664,7 +1712,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationOverlayViewController.html b/docs/Classes/MBDocumentVerificationOverlayViewController.html index 742e645b..49e32c4c 100644 --- a/docs/Classes/MBDocumentVerificationOverlayViewController.html +++ b/docs/Classes/MBDocumentVerificationOverlayViewController.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1476,7 +1488,7 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentVerificationSubview.html b/docs/Classes/MBDocumentVerificationSubview.html index 115c1517..9218f968 100644 --- a/docs/Classes/MBDocumentVerificationSubview.html +++ b/docs/Classes/MBDocumentVerificationSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1474,7 +1486,7 @@

    Declaration

    diff --git a/docs/Classes/MBDotsResultSubview.html b/docs/Classes/MBDotsResultSubview.html index 926dce72..2d4d4a20 100644 --- a/docs/Classes/MBDotsResultSubview.html +++ b/docs/Classes/MBDotsResultSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1512,7 +1524,7 @@

    Declaration

    diff --git a/docs/Classes/MBDotsSubview.html b/docs/Classes/MBDotsSubview.html index a87956f7..5d01c12f 100644 --- a/docs/Classes/MBDotsSubview.html +++ b/docs/Classes/MBDotsSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1567,7 +1579,7 @@

    Declaration

    diff --git a/docs/Classes/MBEgyptIdFrontRecognizer.html b/docs/Classes/MBEgyptIdFrontRecognizer.html index e87bf17e..69b4a9c7 100644 --- a/docs/Classes/MBEgyptIdFrontRecognizer.html +++ b/docs/Classes/MBEgyptIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Declaration

    diff --git a/docs/Classes/MBEgyptIdFrontRecognizerResult.html b/docs/Classes/MBEgyptIdFrontRecognizerResult.html index 6cdf4045..024a4d53 100644 --- a/docs/Classes/MBEgyptIdFrontRecognizerResult.html +++ b/docs/Classes/MBEgyptIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardBackRecognizer.html b/docs/Classes/MBElitePaymentCardBackRecognizer.html index 44b6899a..d3fc8bc8 100644 --- a/docs/Classes/MBElitePaymentCardBackRecognizer.html +++ b/docs/Classes/MBElitePaymentCardBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1508,6 +1520,74 @@

    Declaration

    +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1516,7 +1596,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardBackRecognizerResult.html b/docs/Classes/MBElitePaymentCardBackRecognizerResult.html index e5e22e82..9c854407 100644 --- a/docs/Classes/MBElitePaymentCardBackRecognizerResult.html +++ b/docs/Classes/MBElitePaymentCardBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1503,7 +1515,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardCombinedRecognizer.html b/docs/Classes/MBElitePaymentCardCombinedRecognizer.html index 82f47b3d..6500fe56 100644 --- a/docs/Classes/MBElitePaymentCardCombinedRecognizer.html +++ b/docs/Classes/MBElitePaymentCardCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1543,6 +1555,108 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1551,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html b/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html index 3da7bd91..4a211593 100644 --- a/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html +++ b/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardFrontRecognizer.html b/docs/Classes/MBElitePaymentCardFrontRecognizer.html index 948281cc..e87500ec 100644 --- a/docs/Classes/MBElitePaymentCardFrontRecognizer.html +++ b/docs/Classes/MBElitePaymentCardFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1440,6 +1452,40 @@

    Declaration

    +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html b/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html index 345cc758..9a539d0f 100644 --- a/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html +++ b/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/Classes/MBEmailParser.html b/docs/Classes/MBEmailParser.html index 22db4865..acceb3c6 100644 --- a/docs/Classes/MBEmailParser.html +++ b/docs/Classes/MBEmailParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBEmailParserResult.html b/docs/Classes/MBEmailParserResult.html index 1b874738..f56ada83 100644 --- a/docs/Classes/MBEmailParserResult.html +++ b/docs/Classes/MBEmailParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBEudlRecognizer.html b/docs/Classes/MBEudlRecognizer.html index 30a87ec4..6480cc2b 100644 --- a/docs/Classes/MBEudlRecognizer.html +++ b/docs/Classes/MBEudlRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/Classes/MBEudlRecognizerResult.html b/docs/Classes/MBEudlRecognizerResult.html index c82e34a5..a8a04c32 100644 --- a/docs/Classes/MBEudlRecognizerResult.html +++ b/docs/Classes/MBEudlRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1696,7 +1708,7 @@

    Declaration

    diff --git a/docs/Classes/MBFieldByFieldOverlaySettings.html b/docs/Classes/MBFieldByFieldOverlaySettings.html index 6fd556ec..00b3d6ea 100644 --- a/docs/Classes/MBFieldByFieldOverlaySettings.html +++ b/docs/Classes/MBFieldByFieldOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1565,6 +1577,80 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Returns/sets next button description text that is shown above next button + when there are still scanning elements left to be scanned

    + +

    Default: string defined by field_by_field_next_button_description + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull nextButtonDescriptionText;
    + +
    +
    +

    Swift

    +
    var nextButtonDescriptionText: String { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Returns/sets next button description text that is shown above next button + when there are no scanning elements left to be scanned

    + +

    Default: string defined by field_by_field_last_next_button_description + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull nextButtonLastDescriptionText;
    + +
    +
    +

    Swift

    +
    var nextButtonLastDescriptionText: String { get set }
    + +
    +
    +
    +
    +
  • @@ -1573,7 +1659,7 @@

    Declaration

    diff --git a/docs/Classes/MBFieldByFieldOverlayViewController.html b/docs/Classes/MBFieldByFieldOverlayViewController.html index 220f405d..b770021c 100644 --- a/docs/Classes/MBFieldByFieldOverlayViewController.html +++ b/docs/Classes/MBFieldByFieldOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1496,7 +1508,7 @@

    Declaration

    diff --git a/docs/Classes/MBFixedDewarpPolicy.html b/docs/Classes/MBFixedDewarpPolicy.html index 9564680b..3b2a4d31 100644 --- a/docs/Classes/MBFixedDewarpPolicy.html +++ b/docs/Classes/MBFixedDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1465,7 +1477,7 @@

    Declaration

    diff --git a/docs/Classes/MBFrameGrabberRecognizer.html b/docs/Classes/MBFrameGrabberRecognizer.html index 390379b5..06ba66ab 100644 --- a/docs/Classes/MBFrameGrabberRecognizer.html +++ b/docs/Classes/MBFrameGrabberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyCombinedRecognizer.html b/docs/Classes/MBGermanyCombinedRecognizer.html index db36f15b..2cac20b0 100644 --- a/docs/Classes/MBGermanyCombinedRecognizer.html +++ b/docs/Classes/MBGermanyCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1370,7 +1382,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1398,12 +1410,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBGermanyCombinedRecognizerResult *result;
    + MBGermanyCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBGermanyCombinedRecognizerResult! { get }
    +
    var result: MBGermanyCombinedRecognizerResult { get }
    @@ -1452,7 +1464,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyCombinedRecognizerResult.html b/docs/Classes/MBGermanyCombinedRecognizerResult.html index 265451a3..50575256 100644 --- a/docs/Classes/MBGermanyCombinedRecognizerResult.html +++ b/docs/Classes/MBGermanyCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyDlBackRecognizer.html b/docs/Classes/MBGermanyDlBackRecognizer.html new file mode 100644 index 00000000..f0f106b2 --- /dev/null +++ b/docs/Classes/MBGermanyDlBackRecognizer.html @@ -0,0 +1,1434 @@ + + + + MBGermanyDlBackRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBGermanyDlBackRecognizer

    + +

    Recognizer which can scan back side of German DL cards.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

      +
      init()
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + result + +
      +
      +
      +
      +
      +
      +

      Result of scanning GermanyDlBackRecognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, strong, nonatomic)
      +    MBGermanyDlBackRecognizerResult *_Nonnull result;
      + +
      +
      +

      Swift

      +
      var result: MBGermanyDlBackRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBGermanyDlBackRecognizerResult.html b/docs/Classes/MBGermanyDlBackRecognizerResult.html new file mode 100644 index 00000000..04fdb3e6 --- /dev/null +++ b/docs/Classes/MBGermanyDlBackRecognizerResult.html @@ -0,0 +1,1459 @@ + + + + MBGermanyDlBackRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBGermanyDlBackRecognizerResult

    +
    +
    +
    
    +@interface MBGermanyDlBackRecognizerResult
    +    : MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
    +                          MBEncodedFullDocumentImageResult>
    + +
    +
    +

    Recognizer which can scan back side of German DL cards.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssueB10 + +
      +
      +
      +
      +
      +
      +

      The date of issue for B category of German DL card.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssueB10;
      + +
      +
      +

      Swift

      +
      var dateOfIssueB10: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      The date of issue for B category of German DL card is not specified.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) BOOL dateOfIssueB10NotSpecified;
      + +
      +
      +

      Swift

      +
      var dateOfIssueB10NotSpecified: Bool { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBGermanyIdBackRecognizer.html b/docs/Classes/MBGermanyIdBackRecognizer.html index 36c87399..9251b8fe 100644 --- a/docs/Classes/MBGermanyIdBackRecognizer.html +++ b/docs/Classes/MBGermanyIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1585,7 +1597,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdBackRecognizerResult.html b/docs/Classes/MBGermanyIdBackRecognizerResult.html index 2f12c5fd..0608bc1c 100644 --- a/docs/Classes/MBGermanyIdBackRecognizerResult.html +++ b/docs/Classes/MBGermanyIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1694,7 +1706,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdFrontRecognizer.html b/docs/Classes/MBGermanyIdFrontRecognizer.html index f5be1d6a..789c81d1 100644 --- a/docs/Classes/MBGermanyIdFrontRecognizer.html +++ b/docs/Classes/MBGermanyIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,15 +1338,15 @@

    MBGermanyIdFrontRecognizer

    -

    Class for configuring German ID Front Recognizer.

    - -

    German ID Front recognizer is used for scanning front side of German ID.

    +

    Recognizer which can scan front side of Germany national ID cards.

    @@ -1388,7 +1400,7 @@

    Declaration

    -

    German ID Front recognizer result

    +

    Result of scanning GermanyIdFrontRecognizer

    @@ -1411,9 +1423,9 @@

    Declaration

  • @@ -1421,7 +1433,7 @@

    Declaration

    -

    Defines if owner’s first names should be extracted from German ID

    +

    Defines if CAN number of Germany ID should be extracted.

    Default: YES

    @@ -1430,12 +1442,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractGivenNames;
    +
    @property (assign, readwrite, nonatomic) BOOL extractCanNumber;

    Swift

    -
    var extractGivenNames: Bool { get set }
    +
    var extractCanNumber: Bool { get set }
    @@ -1445,9 +1457,9 @@

    Declaration

  • @@ -1455,7 +1467,7 @@

    Declaration

    -

    Defines if owner’s surname should be extracted from German ID

    +

    Defines if date of expiry of Germany ID should be extracted.

    Default: YES

    @@ -1464,12 +1476,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractSurname;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;

    Swift

    -
    var extractSurname: Bool { get set }
    +
    var extractDateOfExpiry: Bool { get set }
    @@ -1479,9 +1491,9 @@

    Declaration

  • @@ -1489,7 +1501,7 @@

    Declaration

    -

    Defines if owner’s place of birth should be extracted from German ID

    +

    Defines if document number of Germany ID should be extracted.

    Default: YES

    @@ -1498,12 +1510,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDocumentNumber;

    Swift

    -
    var extractPlaceOfBirth: Bool { get set }
    +
    var extractDocumentNumber: Bool { get set }
    @@ -1513,9 +1525,9 @@

    Declaration

  • @@ -1523,7 +1535,7 @@

    Declaration

    -

    Defines if owner’s nationality should be extracted from German ID

    +

    Defines if given names of Germany ID owner should be extracted.

    Default: YES

    @@ -1532,12 +1544,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractNationality;
    +
    @property (assign, readwrite, nonatomic) BOOL extractGivenNames;

    Swift

    -
    var extractNationality: Bool { get set }
    +
    var extractGivenNames: Bool { get set }
    @@ -1547,9 +1559,9 @@

    Declaration

  • @@ -1557,7 +1569,7 @@

    Declaration

    -

    Defines if date of expiry should be extracted from German ID

    +

    Defines if nationality of Germany ID owner should be extracted.

    Default: YES

    @@ -1566,12 +1578,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;
    +
    @property (assign, readwrite, nonatomic) BOOL extractNationality;

    Swift

    -
    var extractDateOfExpiry: Bool { get set }
    +
    var extractNationality: Bool { get set }
    @@ -1581,9 +1593,9 @@

    Declaration

  • @@ -1591,7 +1603,7 @@

    Declaration

    -

    Defines if CAN number should be extracted from German ID

    +

    Defines if place of birth of Germany ID owner should be extracted.

    Default: YES

    @@ -1600,12 +1612,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractCanNumber;
    +
    @property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;

    Swift

    -
    var extractCanNumber: Bool { get set }
    +
    var extractPlaceOfBirth: Bool { get set }
    @@ -1615,9 +1627,9 @@

    Declaration

  • @@ -1625,7 +1637,7 @@

    Declaration

    -

    Defines if document number should be extracted from German ID

    +

    Defines if surname of Germany ID owner should be extracted.

    Default: YES

    @@ -1634,12 +1646,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDocumentNumber;
    +
    @property (assign, readwrite, nonatomic) BOOL extractSurname;

    Swift

    -
    var extractDocumentNumber: Bool { get set }
    +
    var extractSurname: Bool { get set }
    @@ -1654,7 +1666,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdFrontRecognizerResult.html b/docs/Classes/MBGermanyIdFrontRecognizerResult.html index 3c1a6c03..29d03259 100644 --- a/docs/Classes/MBGermanyIdFrontRecognizerResult.html +++ b/docs/Classes/MBGermanyIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,13 +1338,14 @@

    MBGermanyIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of German ID

    +

    Recognizer which can scan front side of Germany national ID cards.

  • @@ -1371,73 +1384,9 @@

    Declaration

  • - - - firstName - -
    -
    -
    -
    -
    -
    -

    The first name of the German ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *firstName;
    - -
    -
    -

    Swift

    -
    var firstName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - lastName - -
    -
    -
    -
    -
    -
    -

    The last name of the German ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *lastName;
    - -
    -
    -

    Swift

    -
    var lastName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - nationality + + + canNumber
    @@ -1445,19 +1394,19 @@

    Declaration

    -

    The nationality of the German ID owner.

    +

    The CAN number of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *nationality;
    +
    @property (readonly, nonatomic) NSString *_Nonnull canNumber;

    Swift

    -
    var nationality: String? { get }
    +
    var canNumber: String { get }
    @@ -1467,9 +1416,9 @@

    Declaration

  • @@ -1477,19 +1426,19 @@

    Declaration

    -

    The date of birth of German ID owner in dd.MM.yyyy format.

    +

    The date of birth of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfBirth;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1499,9 +1448,9 @@

    Declaration

  • @@ -1509,19 +1458,19 @@

    Declaration

    -

    The date of birth of German ID owner

    +

    The date of expiry of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var dateOfExpiry: MBDateResult { get }
    @@ -1531,9 +1480,9 @@

    Declaration

  • @@ -1541,19 +1490,19 @@

    Declaration

    -

    The place of birth of the German ID

    +

    The document number of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *placeOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull documentNumber;

    Swift

    -
    var placeOfBirth: String? { get }
    +
    var documentNumber: String { get }
    @@ -1563,9 +1512,9 @@

    Declaration

  • @@ -1573,19 +1522,19 @@

    Declaration

    -

    The document date of expiry of the German ID in dd.MM.yyyy format.

    +

    The given names of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfExpiry;
    +
    @property (readonly, nonatomic) NSString *_Nonnull givenNames;

    Swift

    -
    var rawDateOfExpiry: String? { get }
    +
    var givenNames: String { get }
    @@ -1595,9 +1544,9 @@

    Declaration

  • @@ -1605,19 +1554,19 @@

    Declaration

    -

    The document date of expiry of the German ID

    +

    The nationality of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;
    +
    @property (readonly, nonatomic) NSString *_Nonnull nationality;

    Swift

    -
    var dateOfExpiry: Date? { get }
    +
    var nationality: String { get }
    @@ -1627,9 +1576,9 @@

    Declaration

  • @@ -1637,19 +1586,19 @@

    Declaration

    -

    The document number of the German ID

    +

    The place of birth of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *documentNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;

    Swift

    -
    var documentNumber: String? { get }
    +
    var placeOfBirth: String { get }
    @@ -1659,9 +1608,9 @@

    Declaration

  • - - - canNumber + + + surname
    @@ -1669,19 +1618,19 @@

    Declaration

    -

    The CAN number of the German ID

    +

    The surname of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *canNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull surname;

    Swift

    -
    var canNumber: String? { get }
    +
    var surname: String { get }
    @@ -1696,7 +1645,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyOldIdRecognizer.html b/docs/Classes/MBGermanyOldIdRecognizer.html index 4c65bd59..40c3629a 100644 --- a/docs/Classes/MBGermanyOldIdRecognizer.html +++ b/docs/Classes/MBGermanyOldIdRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1450,7 +1462,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyOldIdRecognizerResult.html b/docs/Classes/MBGermanyOldIdRecognizerResult.html index e42a1d32..26ab2ee1 100644 --- a/docs/Classes/MBGermanyOldIdRecognizerResult.html +++ b/docs/Classes/MBGermanyOldIdRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyPassportRecognizer.html b/docs/Classes/MBGermanyPassportRecognizer.html index 7c07d8c6..6ead4338 100644 --- a/docs/Classes/MBGermanyPassportRecognizer.html +++ b/docs/Classes/MBGermanyPassportRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1620,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyPassportRecognizerResult.html b/docs/Classes/MBGermanyPassportRecognizerResult.html index ef85263e..2b95a020 100644 --- a/docs/Classes/MBGermanyPassportRecognizerResult.html +++ b/docs/Classes/MBGermanyPassportRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/Classes/MBGlareStatusSubview.html b/docs/Classes/MBGlareStatusSubview.html index 1e926190..3e315fba 100644 --- a/docs/Classes/MBGlareStatusSubview.html +++ b/docs/Classes/MBGlareStatusSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1497,7 +1509,7 @@

    Declaration

    diff --git a/docs/Classes/MBHongKongIdFrontRecognizer.html b/docs/Classes/MBHongKongIdFrontRecognizer.html index a5a7485b..80e37b06 100644 --- a/docs/Classes/MBHongKongIdFrontRecognizer.html +++ b/docs/Classes/MBHongKongIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1621,7 +1633,7 @@

    Declaration

    diff --git a/docs/Classes/MBHongKongIdFrontRecognizerResult.html b/docs/Classes/MBHongKongIdFrontRecognizerResult.html index 88adbdfe..9ba88f48 100644 --- a/docs/Classes/MBHongKongIdFrontRecognizerResult.html +++ b/docs/Classes/MBHongKongIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1600,7 +1612,7 @@

    Declaration

    diff --git a/docs/Classes/MBIbanParser.html b/docs/Classes/MBIbanParser.html index 46239f71..122d563f 100644 --- a/docs/Classes/MBIbanParser.html +++ b/docs/Classes/MBIbanParser.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1480,7 +1492,7 @@

    Declaration

    diff --git a/docs/Classes/MBIbanParserResult.html b/docs/Classes/MBIbanParserResult.html index 4c3d7d23..45449a1f 100644 --- a/docs/Classes/MBIbanParserResult.html +++ b/docs/Classes/MBIbanParserResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBIkadRecognizer.html b/docs/Classes/MBIkadRecognizer.html index 76005f14..aaa5021e 100644 --- a/docs/Classes/MBIkadRecognizer.html +++ b/docs/Classes/MBIkadRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1686,7 +1698,7 @@

    Declaration

    diff --git a/docs/Classes/MBIkadRecognizerResult.html b/docs/Classes/MBIkadRecognizerResult.html index 516ee455..4e4c2caf 100644 --- a/docs/Classes/MBIkadRecognizerResult.html +++ b/docs/Classes/MBIkadRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1759,7 +1771,7 @@

    Declaration

    diff --git a/docs/Classes/MBImage.html b/docs/Classes/MBImage.html index a0e16d55..cf818ddf 100644 --- a/docs/Classes/MBImage.html +++ b/docs/Classes/MBImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1647,7 +1659,7 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessor.html b/docs/Classes/MBImageReturnProcessor.html index 29f28368..a2848399 100644 --- a/docs/Classes/MBImageReturnProcessor.html +++ b/docs/Classes/MBImageReturnProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,7 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessorResult.html b/docs/Classes/MBImageReturnProcessorResult.html index 28b23998..6eb88126 100644 --- a/docs/Classes/MBImageReturnProcessorResult.html +++ b/docs/Classes/MBImageReturnProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1438,7 +1450,7 @@

    Declaration

    diff --git a/docs/Classes/MBIndonesiaIdFrontRecognizer.html b/docs/Classes/MBIndonesiaIdFrontRecognizer.html index a923a0c1..c0726f13 100644 --- a/docs/Classes/MBIndonesiaIdFrontRecognizer.html +++ b/docs/Classes/MBIndonesiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1892,7 +1904,7 @@

    Declaration

    diff --git a/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html b/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html index 0f0d1a1c..b107f84e 100644 --- a/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1985,7 +1997,7 @@

    Declaration

    diff --git a/docs/Classes/MBIrelandDlFrontRecognizer.html b/docs/Classes/MBIrelandDlFrontRecognizer.html index 4d9f6c25..bb2a7b41 100644 --- a/docs/Classes/MBIrelandDlFrontRecognizer.html +++ b/docs/Classes/MBIrelandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1756,7 +1768,7 @@

    Declaration

    diff --git a/docs/Classes/MBIrelandDlFrontRecognizerResult.html b/docs/Classes/MBIrelandDlFrontRecognizerResult.html index a0c48ed3..44e74a06 100644 --- a/docs/Classes/MBIrelandDlFrontRecognizerResult.html +++ b/docs/Classes/MBIrelandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1729,7 +1741,7 @@

    Declaration

    diff --git a/docs/Classes/MBItalyDlFrontRecognizer.html b/docs/Classes/MBItalyDlFrontRecognizer.html index 76820778..e84bed87 100644 --- a/docs/Classes/MBItalyDlFrontRecognizer.html +++ b/docs/Classes/MBItalyDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1722,7 +1734,7 @@

    Declaration

    diff --git a/docs/Classes/MBItalyDlFrontRecognizerResult.html b/docs/Classes/MBItalyDlFrontRecognizerResult.html index ad93079c..61e5d448 100644 --- a/docs/Classes/MBItalyDlFrontRecognizerResult.html +++ b/docs/Classes/MBItalyDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1697,7 +1709,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanCombinedRecognizer.html b/docs/Classes/MBJordanCombinedRecognizer.html index 2a38ff68..555c78f4 100644 --- a/docs/Classes/MBJordanCombinedRecognizer.html +++ b/docs/Classes/MBJordanCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBJordanCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBJordanCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBJordanCombinedRecognizerResult! { get }
    +
    var result: MBJordanCombinedRecognizerResult { get }
    @@ -1517,7 +1530,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanCombinedRecognizerResult.html b/docs/Classes/MBJordanCombinedRecognizerResult.html index 98e20b3b..490d8fdf 100644 --- a/docs/Classes/MBJordanCombinedRecognizerResult.html +++ b/docs/Classes/MBJordanCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1666,7 +1678,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdBackRecognizer.html b/docs/Classes/MBJordanIdBackRecognizer.html index 32e3d0ff..ca7641cd 100644 --- a/docs/Classes/MBJordanIdBackRecognizer.html +++ b/docs/Classes/MBJordanIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdBackRecognizerResult.html b/docs/Classes/MBJordanIdBackRecognizerResult.html index 40e22a6c..960effe2 100644 --- a/docs/Classes/MBJordanIdBackRecognizerResult.html +++ b/docs/Classes/MBJordanIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdFrontRecognizer.html b/docs/Classes/MBJordanIdFrontRecognizer.html index f5a84267..9efdbfd2 100644 --- a/docs/Classes/MBJordanIdFrontRecognizer.html +++ b/docs/Classes/MBJordanIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdFrontRecognizerResult.html b/docs/Classes/MBJordanIdFrontRecognizerResult.html index 8392238a..fdf65d5e 100644 --- a/docs/Classes/MBJordanIdFrontRecognizerResult.html +++ b/docs/Classes/MBJordanIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1503,7 +1515,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdBackRecognizer.html b/docs/Classes/MBKuwaitIdBackRecognizer.html index 3f6d975d..d83ea5f8 100644 --- a/docs/Classes/MBKuwaitIdBackRecognizer.html +++ b/docs/Classes/MBKuwaitIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1448,7 +1460,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdBackRecognizerResult.html b/docs/Classes/MBKuwaitIdBackRecognizerResult.html index 2e6945a3..352a6506 100644 --- a/docs/Classes/MBKuwaitIdBackRecognizerResult.html +++ b/docs/Classes/MBKuwaitIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdFrontRecognizer.html b/docs/Classes/MBKuwaitIdFrontRecognizer.html index 6f1b2405..b2bcd342 100644 --- a/docs/Classes/MBKuwaitIdFrontRecognizer.html +++ b/docs/Classes/MBKuwaitIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdFrontRecognizerResult.html b/docs/Classes/MBKuwaitIdFrontRecognizerResult.html index 4132331f..4569c40b 100644 --- a/docs/Classes/MBKuwaitIdFrontRecognizerResult.html +++ b/docs/Classes/MBKuwaitIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyMRTDRecognizerResult.html b/docs/Classes/MBLegacyMRTDRecognizerResult.html index dd3877d6..b56feede 100644 --- a/docs/Classes/MBLegacyMRTDRecognizerResult.html +++ b/docs/Classes/MBLegacyMRTDRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1919,7 +1931,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyRecognizer.html b/docs/Classes/MBLegacyRecognizer.html index e96df481..cc7fdba7 100644 --- a/docs/Classes/MBLegacyRecognizer.html +++ b/docs/Classes/MBLegacyRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyRecognizerResult.html b/docs/Classes/MBLegacyRecognizerResult.html index 79d3e780..8733a42a 100644 --- a/docs/Classes/MBLegacyRecognizerResult.html +++ b/docs/Classes/MBLegacyRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/Classes/MBLicensePlatesParser.html b/docs/Classes/MBLicensePlatesParser.html index 93f424e5..612e964f 100644 --- a/docs/Classes/MBLicensePlatesParser.html +++ b/docs/Classes/MBLicensePlatesParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1411,7 +1423,7 @@

    Declaration

    diff --git a/docs/Classes/MBLicensePlatesParserResult.html b/docs/Classes/MBLicensePlatesParserResult.html index f8851397..4bb7e323 100644 --- a/docs/Classes/MBLicensePlatesParserResult.html +++ b/docs/Classes/MBLicensePlatesParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBMalaysiaDlFrontRecognizer.html b/docs/Classes/MBMalaysiaDlFrontRecognizer.html index 2e7ba0d8..f88a1497 100644 --- a/docs/Classes/MBMalaysiaDlFrontRecognizer.html +++ b/docs/Classes/MBMalaysiaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html b/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html index 542eb631..88d67bc7 100644 --- a/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html +++ b/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1728,7 +1740,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyTenteraRecognizer.html b/docs/Classes/MBMalaysiaMyTenteraFrontRecognizer.html similarity index 95% rename from docs/Classes/MBMyTenteraRecognizer.html rename to docs/Classes/MBMalaysiaMyTenteraFrontRecognizer.html index 65f6b234..93defff7 100644 --- a/docs/Classes/MBMyTenteraRecognizer.html +++ b/docs/Classes/MBMalaysiaMyTenteraFrontRecognizer.html @@ -1,7 +1,7 @@ - MBMyTenteraRecognizer Class Reference + MBMalaysiaMyTenteraFrontRecognizer Class Reference @@ -14,9 +14,9 @@ - + - +

    @@ -44,7 +44,7 @@

    @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1321,19 +1333,19 @@
    -

    MBMyTenteraRecognizer

    +

    MBMalaysiaMyTenteraFrontRecognizer

    -

    Class for configuring My Tentera Recognizer.

    - -

    My Tentera recognizer is used for scanning My Tentera.

    +

    Recognizer which can scan front side of Malaysian MyTentera cards.

    @@ -1345,9 +1357,9 @@

    MBMyTenteraRecognizer

  • - + - -init + -init
    @@ -1377,9 +1389,9 @@

    Declaration

  • - + - result + result
    @@ -1387,7 +1399,7 @@

    Declaration

    -

    My Tentera recognizer result

    +

    Result of scanning MalaysiaMyTenteraFrontRecognizer

    @@ -1395,12 +1407,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBMyTenteraRecognizerResult *_Nonnull result;
    + MBMalaysiaMyTenteraFrontRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBMyTenteraRecognizerResult { get }
    +
    var result: MBMalaysiaMyTenteraFrontRecognizerResult { get }
    @@ -1410,9 +1422,9 @@

    Declaration

  • @@ -1420,7 +1432,7 @@

    Declaration

    -

    Defines if religion should be extracted from MyTentera

    +

    Defines if full name and address of Malaysian MyTentera owner should be extracted.

    Default: YES

    @@ -1429,12 +1441,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractReligion;
    +
    @property (assign, readwrite, nonatomic) BOOL extractFullNameAndAddress;

    Swift

    -
    var extractReligion: Bool { get set }
    +
    var extractFullNameAndAddress: Bool { get set }
    @@ -1444,9 +1456,9 @@

    Declaration

  • @@ -1454,7 +1466,7 @@

    Declaration

    -

    Defines if full name and address should be extracted from MyTentera

    +

    Defines if religion of Malaysian MyTentera owner should be extracted.

    Default: YES

    @@ -1463,12 +1475,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractFullNameAndAddress;
    +
    @property (assign, readwrite, nonatomic) BOOL extractReligion;

    Swift

    -
    var extractFullNameAndAddress: Bool { get set }
    +
    var extractReligion: Bool { get set }
    @@ -1483,7 +1495,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyTenteraRecognizerResult.html b/docs/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html similarity index 88% rename from docs/Classes/MBMyTenteraRecognizerResult.html rename to docs/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html index 277fb96c..23059176 100644 --- a/docs/Classes/MBMyTenteraRecognizerResult.html +++ b/docs/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html @@ -1,7 +1,7 @@ - MBMyTenteraRecognizerResult Class Reference + MBMalaysiaMyTenteraFrontRecognizerResult Class Reference @@ -14,9 +14,9 @@ - + - +

    @@ -44,7 +44,7 @@

    @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1321,17 +1333,18 @@
    -

    MBMyTenteraRecognizerResult

    +

    MBMalaysiaMyTenteraFrontRecognizerResult

    
    -@interface MBMyTenteraRecognizerResult
    -    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
    -                                MBFullDocumentImageResult>
    +@interface MBMalaysiaMyTenteraFrontRecognizerResult + : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult>
    -

    Class representing values obtained when scanning My Tentera

    +

    Recognizer which can scan front side of Malaysian MyTentera cards.

    @@ -1343,9 +1356,9 @@

    MBMyTenteraRecognizerResult

  • - + - -init + -init
    @@ -1370,46 +1383,9 @@

    Declaration

  • - - - nricNumber - -
    -
    -
    -
    -
    - -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *nricNumber;
    - -
    -
    -

    Swift

    -
    var nricNumber: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    @@ -1417,19 +1393,19 @@

    Declaration

    -

    Owner army number

    +

    The army number of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *armyNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull armyNumber;

    Swift

    -
    var armyNumber: String? { get }
    +
    var armyNumber: String { get }
    @@ -1439,9 +1415,9 @@

    Declaration

  • - - - ownerAddress + + + birthDate
    @@ -1449,19 +1425,19 @@

    Declaration

    -

    Owner address

    +

    The birth date of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddress;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull birthDate;

    Swift

    -
    var ownerAddress: String? { get }
    +
    var birthDate: MBDateResult { get }
    @@ -1471,9 +1447,9 @@

    Declaration

  • - - - ownerAddressCity + + + city
    @@ -1481,19 +1457,19 @@

    Declaration

    -

    Owner address city. Determined from owner address.

    +

    The city of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressCity;
    +
    @property (readonly, nonatomic) NSString *_Nonnull city;

    Swift

    -
    var ownerAddressCity: String? { get }
    +
    var city: String { get }
    @@ -1503,9 +1479,9 @@

    Declaration

  • @@ -1513,19 +1489,19 @@

    Declaration

    -

    Owner address state. Determined from owner address.

    +

    The address of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressState;
    +
    @property (readonly, nonatomic) NSString *_Nonnull fullAddress;

    Swift

    -
    var ownerAddressState: String? { get }
    +
    var fullAddress: String { get }
    @@ -1535,9 +1511,9 @@

    Declaration

  • @@ -1545,19 +1521,19 @@

    Declaration

    -

    Owner address Zip code. Determined from owner address.

    +

    The full name of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressZipCode;
    +
    @property (readonly, nonatomic) NSString *_Nonnull fullName;

    Swift

    -
    var ownerAddressZipCode: String? { get }
    +
    var fullName: String { get }
    @@ -1567,9 +1543,9 @@

    Declaration

  • - - - ownerAddressStreet + + + nric
    @@ -1577,19 +1553,19 @@

    Declaration

    -

    Owner street. Determined from owner address.

    +

    The nric of Malaysian MyTentera.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressStreet;
    +
    @property (readonly, nonatomic) NSString *_Nonnull nric;

    Swift

    -
    var ownerAddressStreet: String? { get }
    +
    var nric: String { get }
    @@ -1599,9 +1575,9 @@

    Declaration

  • @@ -1609,19 +1585,19 @@

    Declaration

    -

    Owner birth date string, as written on the document (YYMMDD format)

    +

    The state of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawOwnerBirthDate;
    +
    @property (readonly, nonatomic) NSString *_Nonnull ownerState;

    Swift

    -
    var rawOwnerBirthDate: String? { get }
    +
    var ownerState: String { get }
    @@ -1631,9 +1607,9 @@

    Declaration

  • - - - ownerBirthDate + + + religion
    @@ -1641,19 +1617,19 @@

    Declaration

    -

    Owner birth date converted in NSDate object

    +

    The religion of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *ownerBirthDate;
    +
    @property (readonly, nonatomic) NSString *_Nonnull religion;

    Swift

    -
    var ownerBirthDate: Date? { get }
    +
    var religion: String { get }
    @@ -1663,9 +1639,9 @@

    Declaration

  • - - - ownerFullName + + + sex
    @@ -1673,19 +1649,19 @@

    Declaration

    -

    Owner full name

    +

    The sex of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerFullName;
    +
    @property (readonly, nonatomic) NSString *_Nonnull sex;

    Swift

    -
    var ownerFullName: String? { get }
    +
    var sex: String { get }
    @@ -1695,9 +1671,9 @@

    Declaration

  • - - - ownerReligion + + + street
    @@ -1705,19 +1681,19 @@

    Declaration

    -

    Owner religion if written on MyKad

    +

    The street of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerReligion;
    +
    @property (readonly, nonatomic) NSString *_Nonnull street;

    Swift

    -
    var ownerReligion: String? { get }
    +
    var street: String { get }
    @@ -1727,9 +1703,9 @@

    Declaration

  • - - - ownerSex + + + zipcode
    @@ -1737,19 +1713,19 @@

    Declaration

    -

    Owner sex (M for male, F for female)

    +

    The zipcode of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerSex;
    +
    @property (readonly, nonatomic) NSString *_Nonnull zipcode;

    Swift

    -
    var ownerSex: String? { get }
    +
    var zipcode: String { get }
    @@ -1764,7 +1740,7 @@

    Declaration

    diff --git a/docs/Classes/MBMexicoVoterIdFrontRecognizer.html b/docs/Classes/MBMexicoVoterIdFrontRecognizer.html new file mode 100644 index 00000000..d0508c98 --- /dev/null +++ b/docs/Classes/MBMexicoVoterIdFrontRecognizer.html @@ -0,0 +1,1538 @@ + + + + MBMexicoVoterIdFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBMexicoVoterIdFrontRecognizer

    + +

    Recognizer which can scan front side of Mexican voter id.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

      +
      init()
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + result + +
      +
      +
      +
      +
      +
      +

      Result of scanning MexicoVoterIdFrontRecognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, strong, nonatomic)
      +    MBMexicoVoterIdFrontRecognizerResult *_Nonnull result;
      + +
      +
      +

      Swift

      +
      var result: MBMexicoVoterIdFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractAddress + +
      +
      +
      +
      +
      +
      +

      Defines if address of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractAddress;
      + +
      +
      +

      Swift

      +
      var extractAddress: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCurp + +
      +
      +
      +
      +
      +
      +

      Defines if CURP of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractCurp;
      + +
      +
      +

      Swift

      +
      var extractCurp: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFullName + +
      +
      +
      +
      +
      +
      +

      Defines if full name of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractFullName;
      + +
      +
      +

      Swift

      +
      var extractFullName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBMexicoVoterIdFrontRecognizerResult.html b/docs/Classes/MBMexicoVoterIdFrontRecognizerResult.html new file mode 100644 index 00000000..80d6fbd7 --- /dev/null +++ b/docs/Classes/MBMexicoVoterIdFrontRecognizerResult.html @@ -0,0 +1,1589 @@ + + + + MBMexicoVoterIdFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBMexicoVoterIdFrontRecognizerResult

    + +

    Recognizer which can scan front side of Mexican voter id.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + address + +
      +
      +
      +
      +
      +
      +

      The address of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull address;
      + +
      +
      +

      Swift

      +
      var address: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + curp + +
      +
      +
      +
      +
      +
      +

      The CURP of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull curp;
      + +
      +
      +

      Swift

      +
      var curp: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date of birth of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
      + +
      +
      +

      Swift

      +
      var dateOfBirth: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + electorKey + +
      +
      +
      +
      +
      +
      +

      The elector key of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull electorKey;
      + +
      +
      +

      Swift

      +
      var electorKey: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + fullName + +
      +
      +
      +
      +
      +
      +

      The full name of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull fullName;
      + +
      +
      +

      Swift

      +
      var fullName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + sex + +
      +
      +
      +
      +
      +
      +

      The sex of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull sex;
      + +
      +
      +

      Swift

      +
      var sex: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBMicroblinkApp.html b/docs/Classes/MBMicroblinkApp.html index 3855bf8c..5fa0da70 100644 --- a/docs/Classes/MBMicroblinkApp.html +++ b/docs/Classes/MBMicroblinkApp.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1771,7 +1783,7 @@

    Declaration

    diff --git a/docs/Classes/MBMicroblinkSDK.html b/docs/Classes/MBMicroblinkSDK.html index dfef729b..39a74a0c 100644 --- a/docs/Classes/MBMicroblinkSDK.html +++ b/docs/Classes/MBMicroblinkSDK.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1987,7 +1999,7 @@

    Return Value

    diff --git a/docs/Classes/MBModernViewfinderSubview.html b/docs/Classes/MBModernViewfinderSubview.html index 705a1fd8..d5e2ef10 100644 --- a/docs/Classes/MBModernViewfinderSubview.html +++ b/docs/Classes/MBModernViewfinderSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1478,7 +1490,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdBackRecognizer.html b/docs/Classes/MBMoroccoIdBackRecognizer.html index 956ac8c8..f1c0f968 100644 --- a/docs/Classes/MBMoroccoIdBackRecognizer.html +++ b/docs/Classes/MBMoroccoIdBackRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1620,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdBackRecognizerResult.html b/docs/Classes/MBMoroccoIdBackRecognizerResult.html index 9d66920b..ed511d71 100644 --- a/docs/Classes/MBMoroccoIdBackRecognizerResult.html +++ b/docs/Classes/MBMoroccoIdBackRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdFrontRecognizer.html b/docs/Classes/MBMoroccoIdFrontRecognizer.html index 6b620f24..8017889f 100644 --- a/docs/Classes/MBMoroccoIdFrontRecognizer.html +++ b/docs/Classes/MBMoroccoIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1622,7 +1634,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdFrontRecognizerResult.html b/docs/Classes/MBMoroccoIdFrontRecognizerResult.html index f47c420f..2143d72a 100644 --- a/docs/Classes/MBMoroccoIdFrontRecognizerResult.html +++ b/docs/Classes/MBMoroccoIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1601,7 +1613,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdCombinedRecognizer.html b/docs/Classes/MBMrtdCombinedRecognizer.html index 50531c92..c9465d37 100644 --- a/docs/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/Classes/MBMrtdCombinedRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
  • @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBMrtdCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBMrtdCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBMrtdCombinedRecognizerResult! { get }
    +
    var result: MBMrtdCombinedRecognizerResult { get }
  • @@ -1521,7 +1534,7 @@

    Declaration

  • diff --git a/docs/Classes/MBMrtdCombinedRecognizerResult.html b/docs/Classes/MBMrtdCombinedRecognizerResult.html index 7e8f4845..8f96c6fa 100644 --- a/docs/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/Classes/MBMrtdCombinedRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2055,7 +2067,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdDetector.html b/docs/Classes/MBMrtdDetector.html index cec43903..b271202c 100644 --- a/docs/Classes/MBMrtdDetector.html +++ b/docs/Classes/MBMrtdDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Parameters

    diff --git a/docs/Classes/MBMrtdDetectorResult.html b/docs/Classes/MBMrtdDetectorResult.html index abd5e1e0..3238d4ab 100644 --- a/docs/Classes/MBMrtdDetectorResult.html +++ b/docs/Classes/MBMrtdDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1437,7 +1449,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizer.html b/docs/Classes/MBMrtdRecognizer.html index 90ecf950..b69949a7 100644 --- a/docs/Classes/MBMrtdRecognizer.html +++ b/docs/Classes/MBMrtdRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1615,7 +1627,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizerResult.html b/docs/Classes/MBMrtdRecognizerResult.html index beb13895..11b1f453 100644 --- a/docs/Classes/MBMrtdRecognizerResult.html +++ b/docs/Classes/MBMrtdRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdSpecification.html b/docs/Classes/MBMrtdSpecification.html index 7b30ce25..3772c4b9 100644 --- a/docs/Classes/MBMrtdSpecification.html +++ b/docs/Classes/MBMrtdSpecification.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1429,7 +1441,7 @@

    Return Value

    diff --git a/docs/Classes/MBMrzResult.html b/docs/Classes/MBMrzResult.html index b1e2e79f..6c1ab675 100644 --- a/docs/Classes/MBMrzResult.html +++ b/docs/Classes/MBMrzResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2083,7 +2095,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadBackRecognizer.html b/docs/Classes/MBMyKadBackRecognizer.html index bb36cd9d..f59b4bc6 100644 --- a/docs/Classes/MBMyKadBackRecognizer.html +++ b/docs/Classes/MBMyKadBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1450,7 +1462,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadBackRecognizerResult.html b/docs/Classes/MBMyKadBackRecognizerResult.html index de03507d..6210ae6f 100644 --- a/docs/Classes/MBMyKadBackRecognizerResult.html +++ b/docs/Classes/MBMyKadBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadFrontRecognizer.html b/docs/Classes/MBMyKadFrontRecognizer.html index aeb26e86..cf37a8e2 100644 --- a/docs/Classes/MBMyKadFrontRecognizer.html +++ b/docs/Classes/MBMyKadFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadFrontRecognizerResult.html b/docs/Classes/MBMyKadFrontRecognizerResult.html index 787b089b..c27a6b61 100644 --- a/docs/Classes/MBMyKadFrontRecognizerResult.html +++ b/docs/Classes/MBMyKadFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1764,7 +1776,7 @@

    Declaration

    diff --git a/docs/Classes/MBNewZealandDlFrontRecognizer.html b/docs/Classes/MBNewZealandDlFrontRecognizer.html index c202b0e2..9043d7bb 100644 --- a/docs/Classes/MBNewZealandDlFrontRecognizer.html +++ b/docs/Classes/MBNewZealandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1656,7 +1668,7 @@

    Declaration

    diff --git a/docs/Classes/MBNewZealandDlFrontRecognizerResult.html b/docs/Classes/MBNewZealandDlFrontRecognizerResult.html index 1bc95a4c..9cfe20ba 100644 --- a/docs/Classes/MBNewZealandDlFrontRecognizerResult.html +++ b/docs/Classes/MBNewZealandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    diff --git a/docs/Classes/MBNoUpScalingDewarpPolicy.html b/docs/Classes/MBNoUpScalingDewarpPolicy.html index 1e0afd2f..95ed150b 100644 --- a/docs/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/Classes/MBNoUpScalingDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,7 @@

    Declaration

    diff --git a/docs/Classes/MBOcrBlock.html b/docs/Classes/MBOcrBlock.html index 3b6b48bc..000a49ec 100644 --- a/docs/Classes/MBOcrBlock.html +++ b/docs/Classes/MBOcrBlock.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1547,7 +1559,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrChar.html b/docs/Classes/MBOcrChar.html index 19f90b2c..d29ccadd 100644 --- a/docs/Classes/MBOcrChar.html +++ b/docs/Classes/MBOcrChar.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1646,7 +1658,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrCharKey.html b/docs/Classes/MBOcrCharKey.html index 7b1ca962..62144f55 100644 --- a/docs/Classes/MBOcrCharKey.html +++ b/docs/Classes/MBOcrCharKey.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrEngineOptions.html b/docs/Classes/MBOcrEngineOptions.html index 8eb8f59c..731570ca 100644 --- a/docs/Classes/MBOcrEngineOptions.html +++ b/docs/Classes/MBOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1557,7 +1569,7 @@

    Declaration

    diff --git a/docs/Classes/MBOcrLayout.html b/docs/Classes/MBOcrLayout.html index 92f1df75..4967b1e7 100644 --- a/docs/Classes/MBOcrLayout.html +++ b/docs/Classes/MBOcrLayout.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1752,7 +1764,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrLine.html b/docs/Classes/MBOcrLine.html index e2bf981e..3a76c3c2 100644 --- a/docs/Classes/MBOcrLine.html +++ b/docs/Classes/MBOcrLine.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,7 @@

    Return Value

    diff --git a/docs/Classes/MBOverlaySettings.html b/docs/Classes/MBOverlaySettings.html index 130cd9ea..7c5e7018 100644 --- a/docs/Classes/MBOverlaySettings.html +++ b/docs/Classes/MBOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Return Value

    diff --git a/docs/Classes/MBOverlayViewController.html b/docs/Classes/MBOverlayViewController.html index ba2f5e12..625370ce 100644 --- a/docs/Classes/MBOverlayViewController.html +++ b/docs/Classes/MBOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1467,7 +1479,7 @@

    Declaration

    diff --git a/docs/Classes/MBParser.html b/docs/Classes/MBParser.html index 483def45..6cffaa56 100644 --- a/docs/Classes/MBParser.html +++ b/docs/Classes/MBParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1412,7 +1424,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessor.html b/docs/Classes/MBParserGroupProcessor.html index ac7c7c45..02f91dfe 100644 --- a/docs/Classes/MBParserGroupProcessor.html +++ b/docs/Classes/MBParserGroupProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessorResult.html b/docs/Classes/MBParserGroupProcessorResult.html index 0957b840..ccfb8b6d 100644 --- a/docs/Classes/MBParserGroupProcessorResult.html +++ b/docs/Classes/MBParserGroupProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserResult.html b/docs/Classes/MBParserResult.html index 78aed1b4..b5874a54 100644 --- a/docs/Classes/MBParserResult.html +++ b/docs/Classes/MBParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardBackRecognizer.html b/docs/Classes/MBPaymentCardBackRecognizer.html index 9595bb68..b6fc1829 100644 --- a/docs/Classes/MBPaymentCardBackRecognizer.html +++ b/docs/Classes/MBPaymentCardBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1440,6 +1452,40 @@

    Declaration

    +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardBackRecognizerResult.html b/docs/Classes/MBPaymentCardBackRecognizerResult.html index 117a4f53..715e2a3a 100644 --- a/docs/Classes/MBPaymentCardBackRecognizerResult.html +++ b/docs/Classes/MBPaymentCardBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardCombinedRecognizer.html b/docs/Classes/MBPaymentCardCombinedRecognizer.html index 2429a501..c8d3f493 100644 --- a/docs/Classes/MBPaymentCardCombinedRecognizer.html +++ b/docs/Classes/MBPaymentCardCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1509,6 +1521,108 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1517,7 +1631,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardCombinedRecognizerResult.html b/docs/Classes/MBPaymentCardCombinedRecognizerResult.html index 170a1547..3b9b2324 100644 --- a/docs/Classes/MBPaymentCardCombinedRecognizerResult.html +++ b/docs/Classes/MBPaymentCardCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardFrontRecognizer.html b/docs/Classes/MBPaymentCardFrontRecognizer.html index f1efea53..f5302236 100644 --- a/docs/Classes/MBPaymentCardFrontRecognizer.html +++ b/docs/Classes/MBPaymentCardFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1474,6 +1486,74 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1482,7 +1562,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardFrontRecognizerResult.html b/docs/Classes/MBPaymentCardFrontRecognizerResult.html index 60fa6f6c..0f9ecc45 100644 --- a/docs/Classes/MBPaymentCardFrontRecognizerResult.html +++ b/docs/Classes/MBPaymentCardFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1471,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBPdf417Recognizer.html b/docs/Classes/MBPdf417Recognizer.html index d2934eee..69303326 100644 --- a/docs/Classes/MBPdf417Recognizer.html +++ b/docs/Classes/MBPdf417Recognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1521,7 +1533,7 @@

    Declaration

    diff --git a/docs/Classes/MBPdf417RecognizerResult.html b/docs/Classes/MBPdf417RecognizerResult.html index a8652574..8714fb02 100644 --- a/docs/Classes/MBPdf417RecognizerResult.html +++ b/docs/Classes/MBPdf417RecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Return Value

    diff --git a/docs/Classes/MBPolandCombinedRecognizer.html b/docs/Classes/MBPolandCombinedRecognizer.html index 424300e6..1f352f86 100644 --- a/docs/Classes/MBPolandCombinedRecognizer.html +++ b/docs/Classes/MBPolandCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBPolandCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBPolandCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBPolandCombinedRecognizerResult! { get }
    +
    var result: MBPolandCombinedRecognizerResult { get }
    @@ -1619,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandCombinedRecognizerResult.html b/docs/Classes/MBPolandCombinedRecognizerResult.html index 0dc3c164..5ae25713 100644 --- a/docs/Classes/MBPolandCombinedRecognizerResult.html +++ b/docs/Classes/MBPolandCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1762,7 +1774,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdBackRecognizer.html b/docs/Classes/MBPolandIdBackRecognizer.html index b8cc3f63..0dcd9f51 100644 --- a/docs/Classes/MBPolandIdBackRecognizer.html +++ b/docs/Classes/MBPolandIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdBackRecognizerResult.html b/docs/Classes/MBPolandIdBackRecognizerResult.html index a800d800..a0268b4c 100644 --- a/docs/Classes/MBPolandIdBackRecognizerResult.html +++ b/docs/Classes/MBPolandIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdFrontRecognizer.html b/docs/Classes/MBPolandIdFrontRecognizer.html index 3a2ef381..fe2024f7 100644 --- a/docs/Classes/MBPolandIdFrontRecognizer.html +++ b/docs/Classes/MBPolandIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdFrontRecognizerResult.html b/docs/Classes/MBPolandIdFrontRecognizerResult.html index 38e1ff9e..1f6c710d 100644 --- a/docs/Classes/MBPolandIdFrontRecognizerResult.html +++ b/docs/Classes/MBPolandIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,7 @@

    Declaration

    diff --git a/docs/Classes/MBPosition.html b/docs/Classes/MBPosition.html index 92dfb6d7..2931831e 100644 --- a/docs/Classes/MBPosition.html +++ b/docs/Classes/MBPosition.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1760,7 +1772,7 @@

    Return Value

    diff --git a/docs/Classes/MBProcessor.html b/docs/Classes/MBProcessor.html index 8e47a170..8bdf36fc 100644 --- a/docs/Classes/MBProcessor.html +++ b/docs/Classes/MBProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBProcessorGroup.html b/docs/Classes/MBProcessorGroup.html index 8e4f25ff..fc996ae2 100644 --- a/docs/Classes/MBProcessorGroup.html +++ b/docs/Classes/MBProcessorGroup.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1485,7 +1497,7 @@

    Declaration

    diff --git a/docs/Classes/MBProcessorResult.html b/docs/Classes/MBProcessorResult.html index d77f8f17..56ea8bf5 100644 --- a/docs/Classes/MBProcessorResult.html +++ b/docs/Classes/MBProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadDetector.html b/docs/Classes/MBQuadDetector.html index ebc43353..bdf6705e 100644 --- a/docs/Classes/MBQuadDetector.html +++ b/docs/Classes/MBQuadDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadDetectorResult.html b/docs/Classes/MBQuadDetectorResult.html index af4ecf87..07f2a587 100644 --- a/docs/Classes/MBQuadDetectorResult.html +++ b/docs/Classes/MBQuadDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadWithSizeDetector.html b/docs/Classes/MBQuadWithSizeDetector.html index d1c9f5ab..47c7a956 100644 --- a/docs/Classes/MBQuadWithSizeDetector.html +++ b/docs/Classes/MBQuadWithSizeDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadWithSizeDetectorResult.html b/docs/Classes/MBQuadWithSizeDetectorResult.html index acf4a8c6..49363d4b 100644 --- a/docs/Classes/MBQuadWithSizeDetectorResult.html +++ b/docs/Classes/MBQuadWithSizeDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,7 +1418,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadrangle.html b/docs/Classes/MBQuadrangle.html index 417d507f..5296ca21 100644 --- a/docs/Classes/MBQuadrangle.html +++ b/docs/Classes/MBQuadrangle.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1679,7 +1691,7 @@

    Return Value

    diff --git a/docs/Classes/MBRawParser.html b/docs/Classes/MBRawParser.html index 0f4dd81a..ec46595b 100644 --- a/docs/Classes/MBRawParser.html +++ b/docs/Classes/MBRawParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1486,7 +1498,7 @@

    Declaration

    diff --git a/docs/Classes/MBRawParserResult.html b/docs/Classes/MBRawParserResult.html index ced142d0..db6c6549 100644 --- a/docs/Classes/MBRawParserResult.html +++ b/docs/Classes/MBRawParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizer.html b/docs/Classes/MBRecognizer.html index 07a4779c..fa91216b 100644 --- a/docs/Classes/MBRecognizer.html +++ b/docs/Classes/MBRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerCollection.html b/docs/Classes/MBRecognizerCollection.html index 15bb3290..db6fb6e1 100644 --- a/docs/Classes/MBRecognizerCollection.html +++ b/docs/Classes/MBRecognizerCollection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1588,7 +1600,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerResult.html b/docs/Classes/MBRecognizerResult.html index 8c7c6712..78f3cce3 100644 --- a/docs/Classes/MBRecognizerResult.html +++ b/docs/Classes/MBRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunner.html b/docs/Classes/MBRecognizerRunner.html index 5b4ac012..02565499 100644 --- a/docs/Classes/MBRecognizerRunner.html +++ b/docs/Classes/MBRecognizerRunner.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1808,7 +1820,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunnerMetadataDelegates.html b/docs/Classes/MBRecognizerRunnerMetadataDelegates.html index 60f6c5dc..7d487653 100644 --- a/docs/Classes/MBRecognizerRunnerMetadataDelegates.html +++ b/docs/Classes/MBRecognizerRunnerMetadataDelegates.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html b/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html index 1db0da31..1d790df7 100644 --- a/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html +++ b/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Declaration

    diff --git a/docs/Classes/MBRegexParser.html b/docs/Classes/MBRegexParser.html index 1f542676..a37a34d4 100644 --- a/docs/Classes/MBRegexParser.html +++ b/docs/Classes/MBRegexParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1641,7 +1653,7 @@

    Declaration

    diff --git a/docs/Classes/MBRegexParserResult.html b/docs/Classes/MBRegexParserResult.html index a710a562..667ee281 100644 --- a/docs/Classes/MBRegexParserResult.html +++ b/docs/Classes/MBRegexParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBRomaniaIdFrontRecognizer.html b/docs/Classes/MBRomaniaIdFrontRecognizer.html index 0c0e1860..6476ba4f 100644 --- a/docs/Classes/MBRomaniaIdFrontRecognizer.html +++ b/docs/Classes/MBRomaniaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

    Declaration

    diff --git a/docs/Classes/MBRomaniaIdFrontRecognizerResult.html b/docs/Classes/MBRomaniaIdFrontRecognizerResult.html index 732d69b0..6310256b 100644 --- a/docs/Classes/MBRomaniaIdFrontRecognizerResult.html +++ b/docs/Classes/MBRomaniaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1855,7 +1867,7 @@

    Declaration

    diff --git a/docs/Classes/MBScanElement.html b/docs/Classes/MBScanElement.html index 2dbfb7da..177cc579 100644 --- a/docs/Classes/MBScanElement.html +++ b/docs/Classes/MBScanElement.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1840,7 +1852,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaCombinedRecognizer.html b/docs/Classes/MBSerbiaCombinedRecognizer.html index 65585cd4..c62fb17a 100644 --- a/docs/Classes/MBSerbiaCombinedRecognizer.html +++ b/docs/Classes/MBSerbiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1396,12 +1408,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBSerbiaCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBSerbiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSerbiaCombinedRecognizerResult! { get }
    +
    var result: MBSerbiaCombinedRecognizerResult { get }
    @@ -1416,7 +1429,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaCombinedRecognizerResult.html b/docs/Classes/MBSerbiaCombinedRecognizerResult.html index 5e73bdd7..ffb54d33 100644 --- a/docs/Classes/MBSerbiaCombinedRecognizerResult.html +++ b/docs/Classes/MBSerbiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1732,7 +1744,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdBackRecognizer.html b/docs/Classes/MBSerbiaIdBackRecognizer.html index cb7aef1a..4c46aeb9 100644 --- a/docs/Classes/MBSerbiaIdBackRecognizer.html +++ b/docs/Classes/MBSerbiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdBackRecognizerResult.html b/docs/Classes/MBSerbiaIdBackRecognizerResult.html index 82b7a0af..8a88e181 100644 --- a/docs/Classes/MBSerbiaIdBackRecognizerResult.html +++ b/docs/Classes/MBSerbiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdFrontRecognizer.html b/docs/Classes/MBSerbiaIdFrontRecognizer.html index 06135461..0892ff29 100644 --- a/docs/Classes/MBSerbiaIdFrontRecognizer.html +++ b/docs/Classes/MBSerbiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1483,7 +1495,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdFrontRecognizerResult.html b/docs/Classes/MBSerbiaIdFrontRecognizerResult.html index c96d21c2..21c61eb4 100644 --- a/docs/Classes/MBSerbiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSerbiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1472,7 +1484,7 @@

    Declaration

    diff --git a/docs/Classes/MBSimNumberRecognizer.html b/docs/Classes/MBSimNumberRecognizer.html index efdddd2f..633b5e71 100644 --- a/docs/Classes/MBSimNumberRecognizer.html +++ b/docs/Classes/MBSimNumberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1411,7 +1423,7 @@

    Declaration

    diff --git a/docs/Classes/MBSimNumberRecognizerResult.html b/docs/Classes/MBSimNumberRecognizerResult.html index 005848f4..79aefb38 100644 --- a/docs/Classes/MBSimNumberRecognizerResult.html +++ b/docs/Classes/MBSimNumberRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html index 5b199d94..cac62357 100644 --- a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html +++ b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1519,7 +1531,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html index b844fc9d..8f08211b 100644 --- a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html +++ b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1504,7 +1516,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeCombinedRecognizer.html b/docs/Classes/MBSingaporeCombinedRecognizer.html index 83744d70..e13c6763 100644 --- a/docs/Classes/MBSingaporeCombinedRecognizer.html +++ b/docs/Classes/MBSingaporeCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1370,7 +1382,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1398,12 +1410,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSingaporeCombinedRecognizerResult *result;
    + MBSingaporeCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSingaporeCombinedRecognizerResult! { get }
    +
    var result: MBSingaporeCombinedRecognizerResult { get }
    @@ -1724,7 +1736,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeCombinedRecognizerResult.html b/docs/Classes/MBSingaporeCombinedRecognizerResult.html index 06ae19d4..9bacd2f9 100644 --- a/docs/Classes/MBSingaporeCombinedRecognizerResult.html +++ b/docs/Classes/MBSingaporeCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1698,7 +1710,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeDlFrontRecognizer.html b/docs/Classes/MBSingaporeDlFrontRecognizer.html index f165a70d..b6f90085 100644 --- a/docs/Classes/MBSingaporeDlFrontRecognizer.html +++ b/docs/Classes/MBSingaporeDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1553,7 +1565,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeDlFrontRecognizerResult.html b/docs/Classes/MBSingaporeDlFrontRecognizerResult.html index 6ad71558..7528fad1 100644 --- a/docs/Classes/MBSingaporeDlFrontRecognizerResult.html +++ b/docs/Classes/MBSingaporeDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1536,7 +1548,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdBackRecognizer.html b/docs/Classes/MBSingaporeIdBackRecognizer.html index 6b6929f0..f65b77e5 100644 --- a/docs/Classes/MBSingaporeIdBackRecognizer.html +++ b/docs/Classes/MBSingaporeIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1552,7 +1564,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdBackRecognizerResult.html b/docs/Classes/MBSingaporeIdBackRecognizerResult.html index b6d6e3b1..ceaa9364 100644 --- a/docs/Classes/MBSingaporeIdBackRecognizerResult.html +++ b/docs/Classes/MBSingaporeIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdFrontRecognizer.html b/docs/Classes/MBSingaporeIdFrontRecognizer.html index abf40108..e0aeb20b 100644 --- a/docs/Classes/MBSingaporeIdFrontRecognizer.html +++ b/docs/Classes/MBSingaporeIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1587,7 +1599,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdFrontRecognizerResult.html b/docs/Classes/MBSingaporeIdFrontRecognizerResult.html index 5b500d47..7d29a002 100644 --- a/docs/Classes/MBSingaporeIdFrontRecognizerResult.html +++ b/docs/Classes/MBSingaporeIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaCombinedRecognizer.html b/docs/Classes/MBSlovakiaCombinedRecognizer.html index ce4945df..f199c166 100644 --- a/docs/Classes/MBSlovakiaCombinedRecognizer.html +++ b/docs/Classes/MBSlovakiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSlovakiaCombinedRecognizerResult *result;
    + MBSlovakiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSlovakiaCombinedRecognizerResult! { get }
    +
    var result: MBSlovakiaCombinedRecognizerResult { get }
    @@ -1757,7 +1769,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaCombinedRecognizerResult.html b/docs/Classes/MBSlovakiaCombinedRecognizerResult.html index 1579969a..171624d6 100644 --- a/docs/Classes/MBSlovakiaCombinedRecognizerResult.html +++ b/docs/Classes/MBSlovakiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdBackRecognizer.html b/docs/Classes/MBSlovakiaIdBackRecognizer.html index b30a46ca..98b172ff 100644 --- a/docs/Classes/MBSlovakiaIdBackRecognizer.html +++ b/docs/Classes/MBSlovakiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1516,7 +1528,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdBackRecognizerResult.html b/docs/Classes/MBSlovakiaIdBackRecognizerResult.html index c9cba9a7..4614788e 100644 --- a/docs/Classes/MBSlovakiaIdBackRecognizerResult.html +++ b/docs/Classes/MBSlovakiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1502,7 +1514,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdFrontRecognizer.html b/docs/Classes/MBSlovakiaIdFrontRecognizer.html index 208e1476..862ce292 100644 --- a/docs/Classes/MBSlovakiaIdFrontRecognizer.html +++ b/docs/Classes/MBSlovakiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html b/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html index b6e63ce2..d682ac91 100644 --- a/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1792,7 +1804,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaCombinedRecognizer.html b/docs/Classes/MBSloveniaCombinedRecognizer.html index 4032d20b..b95b98eb 100644 --- a/docs/Classes/MBSloveniaCombinedRecognizer.html +++ b/docs/Classes/MBSloveniaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSloveniaCombinedRecognizerResult *result;
    + MBSloveniaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSloveniaCombinedRecognizerResult! { get }
    +
    var result: MBSloveniaCombinedRecognizerResult { get }
    @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaCombinedRecognizerResult.html b/docs/Classes/MBSloveniaCombinedRecognizerResult.html index b7113e3a..8ef3576f 100644 --- a/docs/Classes/MBSloveniaCombinedRecognizerResult.html +++ b/docs/Classes/MBSloveniaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1764,7 +1776,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdBackRecognizer.html b/docs/Classes/MBSloveniaIdBackRecognizer.html index 1ffb957b..eead00cc 100644 --- a/docs/Classes/MBSloveniaIdBackRecognizer.html +++ b/docs/Classes/MBSloveniaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1482,7 +1494,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdBackRecognizerResult.html b/docs/Classes/MBSloveniaIdBackRecognizerResult.html index bd2617e1..73f8e5ec 100644 --- a/docs/Classes/MBSloveniaIdBackRecognizerResult.html +++ b/docs/Classes/MBSloveniaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1502,7 +1514,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdFrontRecognizer.html b/docs/Classes/MBSloveniaIdFrontRecognizer.html index bdee9735..74eec583 100644 --- a/docs/Classes/MBSloveniaIdFrontRecognizer.html +++ b/docs/Classes/MBSloveniaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdFrontRecognizerResult.html b/docs/Classes/MBSloveniaIdFrontRecognizerResult.html index b3a95586..34e584ca 100644 --- a/docs/Classes/MBSloveniaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSloveniaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

    Declaration

    diff --git a/docs/Classes/MBSpainDlFrontRecognizer.html b/docs/Classes/MBSpainDlFrontRecognizer.html index 85472a60..82267de4 100644 --- a/docs/Classes/MBSpainDlFrontRecognizer.html +++ b/docs/Classes/MBSpainDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1690,7 +1702,7 @@

    Declaration

    diff --git a/docs/Classes/MBSpainDlFrontRecognizerResult.html b/docs/Classes/MBSpainDlFrontRecognizerResult.html index 927b474e..549920f5 100644 --- a/docs/Classes/MBSpainDlFrontRecognizerResult.html +++ b/docs/Classes/MBSpainDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    diff --git a/docs/Classes/MBSubview.html b/docs/Classes/MBSubview.html index 425cb23f..8a8c4e01 100644 --- a/docs/Classes/MBSubview.html +++ b/docs/Classes/MBSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizer.html b/docs/Classes/MBSuccessFrameGrabberRecognizer.html index c7579c0f..94c8b0af 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,7 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html index 6b93bde5..40ec0a8d 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,7 +1418,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwedenDlFrontRecognizer.html b/docs/Classes/MBSwedenDlFrontRecognizer.html index 56d30619..cd605226 100644 --- a/docs/Classes/MBSwedenDlFrontRecognizer.html +++ b/docs/Classes/MBSwedenDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwedenDlFrontRecognizerResult.html b/docs/Classes/MBSwedenDlFrontRecognizerResult.html index ec9b06ed..10fd18ef 100644 --- a/docs/Classes/MBSwedenDlFrontRecognizerResult.html +++ b/docs/Classes/MBSwedenDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1663,7 +1675,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandDlFrontRecognizer.html b/docs/Classes/MBSwitzerlandDlFrontRecognizer.html index 65988103..b688116f 100644 --- a/docs/Classes/MBSwitzerlandDlFrontRecognizer.html +++ b/docs/Classes/MBSwitzerlandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1690,7 +1702,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html b/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html index c25498f4..3374ebf6 100644 --- a/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1697,7 +1709,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdBackRecognizer.html b/docs/Classes/MBSwitzerlandIdBackRecognizer.html index 054aeb6d..b66402dd 100644 --- a/docs/Classes/MBSwitzerlandIdBackRecognizer.html +++ b/docs/Classes/MBSwitzerlandIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1618,7 +1630,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html b/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html index ab1a68f7..124b3908 100644 --- a/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1630,7 +1642,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdFrontRecognizer.html b/docs/Classes/MBSwitzerlandIdFrontRecognizer.html index 9f9ba096..99d1a143 100644 --- a/docs/Classes/MBSwitzerlandIdFrontRecognizer.html +++ b/docs/Classes/MBSwitzerlandIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,14 +1338,15 @@

    MBSwitzerlandIdFrontRecognizer

    -

    Class for configuring Swiss ID Front Recognizer.

    - -

    Swiss ID Front recognizer is used for scanning front side of Swiss ID.

    +

    Recognizer which can scan front side of Switzerland ID.

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

    Declaration

    -

    Swiss ID Front recognizer result

    +

    Result of scanning SwitzerlandIdFrontRecognizer

    @@ -1420,7 +1433,7 @@

    Declaration

    -

    Defines if owner’s first name should be extracted from Swiss ID

    +

    Defines if given name of Switzerland ID owner should be extracted.

    Default: YES

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

    Declaration

    -

    Defines if owner’s last name should be extracted from Swiss ID

    +

    Defines if surname of Switzerland ID owner should be extracted.

    Default: YES

    @@ -1483,7 +1496,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html b/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html index e848059c..6de25d44 100644 --- a/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,13 +1338,14 @@

    MBSwitzerlandIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Swiss ID

    +

    Recognizer which can scan front side of Switzerland ID.

    @@ -1371,41 +1384,9 @@

    Declaration

  • - - - givenName - -
    -
    -
    -
    -
    -
    -

    The first name of the Swiss ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *givenName;
    - -
    -
    -

    Swift

    -
    var givenName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - surname + + + dateOfBirth
    @@ -1413,19 +1394,19 @@

    Declaration

    -

    The last name of the Swiss ID owner.

    +

    The date of birth of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *surname;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    -
    var surname: String? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1435,9 +1416,9 @@

    Declaration

  • @@ -1445,19 +1426,19 @@

    Declaration

    -

    The date of birth of the Swiss ID owner in dd.MM.yyyy format.

    +

    The given name of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull givenName;

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var givenName: String { get }
    @@ -1467,9 +1448,9 @@

    Declaration

  • - - - dateOfBirth + + + surname
    @@ -1477,19 +1458,19 @@

    Declaration

    -

    The date of birth of the Swiss ID owner.

    +

    The surname of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull surname;

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var surname: String { get }
    @@ -1504,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandPassportRecognizer.html b/docs/Classes/MBSwitzerlandPassportRecognizer.html index 14588a44..0adcbd73 100644 --- a/docs/Classes/MBSwitzerlandPassportRecognizer.html +++ b/docs/Classes/MBSwitzerlandPassportRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1755,7 +1767,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandPassportRecognizerResult.html b/docs/Classes/MBSwitzerlandPassportRecognizerResult.html index 5274e024..1b8aebe3 100644 --- a/docs/Classes/MBSwitzerlandPassportRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandPassportRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1695,7 +1707,7 @@

    Declaration

    diff --git a/docs/Classes/MBTapToFocusSubview.html b/docs/Classes/MBTapToFocusSubview.html index 37103acd..2306e81b 100644 --- a/docs/Classes/MBTapToFocusSubview.html +++ b/docs/Classes/MBTapToFocusSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1456,7 +1468,7 @@

    Declaration

    diff --git a/docs/Classes/MBTemplatingClass.html b/docs/Classes/MBTemplatingClass.html index c17e6ce9..bdff3e35 100644 --- a/docs/Classes/MBTemplatingClass.html +++ b/docs/Classes/MBTemplatingClass.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1610,7 +1622,7 @@

    Parameters

    diff --git a/docs/Classes/MBTemplatingRecognizer.html b/docs/Classes/MBTemplatingRecognizer.html index 64c9a652..247c159c 100644 --- a/docs/Classes/MBTemplatingRecognizer.html +++ b/docs/Classes/MBTemplatingRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBTemplatingRecognizerResult.html b/docs/Classes/MBTemplatingRecognizerResult.html index d90e6e64..6ecdd01b 100644 --- a/docs/Classes/MBTemplatingRecognizerResult.html +++ b/docs/Classes/MBTemplatingRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/Classes/MBTopUpParser.html b/docs/Classes/MBTopUpParser.html index 089f974f..864d2d6e 100644 --- a/docs/Classes/MBTopUpParser.html +++ b/docs/Classes/MBTopUpParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1569,7 +1581,7 @@

    Declaration

    diff --git a/docs/Classes/MBTopUpParserResult.html b/docs/Classes/MBTopUpParserResult.html index 00778f86..a70ceb22 100644 --- a/docs/Classes/MBTopUpParserResult.html +++ b/docs/Classes/MBTopUpParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html index 4885f8f3..fd799d2a 100644 --- a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html index f0ec38be..d2ca36c0 100644 --- a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html index f27a8d94..8b4146bc 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1416,7 +1428,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html index 212a9bbb..c83aec48 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html index 1ad0d5dd..8eaf3968 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1484,7 +1496,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html index 6af83f47..f4f4c96e 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1472,7 +1484,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizer.html b/docs/Classes/MBUsdlCombinedRecognizer.html index 5c8bba83..b200ee18 100644 --- a/docs/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/Classes/MBUsdlCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1329,7 +1341,7 @@

    MBUsdlCombinedRecognizer

    : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage, MBEncodeFullDocumentImage, - MBDigitalSignature> + MBDigitalSignature, MBFullDocumentImageExtensionFactors> @@ -1364,12 +1376,13 @@

    MBUsdlCombinedRecognizer

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBUsdlCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBUsdlCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBUsdlCombinedRecognizerResult! { get }
    +
    var result: MBUsdlCombinedRecognizerResult { get }
    @@ -1545,7 +1558,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1560,7 +1573,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizerResult.html b/docs/Classes/MBUsdlCombinedRecognizerResult.html index b0bdea6e..627bf626 100644 --- a/docs/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/Classes/MBUsdlCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizer.html b/docs/Classes/MBUsdlRecognizer.html index f8ebf488..6e39c5cf 100644 --- a/docs/Classes/MBUsdlRecognizer.html +++ b/docs/Classes/MBUsdlRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1483,7 +1495,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizerResult.html b/docs/Classes/MBUsdlRecognizerResult.html index 3a4ed8bd..44413a00 100644 --- a/docs/Classes/MBUsdlRecognizerResult.html +++ b/docs/Classes/MBUsdlRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1531,7 +1543,7 @@

    Declaration

    diff --git a/docs/Classes/MBViewControllerFactory.html b/docs/Classes/MBViewControllerFactory.html index 628c2580..3786dab8 100644 --- a/docs/Classes/MBViewControllerFactory.html +++ b/docs/Classes/MBViewControllerFactory.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1415,7 +1427,7 @@

    Return Value

    diff --git a/docs/Classes/MBVinParser.html b/docs/Classes/MBVinParser.html index 3318def9..409b8b99 100644 --- a/docs/Classes/MBVinParser.html +++ b/docs/Classes/MBVinParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinParserResult.html b/docs/Classes/MBVinParserResult.html index 78c9a382..ad218f9d 100644 --- a/docs/Classes/MBVinParserResult.html +++ b/docs/Classes/MBVinParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinRecognizer.html b/docs/Classes/MBVinRecognizer.html index 4e10ed33..be9cadc5 100644 --- a/docs/Classes/MBVinRecognizer.html +++ b/docs/Classes/MBVinRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinRecognizerResult.html b/docs/Classes/MBVinRecognizerResult.html index ae3d18a7..717a0b7a 100644 --- a/docs/Classes/MBVinRecognizerResult.html +++ b/docs/Classes/MBVinRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/Constants.html b/docs/Constants.html index 15013b4f..0ea9deb0 100644 --- a/docs/Constants.html +++ b/docs/Constants.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1563,7 +1575,7 @@

    Declaration

    diff --git a/docs/Enums.html b/docs/Enums.html index 47b663ed..55c143ac 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2184,7 +2196,7 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeType.html b/docs/Enums/MBBarcodeType.html index eb8c9f8c..2c848e43 100644 --- a/docs/Enums/MBBarcodeType.html +++ b/docs/Enums/MBBarcodeType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1669,7 +1681,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraAutofocusRestriction.html b/docs/Enums/MBCameraAutofocusRestriction.html index 9ccfe58f..74a7cc36 100644 --- a/docs/Enums/MBCameraAutofocusRestriction.html +++ b/docs/Enums/MBCameraAutofocusRestriction.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraPreset.html b/docs/Enums/MBCameraPreset.html index 25d91468..fe8915b9 100644 --- a/docs/Enums/MBCameraPreset.html +++ b/docs/Enums/MBCameraPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraType.html b/docs/Enums/MBCameraType.html index 18de488b..34e12068 100644 --- a/docs/Enums/MBCameraType.html +++ b/docs/Enums/MBCameraType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/Enums/MBDateFormat.html b/docs/Enums/MBDateFormat.html index 4f6de98e..1fc48e79 100644 --- a/docs/Enums/MBDateFormat.html +++ b/docs/Enums/MBDateFormat.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1731,7 +1743,7 @@

    Declaration

    diff --git a/docs/Enums/MBDeepOcrModel.html b/docs/Enums/MBDeepOcrModel.html index 751f2437..915f3167 100644 --- a/docs/Enums/MBDeepOcrModel.html +++ b/docs/Enums/MBDeepOcrModel.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1377,7 +1389,7 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionCode.html b/docs/Enums/MBDetectionCode.html index c95560c7..73c35120 100644 --- a/docs/Enums/MBDetectionCode.html +++ b/docs/Enums/MBDetectionCode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionStatus.html b/docs/Enums/MBDetectionStatus.html index 3d2bdccb..64da36cf 100644 --- a/docs/Enums/MBDetectionStatus.html +++ b/docs/Enums/MBDetectionStatus.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1615,7 +1627,7 @@

    Declaration

    diff --git a/docs/Enums/MBDocumentFaceDetectorType.html b/docs/Enums/MBDocumentFaceDetectorType.html index caf337b2..150ef6ea 100644 --- a/docs/Enums/MBDocumentFaceDetectorType.html +++ b/docs/Enums/MBDocumentFaceDetectorType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1426,7 +1438,7 @@

    Declaration

    diff --git a/docs/Enums/MBDocumentSpecificationPreset.html b/docs/Enums/MBDocumentSpecificationPreset.html index b8a27ad5..8763177f 100644 --- a/docs/Enums/MBDocumentSpecificationPreset.html +++ b/docs/Enums/MBDocumentSpecificationPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1569,7 +1581,7 @@

    Declaration

    diff --git a/docs/Enums/MBEudlCountry.html b/docs/Enums/MBEudlCountry.html index bba8f736..6a36963f 100644 --- a/docs/Enums/MBEudlCountry.html +++ b/docs/Enums/MBEudlCountry.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Enums/MBFrameQualityEstimationMode.html b/docs/Enums/MBFrameQualityEstimationMode.html index 0e866edb..1ed84b93 100644 --- a/docs/Enums/MBFrameQualityEstimationMode.html +++ b/docs/Enums/MBFrameQualityEstimationMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdDocumentType.html b/docs/Enums/MBMrtdDocumentType.html index a23075dd..45acc7c0 100644 --- a/docs/Enums/MBMrtdDocumentType.html +++ b/docs/Enums/MBMrtdDocumentType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,7 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdSpecificationPreset.html b/docs/Enums/MBMrtdSpecificationPreset.html index 9a9990ab..863a94a8 100644 --- a/docs/Enums/MBMrtdSpecificationPreset.html +++ b/docs/Enums/MBMrtdSpecificationPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBOcrFont.html b/docs/Enums/MBOcrFont.html index c5fbf532..7b279522 100644 --- a/docs/Enums/MBOcrFont.html +++ b/docs/Enums/MBOcrFont.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -3626,7 +3638,7 @@

    Declaration

    diff --git a/docs/Enums/MBParserResultState.html b/docs/Enums/MBParserResultState.html index 4362664d..f2be91ae 100644 --- a/docs/Enums/MBParserResultState.html +++ b/docs/Enums/MBParserResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessingOrientation.html b/docs/Enums/MBProcessingOrientation.html index 3963e47c..51192d6b 100644 --- a/docs/Enums/MBProcessingOrientation.html +++ b/docs/Enums/MBProcessingOrientation.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessorResultState.html b/docs/Enums/MBProcessorResultState.html index bdcb5930..d36aa70d 100644 --- a/docs/Enums/MBProcessorResultState.html +++ b/docs/Enums/MBProcessorResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBRecognitionMode.html b/docs/Enums/MBRecognitionMode.html index 124af961..7289d724 100644 --- a/docs/Enums/MBRecognitionMode.html +++ b/docs/Enums/MBRecognitionMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBRecognizerResultState.html b/docs/Enums/MBRecognizerResultState.html index 645bbbd6..b6e5904c 100644 --- a/docs/Enums/MBRecognizerResultState.html +++ b/docs/Enums/MBRecognizerResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBScanningMode.html b/docs/Enums/MBScanningMode.html index 03c0e712..ea888353 100644 --- a/docs/Enums/MBScanningMode.html +++ b/docs/Enums/MBScanningMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/Enums/MBTopUpPreset.html b/docs/Enums/MBTopUpPreset.html index 58a60b83..7e5a0131 100644 --- a/docs/Enums/MBTopUpPreset.html +++ b/docs/Enums/MBTopUpPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Enums/MBUsdlKeys.html b/docs/Enums/MBUsdlKeys.html index 2d8d5436..fef8842e 100644 --- a/docs/Enums/MBUsdlKeys.html +++ b/docs/Enums/MBUsdlKeys.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -4114,7 +4126,7 @@

    Declaration

    diff --git a/docs/Enums/PPDocumentType.html b/docs/Enums/PPDocumentType.html index 0e9c284a..8d0f0450 100644 --- a/docs/Enums/PPDocumentType.html +++ b/docs/Enums/PPDocumentType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/Functions.html b/docs/Functions.html index eb67800a..8179f356 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2424,7 +2436,7 @@

    Declaration

    diff --git a/docs/Protocols.html b/docs/Protocols.html index bd5fffae..3ac44c30 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -3875,7 +3887,7 @@

    Declaration

    diff --git a/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html b/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html index a8ec7d65..5896e1f6 100644 --- a/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1476,7 +1488,7 @@

    Parameters

    diff --git a/docs/Protocols/MBCombinedFullDocumentImageResult.html b/docs/Protocols/MBCombinedFullDocumentImageResult.html index 405cfb90..e3bb45a6 100644 --- a/docs/Protocols/MBCombinedFullDocumentImageResult.html +++ b/docs/Protocols/MBCombinedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/Protocols/MBCombinedRecognizer.html b/docs/Protocols/MBCombinedRecognizer.html index 433aaf1d..c86ebcd4 100644 --- a/docs/Protocols/MBCombinedRecognizer.html +++ b/docs/Protocols/MBCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1383,7 +1395,7 @@

    Declaration

    diff --git a/docs/Protocols/MBCombinedRecognizerResult.html b/docs/Protocols/MBCombinedRecognizerResult.html index 7d80a0f9..a686a79a 100644 --- a/docs/Protocols/MBCombinedRecognizerResult.html +++ b/docs/Protocols/MBCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1433,7 +1445,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html index a99aca72..eb2f3ce2 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1413,7 +1425,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html index f1520ec2..f91b7994 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html index 414dd4b0..b339e377 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1543,7 +1555,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html index 4c30e660..d4e73a90 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDigitalSignature.html b/docs/Protocols/MBDigitalSignature.html index 866542d2..5085ebef 100644 --- a/docs/Protocols/MBDigitalSignature.html +++ b/docs/Protocols/MBDigitalSignature.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDigitalSignatureResult.html b/docs/Protocols/MBDigitalSignatureResult.html index c2b41f73..f50ea944 100644 --- a/docs/Protocols/MBDigitalSignatureResult.html +++ b/docs/Protocols/MBDigitalSignatureResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html index d00b03ad..56386d73 100644 --- a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1478,7 +1490,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html index 5d092b42..d7122fbc 100644 --- a/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDocumentVerificationSubviewDelegate.html b/docs/Protocols/MBDocumentVerificationSubviewDelegate.html index d883e497..4b314e07 100644 --- a/docs/Protocols/MBDocumentVerificationSubviewDelegate.html +++ b/docs/Protocols/MBDocumentVerificationSubviewDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1381,7 +1393,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeFaceImage.html b/docs/Protocols/MBEncodeFaceImage.html index 59b72385..00f81c90 100644 --- a/docs/Protocols/MBEncodeFaceImage.html +++ b/docs/Protocols/MBEncodeFaceImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeFullDocumentImage.html b/docs/Protocols/MBEncodeFullDocumentImage.html index cf20be70..6f997af0 100644 --- a/docs/Protocols/MBEncodeFullDocumentImage.html +++ b/docs/Protocols/MBEncodeFullDocumentImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeMrzImage.html b/docs/Protocols/MBEncodeMrzImage.html index d3280c79..e3dc8efd 100644 --- a/docs/Protocols/MBEncodeMrzImage.html +++ b/docs/Protocols/MBEncodeMrzImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeSignatureImage.html b/docs/Protocols/MBEncodeSignatureImage.html index 00d488c4..e86e27f4 100644 --- a/docs/Protocols/MBEncodeSignatureImage.html +++ b/docs/Protocols/MBEncodeSignatureImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html b/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html index be4ad30b..933702dc 100644 --- a/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html +++ b/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedFaceImageResult.html b/docs/Protocols/MBEncodedFaceImageResult.html index 38567bc0..06fefa1d 100644 --- a/docs/Protocols/MBEncodedFaceImageResult.html +++ b/docs/Protocols/MBEncodedFaceImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedFullDocumentImageResult.html b/docs/Protocols/MBEncodedFullDocumentImageResult.html index 85caaa65..fc8907bb 100644 --- a/docs/Protocols/MBEncodedFullDocumentImageResult.html +++ b/docs/Protocols/MBEncodedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedMrzImageResult.html b/docs/Protocols/MBEncodedMrzImageResult.html index b54835c0..ef36fed1 100644 --- a/docs/Protocols/MBEncodedMrzImageResult.html +++ b/docs/Protocols/MBEncodedMrzImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedSignatureImageResult.html b/docs/Protocols/MBEncodedSignatureImageResult.html index de8b55da..30e37894 100644 --- a/docs/Protocols/MBEncodedSignatureImageResult.html +++ b/docs/Protocols/MBEncodedSignatureImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImage.html b/docs/Protocols/MBFaceImage.html index 09af34c5..5e4afde0 100644 --- a/docs/Protocols/MBFaceImage.html +++ b/docs/Protocols/MBFaceImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImageDpi.html b/docs/Protocols/MBFaceImageDpi.html index 6daac7fc..4530becb 100644 --- a/docs/Protocols/MBFaceImageDpi.html +++ b/docs/Protocols/MBFaceImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImageResult.html b/docs/Protocols/MBFaceImageResult.html index a8e3b214..f4f0a028 100644 --- a/docs/Protocols/MBFaceImageResult.html +++ b/docs/Protocols/MBFaceImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html b/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html index 3bfcfb76..37296fe6 100644 --- a/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1590,7 +1602,7 @@

    Parameters

    diff --git a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html index f2d184de..84de313e 100644 --- a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html index 36c72c38..ff618e70 100644 --- a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1389,7 +1401,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFrameGrabberRecognizerDelegate.html b/docs/Protocols/MBFrameGrabberRecognizerDelegate.html index a4993364..afaa5691 100644 --- a/docs/Protocols/MBFrameGrabberRecognizerDelegate.html +++ b/docs/Protocols/MBFrameGrabberRecognizerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,7 @@

    Parameters

    diff --git a/docs/Protocols/MBFullDocumentImage.html b/docs/Protocols/MBFullDocumentImage.html index 2dd7a7be..78efde1a 100644 --- a/docs/Protocols/MBFullDocumentImage.html +++ b/docs/Protocols/MBFullDocumentImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageDpi.html b/docs/Protocols/MBFullDocumentImageDpi.html index a253e0c9..226ad91d 100644 --- a/docs/Protocols/MBFullDocumentImageDpi.html +++ b/docs/Protocols/MBFullDocumentImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageExtensionFactors.html b/docs/Protocols/MBFullDocumentImageExtensionFactors.html index 5b3d43d8..e0ebea25 100644 --- a/docs/Protocols/MBFullDocumentImageExtensionFactors.html +++ b/docs/Protocols/MBFullDocumentImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1392,7 +1404,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageResult.html b/docs/Protocols/MBFullDocumentImageResult.html index 1760b5ce..a9b0b6be 100644 --- a/docs/Protocols/MBFullDocumentImageResult.html +++ b/docs/Protocols/MBFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareDetection.html b/docs/Protocols/MBGlareDetection.html index 55af7078..f63bba8d 100644 --- a/docs/Protocols/MBGlareDetection.html +++ b/docs/Protocols/MBGlareDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareRecognizerRunnerDelegate.html b/docs/Protocols/MBGlareRecognizerRunnerDelegate.html index 4e875c25..4e33ba78 100644 --- a/docs/Protocols/MBGlareRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBGlareRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html index 8fdb8372..efd60ffa 100644 --- a/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1389,7 +1401,7 @@

    Declaration

    diff --git a/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html b/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html index 70c93e87..2924f8b1 100644 --- a/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    diff --git a/docs/Protocols/MBMrzFilter.html b/docs/Protocols/MBMrzFilter.html index d2b01000..920c4821 100644 --- a/docs/Protocols/MBMrzFilter.html +++ b/docs/Protocols/MBMrzFilter.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1390,7 +1402,7 @@

    Return Value

    diff --git a/docs/Protocols/MBMrzImage.html b/docs/Protocols/MBMrzImage.html index 60630739..1c188c5a 100644 --- a/docs/Protocols/MBMrzImage.html +++ b/docs/Protocols/MBMrzImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBMrzImageResult.html b/docs/Protocols/MBMrzImageResult.html index def4461a..f447b1c1 100644 --- a/docs/Protocols/MBMrzImageResult.html +++ b/docs/Protocols/MBMrzImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBNativeResult.html b/docs/Protocols/MBNativeResult.html index 56e26679..afe56c3e 100644 --- a/docs/Protocols/MBNativeResult.html +++ b/docs/Protocols/MBNativeResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrLayoutSubview.html b/docs/Protocols/MBOcrLayoutSubview.html index 549799d9..ecd6aa9c 100644 --- a/docs/Protocols/MBOcrLayoutSubview.html +++ b/docs/Protocols/MBOcrLayoutSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html index 60551c01..afbca2bb 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html index ddc42407..68c7ec0e 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1382,7 +1394,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOverlayContainerViewController.html b/docs/Protocols/MBOverlayContainerViewController.html index 46a68bf2..d75a89ae 100644 --- a/docs/Protocols/MBOverlayContainerViewController.html +++ b/docs/Protocols/MBOverlayContainerViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1582,7 +1594,7 @@

    Declaration

    diff --git a/docs/Protocols/MBPointDetectorSubview.html b/docs/Protocols/MBPointDetectorSubview.html index c1cfe794..ec4f2264 100644 --- a/docs/Protocols/MBPointDetectorSubview.html +++ b/docs/Protocols/MBPointDetectorSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Protocols/MBQuadDetectorSubview.html b/docs/Protocols/MBQuadDetectorSubview.html index ce93f0a4..389ab0a0 100644 --- a/docs/Protocols/MBQuadDetectorSubview.html +++ b/docs/Protocols/MBQuadDetectorSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewController.html b/docs/Protocols/MBRecognizerRunnerViewController.html index 44c83e0d..b7149f11 100644 --- a/docs/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/Protocols/MBRecognizerRunnerViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1772,7 +1784,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html index ce2eaff8..4b2a01d4 100644 --- a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1691,7 +1703,7 @@

    Parameters

    diff --git a/docs/Protocols/MBResultSubview.html b/docs/Protocols/MBResultSubview.html index 3ee1b473..39a567cf 100644 --- a/docs/Protocols/MBResultSubview.html +++ b/docs/Protocols/MBResultSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1377,7 +1389,7 @@

    Declaration

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html index f5794703..f5a84ac9 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1423,7 +1435,7 @@

    Parameters

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html index 1ee20f40..3d7065e1 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Parameters

    diff --git a/docs/Protocols/MBSignatureImage.html b/docs/Protocols/MBSignatureImage.html index 5d28063e..16f46cdc 100644 --- a/docs/Protocols/MBSignatureImage.html +++ b/docs/Protocols/MBSignatureImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSignatureImageDpi.html b/docs/Protocols/MBSignatureImageDpi.html index ed5a8a5f..f55cbd26 100644 --- a/docs/Protocols/MBSignatureImageDpi.html +++ b/docs/Protocols/MBSignatureImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSignatureImageResult.html b/docs/Protocols/MBSignatureImageResult.html index 0622810a..863ab85d 100644 --- a/docs/Protocols/MBSignatureImageResult.html +++ b/docs/Protocols/MBSignatureImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html b/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html index 19a5a8c2..cd08d687 100644 --- a/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSubviewDelegate.html b/docs/Protocols/MBSubviewDelegate.html index 0b9ca258..3e4de98c 100644 --- a/docs/Protocols/MBSubviewDelegate.html +++ b/docs/Protocols/MBSubviewDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/Protocols/MBTemplatingClassifier.html b/docs/Protocols/MBTemplatingClassifier.html index 5a1b123a..c7dce1b7 100644 --- a/docs/Protocols/MBTemplatingClassifier.html +++ b/docs/Protocols/MBTemplatingClassifier.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1381,7 +1393,7 @@

    Declaration

    diff --git a/docs/Structs.html b/docs/Structs.html index 1880c315..f0711f7a 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1444,7 +1456,7 @@

    Declaration

    diff --git a/docs/Structs/_MBImageExtensionFactors.html b/docs/Structs/_MBImageExtensionFactors.html index ebe7f8ad..96353045 100644 --- a/docs/Structs/_MBImageExtensionFactors.html +++ b/docs/Structs/_MBImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1475,7 +1487,7 @@

    Declaration

    diff --git a/docs/Structs/_MBRange.html b/docs/Structs/_MBRange.html index 7ff534d1..96a22127 100644 --- a/docs/Structs/_MBRange.html +++ b/docs/Structs/_MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/Structs/_MBScale.html b/docs/Structs/_MBScale.html index a8a5e235..bf185468 100644 --- a/docs/Structs/_MBScale.html +++ b/docs/Structs/_MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/Type Definitions.html b/docs/Type Definitions.html index 10f15cad..c0a0077b 100644 --- a/docs/Type Definitions.html +++ b/docs/Type Definitions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1603,7 +1615,7 @@

    Declaration

    diff --git a/docs/Type Definitions/CGLine.html b/docs/Type Definitions/CGLine.html index cc7774e9..cff3322e 100644 --- a/docs/Type Definitions/CGLine.html +++ b/docs/Type Definitions/CGLine.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1384,7 +1396,7 @@

    Declaration

    diff --git a/docs/Type Definitions/CGLine/.html b/docs/Type Definitions/CGLine/.html index 2ba29f8c..125c7ec6 100644 --- a/docs/Type Definitions/CGLine/.html +++ b/docs/Type Definitions/CGLine/.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1412,7 +1424,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors.html index 736c1dba..af0c9019 100644 --- a/docs/Type Definitions/MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html index 74384f3c..b39e3d8b 100644 --- a/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1475,7 +1487,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBRange.html b/docs/Type Definitions/MBRange.html index 4450ae8c..58cdefc0 100644 --- a/docs/Type Definitions/MBRange.html +++ b/docs/Type Definitions/MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBRange/_MBRange.html b/docs/Type Definitions/MBRange/_MBRange.html index 42c47da6..14a10ff4 100644 --- a/docs/Type Definitions/MBRange/_MBRange.html +++ b/docs/Type Definitions/MBRange/_MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBScale.html b/docs/Type Definitions/MBScale.html index ee3887ec..28dee18f 100644 --- a/docs/Type Definitions/MBScale.html +++ b/docs/Type Definitions/MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBScale/_MBScale.html b/docs/Type Definitions/MBScale/_MBScale.html index 3beb50ea..e724dd8d 100644 --- a/docs/Type Definitions/MBScale/_MBScale.html +++ b/docs/Type Definitions/MBScale/_MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,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 4843308e..04dcc22e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -5249,6 +5261,87 @@

    Declaration

    +
    + +
    +
    + +
    @@ -5388,7 +5481,7 @@

    Declaration

    -

    Class representing values obtained when scanning front side of German ID

    +

    Recognizer which can scan front side of Germany national ID cards.

    See more
    @@ -5398,14 +5491,15 @@

    Declaration

    Objective-C

    
     @interface MBGermanyIdFrontRecognizerResult
    -    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
    -                                MBSignatureImageResult,
    -                                MBFullDocumentImageResult>
    + : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult, + MBSignatureImageResult, MBEncodedSignatureImageResult> @@ -6916,6 +7010,174 @@

    Declaration

    +
    + +
    +
    + +
    + +
    + +
    • @@ -7838,88 +8100,6 @@

      Declaration

    -
    - -
    -
    - -
    @@ -11834,7 +12015,7 @@

    Declaration

    -

    Class representing values obtained when scanning front side of Swiss ID

    +

    Recognizer which can scan front side of Switzerland ID.

    See more
    @@ -11844,14 +12025,15 @@

    Declaration

    Objective-C

    
     @interface MBSwitzerlandIdFrontRecognizerResult
    -    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
    -                                MBSignatureImageResult,
    -                                MBFullDocumentImageResult>
    + : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult, + MBSignatureImageResult, MBEncodedSignatureImageResult> @@ -12450,12 +12632,12 @@

    Declaration

    : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage, MBEncodeFullDocumentImage, - MBDigitalSignature> + MBDigitalSignature, MBFullDocumentImageExtensionFactors> @@ -12779,7 +12961,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html index e43caab2..e0864952 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html index 8f53db1a..59afe277 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html index 047f5564..e8fc6a64 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html index 5b2b3539..591dc18c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1534,7 +1546,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html index 3458feb0..09b76869 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html index b247e68a..9246e341 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html index 516afb31..fbca6b11 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1861,7 +1873,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html index 96d9275c..7990c0eb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1827,7 +1839,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizer.html index 60dbacaa..7ab55ce9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html index f12ede50..7621c3b9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html index 549a10cd..9c9f9c6c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1586,7 +1598,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html index 9e7c82e8..b50aed4e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1631,7 +1643,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html index 774175d9..3bf10e0b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1554,7 +1566,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html index c89333ae..7d9c26fb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html index c0066dae..cc3be1e8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1792,7 +1804,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html index f15971c6..26b45953 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1761,7 +1773,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html index 61fa7133..b901c199 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html index 05500915..1bc4151f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html index 6d2bc3cb..953dabc4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2006,7 +2018,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html index 1843f13d..ac83cea5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1562,7 +1574,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html index e7fb4bd8..94f80ead 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1422,7 +1434,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 be565fac..24670059 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,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 659acea2..db6d0baf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1651,7 +1663,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 1fbea765..feecf36c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1379,7 +1391,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html index 34ec5f8e..f2dd21c1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1444,7 +1456,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html index 47e1d132..f01b5019 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,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 b64dfc5e..ae48aa3d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1733,7 +1745,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html index d24d6db8..e817a6c5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1528,7 +1540,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizer.html index 9cc2d455..9254e0f6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html index 52ca6059..ae5933d9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html index f35a684a..9ef2cd4c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1489,7 +1501,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html index db08dc90..067431a9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html index bdba8cd3..0e637360 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1486,7 +1498,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html index f4c32219..15847929 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html index 5d22bd34..c365257c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBCroatiaCombinedRecognizerResult *result;
    + MBCroatiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBCroatiaCombinedRecognizerResult! { get }
    +
    var result: MBCroatiaCombinedRecognizerResult { get }
    @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html index 5ca02cf4..fb834fd8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html index 23807395..19c26432 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1518,7 +1530,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html index e7b1817a..eae8730f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1567,7 +1579,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html index 1ce0b959..ba810a33 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1622,7 +1634,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html index 8ab845eb..2b797f64 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html index d58a3ec7..26ff6cd3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1747,7 +1759,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html index c9372a96..1c1eccb6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,6 +1418,40 @@

    Declaration

    +
  • +
    + + + + extractExpiresOn + +
    +
    +
    +
    +
    +
    +

    Defines if the expiry date of Cryprus ID card should be extracted.

    + +

    Default: YES

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL extractExpiresOn;
    + +
    +
    +

    Swift

    +
    var extractExpiresOn: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html index 9cb3a3c9..d18419eb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1399,6 +1411,38 @@

    Declaration

    +
  • +
    + + + + expiresOn + +
    +
    +
    +
    +
    +
    +

    The expiry date of Cyprus ID card.

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull expiresOn;
    + +
    +
    +

    Swift

    +
    var expiresOn: MBDateResult { get }
    + +
    +
    +
    +
    +
  • @@ -1439,7 +1483,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html index 738655b2..b3fd8579 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html index ae931a8b..f2d20bac 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1504,7 +1516,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html index 9094082b..14e4000b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBCzechiaCombinedRecognizerResult *result;
    + MBCzechiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBCzechiaCombinedRecognizerResult! { get }
    +
    var result: MBCzechiaCombinedRecognizerResult { get }
    @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html index 171672de..408694d6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1796,7 +1808,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html index 6102431e..18c7586a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1516,7 +1528,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html index 57b527b9..2d817f18 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html index ca4b8d98..03754b1f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html index 1916731e..a4d3f170 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1728,7 +1740,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 00f98970..27d29f7d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1467,7 +1479,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html index 591b79d9..5687d1b7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1480,7 +1492,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html index c8c5990b..202dd06f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    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 ce4de1ed..06d8b4f8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1720,7 +1732,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html index be6fc25e..03f30d14 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1485,7 +1497,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html index a72e42de..2baf598a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html index b12eb42b..e2a4270c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1509,7 +1521,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html index 8f9e8250..02881f5a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html index 7fb9b216..2ff27b29 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html index c33185c6..27ffa2ba 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    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 aed64f61..c183b350 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 75852fa6..66996fb9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1379,7 +1391,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 8b43dddd..71a469c5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,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 6924e530..08668220 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html index c779073d..29c40bbb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1527,7 +1539,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html index da774808..be296227 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,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 07158104..8c27c309 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1487,7 +1499,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 2df0ab00..4c69d719 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,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 ef4ab6dd..acb94c7b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,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 ab1f8cbf..81611739 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html index e922b624..e13d6b2c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1753,7 +1765,7 @@

    Declaration

    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 70d4bf27..845523f9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html index 880e73e7..83831438 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html index 8f1b3d6c..b138a04e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1489,9 +1501,45 @@

    Declaration

  • +
    +
    +
    +
    +
    +

    Returns/sets splash message that is shown after scanning the document.

    + +

    Default: string defined by photopay_done_splash_verification_document + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull scanningDoneSplashMessage;
    + +
    +
    +

    Swift

    +
    var scanningDoneSplashMessage: String { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + glareMessage
    @@ -1510,12 +1558,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readwrite, strong, nonatomic) NSString *_Nonnull glareStatusMessage;
    +
    @property (readwrite, strong, nonatomic) NSString *_Nonnull glareMessage;

    Swift

    -
    var glareStatusMessage: String { get set }
    +
    var glareMessage: String { get set }
    @@ -1664,7 +1712,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html index 742e645b..49e32c4c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1476,7 +1488,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html index 115c1517..9218f968 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1474,7 +1486,7 @@

    Declaration

    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 926dce72..2d4d4a20 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1512,7 +1524,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 a87956f7..5d01c12f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1567,7 +1579,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html index e87bf17e..69b4a9c7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html index 6cdf4045..024a4d53 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizer.html index 44b6899a..d3fc8bc8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1508,6 +1520,74 @@

    Declaration

    +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1516,7 +1596,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html index e5e22e82..9c854407 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1503,7 +1515,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html index 82f47b3d..6500fe56 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1543,6 +1555,108 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1551,7 +1665,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html index 3da7bd91..4a211593 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html index 948281cc..e87500ec 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1440,6 +1452,40 @@

    Declaration

    +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html index 345cc758..9a539d0f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html index 22db4865..acceb3c6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html index 1b874738..f56ada83 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html index 30a87ec4..6480cc2b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html index c82e34a5..a8a04c32 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1696,7 +1708,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html index 6fd556ec..00b3d6ea 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1565,6 +1577,80 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Returns/sets next button description text that is shown above next button + when there are still scanning elements left to be scanned

    + +

    Default: string defined by field_by_field_next_button_description + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull nextButtonDescriptionText;
    + +
    +
    +

    Swift

    +
    var nextButtonDescriptionText: String { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Returns/sets next button description text that is shown above next button + when there are no scanning elements left to be scanned

    + +

    Default: string defined by field_by_field_last_next_button_description + key in strings file in Microblink.bundle

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (readwrite, strong, nonatomic)
    +    NSString *_Nonnull nextButtonLastDescriptionText;
    + +
    +
    +

    Swift

    +
    var nextButtonLastDescriptionText: String { get set }
    + +
    +
    +
    +
    +
  • @@ -1573,7 +1659,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html index 220f405d..b770021c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1496,7 +1508,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 9564680b..3b2a4d31 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1465,7 +1477,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 390379b5..06ba66ab 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html index db36f15b..2cac20b0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1370,7 +1382,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1398,12 +1410,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBGermanyCombinedRecognizerResult *result;
    + MBGermanyCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBGermanyCombinedRecognizerResult! { get }
    +
    var result: MBGermanyCombinedRecognizerResult { get }
    @@ -1452,7 +1464,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html index 265451a3..50575256 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizer.html new file mode 100644 index 00000000..f0f106b2 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizer.html @@ -0,0 +1,1434 @@ + + + + MBGermanyDlBackRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBGermanyDlBackRecognizer

    + +

    Recognizer which can scan back side of German DL cards.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

      +
      init()
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + result + +
      +
      +
      +
      +
      +
      +

      Result of scanning GermanyDlBackRecognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, strong, nonatomic)
      +    MBGermanyDlBackRecognizerResult *_Nonnull result;
      + +
      +
      +

      Swift

      +
      var result: MBGermanyDlBackRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizerResult.html new file mode 100644 index 00000000..04fdb3e6 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyDlBackRecognizerResult.html @@ -0,0 +1,1459 @@ + + + + MBGermanyDlBackRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBGermanyDlBackRecognizerResult

    +
    +
    +
    
    +@interface MBGermanyDlBackRecognizerResult
    +    : MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
    +                          MBEncodedFullDocumentImageResult>
    + +
    +
    +

    Recognizer which can scan back side of German DL cards.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssueB10 + +
      +
      +
      +
      +
      +
      +

      The date of issue for B category of German DL card.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssueB10;
      + +
      +
      +

      Swift

      +
      var dateOfIssueB10: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      The date of issue for B category of German DL card is not specified.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) BOOL dateOfIssueB10NotSpecified;
      + +
      +
      +

      Swift

      +
      var dateOfIssueB10NotSpecified: Bool { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html index 36c87399..9251b8fe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1585,7 +1597,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html index 2f12c5fd..0608bc1c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1694,7 +1706,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html index f5be1d6a..789c81d1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,15 +1338,15 @@

    MBGermanyIdFrontRecognizer

    -

    Class for configuring German ID Front Recognizer.

    - -

    German ID Front recognizer is used for scanning front side of German ID.

    +

    Recognizer which can scan front side of Germany national ID cards.

    @@ -1388,7 +1400,7 @@

    Declaration

    -

    German ID Front recognizer result

    +

    Result of scanning GermanyIdFrontRecognizer

    @@ -1411,9 +1423,9 @@

    Declaration

  • @@ -1421,7 +1433,7 @@

    Declaration

    -

    Defines if owner’s first names should be extracted from German ID

    +

    Defines if CAN number of Germany ID should be extracted.

    Default: YES

    @@ -1430,12 +1442,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractGivenNames;
    +
    @property (assign, readwrite, nonatomic) BOOL extractCanNumber;

    Swift

    -
    var extractGivenNames: Bool { get set }
    +
    var extractCanNumber: Bool { get set }
    @@ -1445,9 +1457,9 @@

    Declaration

  • @@ -1455,7 +1467,7 @@

    Declaration

    -

    Defines if owner’s surname should be extracted from German ID

    +

    Defines if date of expiry of Germany ID should be extracted.

    Default: YES

    @@ -1464,12 +1476,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractSurname;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;

    Swift

    -
    var extractSurname: Bool { get set }
    +
    var extractDateOfExpiry: Bool { get set }
    @@ -1479,9 +1491,9 @@

    Declaration

  • @@ -1489,7 +1501,7 @@

    Declaration

    -

    Defines if owner’s place of birth should be extracted from German ID

    +

    Defines if document number of Germany ID should be extracted.

    Default: YES

    @@ -1498,12 +1510,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDocumentNumber;

    Swift

    -
    var extractPlaceOfBirth: Bool { get set }
    +
    var extractDocumentNumber: Bool { get set }
    @@ -1513,9 +1525,9 @@

    Declaration

  • @@ -1523,7 +1535,7 @@

    Declaration

    -

    Defines if owner’s nationality should be extracted from German ID

    +

    Defines if given names of Germany ID owner should be extracted.

    Default: YES

    @@ -1532,12 +1544,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractNationality;
    +
    @property (assign, readwrite, nonatomic) BOOL extractGivenNames;

    Swift

    -
    var extractNationality: Bool { get set }
    +
    var extractGivenNames: Bool { get set }
    @@ -1547,9 +1559,9 @@

    Declaration

  • @@ -1557,7 +1569,7 @@

    Declaration

    -

    Defines if date of expiry should be extracted from German ID

    +

    Defines if nationality of Germany ID owner should be extracted.

    Default: YES

    @@ -1566,12 +1578,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;
    +
    @property (assign, readwrite, nonatomic) BOOL extractNationality;

    Swift

    -
    var extractDateOfExpiry: Bool { get set }
    +
    var extractNationality: Bool { get set }
    @@ -1581,9 +1593,9 @@

    Declaration

  • @@ -1591,7 +1603,7 @@

    Declaration

    -

    Defines if CAN number should be extracted from German ID

    +

    Defines if place of birth of Germany ID owner should be extracted.

    Default: YES

    @@ -1600,12 +1612,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractCanNumber;
    +
    @property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;

    Swift

    -
    var extractCanNumber: Bool { get set }
    +
    var extractPlaceOfBirth: Bool { get set }
    @@ -1615,9 +1627,9 @@

    Declaration

  • @@ -1625,7 +1637,7 @@

    Declaration

    -

    Defines if document number should be extracted from German ID

    +

    Defines if surname of Germany ID owner should be extracted.

    Default: YES

    @@ -1634,12 +1646,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDocumentNumber;
    +
    @property (assign, readwrite, nonatomic) BOOL extractSurname;

    Swift

    -
    var extractDocumentNumber: Bool { get set }
    +
    var extractSurname: Bool { get set }
    @@ -1654,7 +1666,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html index 3c1a6c03..29d03259 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,13 +1338,14 @@

    MBGermanyIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of German ID

    +

    Recognizer which can scan front side of Germany national ID cards.

  • @@ -1371,73 +1384,9 @@

    Declaration

  • - - - firstName - -
    -
    -
    -
    -
    -
    -

    The first name of the German ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *firstName;
    - -
    -
    -

    Swift

    -
    var firstName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - lastName - -
    -
    -
    -
    -
    -
    -

    The last name of the German ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *lastName;
    - -
    -
    -

    Swift

    -
    var lastName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - nationality + + + canNumber
    @@ -1445,19 +1394,19 @@

    Declaration

    -

    The nationality of the German ID owner.

    +

    The CAN number of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *nationality;
    +
    @property (readonly, nonatomic) NSString *_Nonnull canNumber;

    Swift

    -
    var nationality: String? { get }
    +
    var canNumber: String { get }
    @@ -1467,9 +1416,9 @@

    Declaration

  • @@ -1477,19 +1426,19 @@

    Declaration

    -

    The date of birth of German ID owner in dd.MM.yyyy format.

    +

    The date of birth of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfBirth;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1499,9 +1448,9 @@

    Declaration

  • @@ -1509,19 +1458,19 @@

    Declaration

    -

    The date of birth of German ID owner

    +

    The date of expiry of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var dateOfExpiry: MBDateResult { get }
    @@ -1531,9 +1480,9 @@

    Declaration

  • @@ -1541,19 +1490,19 @@

    Declaration

    -

    The place of birth of the German ID

    +

    The document number of Germany ID.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *placeOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull documentNumber;

    Swift

    -
    var placeOfBirth: String? { get }
    +
    var documentNumber: String { get }
    @@ -1563,9 +1512,9 @@

    Declaration

  • @@ -1573,19 +1522,19 @@

    Declaration

    -

    The document date of expiry of the German ID in dd.MM.yyyy format.

    +

    The given names of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfExpiry;
    +
    @property (readonly, nonatomic) NSString *_Nonnull givenNames;

    Swift

    -
    var rawDateOfExpiry: String? { get }
    +
    var givenNames: String { get }
    @@ -1595,9 +1544,9 @@

    Declaration

  • @@ -1605,19 +1554,19 @@

    Declaration

    -

    The document date of expiry of the German ID

    +

    The nationality of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;
    +
    @property (readonly, nonatomic) NSString *_Nonnull nationality;

    Swift

    -
    var dateOfExpiry: Date? { get }
    +
    var nationality: String { get }
    @@ -1627,9 +1576,9 @@

    Declaration

  • @@ -1637,19 +1586,19 @@

    Declaration

    -

    The document number of the German ID

    +

    The place of birth of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *documentNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;

    Swift

    -
    var documentNumber: String? { get }
    +
    var placeOfBirth: String { get }
    @@ -1659,9 +1608,9 @@

    Declaration

  • - - - canNumber + + + surname
    @@ -1669,19 +1618,19 @@

    Declaration

    -

    The CAN number of the German ID

    +

    The surname of Germany ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *canNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull surname;

    Swift

    -
    var canNumber: String? { get }
    +
    var surname: String { get }
    @@ -1696,7 +1645,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html index 4c65bd59..40c3629a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1450,7 +1462,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html index e42a1d32..26ab2ee1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html index 7c07d8c6..6ead4338 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1620,7 +1632,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html index ef85263e..2b95a020 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html index 1e926190..3e315fba 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1497,7 +1509,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html index a5a7485b..80e37b06 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1621,7 +1633,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html index 88adbdfe..9ba88f48 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1600,7 +1612,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html index 46239f71..122d563f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1480,7 +1492,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html index 4c3d7d23..45449a1f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html index 76005f14..aaa5021e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1686,7 +1698,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html index 516ee455..4e4c2caf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1759,7 +1771,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 a0e16d55..cf818ddf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1647,7 +1659,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 29f28368..a2848399 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,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 28b23998..6eb88126 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1438,7 +1450,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html index a923a0c1..c0726f13 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1892,7 +1904,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html index 0f0d1a1c..b107f84e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1985,7 +1997,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizer.html index 4d9f6c25..bb2a7b41 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1756,7 +1768,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html index a0c48ed3..44e74a06 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1729,7 +1741,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html index 76820778..e84bed87 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1722,7 +1734,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html index ad93079c..61e5d448 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1697,7 +1709,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html index 2a38ff68..555c78f4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBJordanCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBJordanCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBJordanCombinedRecognizerResult! { get }
    +
    var result: MBJordanCombinedRecognizerResult { get }
    @@ -1517,7 +1530,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html index 98e20b3b..490d8fdf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1666,7 +1678,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html index 32e3d0ff..ca7641cd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html index 40e22a6c..960effe2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html index f5a84267..9efdbfd2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1517,7 +1529,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html index 8392238a..fdf65d5e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1503,7 +1515,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html index 3f6d975d..d83ea5f8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1448,7 +1460,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html index 2e6945a3..352a6506 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html index 6f1b2405..b2bcd342 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html index 4132331f..4569c40b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html index dd3877d6..b56feede 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1919,7 +1931,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html index e96df481..cc7fdba7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html index 79d3e780..8733a42a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1373,7 +1385,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html index 93f424e5..612e964f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1411,7 +1423,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html index f8851397..4bb7e323 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html index 2e7ba0d8..f88a1497 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html index 542eb631..88d67bc7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1728,7 +1740,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizer.html similarity index 95% rename from docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html rename to docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizer.html index 65f6b234..93defff7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizer.html @@ -1,7 +1,7 @@ - MBMyTenteraRecognizer Class Reference + MBMalaysiaMyTenteraFrontRecognizer Class Reference @@ -14,9 +14,9 @@ - + - +

    @@ -44,7 +44,7 @@

    @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1321,19 +1333,19 @@
    -

    MBMyTenteraRecognizer

    +

    MBMalaysiaMyTenteraFrontRecognizer

    -

    Class for configuring My Tentera Recognizer.

    - -

    My Tentera recognizer is used for scanning My Tentera.

    +

    Recognizer which can scan front side of Malaysian MyTentera cards.

    @@ -1345,9 +1357,9 @@

    MBMyTenteraRecognizer

  • - + - -init + -init
    @@ -1377,9 +1389,9 @@

    Declaration

  • - + - result + result
    @@ -1387,7 +1399,7 @@

    Declaration

    -

    My Tentera recognizer result

    +

    Result of scanning MalaysiaMyTenteraFrontRecognizer

    @@ -1395,12 +1407,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBMyTenteraRecognizerResult *_Nonnull result;
    + MBMalaysiaMyTenteraFrontRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBMyTenteraRecognizerResult { get }
    +
    var result: MBMalaysiaMyTenteraFrontRecognizerResult { get }
    @@ -1410,9 +1422,9 @@

    Declaration

  • @@ -1420,7 +1432,7 @@

    Declaration

    -

    Defines if religion should be extracted from MyTentera

    +

    Defines if full name and address of Malaysian MyTentera owner should be extracted.

    Default: YES

    @@ -1429,12 +1441,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractReligion;
    +
    @property (assign, readwrite, nonatomic) BOOL extractFullNameAndAddress;

    Swift

    -
    var extractReligion: Bool { get set }
    +
    var extractFullNameAndAddress: Bool { get set }
    @@ -1444,9 +1456,9 @@

    Declaration

  • @@ -1454,7 +1466,7 @@

    Declaration

    -

    Defines if full name and address should be extracted from MyTentera

    +

    Defines if religion of Malaysian MyTentera owner should be extracted.

    Default: YES

    @@ -1463,12 +1475,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractFullNameAndAddress;
    +
    @property (assign, readwrite, nonatomic) BOOL extractReligion;

    Swift

    -
    var extractFullNameAndAddress: Bool { get set }
    +
    var extractReligion: Bool { get set }
    @@ -1483,7 +1495,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html similarity index 88% rename from docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html rename to docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html index 277fb96c..23059176 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html @@ -1,7 +1,7 @@ - MBMyTenteraRecognizerResult Class Reference + MBMalaysiaMyTenteraFrontRecognizerResult Class Reference @@ -14,9 +14,9 @@ - + - +

    @@ -44,7 +44,7 @@

    @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1321,17 +1333,18 @@
    -

    MBMyTenteraRecognizerResult

    +

    MBMalaysiaMyTenteraFrontRecognizerResult

    
    -@interface MBMyTenteraRecognizerResult
    -    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
    -                                MBFullDocumentImageResult>
    +@interface MBMalaysiaMyTenteraFrontRecognizerResult + : MBRecognizerResult <NSCopying, MBFaceImageResult, + MBEncodedFaceImageResult, MBFullDocumentImageResult, + MBEncodedFullDocumentImageResult>
    -

    Class representing values obtained when scanning My Tentera

    +

    Recognizer which can scan front side of Malaysian MyTentera cards.

    @@ -1343,9 +1356,9 @@

    MBMyTenteraRecognizerResult

  • - + - -init + -init
    @@ -1370,46 +1383,9 @@

    Declaration

  • - - - nricNumber - -
    -
    -
    -
    -
    - -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *nricNumber;
    - -
    -
    -

    Swift

    -
    var nricNumber: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    @@ -1417,19 +1393,19 @@

    Declaration

    -

    Owner army number

    +

    The army number of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *armyNumber;
    +
    @property (readonly, nonatomic) NSString *_Nonnull armyNumber;

    Swift

    -
    var armyNumber: String? { get }
    +
    var armyNumber: String { get }
    @@ -1439,9 +1415,9 @@

    Declaration

  • - - - ownerAddress + + + birthDate
    @@ -1449,19 +1425,19 @@

    Declaration

    -

    Owner address

    +

    The birth date of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddress;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull birthDate;

    Swift

    -
    var ownerAddress: String? { get }
    +
    var birthDate: MBDateResult { get }
    @@ -1471,9 +1447,9 @@

    Declaration

  • - - - ownerAddressCity + + + city
    @@ -1481,19 +1457,19 @@

    Declaration

    -

    Owner address city. Determined from owner address.

    +

    The city of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressCity;
    +
    @property (readonly, nonatomic) NSString *_Nonnull city;

    Swift

    -
    var ownerAddressCity: String? { get }
    +
    var city: String { get }
    @@ -1503,9 +1479,9 @@

    Declaration

  • @@ -1513,19 +1489,19 @@

    Declaration

    -

    Owner address state. Determined from owner address.

    +

    The address of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressState;
    +
    @property (readonly, nonatomic) NSString *_Nonnull fullAddress;

    Swift

    -
    var ownerAddressState: String? { get }
    +
    var fullAddress: String { get }
    @@ -1535,9 +1511,9 @@

    Declaration

  • @@ -1545,19 +1521,19 @@

    Declaration

    -

    Owner address Zip code. Determined from owner address.

    +

    The full name of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressZipCode;
    +
    @property (readonly, nonatomic) NSString *_Nonnull fullName;

    Swift

    -
    var ownerAddressZipCode: String? { get }
    +
    var fullName: String { get }
    @@ -1567,9 +1543,9 @@

    Declaration

  • - - - ownerAddressStreet + + + nric
    @@ -1577,19 +1553,19 @@

    Declaration

    -

    Owner street. Determined from owner address.

    +

    The nric of Malaysian MyTentera.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerAddressStreet;
    +
    @property (readonly, nonatomic) NSString *_Nonnull nric;

    Swift

    -
    var ownerAddressStreet: String? { get }
    +
    var nric: String { get }
    @@ -1599,9 +1575,9 @@

    Declaration

  • @@ -1609,19 +1585,19 @@

    Declaration

    -

    Owner birth date string, as written on the document (YYMMDD format)

    +

    The state of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawOwnerBirthDate;
    +
    @property (readonly, nonatomic) NSString *_Nonnull ownerState;

    Swift

    -
    var rawOwnerBirthDate: String? { get }
    +
    var ownerState: String { get }
    @@ -1631,9 +1607,9 @@

    Declaration

  • - - - ownerBirthDate + + + religion
    @@ -1641,19 +1617,19 @@

    Declaration

    -

    Owner birth date converted in NSDate object

    +

    The religion of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *ownerBirthDate;
    +
    @property (readonly, nonatomic) NSString *_Nonnull religion;

    Swift

    -
    var ownerBirthDate: Date? { get }
    +
    var religion: String { get }
    @@ -1663,9 +1639,9 @@

    Declaration

  • - - - ownerFullName + + + sex
    @@ -1673,19 +1649,19 @@

    Declaration

    -

    Owner full name

    +

    The sex of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerFullName;
    +
    @property (readonly, nonatomic) NSString *_Nonnull sex;

    Swift

    -
    var ownerFullName: String? { get }
    +
    var sex: String { get }
    @@ -1695,9 +1671,9 @@

    Declaration

  • - - - ownerReligion + + + street
    @@ -1705,19 +1681,19 @@

    Declaration

    -

    Owner religion if written on MyKad

    +

    The street of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerReligion;
    +
    @property (readonly, nonatomic) NSString *_Nonnull street;

    Swift

    -
    var ownerReligion: String? { get }
    +
    var street: String { get }
    @@ -1727,9 +1703,9 @@

    Declaration

  • - - - ownerSex + + + zipcode
    @@ -1737,19 +1713,19 @@

    Declaration

    -

    Owner sex (M for male, F for female)

    +

    The zipcode of Malaysian MyTentera owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *ownerSex;
    +
    @property (readonly, nonatomic) NSString *_Nonnull zipcode;

    Swift

    -
    var ownerSex: String? { get }
    +
    var zipcode: String { get }
    @@ -1764,7 +1740,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizer.html new file mode 100644 index 00000000..d0508c98 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizer.html @@ -0,0 +1,1538 @@ + + + + MBMexicoVoterIdFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBMexicoVoterIdFrontRecognizer

    + +

    Recognizer which can scan front side of Mexican voter id.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

      +
      init()
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + result + +
      +
      +
      +
      +
      +
      +

      Result of scanning MexicoVoterIdFrontRecognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, strong, nonatomic)
      +    MBMexicoVoterIdFrontRecognizerResult *_Nonnull result;
      + +
      +
      +

      Swift

      +
      var result: MBMexicoVoterIdFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractAddress + +
      +
      +
      +
      +
      +
      +

      Defines if address of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractAddress;
      + +
      +
      +

      Swift

      +
      var extractAddress: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCurp + +
      +
      +
      +
      +
      +
      +

      Defines if CURP of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractCurp;
      + +
      +
      +

      Swift

      +
      var extractCurp: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFullName + +
      +
      +
      +
      +
      +
      +

      Defines if full name of Mexico Voter ID owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (assign, readwrite, nonatomic) BOOL extractFullName;
      + +
      +
      +

      Swift

      +
      var extractFullName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizerResult.html new file mode 100644 index 00000000..80d6fbd7 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMexicoVoterIdFrontRecognizerResult.html @@ -0,0 +1,1589 @@ + + + + MBMexicoVoterIdFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

    + + PPBlinkID Docs + + (83% documented) +

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

    + +
    + + + +
    + +
    + +
    +
    +

    MBMexicoVoterIdFrontRecognizerResult

    + +

    Recognizer which can scan front side of Mexican voter id.

    + +
    +
    + +
    +
    +
    +
      +
    • +
      + + + + -init + +
      +
      +
      +
      +
      +
      +

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + address + +
      +
      +
      +
      +
      +
      +

      The address of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull address;
      + +
      +
      +

      Swift

      +
      var address: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + curp + +
      +
      +
      +
      +
      +
      +

      The CURP of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull curp;
      + +
      +
      +

      Swift

      +
      var curp: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date of birth of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
      + +
      +
      +

      Swift

      +
      var dateOfBirth: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + electorKey + +
      +
      +
      +
      +
      +
      +

      The elector key of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull electorKey;
      + +
      +
      +

      Swift

      +
      var electorKey: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + fullName + +
      +
      +
      +
      +
      +
      +

      The full name of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull fullName;
      + +
      +
      +

      Swift

      +
      var fullName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + sex + +
      +
      +
      +
      +
      +
      +

      The sex of Mexico Voter ID owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      @property (readonly, nonatomic) NSString *_Nonnull sex;
      + +
      +
      +

      Swift

      +
      var sex: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html index 3855bf8c..5fa0da70 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1771,7 +1783,7 @@

    Declaration

    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 dfef729b..39a74a0c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1987,7 +1999,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html index 705a1fd8..d5e2ef10 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1478,7 +1490,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html index 956ac8c8..f1c0f968 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1620,7 +1632,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html index 9d66920b..ed511d71 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html index 6b620f24..8017889f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1622,7 +1634,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html index f47c420f..2143d72a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1601,7 +1613,7 @@

    Declaration

    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 50531c92..c9465d37 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
  • @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBMrtdCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBMrtdCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBMrtdCombinedRecognizerResult! { get }
    +
    var result: MBMrtdCombinedRecognizerResult { get }
  • @@ -1521,7 +1534,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 7e8f4845..8f96c6fa 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2055,7 +2067,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html index cec43903..b271202c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html index abd5e1e0..3238d4ab 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1437,7 +1449,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 90ecf950..b69949a7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1615,7 +1627,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 beb13895..11b1f453 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 7b30ce25..3772c4b9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1429,7 +1441,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html index b1e2e79f..6c1ab675 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2083,7 +2095,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html index bb36cd9d..f59b4bc6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1450,7 +1462,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html index de03507d..6210ae6f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html index aeb26e86..cf37a8e2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html index 787b089b..c27a6b61 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1764,7 +1776,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html index c202b0e2..9043d7bb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1656,7 +1668,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html index 1bc95a4c..9cfe20ba 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    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 1e0afd2f..95ed150b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,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 3b6b48bc..000a49ec 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1547,7 +1559,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 19f90b2c..d29ccadd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1646,7 +1658,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html index 7b1ca962..62144f55 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html index 8eb8f59c..731570ca 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1557,7 +1569,7 @@

    Declaration

    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 92f1df75..4967b1e7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1752,7 +1764,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 e2bf981e..3a76c3c2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,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 130cd9ea..7c5e7018 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1449,7 +1461,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 ba2f5e12..625370ce 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1467,7 +1479,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html index 483def45..6cffaa56 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1412,7 +1424,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 ac7c7c45..02f91dfe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html index 0957b840..ccfb8b6d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html index 78aed1b4..b5874a54 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html index 9595bb68..b6fc1829 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1440,6 +1452,40 @@

    Declaration

    +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1448,7 +1494,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html index 117a4f53..715e2a3a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1439,7 +1451,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html index 2429a501..c8d3f493 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1509,6 +1521,108 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeCvv + +
    +
    +
    +
    +
    +
    +

    Should anonymize the CVV area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCvv;
    + +
    +
    +

    Swift

    +
    var anonymizeCvv: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1517,7 +1631,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html index 170a1547..3b9b2324 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1537,7 +1549,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html index f1efea53..f5302236 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1474,6 +1486,74 @@

    Declaration

    +
  • +
    + + + + anonymizeCardNumber + +
    +
    +
    +
    +
    +
    +

    Should anonymize the card number area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeCardNumber;
    + +
    +
    +

    Swift

    +
    var anonymizeCardNumber: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + anonymizeOwner + +
    +
    +
    +
    +
    +
    +

    Should anonymize the owner area (redact image pixels) on the document image result

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) BOOL anonymizeOwner;
    + +
    +
    +

    Swift

    +
    var anonymizeOwner: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1482,7 +1562,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html index 60fa6f6c..0f9ecc45 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1471,7 +1483,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html index d2934eee..69303326 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1521,7 +1533,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html index a8652574..8714fb02 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html index 424300e6..1f352f86 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1368,7 +1380,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1395,12 +1407,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBPolandCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBPolandCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBPolandCombinedRecognizerResult! { get }
    +
    var result: MBPolandCombinedRecognizerResult { get }
    @@ -1619,7 +1632,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html index 0dc3c164..5ae25713 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1762,7 +1774,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html index b8cc3f63..0dcd9f51 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html index a800d800..a0268b4c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html index 3a2ef381..fe2024f7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1619,7 +1631,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html index 38e1ff9e..1f6c710d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1599,7 +1611,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 92dfb6d7..2931831e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1760,7 +1772,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 8e47a170..8bdf36fc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,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 8e4f25ff..fc996ae2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1485,7 +1497,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html index d77f8f17..56ea8bf5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html index ebc43353..bdf6705e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html index af4ecf87..07f2a587 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html index d1c9f5ab..47c7a956 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html index acf4a8c6..49363d4b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,7 +1418,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 417d507f..5296ca21 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1679,7 +1691,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html index 0f4dd81a..ec46595b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1486,7 +1498,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html index ced142d0..db6c6549 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,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 07a4779c..fa91216b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,7 @@

    Declaration

    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 15bb3290..db6fb6e1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1588,7 +1600,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html index 8c7c6712..78f3cce3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,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 5b4ac012..02565499 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1808,7 +1820,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html index 60f6c5dc..7d487653 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html index 1db0da31..1d790df7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1506,7 +1518,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html index 1f542676..a37a34d4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1641,7 +1653,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html index a710a562..667ee281 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html index 0c0e1860..6476ba4f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html index 732d69b0..6310256b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1855,7 +1867,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html index 2dbfb7da..177cc579 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1840,7 +1852,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html index 65585cd4..c62fb17a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1396,12 +1408,13 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBSerbiaCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBSerbiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSerbiaCombinedRecognizerResult! { get }
    +
    var result: MBSerbiaCombinedRecognizerResult { get }
    @@ -1416,7 +1429,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html index 5e73bdd7..ffb54d33 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1732,7 +1744,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html index cb7aef1a..4c46aeb9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1414,7 +1426,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html index 82b7a0af..8a88e181 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1374,7 +1386,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html index 06135461..0892ff29 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1483,7 +1495,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html index c96d21c2..21c61eb4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1472,7 +1484,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html index efdddd2f..633b5e71 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1411,7 +1423,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html index 005848f4..79aefb38 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html index 5b199d94..cac62357 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1519,7 +1531,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html index b844fc9d..8f08211b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1504,7 +1516,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html index 83744d70..e13c6763 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1370,7 +1382,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1398,12 +1410,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSingaporeCombinedRecognizerResult *result;
    + MBSingaporeCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSingaporeCombinedRecognizerResult! { get }
    +
    var result: MBSingaporeCombinedRecognizerResult { get }
    @@ -1724,7 +1736,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html index 06ae19d4..9bacd2f9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1698,7 +1710,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html index f165a70d..b6f90085 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1553,7 +1565,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html index 6ad71558..7528fad1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1536,7 +1548,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html index 6b6929f0..f65b77e5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1552,7 +1564,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html index b6d6e3b1..ceaa9364 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html index abf40108..e0aeb20b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1587,7 +1599,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html index 5b500d47..7d29a002 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1568,7 +1580,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html index ce4945df..f199c166 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSlovakiaCombinedRecognizerResult *result;
    + MBSlovakiaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSlovakiaCombinedRecognizerResult! { get }
    +
    var result: MBSlovakiaCombinedRecognizerResult { get }
    @@ -1757,7 +1769,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html index 1579969a..171624d6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1860,7 +1872,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html index b30a46ca..98b172ff 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1516,7 +1528,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html index c9cba9a7..4614788e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1502,7 +1514,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html index 208e1476..862ce292 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html index b6e63ce2..d682ac91 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1792,7 +1804,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html index 4032d20b..b95b98eb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1369,7 +1381,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1397,12 +1409,12 @@

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
    -    MBSloveniaCombinedRecognizerResult *result;
    + MBSloveniaCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBSloveniaCombinedRecognizerResult! { get }
    +
    var result: MBSloveniaCombinedRecognizerResult { get }
    @@ -1417,7 +1429,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html index b7113e3a..8ef3576f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1764,7 +1776,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html index 1ffb957b..eead00cc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1482,7 +1494,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html index bd2617e1..73f8e5ec 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1502,7 +1514,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html index bdee9735..74eec583 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1551,7 +1563,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html index b3a95586..34e584ca 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html index 85472a60..82267de4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1690,7 +1702,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html index 927b474e..549920f5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1665,7 +1677,7 @@

    Declaration

    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 425cb23f..8a8c4e01 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,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 c7579c0f..94c8b0af 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1470,7 +1482,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 6b93bde5..40ec0a8d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1406,7 +1418,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html index 56d30619..cd605226 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1688,7 +1700,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html index ec9b06ed..10fd18ef 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1663,7 +1675,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html index 65988103..b688116f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1690,7 +1702,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html index c25498f4..3374ebf6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1697,7 +1709,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html index 054aeb6d..b66402dd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1618,7 +1630,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html index ab1a68f7..124b3908 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1630,7 +1642,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html index 9f9ba096..99d1a143 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,14 +1338,15 @@

    MBSwitzerlandIdFrontRecognizer

    -

    Class for configuring Swiss ID Front Recognizer.

    - -

    Swiss ID Front recognizer is used for scanning front side of Swiss ID.

    +

    Recognizer which can scan front side of Switzerland ID.

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

    Declaration

    -

    Swiss ID Front recognizer result

    +

    Result of scanning SwitzerlandIdFrontRecognizer

    @@ -1420,7 +1433,7 @@

    Declaration

    -

    Defines if owner’s first name should be extracted from Swiss ID

    +

    Defines if given name of Switzerland ID owner should be extracted.

    Default: YES

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

    Declaration

    -

    Defines if owner’s last name should be extracted from Swiss ID

    +

    Defines if surname of Switzerland ID owner should be extracted.

    Default: YES

    @@ -1483,7 +1496,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html index e848059c..6de25d44 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1326,13 +1338,14 @@

    MBSwitzerlandIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Swiss ID

    +

    Recognizer which can scan front side of Switzerland ID.

    @@ -1371,41 +1384,9 @@

    Declaration

  • - - - givenName - -
    -
    -
    -
    -
    -
    -

    The first name of the Swiss ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *givenName;
    - -
    -
    -

    Swift

    -
    var givenName: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - surname + + + dateOfBirth
    @@ -1413,19 +1394,19 @@

    Declaration

    -

    The last name of the Swiss ID owner.

    +

    The date of birth of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *surname;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    -
    var surname: String? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1435,9 +1416,9 @@

    Declaration

  • @@ -1445,19 +1426,19 @@

    Declaration

    -

    The date of birth of the Swiss ID owner in dd.MM.yyyy format.

    +

    The given name of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *rawDateOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull givenName;

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var givenName: String { get }
    @@ -1467,9 +1448,9 @@

    Declaration

  • - - - dateOfBirth + + + surname
    @@ -1477,19 +1458,19 @@

    Declaration

    -

    The date of birth of the Swiss ID owner.

    +

    The surname of Switzerland ID owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
    +
    @property (readonly, nonatomic) NSString *_Nonnull surname;

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var surname: String { get }
    @@ -1504,7 +1485,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html index 14588a44..0adcbd73 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1755,7 +1767,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html index 5274e024..1b8aebe3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1695,7 +1707,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 37103acd..2306e81b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html @@ -347,6 +347,12 @@
  • + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1456,7 +1468,7 @@

    Declaration

    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 c17e6ce9..bdff3e35 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1610,7 +1622,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 64c9a652..247c159c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 d90e6e64..6ecdd01b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html index 089f974f..864d2d6e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1569,7 +1581,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html index 00778f86..a70ceb22 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html index 4885f8f3..fd799d2a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1653,7 +1665,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html index f0ec38be..d2ca36c0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1632,7 +1644,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html index f27a8d94..8b4146bc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1416,7 +1428,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html index 212a9bbb..c83aec48 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1407,7 +1419,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html index 1ad0d5dd..8eaf3968 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1484,7 +1496,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html index 6af83f47..f4f4c96e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1472,7 +1484,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 5c8bba83..b200ee18 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1329,7 +1341,7 @@

    MBUsdlCombinedRecognizer

    : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage, MBEncodeFullDocumentImage, - MBDigitalSignature> + MBDigitalSignature, MBFullDocumentImageExtensionFactors> @@ -1364,12 +1376,13 @@

    MBUsdlCombinedRecognizer

    Declaration

    Objective-C

    -
    @property (readonly, strong, nonatomic) MBUsdlCombinedRecognizerResult *result;
    +
    @property (readonly, strong, nonatomic)
    +    MBUsdlCombinedRecognizerResult *_Nonnull result;

    Swift

    -
    var result: MBUsdlCombinedRecognizerResult! { get }
    +
    var result: MBUsdlCombinedRecognizerResult { get }
    @@ -1545,7 +1558,7 @@

    Declaration

    Swift

    -
    init!()
    +
    init()
    @@ -1560,7 +1573,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 b0bdea6e..627bf626 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,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 f8ebf488..6e39c5cf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1483,7 +1495,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 3a4ed8bd..44413a00 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1531,7 +1543,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 628c2580..3786dab8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1415,7 +1427,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html index 3318def9..409b8b99 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html index 78c9a382..ad218f9d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html index 4e10ed33..be9cadc5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1410,7 +1422,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html index ae3d18a7..717a0b7a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1405,7 +1417,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html index 15013b4f..0ea9deb0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1563,7 +1575,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 47b663ed..55c143ac 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2184,7 +2196,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 eb8c9f8c..2c848e43 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1669,7 +1681,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 9ccfe58f..74a7cc36 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 25d91468..fe8915b9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,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 18de488b..34e12068 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html index 4f6de98e..1fc48e79 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1731,7 +1743,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html index 751f2437..915f3167 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1377,7 +1389,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html index c95560c7..73c35120 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 3d2bdccb..64da36cf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1615,7 +1627,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 caf337b2..150ef6ea 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1426,7 +1438,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html index b8a27ad5..8763177f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1569,7 +1581,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html index bba8f736..6a36963f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 0e866edb..1ed84b93 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 a23075dd..45acc7c0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1505,7 +1517,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 9a9990ab..863a94a8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 c5fbf532..7b279522 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -3626,7 +3638,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html index 4362664d..f2be91ae 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 3963e47c..51192d6b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 bdcb5930..d36aa70d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 124af961..7289d724 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,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 645bbbd6..b6e5904c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html index 03c0e712..ea888353 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1441,7 +1453,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html index 58a60b83..7e5a0131 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 2d8d5436..fef8842e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -4114,7 +4126,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html index 0e9c284a..8d0f0450 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1473,7 +1485,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 eb67800a..8179f356 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -2424,7 +2436,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 bd5fffae..3ac44c30 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -3875,7 +3887,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html index a8ec7d65..5896e1f6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1476,7 +1488,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html index 405cfb90..e3bb45a6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html index 433aaf1d..c86ebcd4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1383,7 +1395,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html index 7d80a0f9..a686a79a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1433,7 +1445,7 @@

    Declaration

    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 a99aca72..eb2f3ce2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1413,7 +1425,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 f1520ec2..f91b7994 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1417,7 +1429,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 414dd4b0..b339e377 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1543,7 +1555,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 4c30e660..d4e73a90 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1548,7 +1560,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html index 866542d2..5085ebef 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html index c2b41f73..f50ea944 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    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 d00b03ad..56386d73 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1478,7 +1490,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html index 5d092b42..d7122fbc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1535,7 +1547,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html index d883e497..4b314e07 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1381,7 +1393,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html index 59b72385..00f81c90 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html index cf20be70..6f997af0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html index d3280c79..e3dc8efd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html index 00d488c4..e86e27f4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html index be4ad30b..933702dc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html index 38567bc0..06fefa1d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html index 85caaa65..fc8907bb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html index b54835c0..ef36fed1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html index de8b55da..30e37894 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html index 09af34c5..5e4afde0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html index 6daac7fc..4530becb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html index a8e3b214..f4f0a028 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html index 3bfcfb76..37296fe6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1590,7 +1602,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html index f2d184de..84de313e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html index 36c72c38..ff618e70 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1389,7 +1401,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html index a4993364..afaa5691 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1446,7 +1458,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html index 2dd7a7be..78efde1a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html index a253e0c9..226ad91d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html index 5b3d43d8..e0ebea25 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1392,7 +1404,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html index 1760b5ce..a9b0b6be 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html index 55af7078..f63bba8d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html index 4e875c25..4e33ba78 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html index 8fdb8372..efd60ffa 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1389,7 +1401,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html index 70c93e87..2924f8b1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html index d2b01000..920c4821 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1390,7 +1402,7 @@

    Return Value

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html index 60630739..1c188c5a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html index def4461a..f447b1c1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html index 56e26679..afe56c3e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html index 549799d9..ecd6aa9c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    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 60551c01..afbca2bb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,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 ddc42407..68c7ec0e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1382,7 +1394,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 46a68bf2..d75a89ae 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1582,7 +1594,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 c1cfe794..ec4f2264 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,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 ce93f0a4..389ab0a0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,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 44c83e0d..b7149f11 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1772,7 +1784,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 ce2eaff8..4b2a01d4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1691,7 +1703,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 3ee1b473..39a567cf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1377,7 +1389,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 f5794703..f5a84ac9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1423,7 +1435,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 1ee20f40..3d7065e1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1425,7 +1437,7 @@

    Parameters

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html index 5d28063e..16f46cdc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1391,7 +1403,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html index ed5a8a5f..f55cbd26 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1393,7 +1405,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html index 0622810a..863ab85d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1387,7 +1399,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html index 19a5a8c2..cd08d687 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1388,7 +1400,7 @@

    Declaration

    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 0b9ca258..3e4de98c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html index 5a1b123a..c7dce1b7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1381,7 +1393,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 1880c315..f0711f7a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1444,7 +1456,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html index ebe7f8ad..96353045 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1475,7 +1487,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html index 7ff534d1..96a22127 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html index a8a5e235..bf185468 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,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 10f15cad..c0a0077b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1603,7 +1615,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine.html index cc7774e9..cff3322e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1384,7 +1396,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine/.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine/.html index 2ba29f8c..125c7ec6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine/.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/CGLine/.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1412,7 +1424,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 736c1dba..af0c9019 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 @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1380,7 +1392,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html index 74384f3c..b39e3d8b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1475,7 +1487,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange.html index 4450ae8c..58cdefc0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange/_MBRange.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange/_MBRange.html index 42c47da6..14a10ff4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange/_MBRange.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBRange/_MBRange.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale.html index ee3887ec..28dee18f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1378,7 +1390,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale/_MBScale.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale/_MBScale.html index 3beb50ea..e724dd8d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale/_MBScale.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions/MBScale/_MBScale.html @@ -347,6 +347,12 @@ + + @@ -470,6 +476,18 @@ + + + + @@ -527,12 +545,6 @@ - - @@ -1409,7 +1421,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 7d09bb58..f8f1b13a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html @@ -346,6 +346,12 @@ + + @@ -469,6 +475,18 @@ + + + + @@ -526,12 +544,6 @@ - - @@ -1350,96 +1362,96 @@

    Table of contents

    Requirements

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

    Using CocoaPods

  • Copy and paste the following lines into the TextEdit window:

  • platform :ios, '9.0'
    -pod 'PPBlinkID', '~> 4.3.0'
    +pod 'PPBlinkID', '~> 4.1.0'
     
      @@ -2088,6 +2100,10 @@

      MBGermanyPassportRecognizer.h is recognizer specialised for scanning German Passports.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      + +

      The MBGermanyDlBackRecognizerResult.h is recognizer specialised for scanning back side of German Driver’s License with B10 support.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      Hong Kong

      @@ -2150,12 +2166,17 @@

      MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      -

      The MBMyTenteraRecognizer is recognizer specialised for scanning MyTentera.

      +

      The MBMalaysiaMyTenteraFrontRecognizer is recognizer specialised for scanning MyTentera.

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      The MBiKadRecognizer is recognizer specialised for scanning iKad.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      +

      Mexico

      + +

      The MBMexicoVoterIdFrontRecognizer is recognizer specialised for scanning front side of Mexican Voter ID card.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      Morocco

      @@ -2753,7 +2774,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 b399be3a..f05a4d6e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      "},"Structs/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      "},"Structs/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeRange":{"name":"MBMakeRange","abstract":"

      Method which creates a range structure

      "},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeScale":{"name":"MBMakeScale","abstract":"

      Method which creates a scale structure

      "},"Functions.html#/c:@F@CGDeltaMake":{"name":"CGDeltaMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointWithDelta":{"name":"CGPointWithDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointDistance":{"name":"CGPointDistance","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointAlongLine":{"name":"CGPointAlongLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointRotatedAroundPoint":{"name":"CGPointRotatedAroundPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMake":{"name":"CGLineMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineEqualToLine":{"name":"CGLineEqualToLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMidPoint":{"name":"CGLineMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDirection":{"name":"CGLineDirection","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAngle":{"name":"CGLinesAngle","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesIntersectAtPoint":{"name":"CGLinesIntersectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineLength":{"name":"CGLineLength","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScale":{"name":"CGLineScale","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineTranslate":{"name":"CGLineTranslate","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScaleOnMidPoint":{"name":"CGLineScaleOnMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDelta":{"name":"CGLineDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAreParallel":{"name":"CGLinesAreParallel","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopLeftPoint":{"name":"CGRectTopLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopRightPoint":{"name":"CGRectTopRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomLeftPoint":{"name":"CGRectBottomLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomRightPoint":{"name":"CGRectBottomRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectResize":{"name":"CGRectResize","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectInsetEdge":{"name":"CGRectInsetEdge","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

      Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:@F@CGRectCenterPoint":{"name":"CGRectCenterPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectClosestTwoCornerPoints":{"name":"CGRectClosestTwoCornerPoints","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineIntersectsRectAtPoint":{"name":"CGLineIntersectsRectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGControlPointsForArcBetweenPointsWithRadius":{"name":"CGControlPointsForArcBetweenPointsWithRadius","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@scanningRegionForFrameInBounds":{"name":"scanningRegionForFrameInBounds","abstract":"

      Undocumented

      "},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

      Method which creates a image extension factors structure

      "},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point1":{"name":"point1","abstract":"

      Undocumented

      "},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point2":{"name":"point2","abstract":"

      Undocumented

      "},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      ","parent_name":"MBScale"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      ","parent_name":"MBRange"},"Type Definitions.html#/c:MBDateParser.h@T@MBDateFormatArray":{"name":"MBDateFormatArray","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBDateParser.h@T@MBDateSeparatorCharsArray":{"name":"MBDateSeparatorCharsArray","abstract":"

      Undocumented

      "},"Type Definitions/MBRange.html":{"name":"MBRange","abstract":"

      Undocumented

      "},"Type Definitions/MBScale.html":{"name":"MBScale","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBException.h@T@MBExceptionName":{"name":"MBExceptionName","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBGeometry.h@T@CGDelta":{"name":"CGDelta","abstract":"

      Undocumented

      "},"Type Definitions/CGLine.html":{"name":"CGLine","abstract":"

      Undocumented

      "},"Type Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBTemplatingClassifier.html#/c:objc(pl)MBTemplatingClassifier(im)classify":{"name":"-classify","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClassifier"},"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/MBStringProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBStringProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingString:":{"name":"-recognizerRunner:didFinishProcessingString:","abstract":"

      Called when MBRecognizerRunner finishes processing given string.","parent_name":"MBStringProcessingRecognizerRunnerDelegate"},"Protocols/MBSignatureImageResult.html#/c:objc(pl)MBSignatureImageResult(py)signatureImage":{"name":"signatureImage","abstract":"

      image of the signature if enabled with MBSignatureImage returnSignatureImage property.

      ","parent_name":"MBSignatureImageResult"},"Protocols/MBSignatureImageDpi.html#/c:objc(pl)MBSignatureImageDpi(py)signatureImageDpi":{"name":"signatureImageDpi","abstract":"

      Property for setting DPI for signature images","parent_name":"MBSignatureImageDpi"},"Protocols/MBSignatureImage.html#/c:objc(pl)MBSignatureImage(py)returnSignatureImage":{"name":"returnSignatureImage","abstract":"

      Sets whether signature image from ID card should be extracted.

      ","parent_name":"MBSignatureImage"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishScanningWithState:":{"name":"-recognizerRunnerViewController:didFinishScanningWithState:","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/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. 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":"
      ","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/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/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 PPScanDelegate’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/MBOcrLayoutSubview.html#/c:objc(pl)MBOcrLayoutSubview(im)ocrLayoutObtained:withIdentifier:":{"name":"-ocrLayoutObtained:withIdentifier:","abstract":"

      This method should be called when MBOcrLayout is obtained and needs to be drawn/redrawn.

      ","parent_name":"MBOcrLayoutSubview"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)nativeResult":{"name":"-nativeResult","abstract":"

      Returns the native object containing the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)stringResult":{"name":"-stringResult","abstract":"

      Returns the string version of the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBMrzImageResult.html#/c:objc(pl)MBMrzImageResult(py)mrzImage":{"name":"mrzImage","abstract":"

      face image from the document if enabled with MBMrzImage returnMrzImage property.

      ","parent_name":"MBMrzImageResult"},"Protocols/MBMrzImage.html#/c:objc(pl)MBMrzImage(py)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Sets whether MRZ image from ID card should be extracted

      ","parent_name":"MBMrzImage"},"Protocols/MBMrzFilter.html#/c:objc(pl)MBMrzFilter(im)mrzFilter":{"name":"-mrzFilter","abstract":"

      Determines whether document should be processed or it is filtered out.

      ","parent_name":"MBMrzFilter"},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBImageProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingImage:":{"name":"-recognizerRunner:didFinishProcessingImage:","abstract":"

      Called when MBRecognizerRunner finishes processing given image.","parent_name":"MBImageProcessingRecognizerRunnerDelegate"},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunnerViewController:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerViewControllerDelegate"},"Protocols/MBGlareRecognizerRunnerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerDelegate(im)recognizerRunner:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunner:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerDelegate"},"Protocols/MBGlareDetection.html#/c:objc(pl)MBGlareDetection(py)detectGlare":{"name":"detectGlare","abstract":"

      Defines if glare detection should be turned on/off.

      ","parent_name":"MBGlareDetection"},"Protocols/MBFullDocumentImageResult.html#/c:objc(pl)MBFullDocumentImageResult(py)fullDocumentImage":{"name":"fullDocumentImage","abstract":"

      full document image if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBFullDocumentImageResult"},"Protocols/MBFullDocumentImageExtensionFactors.html#/c:objc(pl)MBFullDocumentImageExtensionFactors(py)fullDocumentImageExtensionFactors":{"name":"fullDocumentImageExtensionFactors","abstract":"

      Image extension factors for full document image.

      ","parent_name":"MBFullDocumentImageExtensionFactors"},"Protocols/MBFullDocumentImageDpi.html#/c:objc(pl)MBFullDocumentImageDpi(py)fullDocumentImageDpi":{"name":"fullDocumentImageDpi","abstract":"

      Property for setting DPI for full document images","parent_name":"MBFullDocumentImageDpi"},"Protocols/MBFullDocumentImage.html#/c:objc(pl)MBFullDocumentImage(py)returnFullDocumentImage":{"name":"returnFullDocumentImage","abstract":"

      Sets whether full document image of ID card should be extracted.

      ","parent_name":"MBFullDocumentImage"},"Protocols/MBFrameGrabberRecognizerDelegate.html#/c:objc(pl)MBFrameGrabberRecognizerDelegate(im)onFrameAvailable:isFocused:frameQuality:":{"name":"-onFrameAvailable:isFocused:frameQuality:","abstract":"

      Called when {FrameGrabberRecognizer} received new frame for processing.","parent_name":"MBFrameGrabberRecognizerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerDelegate(im)recognizerRunnerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillClose:":{"name":"-fieldByFieldOverlayViewControllerWillClose:","abstract":"

      Called when Overlay will close. This can happen if the user pressed close button

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didFinishScanningWithElements:":{"name":"-fieldByFieldOverlayViewController:didFinishScanningWithElements:","abstract":"

      Called when Scanning finishes and Overlay will dissapear.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillPresentHelp:":{"name":"-fieldByFieldOverlayViewControllerWillPresentHelp:","abstract":"

      Called when user pressed the help button on the overlay.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didOutputCurrentImage:":{"name":"-fieldByFieldOverlayViewController:didOutputCurrentImage:","abstract":"

      Outputs back each image processed by the SDK.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFaceImageResult.html#/c:objc(pl)MBFaceImageResult(py)faceImage":{"name":"faceImage","abstract":"

      face image from the document if enabled with MBFaceImage returnFaceImage property.

      ","parent_name":"MBFaceImageResult"},"Protocols/MBFaceImageDpi.html#/c:objc(pl)MBFaceImageDpi(py)faceImageDpi":{"name":"faceImageDpi","abstract":"

      Property for setting DPI for face images","parent_name":"MBFaceImageDpi"},"Protocols/MBFaceImage.html#/c:objc(pl)MBFaceImage(py)returnFaceImage":{"name":"returnFaceImage","abstract":"

      Sets whether face image from ID card should be extracted

      ","parent_name":"MBFaceImage"},"Protocols/MBEncodedSignatureImageResult.html#/c:objc(pl)MBEncodedSignatureImageResult(py)encodedSignatureImage":{"name":"encodedSignatureImage","abstract":"

      JPEG-encoded image of the signature from the document. Available only if enabled with MBEncodeSignatureImage encodeSignatureImage property.

      ","parent_name":"MBEncodedSignatureImageResult"},"Protocols/MBEncodedMrzImageResult.html#/c:objc(pl)MBEncodedMrzImageResult(py)encodedMrzImage":{"name":"encodedMrzImage","abstract":"

      JPEG-encoded MRZ image from the document if enabled with MBEncodeMrzImage encodeMrzImage property.

      ","parent_name":"MBEncodedMrzImageResult"},"Protocols/MBEncodedFullDocumentImageResult.html#/c:objc(pl)MBEncodedFullDocumentImageResult(py)encodedFullDocumentImage":{"name":"encodedFullDocumentImage","abstract":"

      JPEG-encoded full document image if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedFullDocumentImageResult"},"Protocols/MBEncodedFaceImageResult.html#/c:objc(pl)MBEncodedFaceImageResult(py)encodedFaceImage":{"name":"encodedFaceImage","abstract":"

      JPEG-encoded face image from the document if enabled with MBEncodeFaceImage encodeFaceImage property.

      ","parent_name":"MBEncodedFaceImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentFrontImage":{"name":"encodedFullDocumentFrontImage","abstract":"

      JPEG-encoded full document image of the front side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentBackImage":{"name":"encodedFullDocumentBackImage","abstract":"

      JPEG-encoded full document image of the back side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodeSignatureImage.html#/c:objc(pl)MBEncodeSignatureImage(py)encodeSignatureImage":{"name":"encodeSignatureImage","abstract":"

      Sets whether image of signature on document should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeSignatureImage"},"Protocols/MBEncodeMrzImage.html#/c:objc(pl)MBEncodeMrzImage(py)encodeMrzImage":{"name":"encodeMrzImage","abstract":"

      Sets whether MRZ image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeMrzImage"},"Protocols/MBEncodeFullDocumentImage.html#/c:objc(pl)MBEncodeFullDocumentImage(py)encodeFullDocumentImage":{"name":"encodeFullDocumentImage","abstract":"

      Sets whether full document image should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeFullDocumentImage"},"Protocols/MBEncodeFaceImage.html#/c:objc(pl)MBEncodeFaceImage(py)encodeFaceImage":{"name":"encodeFaceImage","abstract":"

      Sets whether face image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeFaceImage"},"Protocols/MBDocumentVerificationSubviewDelegate.html#/c:objc(pl)MBDocumentVerificationSubviewDelegate(im)documentVerificationSubviewDidFinishAnimation:":{"name":"-documentVerificationSubviewDidFinishAnimation:","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubviewDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidTapClose:":{"name":"-documentVerificationOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

      Called when scanning library finished scanning first side of the document

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"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/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignature":{"name":"digitalSignature","abstract":"

      Digital signature of the recognition result. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignatureVersion":{"name":"digitalSignatureVersion","abstract":"

      Version of the digital signature. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignature.html#/c:objc(pl)MBDigitalSignature(py)signResult":{"name":"signResult","abstract":"

      Whether or not recognition result should be signed.

      ","parent_name":"MBDigitalSignature"},"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/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)documentDataMatch":{"name":"documentDataMatch","abstract":"

      Returns YES if data from scanned parts/sides of the document match,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)scanningFirstSideDone":{"name":"scanningFirstSideDone","abstract":"

      Returns YES if recognizer has finished scanning first side and is now scanning back side,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizer.html#/c:objc(pl)MBCombinedRecognizer(py)combinedResult":{"name":"combinedResult","abstract":"

      Combined result which is associated with this combined recognizer.

      ","parent_name":"MBCombinedRecognizer"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentFrontImage":{"name":"fullDocumentFrontImage","abstract":"

      front side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentBackImage":{"name":"fullDocumentBackImage","abstract":"

      back side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidFinishScanning:state:":{"name":"-barcodeOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidTapClose:":{"name":"-barcodeOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html":{"name":"MBBarcodeOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBCombinedFullDocumentImageResult.html":{"name":"MBCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizer.html":{"name":"MBCombinedRecognizer","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizerResult.html":{"name":"MBCombinedRecognizerResult","abstract":"

      Undocumented

      "},"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/MBDigitalSignature.html":{"name":"MBDigitalSignature","abstract":"

      Undocumented

      "},"Protocols/MBDigitalSignatureResult.html":{"name":"MBDigitalSignatureResult","abstract":"

      Undocumented

      "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBDocumentVerificationOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationSubviewDelegate.html":{"name":"MBDocumentVerificationSubviewDelegate","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFaceImage.html":{"name":"MBEncodeFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFullDocumentImage.html":{"name":"MBEncodeFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeMrzImage.html":{"name":"MBEncodeMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeSignatureImage.html":{"name":"MBEncodeSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodedCombinedFullDocumentImageResult.html":{"name":"MBEncodedCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFaceImageResult.html":{"name":"MBEncodedFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFullDocumentImageResult.html":{"name":"MBEncodedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedMrzImageResult.html":{"name":"MBEncodedMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedSignatureImageResult.html":{"name":"MBEncodedSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFaceImage.html":{"name":"MBFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageDpi.html":{"name":"MBFaceImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageResult.html":{"name":"MBFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html":{"name":"MBFieldByFieldOverlayViewControllerDelegate","abstract":"

      Protocol for observing important events with scanning

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFrameGrabberRecognizerDelegate.html":{"name":"MBFrameGrabberRecognizerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImage.html":{"name":"MBFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageDpi.html":{"name":"MBFullDocumentImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageExtensionFactors.html":{"name":"MBFullDocumentImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageResult.html":{"name":"MBFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBGlareDetection.html":{"name":"MBGlareDetection","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerDelegate.html":{"name":"MBGlareRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html":{"name":"MBGlareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html":{"name":"MBImageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBMrzFilter.html":{"name":"MBMrzFilter","abstract":"

      Undocumented

      "},"Protocols/MBMrzImage.html":{"name":"MBMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBMrzImageResult.html":{"name":"MBMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBNativeResult.html":{"name":"MBNativeResult","abstract":"

      Undocumented

      "},"Protocols/MBOcrLayoutSubview.html":{"name":"MBOcrLayoutSubview","abstract":"

      Protocol for processing MBOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)

      "},"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/MBSignatureImage.html":{"name":"MBSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageDpi.html":{"name":"MBSignatureImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageResult.html":{"name":"MBSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBStringProcessingRecognizerRunnerDelegate.html":{"name":"MBStringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

      Protocol which all objects interested in receiving information about overlay subviews need to implement

      "},"Protocols/MBTemplatingClassifier.html":{"name":"MBTemplatingClassifier","abstract":"

      Undocumented

      "},"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/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp123":{"name":"MBTopUp123","abstract":"

      For top ups which begin with 123 prefix and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp103":{"name":"MBTopUp103","abstract":"

      For top ups which begin with 103 and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp131":{"name":"MBTopUp131","abstract":"

      For top ups which begin with 131 and USSD code length is 13

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUpGeneric":{"name":"MBTopUpGeneric","abstract":"

      For top ups with any prefix and USSD code length from interval {[13, 16]}

      ","parent_name":"MBTopUpPreset"},"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/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/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDefault":{"name":"MBRecognitionModeDefault","abstract":"

      Classic, production mode. Results are returned after first valid scanning

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeTest":{"name":"MBRecognitionModeTest","abstract":"

      Recognition Test. Results are never returned, recognition is performed repeatedly

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDetectionTest":{"name":"MBRecognitionModeDetectionTest","abstract":"

      Recognition Test. Results are never returned, only detection is performed repeatedly

      ","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/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateEmpty":{"name":"MBParserResultStateEmpty","abstract":"

      Empty

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateUncertain":{"name":"MBParserResultStateUncertain","abstract":"

      Uncertain

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateValid":{"name":"MBParserResultStateValid","abstract":"

      Valid

      ","parent_name":"MBParserResultState"},"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/PPDocumentType.html#/c:@E@PPDocumentType@PPBlinkOCRDocumentType":{"name":"PPBlinkOCRDocumentType","abstract":"

      Document type for latin documents used with BlinkOCR recognizer

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPMicrDocumentType":{"name":"PPMicrDocumentType","abstract":"

      Document type for MICR font

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPArabicDocumentType":{"name":"PPArabicDocumentType","abstract":"

      Document type for Arabic characters

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPHandwrittenDocumentType":{"name":"PPHandwrittenDocumentType","abstract":"

      Document type for handwriting

      ","parent_name":"PPDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeUnknown":{"name":"MBMrtdTypeUnknown","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDocumentType"},"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/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/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryUnitedKingdom":{"name":"MBEudlCountryUnitedKingdom","abstract":"

      UK driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryGermany":{"name":"MBEudlCountryGermany","abstract":"

      German driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAustria":{"name":"MBEudlCountryAustria","abstract":"

      Austrian driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAny":{"name":"MBEudlCountryAny","abstract":"

      Any EU DL

      ","parent_name":"MBEudlCountry"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1Card":{"name":"MBDocumentSpecificationId1Card","abstract":"

      Preset for detecting ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2Card":{"name":"MBDocumentSpecificationId2Card","abstract":"

      Preset for detecting ID2 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationCheque":{"name":"MBDocumentSpecificationCheque","abstract":"

      Preset for detecting cheques

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Portrait":{"name":"MBDocumentSpecificationA4Portrait","abstract":"

      Preset for detecting A4 documents in portrait

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Landscape":{"name":"MBDocumentSpecificationA4Landscape","abstract":"

      Preset for detecting A4 documents in landscape

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1VerticalCard":{"name":"MBDocumentSpecificationId1VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2VerticalCard":{"name":"MBDocumentSpecificationId2VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeAuto":{"name":"MBScanningModeAuto","abstract":"

      Detects document in both directions

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeLandscape":{"name":"MBScanningModeLandscape","abstract":"

      Detects document in landscape direction

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModePortrait":{"name":"MBScanningModePortrait","abstract":"

      Detects document in portrait direction

      ","parent_name":"MBScanningMode"},"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/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFail":{"name":"MBDetectionCodeFail","abstract":"

      Object detection has failed.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFallback":{"name":"MBDetectionCodeFallback","abstract":"

      Object was detected partially. Only some PhotoPay detectors support this.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeSuccess":{"name":"MBDetectionCodeSuccess","abstract":"

      Object detection has succeded.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

      Object was successfuly detected.

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFail":{"name":"MBDetectionStatusFail","abstract":"

      Object was not detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooHigh":{"name":"MBDetectionStatusCameraTooHigh","abstract":"

      Object was successfully detected, but the camera was too far above the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAtAngle":{"name":"MBDetectionStatusCameraAtAngle","abstract":"

      Object was successfully detected, but the perspective angle of camera is too high

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraRotated":{"name":"MBDetectionStatusCameraRotated","abstract":"

      Object was successfully detected, but the object is rotated and not aligned to the camera edges

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusQRSuccess":{"name":"MBDetectionStatusQRSuccess","abstract":"

      QR code was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPdf417Success":{"name":"MBDetectionStatusPdf417Success","abstract":"

      PDF417 barcode was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

      Object was successfully detected using a fallback algorithm

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPartialForm":{"name":"MBDetectionStatusPartialForm","abstract":"

      Object was detected, but is only partially visible on screen

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooNear":{"name":"MBDetectionStatusCameraTooNear","abstract":"

      Object was successfully detected, but the camera is too near to the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDeepOcrModel.html#/c:@E@MBDeepOcrModel@MBDeepOcrModelBlinkInput":{"name":"MBDeepOcrModelBlinkInput","abstract":"

      Deep OCR model for Blink Input

      ","parent_name":"MBDeepOcrModel"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYYYY":{"name":"MBDateFormatDDMMYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYY":{"name":"MBDateFormatDDMMYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYYYY":{"name":"MBDateFormatMMDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYY":{"name":"MBDateFormatMMDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMMDD":{"name":"MBDateFormatYYYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMMDD":{"name":"MBDateFormatYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYYYY":{"name":"MBDateFormatDDMONTHYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYY":{"name":"MBDateFormatDDMONTHYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYYYY":{"name":"MBDateFormatMONTHDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYY":{"name":"MBDateFormatMONTHDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMONTHDD":{"name":"MBDateFormatYYYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMONTHDD":{"name":"MBDateFormatYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"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@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@MBBarcodeNone":{"name":"MBBarcodeNone","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeType"},"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/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/MBDateFormat.html":{"name":"MBDateFormat","abstract":"

      Available date formats for date parser. To activate parsing of dates with month names in"},"Enums/MBDeepOcrModel.html":{"name":"MBDeepOcrModel","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

      Status of the object detection in MicroBlink SDK

      "},"Enums/MBDetectionCode.html":{"name":"MBDetectionCode","abstract":"

      Enum for type of detection status.

      "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

      Enumeration of all supported document types for MBDocumentFaceRecognizer

      "},"Enums/MBScanningMode.html":{"name":"MBScanningMode","abstract":"

      Enum of different scanning modes: Landscape, Portrait and Auto(both)

      "},"Enums/MBDocumentSpecificationPreset.html":{"name":"MBDocumentSpecificationPreset","abstract":"

      Presets which can be used to instantiate document specification for a specific document format

      "},"Enums/MBEudlCountry.html":{"name":"MBEudlCountry","abstract":"

      Enumeration of all supported countries in EUDL Recognizer

      "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

      Enum which describes text orientation on an image.

      "},"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/PPDocumentType.html":{"name":"PPDocumentType","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

      A list of fonts supported by BlinkOCR

      "},"Enums/MBParserResultState.html":{"name":"MBParserResultState","abstract":"

      Enumeration of posibble parser result state

      "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

      Enumeration of posibble processor result state

      "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","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/MBTopUpPreset.html":{"name":"MBTopUpPreset","abstract":"

      Enumeration of posibble top up presets

      "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

      Possible keys that can be used for obtaining USDL result elements.

      "},"Constants.html#/c:@MBIllegalModificationException":{"name":"MBIllegalModificationException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseKeyException":{"name":"MBInvalidLicenseKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseeKeyException":{"name":"MBInvalidLicenseeKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseResourceException":{"name":"MBInvalidLicenseResourceException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidBundleException":{"name":"MBInvalidBundleException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBMissingSettingsException":{"name":"MBMissingSettingsException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidArgumentException":{"name":"MBInvalidArgumentException","abstract":"

      Undocumented

      "},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN or empty string if recognition failed.

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(py)result":{"name":"result","abstract":"

      Vin recognizer result

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN number or empty string if recognition failed.

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParser"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(py)result":{"name":"result","abstract":"

      Vin parser result

      ","parent_name":"MBVinParser"},"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/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlRecognizer"},"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/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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)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/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Front recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Back recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license Number of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licensingAuthority":{"name":"licensingAuthority","abstract":"

      The licensing Authority of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)placeOfIssue":{"name":"placeOfIssue","abstract":"

      The place Of Issue of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning United Arab Emirates Dl Front Recognizer

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if issue date of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicenseNumber":{"name":"extractLicenseNumber","abstract":"

      Defines if license number of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicensingAuthority":{"name":"extractLicensingAuthority","abstract":"

      Defines if licensing authority code of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractPlaceOfIssue":{"name":"extractPlaceOfIssue","abstract":"

      Defines if place of issue of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(py)topUp":{"name":"topUp","abstract":"

      Returns the recognized Top Up number or empty string if recognition failed.

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)result":{"name":"result","abstract":"

      Top Up parser result

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)allowNoPrefix":{"name":"allowNoPrefix","abstract":"

      Indicates whether USSD codes without prefix are allowed.

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)returnCodeWithoutPrefix":{"name":"returnCodeWithoutPrefix","abstract":"

      Indicates whether digts prefix and # at the end of scanned USSD code will","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setTopUpPreset:":{"name":"-setTopUpPreset:","abstract":"

      Sets the top up prefix and USSD code length based on the given MBTopUpPreset. Only","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setPrefix:andUssdCodeLength:":{"name":"-setPrefix:andUssdCodeLength:","abstract":"

      Sets the given top up prefix and USSD code length. Only top ups with the chosen prefix and","parent_name":"MBTopUpParser"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizer"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClass"},"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/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)willFocusAtPoint:":{"name":"-willFocusAtPoint:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The name of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfBirth":{"name":"nonMrzDateOfBirth","abstract":"

      Date of birth, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      Date of expiry, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      Number of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The sex of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)result":{"name":"result","abstract":"

      Swiss Passport recognizer result

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s name should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Swiss ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Front recognizer result

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s first name should be extracted from Swiss ID

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from Swiss ID

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)placeOfOrigin":{"name":"placeOfOrigin","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfIssue":{"name":"rawDocumentDateOfIssue","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Back recognizer result

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractPlaceOfOrigin":{"name":"extractPlaceOfOrigin","abstract":"

      Defines if place of origin of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Swiss ID folder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of rxpiry of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)expiryDatePermanent":{"name":"expiryDatePermanent","abstract":"

      If YES, then this Switzerland DL will never expire.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle categories of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Switzerland DL Front

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The Surname of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The Date Of Issue of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date Of Expiry of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The Issuing Agency of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)referenceNumber":{"name":"referenceNumber","abstract":"

      The Reference Number of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The Licence Categories of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The Licence Numer of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Sweden Dl Front recognizer result

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if issuing agency should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractReferenceNumber":{"name":"extractReferenceNumber","abstract":"

      Defines if reference number should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines iflicence categories should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

      Success frame PPImage of successful frame

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)initWithRecognizer:":{"name":"-initWithRecognizer:","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"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/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)number":{"name":"number","abstract":"

      The licence number of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence categories of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The date of issue of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The date of expiry of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Spain Dl Front recognizer result

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Front recognizer result

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The authority of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Date of issue of the Slovenian ID in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Back recognizer result

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if issuing authority of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Combined recognizer result

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuing authority of the ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Front recognizer result

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Back recognizer result

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The identity card number of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Combined recognizer result

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Front recognizer result

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Id Back

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue date of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)validTill":{"name":"validTill","abstract":"

      The valid till of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore DL Front

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if owner’s birth date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if the issue date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractValidTill":{"name":"extractValidTill","abstract":"

      Defines if valid till should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Combined recognizer result

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)companyName":{"name":"companyName","abstract":"

      TThe company name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractCompanyName":{"name":"extractCompanyName","abstract":"

      Defines if company name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if birth of expiry should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(py)simNumber":{"name":"simNumber","abstract":"

      Returns the recognized SIM number from barcode or empty string if recognition failed.

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(py)result":{"name":"result","abstract":"

      Sim number recognizer results

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)issuingDate":{"name":"issuingDate","abstract":"

      The issuing date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid until date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Serbian ID owner

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Front recognizer result

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractIssuingDate":{"name":"extractIssuingDate","abstract":"

      Defines if issuing date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdBackRecognizerResult.html#/c:objc(cs)MBSerbiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizerResult"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Back recognizer result

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)jmbg":{"name":"jmbg","abstract":"

      The JMBG of Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Combined recognizer result

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)initWithIdentifier:parser:":{"name":"-initWithIdentifier:parser:","abstract":"

      Designated initializer, defines the unique identifier for this canned element, and Parser factory for it.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)identifier":{"name":"identifier","abstract":"

      Unique name of the element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)parser":{"name":"parser","abstract":"

      Parser object which is reponsible scanning the text.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTitle":{"name":"localizedTitle","abstract":"

      Localized title (used in the Pivot control)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTooltip":{"name":"localizedTooltip","abstract":"

      Localized tooltip (used in the tooltip label above the viewfinder)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)keyboardType":{"name":"keyboardType","abstract":"

      Keyboard type used when editing

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTextfieldText":{"name":"localizedTextfieldText","abstract":"

      Localized initial UITextField text (used in field segment scanning text fields)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanned":{"name":"scanned","abstract":"

      YES if the value was scanned, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)edited":{"name":"edited","abstract":"

      YES if the value was manually edited, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)value":{"name":"value","abstract":"

      Actual value for this element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionWidth":{"name":"scanningRegionWidth","abstract":"

      Width of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen width and 0.5 is half width.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionHeight":{"name":"scanningRegionHeight","abstract":"

      Height of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen height and 0.5 is half height.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)successfulScanImage":{"name":"successfulScanImage","abstract":"

      Image of the scanned element.

      ","parent_name":"MBScanElement"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      Last name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      First name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      Card number

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)idSeries":{"name":"idSeries","abstract":"

      ID series

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cnp":{"name":"cnp","abstract":"

      CNP

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)parentNames":{"name":"parentNames","abstract":"

      Parent names - missing if nationality exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZNationality":{"name":"nonMRZNationality","abstract":"

      Nationality - missing if parent names exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      Place of birth

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      Address

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      Issued by

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZSex":{"name":"nonMRZSex","abstract":"

      Sex

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      Valid from

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidFrom":{"name":"rawValidFrom","abstract":"

      Valid from date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      Valid until

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      Valid until date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Romanian ID Front recognizer result

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if the place of birth should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if the owner’s address should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if the issued ny data should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if the valid from date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if the valid until date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractNonMRZSex":{"name":"extractNonMRZSex","abstract":"

      Defines if the owner’s sex information should be extracted from the ID","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(py)parsedString":{"name":"parsedString","abstract":"

      Returns string containing parsed OCR result according to given regular expression.

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)initWithRegex:":{"name":"-initWithRegex:","abstract":"

      Initializes the regex parser

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)result":{"name":"result","abstract":"

      Regex parser result

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)regex":{"name":"regex","abstract":"

      Defines regex that will be used to parse OCR data. Note that not all java regex features","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)startWithWhitespace":{"name":"startWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace before matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)endWithWhitespace":{"name":"endWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace after matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRegexParser"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)debugRecognizerRunnerViewControllerDelegate":{"name":"debugRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)detectionRecognizerRunnerViewControllerDelegate":{"name":"detectionRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)ocrRecognizerRunnerViewControllerDelegate":{"name":"ocrRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)glareRecognizerRunnerViewControllerDelegate":{"name":"glareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)firstSideFinishedRecognizerRunnerViewControllerDelegate":{"name":"firstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)debugRecognizerRunnerDelegate":{"name":"debugRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)detectionRecognizerRunnerDelegate":{"name":"detectionRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)ocrRecognizerRunnerDelegate":{"name":"ocrRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)glareRecognizerRunnerDelegate":{"name":"glareRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)firstSideFinishedRecognizerRunnerDelegate":{"name":"firstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)scanningRecognizerRunnerDelegate":{"name":"scanningRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)imageProcessingRecognizerRunnerDelegate":{"name":"imageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)stringProcessingRecognizerRunnerDelegate":{"name":"stringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)coordinator":{"name":"coordinator","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"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)resetState":{"name":"-resetState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)resetState:":{"name":"-resetState:","abstract":"

      Undocumented

      ","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/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)initWithRecognizers:":{"name":"-initWithRecognizers:","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"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 in PhotoPay will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionMode":{"name":"recognitionMode","abstract":"

      Recognition 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)enabled":{"name":"enabled","abstract":"

      Property which determines if the recognizer is enabled

      ","parent_name":"MBRecognizer"},"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)getOptimalHudOrientation":{"name":"-getOptimalHudOrientation","abstract":"

      Undocumented

      ","parent_name":"MBRecognizer"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(py)rawText":{"name":"rawText","abstract":"

      Extracted date string.

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRawParser"},"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/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(py)physicalHeightInInches":{"name":"physicalHeightInInches","abstract":"

      Returns the physical height of the detected MBQuadrangle in inches.

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(py)quadWithSizeResult":{"name":"quadWithSizeResult","abstract":"

      Quad with size detector result

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(py)quadrangle":{"name":"quadrangle","abstract":"

      Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetector"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(py)quadResult":{"name":"quadResult","abstract":"

      Quad detector result

      ","parent_name":"MBQuadDetector"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorGroup"},"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/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Polish ID owner in DD.MM.yyyy format.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Front recognizer result

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdBackRecognizerResult.html#/c:objc(cs)MBPolandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizerResult"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Back recognizer result

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number on Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Polish ID

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Combined recognizer result

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)result":{"name":"result","abstract":"

      PDF417 recognizer results

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBPdf417Recognizer"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Front Recognizer

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Back Recognizer

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(py)ocrLayout":{"name":"ocrLayout","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)initWithParsers:":{"name":"-initWithParsers:","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"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/MBParser.html#/c:objc(cs)MBParser(py)baseResult":{"name":"baseResult","abstract":"

      Base parser result

      ","parent_name":"MBParser"},"Classes/MBParser.html#/c:objc(cs)MBParser(py)required":{"name":"required","abstract":"

      Defines/returns whether the parser configured with this parser settings object will be required or optional.

      ","parent_name":"MBParser"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBOverlayViewController"},"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/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)cameraPausedView":{"name":"cameraPausedView","abstract":"

      Label which is displayed on screen when camera is paused, but still exists on the screen.

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)character":{"name":"character","abstract":"

      Character that was recognised

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)variants":{"name":"variants","abstract":"

      Alternative characters which are possible instead of this character.

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)initWithValue:":{"name":"-initWithValue:","abstract":"

      Initializer for a CharWithVariant

      ","parent_name":"MBCharWithVariants"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(im)init":{"name":"-init","abstract":"

      Creates MBOcrEngineOptions with default settings.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)documentType":{"name":"documentType","abstract":"

      Type of document scanned.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)minimalLineHeight":{"name":"minimalLineHeight","abstract":"

      Minimal height of the line of text given in pixels. All chars smaller than this value will be ignored.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)maximalLineHeight":{"name":"maximalLineHeight","abstract":"

      Maximal height of the line of text given in pixels.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)imageProcessingEnabled":{"name":"imageProcessingEnabled","abstract":"

      Specifies if the image processing is performed on image

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)charWhitelist":{"name":"charWhitelist","abstract":"

      Whitelist of characters used in the OCR process. The set must contain MBOcrCharKey objects.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)code":{"name":"code","abstract":"

      Unicode value of the char. For example, for char ‘k’, you can use either ‘k’ or 107.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)font":{"name":"font","abstract":"

      Font of the char. Can be specific (for example MB_OCR_FONT_ARIAL), or any font (MB_OCR_FONT_ANY), which is the same","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(im)initWithCode:font:":{"name":"-initWithCode:font:","abstract":"

      Initializer which specifies the code and font of the char.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(cm)keyWithCode:font:":{"name":"+keyWithCode:font:","abstract":"

      Factory method for easier instantiation

      ","parent_name":"MBOcrCharKey"},"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/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)firstNames":{"name":"firstNames","abstract":"

      The first name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)donorIndicator":{"name":"donorIndicator","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)cardVersion":{"name":"cardVersion","abstract":"

      The card version of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      New Zealand DL Front recognizer result

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractFirstNames":{"name":"extractFirstNames","abstract":"

      Defines if owner’s first name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s issue date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if card’s expiry date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDonorIndicator":{"name":"extractDonorIndicator","abstract":"

      Defines if owner’s donor indicator should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)result":{"name":"result","abstract":"

      My Tentera recognizer result

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion should be extracted from MyTentera

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)extractFullNameAndAddress":{"name":"extractFullNameAndAddress","abstract":"

      Defines if full name and address should be extracted from MyTentera

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number on MyTentera documents

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)result":{"name":"result","abstract":"

      My Kad Front recognizer result

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)extractArmyNumber":{"name":"extractArmyNumber","abstract":"

      Defines if army number should be extracted from MyTentera documents with MyKadRecognizer

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)extendedNric":{"name":"extendedNric","abstract":"

      The Extended NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)nric":{"name":"nric","abstract":"

      The NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)oldNric":{"name":"oldNric","abstract":"

      The old NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MyKad back side

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)extractOldNric":{"name":"extractOldNric","abstract":"

      Defines if old NRIC should be extracted from back side of the MyKad

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)primaryID":{"name":"primaryID","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)secondaryID":{"name":"secondaryID","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)issuer":{"name":"issuer","abstract":"

      Returns three-letter or two-letter code which indicate the issuing State. Three-letter codes are based","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Returns holder’s date of birth

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Returns document number. Document number contains up to 9 characters.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)nationality":{"name":"nationality","abstract":"

      Returns nationality of the holder represented by a three-letter or two-letter code. Three-letter","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)gender":{"name":"gender","abstract":"

      Returns gender of the card holder. Gender is specified by use of the single initial, capital letter F for female,","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentCode":{"name":"documentCode","abstract":"

      Returns document code. Document code contains two characters. For MRTD the first character shall","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Returns date of expiry

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt1":{"name":"opt1","abstract":"

      Returns first optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt2":{"name":"opt2","abstract":"

      Returns second optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Returns alien number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Returns application receipt number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Returns immigrant case number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)mrzText":{"name":"mrzText","abstract":"

      Returns the entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isParsed":{"name":"isParsed","abstract":"

      Returns true if Machine Readable Zone has been parsed, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isVerified":{"name":"isVerified","abstract":"

      Returns true if all check digits inside MRZ are correct, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdSpecification"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizerResult"},"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/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzImage":{"name":"mrzImage","abstract":"

      Image of the Machine Readable Zone or nil if not available.

      ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizer"},"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)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Whether cropped image of the Machine Readable Zone should be available in result.","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)saveImageDPI":{"name":"saveImageDPI","abstract":"

      Desired DPI for MRZ and full document images (if saving of those is enabled)

      ","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(im)setMrzFilter:":{"name":"-setMrzFilter:","abstract":"

      Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzLocation":{"name":"mrzLocation","abstract":"

      Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzPhysicalHeightInInches":{"name":"mrzPhysicalHeightInInches","abstract":"

      Returns the physical height in inches of Machine Readable Zone.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)result":{"name":"result","abstract":"

      MRTD detector result

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)detectFullDocument":{"name":"detectFullDocument","abstract":"

      Defines whether full document will be detected. If set to false, result will contain","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)useCardDetector":{"name":"useCardDetector","abstract":"

      Enable detection correction with card detector. When this option is enabled, after","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)setMrtdSpecifications:":{"name":"-setMrtdSpecifications:","abstract":"

      Sets the mrtd specifications. Mrtd specifications describe the images that should be returned by","parent_name":"MBMrtdDetector"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Alien number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Application receipt number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Immigrant case number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizer"},"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)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning front side of Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

      The father’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

      The mother’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)civilStatusNumber":{"name":"civilStatusNumber","abstract":"

      The civil status number of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Back side of Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractFathersName":{"name":"extractFathersName","abstract":"

      Defines if father’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractMothersName":{"name":"extractMothersName","abstract":"

      Defines if mother’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractCivilStatusNumber":{"name":"extractCivilStatusNumber","abstract":"

      Defines if owner’s civil status number should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)moveable":{"name":"moveable","abstract":"

      Denotes if view finder is moveable. Viewfinder will move whenever something is detected and will return to default position if no object","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)portraitMargins":{"name":"portraitMargins","abstract":"

      Margins between overlay bounds and default corner positions while in portrait orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)landscapeMargins":{"name":"landscapeMargins","abstract":"

      Margins between overlay bounds and default corner positions while in landscape orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(im)resetPositions":{"name":"-resetPositions","abstract":"

      Resets the viewfinder position to it’s initial position.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)sharedInstance":{"name":"+sharedInstance","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showLicenseKeyTimeLimitedWarning":{"name":"showLicenseKeyTimeLimitedWarning","abstract":"

      If YES, tooltip limited license key warning messages will appear on screen

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle in which the resources for the scanning process should be found. Usually, by default, this","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:":{"name":"-setLicenseBuffer:","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:":{"name":"-setLicenseBuffer:andLicensee:","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:":{"name":"-setLicenseKey:","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:":{"name":"-setLicenseKey:andLicensee:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:","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/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)language":{"name":"language","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle with resources used in framework

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)instance":{"name":"+instance","abstract":"

      Obtain the shared instance

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)init":{"name":"-init","abstract":"

      Designated initializer

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setDefaultLanguage":{"name":"-setDefaultLanguage","abstract":"

      Sets the language to default (i.e. language specified in the user’s device settings

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarStyle:":{"name":"-pushStatusBarStyle:","abstract":"

      Pushes the UIApplication status bar style to a internally handled stack

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarStyle":{"name":"-popStatusBarStyle","abstract":"

      Returns the status bar style to the last saved value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarHidden:":{"name":"-pushStatusBarHidden:","abstract":"

      Push the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarHidden":{"name":"-popStatusBarHidden","abstract":"

      pops the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setHelpShown:":{"name":"-setHelpShown:","abstract":"

      Sets the key that the help was shown to true

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)isHelpShown":{"name":"-isHelpShown","abstract":"

      Returns true if the help was already shown

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)getDefaultResourcesBundle":{"name":"+getDefaultResourcesBundle","abstract":"

      Returns the default resources bundle. If it doesn’t exist, it will be nil.

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The dl Class of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The full Address of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The identity Number of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The owner State of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The valid From of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid Until of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Malaysia Dl Front Recognizer

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractClass":{"name":"extractClass","abstract":"

      Defines if vehicle classes of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(py)licensePlate":{"name":"licensePlate","abstract":"

      Returns the recognized license plate number or empty string if recognition failed.

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLegacyRecognizerResult.html#/c:objc(cs)MBLegacyRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizerResult"},"Classes/MBLegacyRecognizer.html#/c:objc(cs)MBLegacyRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizer"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the front side of the Kuroom wait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)civilIdNumber":{"name":"civilIdNumber","abstract":"

      The civil Id Number of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Front Recognizer

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if date of birth of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)serialNo":{"name":"serialNo","abstract":"

      The serial number of Kuwait ID

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Back Recognizer

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)extractSerialNo":{"name":"extractSerialNo","abstract":"

      Defines if serial number of Kuwait ID should be extracted

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Jordan ID.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Front recognizer result

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdBackRecognizerResult.html#/c:objc(cs)MBJordanIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizerResult"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Back recognizer result

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date of expiry of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Combined recognizer result

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Italy Dl Front Recognizer

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issued By of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Ireland Dl Front Recognizer

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if licence number of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood Type of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      The date Of Expiry Permanent of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel Desa of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital Status of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Indonesia Id Front Recognizer

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCity":{"name":"extractCity","abstract":"

      Defines if city of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Indonesian ID card should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if Kel/Desa of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if RT number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if RW number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessorResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessor"},"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(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

      Creates PPImage around UIImage.

      ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

      Creates PPImage around CVImageBufferRef.

      ","parent_name":"MBImage"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport number of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of iKad owner, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of iKad owner, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sector":{"name":"sector","abstract":"

      The sector of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)employer":{"name":"employer","abstract":"

      The employer of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)facultyAddress":{"name":"facultyAddress","abstract":"

      The faculty address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawExpiryDate":{"name":"rawExpiryDate","abstract":"

      The expiry date of the iKad, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry date of the iKad, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)result":{"name":"result","abstract":"

      i Kad recognizer result

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSector":{"name":"extractSector","abstract":"

      Defines if owner’s sector should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractEmployer":{"name":"extractEmployer","abstract":"

      Defines if owner’s employer should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractFacultyAddress":{"name":"extractFacultyAddress","abstract":"

      Defines if owner’s faculty address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if owner’s passport number should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractExpiryDate":{"name":"extractExpiryDate","abstract":"

      Defines if expiry date should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if date of expiry should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(py)iban":{"name":"iban","abstract":"

      Returns the rparsed IBAN or empty string if recognition failed.

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)result":{"name":"result","abstract":"

      Iban parser result

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)alwaysReturnPrefix":{"name":"alwaysReturnPrefix","abstract":"

      Should prefix (country code) always be returned.

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)countryCodeWhitelist":{"name":"countryCodeWhitelist","abstract":"

      Set of allowed country codes. If whitelist is defined, only IBANs with defined country codes","parent_name":"MBIbanParser"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)commercialCode":{"name":"commercialCode","abstract":"

      The commerical Code of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Hong Kong ID ownder.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The issue date of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Hong Kong card.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

      The residential status of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Hong Kong ID Front recognizer result

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if owner’s full name should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractCommercialCode":{"name":"extractCommercialCode","abstract":"

      Defines if commercial code should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractResidentialStatus":{"name":"extractResidentialStatus","abstract":"

      Defines if card’s residential status should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s date of issue should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(py)label":{"name":"label","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)glareDetectionFinishedWithResult:":{"name":"-glareDetectionFinishedWithResult:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German Passport owner

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)result":{"name":"result","abstract":"

      German Passport recognizer result

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth on the German ID

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)result":{"name":"result","abstract":"

      German Old ID recognizer result

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of German ID owner in dd.MM.yyyy format.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The document date of expiry of the German ID in dd.MM.yyyy format.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)result":{"name":"result","abstract":"

      German ID Front recognizer result

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if owner’s first names should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractCanNumber":{"name":"extractCanNumber","abstract":"

      Defines if CAN number should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      Eye colour

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      Height in cm

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      Full address

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressZipCode":{"name":"addressZipCode","abstract":"

      ZIP code

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressCity":{"name":"addressCity","abstract":"

      City

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressStreet":{"name":"addressStreet","abstract":"

      Stret name in single line

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressHouseNumber":{"name":"addressHouseNumber","abstract":"

      House number

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)result":{"name":"result","abstract":"

      German ID Back recognizer result

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractEyeColour":{"name":"extractEyeColour","abstract":"

      If eye color should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      If height should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      If date of issue should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      If authority should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)eyeColor":{"name":"eyeColor","abstract":"

      The eye color of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)result":{"name":"result","abstract":"

      German ID Combined recognizer result

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)initWithFrameGrabberDelegate:":{"name":"-initWithFrameGrabberDelegate:","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"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/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithSettings:delegate:":{"name":"-initWithSettings:delegate:","abstract":"

      Designated initializer of the overlay. All scan settings from the recognizer runner will be removed and generated anew with passed MBScanElement array.

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithNibName:bundle:":{"name":"-initWithNibName:bundle:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate which is notified with important UI events

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)initWithScanElements:":{"name":"-initWithScanElements:","abstract":"

      Designated initializer for settings.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanElements":{"name":"scanElements","abstract":"

      Array of MBScanElement objects which defines which Elements are scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

      Property that enables showing of flashing dots over characters being scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)outputSuccessfulImages":{"name":"outputSuccessfulImages","abstract":"

      Property that enables outputting images of sucessful scans for each element scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)consecutiveScanThreshold":{"name":"consecutiveScanThreshold","abstract":"

      Number of times same parse result needs to be outputted to be considered valid

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanResultViewColor":{"name":"scanResultViewColor","abstract":"

      Background color of successful scan result

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)birthData":{"name":"birthData","abstract":"

      The birth Data of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)country":{"name":"country","abstract":"

      The country of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)result":{"name":"result","abstract":"

      EU Driver License recognizer result

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if owner’s date of expiry should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if owner’s personal number should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if owner’s issuing authority should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)country":{"name":"country","abstract":"

      Country of scanning Eudl. The default value of MBEudlCountryAny will scan all supported driver’s licenses.

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(py)email":{"name":"email","abstract":"

      Returns the recognized email or empty string if recognition failed.

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParser.html#/c:objc(cs)MBEmailParser(py)result":{"name":"result","abstract":"

      Email parser result

      ","parent_name":"MBEmailParser"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      The owner of the front side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Front Recognizer

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      The cvv of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      The inventory Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The valid Thru of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Back Recognizer

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Egypt ID owner.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Egypt ID.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Egypt ID Front recognizer result

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)extractNationalNumber":{"name":"extractNationalNumber","abstract":"

      Defines if owner’s national number should be extracted from Egypt ID

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsLayer":{"name":"dotsLayer","abstract":"

      Undocumented

      ","parent_name":"MBDotsSubview"},"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/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","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/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpLabel":{"name":"helpLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpImageView":{"name":"helpImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(im)animateHelp":{"name":"-animateHelp","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)documentVerificationSubviewDelegate":{"name":"documentVerificationSubviewDelegate","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

      Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsLabel":{"name":"instructionsLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsImageView":{"name":"instructionsImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"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":"

      Undocumented

      ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)initWithAspectRatio:physicalSizeInInches:":{"name":"-initWithAspectRatio:physicalSizeInInches:","abstract":"

      Use this initializer for specifiying a document format.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

      Factory method which creates Document specification based on a preset

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)setPortraitAndLandscapeScale:":{"name":"-setPortraitAndLandscapeScale:","abstract":"

      Sets scale and scale tolerance that will be used when detecting document in both orientations.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)maxAngle":{"name":"maxAngle","abstract":"

      Maximum angle for document detection

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)portraitScale":{"name":"portraitScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in portrait orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)landscapeScale":{"name":"landscapeScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in landscape orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)scanningMode":{"name":"scanningMode","abstract":"

      Scanning mode that defines in which orientations can this document be detected.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)xRange":{"name":"xRange","abstract":"

      Percentage of possible document offset on x axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)yRange":{"name":"yRange","abstract":"

      Percentage of possible document offset on y axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)physicalSizeInInches":{"name":"physicalSizeInInches","abstract":"

      Physical size of document in inches

      ","parent_name":"MBDocumentSpecification"},"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/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizer"},"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/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(py)aspectRatio":{"name":"aspectRatio","abstract":"

      Aspect ratio of detected document.

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)initWithDocumentSpecifications:":{"name":"-initWithDocumentSpecifications:","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)result":{"name":"result","abstract":"

      Document detector result

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)documentSpecifications":{"name":"documentSpecifications","abstract":"

      Document specifications describe the documents that should be detected with","parent_name":"MBDocumentDetector"},"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/MBDewarpPolicy.html#/c:objc(cs)MBDewarpPolicy(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDewarpPolicy"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionCode":{"name":"detectionCode","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionStatus":{"name":"detectionStatus","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorRecognizerResult.html#/c:objc(cs)MBDetectorRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizerResult"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)initWithQuadWithSizeDetector:":{"name":"-initWithQuadWithSizeDetector:","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)result":{"name":"result","abstract":"

      Detector recognizer results

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)allowFlipped":{"name":"allowFlipped","abstract":"

      Set this to true to enable recognition of document also in upside down direction.","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)detector":{"name":"detector","abstract":"

      Returns the detector that will be used for performing the document detection during recognition

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetector.html#/c:objc(cs)MBDetector(py)baseResult":{"name":"baseResult","abstract":"

      Base detector result

      ","parent_name":"MBDetector"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorNmsThreshold":{"name":"deepOcrPostprocessorNmsThreshold","abstract":"

      Returns or sets nms threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorScoreThreshold":{"name":"deepOcrPostprocessorScoreThreshold","abstract":"

      Returns or sets score threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModel":{"name":"deepOcrModel","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModelString":{"name":"deepOcrModelString","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateString:":{"name":"-initWithDay:month:year:originalDateString:","abstract":"

      Designated initializer

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateString":{"name":"originalDateString","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(cm)dateResultWithDay:month:year:originalDateString:":{"name":"+dateResultWithDay:month:year:originalDateString:","abstract":"

      Factory method

      ","parent_name":"MBDateResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(py)date":{"name":"date","abstract":"

      Extracted date.

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(py)result":{"name":"result","abstract":"

      Date parser result

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateFormats:":{"name":"-setDateFormats:","abstract":"

      Specifies the date formats that will be accepted by date parser. By default, all available","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateSeparatorChars:":{"name":"-setDateSeparatorChars:","abstract":"

      Specifies the date separator characters between date parts (day, month, year) that will be","parent_name":"MBDateParser"},"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/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The ID card number of the Czech ID.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Front recognizer result

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of the Czech ID.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)permanentStay":{"name":"permanentStay","abstract":"

      The address of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Back recognizer result

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if citizenship of Czech ID authority should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPermanentStay":{"name":"extractPermanentStay","abstract":"

      Defines if address of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if personal number should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The document number of the Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The full address of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The personal identification number of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Czech ID Combined recognizer result

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Front Recognizer

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Cyprus ID card should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Back Recognizer

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerCollection":{"name":"recognizerCollection","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)cameraSettings":{"name":"cameraSettings","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRecognizerRunnerViewControllerDelegate":{"name":"scanningRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerRunnerViewControllerDelegate":{"name":"recognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"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(im)initWithRecognizerCollection:cameraSettings:":{"name":"-initWithRecognizerCollection:cameraSettings:","abstract":"

      Undocumented

      ","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/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Front recognizer result

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)residence":{"name":"residence","abstract":"

      The residence of Croatian ID owner

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuer of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)documentForNonResident":{"name":"documentForNonResident","abstract":"

      Determines if Croatian ID is issued for non resident

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Determines if date of expiry of Croatian ID is permanent

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Back recognizer result

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractResidence":{"name":"extractResidence","abstract":"

      Defines if residence of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuer of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The OIB (PIN) of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)nonResident":{"name":"nonResident","abstract":"

      YES if the person is non Croatian resident

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Combined recognizer result

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the Colombia Id.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Front

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Group of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)fingerprint":{"name":"fingerprint","abstract":"

      The fingerprint of the Colombian ID owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Back Recognizer

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)driverRestrictions":{"name":"driverRestrictions","abstract":"

      The driver Restrictions of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The issuing Agency of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Dl Front Recognizer

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDriverRestrictions":{"name":"extractDriverRestrictions","abstract":"

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if the name of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"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(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/MBBlinkInputRecognizerResult.html#/c:objc(cs)MBBlinkInputRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizerResult"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(im)initWithProcessors:":{"name":"-initWithProcessors:","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)processors":{"name":"processors","abstract":"

      Getting array of readonly processors

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)result":{"name":"result","abstract":"

      BlinkInput recognizer results

      ","parent_name":"MBBlinkInputRecognizer"},"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)cancelButtonText":{"name":"cancelButtonText","abstract":"

      Returns/sets cancel button text that is shown if displayCancelButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

      Default: YES.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOnButtonText":{"name":"torchOnButtonText","abstract":"

      Returns/sets torch on button text that is shown if displayTorchButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOffButtonText":{"name":"torchOffButtonText","abstract":"

      Returns/sets torch off button text that is shown if displayTorchButton is on.

      ","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/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)maxCharsExpected":{"name":"maxCharsExpected","abstract":"

      Maximal chars expected on the image.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)colorDropoutEnabled":{"name":"colorDropoutEnabled","abstract":"

      Specifies if the additional image processing which drops the background colors should be performed.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(cm)toTypeName:":{"name":"+toTypeName:","abstract":"

      Method which gives string representation for a given PPBarcodeType enum value.

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)result":{"name":"result","abstract":"

      Barcode recognizer results

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanAztecCode":{"name":"scanAztecCode","abstract":"

      Set this to YES to scan Aztec 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode128":{"name":"scanCode128","abstract":"

      Set this to YES to scan Code 128 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode39":{"name":"scanCode39","abstract":"

      Set this to YES to scan Code 39 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanDataMatrix":{"name":"scanDataMatrix","abstract":"

      Set this to YES to scan DataMatrix 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan13":{"name":"scanEan13","abstract":"

      Set this to YES to scan EAN 13 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan8":{"name":"scanEan8","abstract":"

      Set this to YES to scan EAN8 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanItf":{"name":"scanItf","abstract":"

      Set this to YES to scan ITF barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanQrCode":{"name":"scanQrCode","abstract":"

      Set this to YES to scan QR barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpca":{"name":"scanUpca","abstract":"

      Set this to YES to scan UPCA barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpce":{"name":"scanUpce","abstract":"

      Set this to YES to scan UPCE barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanPdf417":{"name":"scanPdf417","abstract":"

      Set this to YES to scan Pdf417 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)slowerThoroughScan":{"name":"slowerThoroughScan","abstract":"

      Set this to YES to allow slower, but better image processing.

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)autoScaleDetection":{"name":"autoScaleDetection","abstract":"

      Allow enabling the autodetection of image scale when scanning barcodes.","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)readCode39AsExtendedData":{"name":"readCode39AsExtendedData","abstract":"

      Enable reading code39 barcode contents as extended data. For more information about code39","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayBarcodeDots":{"name":"displayBarcodeDots","abstract":"

      If YES, viewfinder (4 corner markers) will move when payslip is detected

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayViewfinder":{"name":"displayViewfinder","abstract":"

      If YES; view finder will be displayed

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of Austria Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport Number of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian Id.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Austrian Id Front recognizer result

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Austrian ID

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz on the back side of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The Issuing Authority of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The Place Of Birth of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The Principal Residence of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The Height of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The Date Of Issuance of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The Eye Colour of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning back of the Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle Categories of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austria Dl Front Recognizer

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The gien name of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationaliy of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Austrian ID owner

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The principal residence of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The date of issuance of the Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The eye eyeColour of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)mrtdVerified":{"name":"mrtdVerified","abstract":"

      Whether check digits in machine readable zone of the Austrian ID are OK.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Austrian ID Combined recognizer result

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if ownder’s date of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The first name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceType":{"name":"licenceType","abstract":"

      The licence type of Australian DL.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Australian DL owner in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Australian DL owner

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Front recognizer result

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Back recognizer result

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(py)amount":{"name":"amount","abstract":"

      Returns the recognized amount number or empty string if recognition failed.

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)result":{"name":"result","abstract":"

      Amount parser result

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowNegativeAmounts":{"name":"allowNegativeAmounts","abstract":"

      Indicates whether negative values are accepted as valid amounts.","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowSpaceSeparators":{"name":"allowSpaceSeparators","abstract":"

      Indicates whether amounts with space separators between groups of digits(thousands) are allowed.

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowMissingDecimals":{"name":"allowMissingDecimals","abstract":"

      Indicates whether amounts without decimal are accepted as valid. For example 1.465 is","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)arabicIndicMode":{"name":"arabicIndicMode","abstract":"

      Indicates whether Arabic-Indic mode is enabled. In Arabic-Indic mode parser can recognize","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html":{"name":"MBAmountParser","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAmountParserResult.html":{"name":"MBAmountParserResult","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAustraliaDlBackRecognizer.html":{"name":"MBAustraliaDlBackRecognizer","abstract":"

      Class for configuring Australia DL Back Recognizer.

      "},"Classes/MBAustraliaDlBackRecognizerResult.html":{"name":"MBAustraliaDlBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Australia DL

      "},"Classes/MBAustraliaDlFrontRecognizer.html":{"name":"MBAustraliaDlFrontRecognizer","abstract":"

      Class for configuring Australia DL Front Recognizer.

      "},"Classes/MBAustraliaDlFrontRecognizerResult.html":{"name":"MBAustraliaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Australia DL

      "},"Classes/MBAustriaCombinedRecognizer.html":{"name":"MBAustriaCombinedRecognizer","abstract":"

      Austrian ID Combined Recognizer.

      "},"Classes/MBAustriaCombinedRecognizerResult.html":{"name":"MBAustriaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBAustriaDlFrontRecognizer.html":{"name":"MBAustriaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Austrian national DL cards.

      "},"Classes/MBAustriaDlFrontRecognizerResult.html":{"name":"MBAustriaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Austria Dl

      "},"Classes/MBAustriaIdBackRecognizer.html":{"name":"MBAustriaIdBackRecognizer","abstract":"

      Class for configuring Austrian ID Back Recognizer.

      "},"Classes/MBAustriaIdBackRecognizerResult.html":{"name":"MBAustriaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Austrian ID

      "},"Classes/MBAustriaIdFrontRecognizer.html":{"name":"MBAustriaIdFrontRecognizer","abstract":"

      Class for configuring Austrian ID Front Recognizer.

      "},"Classes/MBAustriaIdFrontRecognizerResult.html":{"name":"MBAustriaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Aus ID

      "},"Classes/MBAustriaPassportRecognizer.html":{"name":"MBAustriaPassportRecognizer","abstract":"

      Class for configuring Austrian Passport Recognizer.

      "},"Classes/MBAustriaPassportRecognizerResult.html":{"name":"MBAustriaPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Aus Passport

      "},"Classes/MBBarcodeOverlaySettings.html":{"name":"MBBarcodeOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBBarcodeOverlayViewController.html":{"name":"MBBarcodeOverlayViewController","abstract":"

      Undocumented

      "},"Classes/MBBarcodeRecognizer.html":{"name":"MBBarcodeRecognizer","abstract":"

      MBBarcodeRecognizer is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBarcodeRecognizerResult.html":{"name":"MBBarcodeRecognizerResult","abstract":"

      Result of MBBarcodeRecognizer; is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBaseOcrEngineOptions.html":{"name":"MBBaseOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBBlinkInputRecognizer.html":{"name":"MBBlinkInputRecognizer","abstract":"

      A recognizer for BlinkInput API and general OCR recognition

      "},"Classes/MBBlinkInputRecognizerResult.html":{"name":"MBBlinkInputRecognizerResult","abstract":"

      A recognizer result for BlinkInput API and general OCR recognition

      "},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

      Settings class containing parameters for camera capture

      "},"Classes/MBColombiaDlFrontRecognizer.html":{"name":"MBColombiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Colombia drivers licence.

      "},"Classes/MBColombiaDlFrontRecognizerResult.html":{"name":"MBColombiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Dl

      "},"Classes/MBColombiaIdBackRecognizer.html":{"name":"MBColombiaIdBackRecognizer","abstract":"

      Class for configuring Colombia Id Back Recognizer.

      "},"Classes/MBColombiaIdBackRecognizerResult.html":{"name":"MBColombiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Colombia Id

      "},"Classes/MBColombiaIdFrontRecognizer.html":{"name":"MBColombiaIdFrontRecognizer","abstract":"

      Class for configuring Colombia Id Front Recognizer.

      "},"Classes/MBColombiaIdFrontRecognizerResult.html":{"name":"MBColombiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Id

      "},"Classes/MBCroatiaCombinedRecognizer.html":{"name":"MBCroatiaCombinedRecognizer","abstract":"

      Croatian ID Combined Recognizer.

      "},"Classes/MBCroatiaCombinedRecognizerResult.html":{"name":"MBCroatiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCroatiaIdBackRecognizer.html":{"name":"MBCroatiaIdBackRecognizer","abstract":"

      Croatian ID Back Recognizer.

      "},"Classes/MBCroatiaIdBackRecognizerResult.html":{"name":"MBCroatiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Croatian ID

      "},"Classes/MBCroatiaIdFrontRecognizer.html":{"name":"MBCroatiaIdFrontRecognizer","abstract":"

      Croatian ID Front Recognizer.

      "},"Classes/MBCroatiaIdFrontRecognizerResult.html":{"name":"MBCroatiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Croatian ID

      "},"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/MBCyprusIdBackRecognizer.html":{"name":"MBCyprusIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdBackRecognizerResult.html":{"name":"MBCyprusIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Cyprus Id

      "},"Classes/MBCyprusIdFrontRecognizer.html":{"name":"MBCyprusIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdFrontRecognizerResult.html":{"name":"MBCyprusIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Cyprus Id

      "},"Classes/MBCzechiaCombinedRecognizer.html":{"name":"MBCzechiaCombinedRecognizer","abstract":"

      Czech ID Combined Recognizer.

      "},"Classes/MBCzechiaCombinedRecognizerResult.html":{"name":"MBCzechiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCzechiaIdBackRecognizer.html":{"name":"MBCzechiaIdBackRecognizer","abstract":"

      Class for configuring Cz ID Back Recognizer.

      "},"Classes/MBCzechiaIdBackRecognizerResult.html":{"name":"MBCzechiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Cz ID

      "},"Classes/MBCzechiaIdFrontRecognizer.html":{"name":"MBCzechiaIdFrontRecognizer","abstract":"

      Class for configuring Cz ID Front Recognizer.

      "},"Classes/MBCzechiaIdFrontRecognizerResult.html":{"name":"MBCzechiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Cz ID

      "},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

      DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDateParser.html":{"name":"MBDateParser","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBDateParserResult.html":{"name":"MBDateParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBDeepOcrEngineOptions.html":{"name":"MBDeepOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"Classes/MBDetector.html":{"name":"MBDetector","abstract":"

      Base class for all detectors

      "},"Classes/MBDetectorRecognizer.html":{"name":"MBDetectorRecognizer","abstract":"

      Recognizer for scanning generic documents using custom MBDetector.

      "},"Classes/MBDetectorRecognizerResult.html":{"name":"MBDetectorRecognizerResult","abstract":"

      Result of MBDetectorRecognizer

      "},"Classes/MBDetectorResult.html":{"name":"MBDetectorResult","abstract":"

      Base class for all detectors results

      "},"Classes/MBDewarpPolicy.html":{"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/MBDocumentDetector.html":{"name":"MBDocumentDetector","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"Classes/MBDocumentDetectorResult.html":{"name":"MBDocumentDetectorResult","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"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/MBDocumentSpecification.html":{"name":"MBDocumentSpecification","abstract":"

      Document class describes a document which is being detected by DocumentDetector."},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

      Overlay subview presenting the viewfinder for scanning ID documents

      "},"Classes/MBDocumentVerificationInstructionsSubview.html":{"name":"MBDocumentVerificationInstructionsSubview","abstract":"

      Undocumented

      "},"Classes/MBDocumentVerificationOverlaySettings.html":{"name":"MBDocumentVerificationOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBDocumentVerificationOverlayViewController.html":{"name":"MBDocumentVerificationOverlayViewController","abstract":"

      Default overlay when using ID card combined recognizers for verification.

      "},"Classes/MBDocumentVerificationSubview.html":{"name":"MBDocumentVerificationSubview","abstract":"

      Undocumented

      "},"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/MBEgyptIdFrontRecognizer.html":{"name":"MBEgyptIdFrontRecognizer","abstract":"

      Class for configuring Egypt ID Front Recognizer.

      "},"Classes/MBEgyptIdFrontRecognizerResult.html":{"name":"MBEgyptIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Egypt ID

      "},"Classes/MBElitePaymentCardBackRecognizer.html":{"name":"MBElitePaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of elite payment cards.

      "},"Classes/MBElitePaymentCardBackRecognizerResult.html":{"name":"MBElitePaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Elite Payment Card

      "},"Classes/MBElitePaymentCardCombinedRecognizer.html":{"name":"MBElitePaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBElitePaymentCardCombinedRecognizerResult.html":{"name":"MBElitePaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBElitePaymentCardFrontRecognizer.html":{"name":"MBElitePaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of elite credit/debit cards.

      "},"Classes/MBElitePaymentCardFrontRecognizerResult.html":{"name":"MBElitePaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Elite Payment Card

      "},"Classes/MBEmailParser.html":{"name":"MBEmailParser","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes/MBEmailParserResult.html":{"name":"MBEmailParserResult","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

      Base class for all entities processors, recognizers, detectors…

      "},"Classes/MBEudlRecognizer.html":{"name":"MBEudlRecognizer","abstract":"

      Class for configuring EU Driver License Recognizer.

      "},"Classes/MBEudlRecognizerResult.html":{"name":"MBEudlRecognizerResult","abstract":"

      Class representing values obtained when scanning EU Driver License

      "},"Classes/MBFieldByFieldOverlaySettings.html":{"name":"MBFieldByFieldOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBFieldByFieldOverlayViewController.html":{"name":"MBFieldByFieldOverlayViewController","abstract":"

      View Controller responsible for view hierarchy for Form OCR scannning."},"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/MBGermanyCombinedRecognizer.html":{"name":"MBGermanyCombinedRecognizer","abstract":"

      German ID Combined Recognizer.

      "},"Classes/MBGermanyCombinedRecognizerResult.html":{"name":"MBGermanyCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBGermanyIdBackRecognizer.html":{"name":"MBGermanyIdBackRecognizer","abstract":"

      Class for configuring German ID Back Recognizer.

      "},"Classes/MBGermanyIdBackRecognizerResult.html":{"name":"MBGermanyIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of German ID

      "},"Classes/MBGermanyIdFrontRecognizer.html":{"name":"MBGermanyIdFrontRecognizer","abstract":"

      Class for configuring German ID Front Recognizer.

      "},"Classes/MBGermanyIdFrontRecognizerResult.html":{"name":"MBGermanyIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of German ID

      "},"Classes/MBGermanyOldIdRecognizer.html":{"name":"MBGermanyOldIdRecognizer","abstract":"

      Class for configuring German Old ID Recognizer.

      "},"Classes/MBGermanyOldIdRecognizerResult.html":{"name":"MBGermanyOldIdRecognizerResult","abstract":"

      Class representing values obtained when scanning German Old ID

      "},"Classes/MBGermanyPassportRecognizer.html":{"name":"MBGermanyPassportRecognizer","abstract":"

      Class for configuring German Passport Recognizer.

      "},"Classes/MBGermanyPassportRecognizerResult.html":{"name":"MBGermanyPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning German Passport

      "},"Classes/MBGlareStatusSubview.html":{"name":"MBGlareStatusSubview","abstract":"

      Overlay subview presenting the status of glare detection."},"Classes/MBHongKongIdFrontRecognizer.html":{"name":"MBHongKongIdFrontRecognizer","abstract":"

      Class for configuring Hong Kong ID Front Recognizer.

      "},"Classes/MBHongKongIdFrontRecognizerResult.html":{"name":"MBHongKongIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Hong Kong ID

      "},"Classes/MBIbanParser.html":{"name":"MBIbanParser","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIbanParserResult.html":{"name":"MBIbanParserResult","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIkadRecognizer.html":{"name":"MBIkadRecognizer","abstract":"

      Class for configuring iKad Recognizer.

      "},"Classes/MBIkadRecognizerResult.html":{"name":"MBIkadRecognizerResult","abstract":"

      Class representing values obtained when scanning i Kad

      "},"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/MBIndonesiaIdFrontRecognizer.html":{"name":"MBIndonesiaIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Indonesian national ID cards.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Indonesia Id

      "},"Classes/MBIrelandDlFrontRecognizer.html":{"name":"MBIrelandDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Ireland drivers license.

      "},"Classes/MBIrelandDlFrontRecognizerResult.html":{"name":"MBIrelandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Ireland Dl

      "},"Classes/MBItalyDlFrontRecognizer.html":{"name":"MBItalyDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Italian driver licence.

      "},"Classes/MBItalyDlFrontRecognizerResult.html":{"name":"MBItalyDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Italy Dl

      "},"Classes/MBJordanCombinedRecognizer.html":{"name":"MBJordanCombinedRecognizer","abstract":"

      Jordan ID Combined Recognizer.

      "},"Classes/MBJordanCombinedRecognizerResult.html":{"name":"MBJordanCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBJordanIdBackRecognizer.html":{"name":"MBJordanIdBackRecognizer","abstract":"

      Class for configuring Jordan ID Back Recognizer.

      "},"Classes/MBJordanIdBackRecognizerResult.html":{"name":"MBJordanIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Jordan ID

      "},"Classes/MBJordanIdFrontRecognizer.html":{"name":"MBJordanIdFrontRecognizer","abstract":"

      Class for configuring Jordan ID Front Recognizer.

      "},"Classes/MBJordanIdFrontRecognizerResult.html":{"name":"MBJordanIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Jordan ID

      "},"Classes/MBKuwaitIdBackRecognizer.html":{"name":"MBKuwaitIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdBackRecognizerResult.html":{"name":"MBKuwaitIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Kuwait Id

      "},"Classes/MBKuwaitIdFrontRecognizer.html":{"name":"MBKuwaitIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdFrontRecognizerResult.html":{"name":"MBKuwaitIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Kuwait Id

      "},"Classes/MBLegacyMRTDRecognizerResult.html":{"name":"MBLegacyMRTDRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizer.html":{"name":"MBLegacyRecognizer","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizerResult.html":{"name":"MBLegacyRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLicensePlatesParser.html":{"name":"MBLicensePlatesParser","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBLicensePlatesParserResult.html":{"name":"MBLicensePlatesParserResult","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBMalaysiaDlFrontRecognizer.html":{"name":"MBMalaysiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian DL cards.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Malaysia Dl

      "},"Classes/MBMicroblinkApp.html":{"name":"MBMicroblinkApp","abstract":"

      Undocumented

      "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

      Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBModernViewfinderSubview.html":{"name":"MBModernViewfinderSubview","abstract":"

      Overlay subview presenting the status of detection."},"Classes/MBMoroccoIdBackRecognizer.html":{"name":"MBMoroccoIdBackRecognizer","abstract":"

      Class for configuring Morocco ID Back Recognizer.

      "},"Classes/MBMoroccoIdBackRecognizerResult.html":{"name":"MBMoroccoIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"Classes/MBMoroccoIdFrontRecognizer.html":{"name":"MBMoroccoIdFrontRecognizer","abstract":"

      Class for configuring Morocco ID Front Recognizer.

      "},"Classes/MBMoroccoIdFrontRecognizerResult.html":{"name":"MBMoroccoIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"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/MBMrtdDetector.html":{"name":"MBMrtdDetector","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"Classes/MBMrtdDetectorResult.html":{"name":"MBMrtdDetectorResult","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"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/MBMrzResult.html":{"name":"MBMrzResult","abstract":"

      Undocumented

      "},"Classes/MBMyKadBackRecognizer.html":{"name":"MBMyKadBackRecognizer","abstract":"

      Class for configuring Kad Back Recognizer.

      "},"Classes/MBMyKadBackRecognizerResult.html":{"name":"MBMyKadBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of MyKad

      "},"Classes/MBMyKadFrontRecognizer.html":{"name":"MBMyKadFrontRecognizer","abstract":"

      Class for configuring My Kad Front Recognizer.

      "},"Classes/MBMyKadFrontRecognizerResult.html":{"name":"MBMyKadFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of My Kad

      "},"Classes/MBMyTenteraRecognizer.html":{"name":"MBMyTenteraRecognizer","abstract":"

      Class for configuring My Tentera Recognizer.

      "},"Classes/MBMyTenteraRecognizerResult.html":{"name":"MBMyTenteraRecognizerResult","abstract":"

      Class representing values obtained when scanning My Tentera

      "},"Classes/MBNewZealandDlFrontRecognizer.html":{"name":"MBNewZealandDlFrontRecognizer","abstract":"

      Class for configuring New Zealand DL Front Recognizer.

      "},"Classes/MBNewZealandDlFrontRecognizerResult.html":{"name":"MBNewZealandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of New Zealand DL

      "},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

      No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrCharKey.html":{"name":"MBOcrCharKey","abstract":"

      Class representing a char in specific font.

      "},"Classes/MBOcrEngineOptions.html":{"name":"MBOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBCharWithVariants.html":{"name":"MBCharWithVariants","abstract":"

      Undocumented

      "},"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.html#/c:objc(cs)MBOcrResultSubview":{"name":"MBOcrResultSubview","abstract":"

      Overlay subview presenting status of OCR detection. OCR results are displayed as green characters over detected locations.

      "},"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/MBParser.html":{"name":"MBParser","abstract":"

      Base class for all parsers

      "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

      A processor for a group

      "},"Classes/MBParserGroupProcessorResult.html":{"name":"MBParserGroupProcessorResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBParserResult.html":{"name":"MBParserResult","abstract":"

      Base class for all parser results

      "},"Classes/MBPaymentCardBackRecognizer.html":{"name":"MBPaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of credit/debit cards.

      "},"Classes/MBPaymentCardBackRecognizerResult.html":{"name":"MBPaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Payment Card

      "},"Classes/MBPaymentCardCombinedRecognizer.html":{"name":"MBPaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBPaymentCardCombinedRecognizerResult.html":{"name":"MBPaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBPaymentCardFrontRecognizer.html":{"name":"MBPaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of credit/debit cards.

      "},"Classes/MBPaymentCardFrontRecognizerResult.html":{"name":"MBPaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Payment Card

      "},"Classes/MBPdf417Recognizer.html":{"name":"MBPdf417Recognizer","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPdf417RecognizerResult.html":{"name":"MBPdf417RecognizerResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPolandCombinedRecognizer.html":{"name":"MBPolandCombinedRecognizer","abstract":"

      Polish ID Combined Recognizer.

      "},"Classes/MBPolandCombinedRecognizerResult.html":{"name":"MBPolandCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBPolandIdBackRecognizer.html":{"name":"MBPolandIdBackRecognizer","abstract":"

      Class for configuring Polish ID Back Recognizer.

      "},"Classes/MBPolandIdBackRecognizerResult.html":{"name":"MBPolandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Polish ID

      "},"Classes/MBPolandIdFrontRecognizer.html":{"name":"MBPolandIdFrontRecognizer","abstract":"

      Class for configuring Polish ID Front Recognizer.

      "},"Classes/MBPolandIdFrontRecognizerResult.html":{"name":"MBPolandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Polish ID

      "},"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/MBProcessorResult.html":{"name":"MBProcessorResult","abstract":"

      Base class for all processor results

      "},"Classes/MBQuadDetector.html":{"name":"MBQuadDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadDetectorResult.html":{"name":"MBQuadDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadWithSizeDetector.html":{"name":"MBQuadWithSizeDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadWithSizeDetectorResult.html":{"name":"MBQuadWithSizeDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

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

      "},"Classes/MBRawParser.html":{"name":"MBRawParser","abstract":"

      MBRawParser that simply returns the string version of raw OCR result, without performing"},"Classes/MBRawParserResult.html":{"name":"MBRawParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBRecognizerResult.html":{"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/MBRecognizerRunnerMetadataDelegates.html":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRegexParser.html":{"name":"MBRegexParser","abstract":"

      Represents a parser which parses OCR result according to given regular expression."},"Classes/MBRegexParserResult.html":{"name":"MBRegexParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBRomaniaIdFrontRecognizer.html":{"name":"MBRomaniaIdFrontRecognizer","abstract":"

      Class for configuring Romanian ID Front Recognizer.

      "},"Classes/MBRomaniaIdFrontRecognizerResult.html":{"name":"MBRomaniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Romanian ID

      "},"Classes/MBScanElement.html":{"name":"MBScanElement","abstract":"

      The easiest way to UI for Ocr scanning is by specifying the MBScanElements.

      "},"Classes/MBSerbiaCombinedRecognizer.html":{"name":"MBSerbiaCombinedRecognizer","abstract":"

      Serbian ID Combined Recognizer.

      "},"Classes/MBSerbiaCombinedRecognizerResult.html":{"name":"MBSerbiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSerbiaIdBackRecognizer.html":{"name":"MBSerbiaIdBackRecognizer","abstract":"

      Class for configuring Serbian ID Back Recognizer.

      "},"Classes/MBSerbiaIdBackRecognizerResult.html":{"name":"MBSerbiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Serbian ID

      "},"Classes/MBSerbiaIdFrontRecognizer.html":{"name":"MBSerbiaIdFrontRecognizer","abstract":"

      Class for configuring Serbian ID Front Recognizer.

      "},"Classes/MBSerbiaIdFrontRecognizerResult.html":{"name":"MBSerbiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Serbian ID

      "},"Classes/MBSimNumberRecognizer.html":{"name":"MBSimNumberRecognizer","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSimNumberRecognizerResult.html":{"name":"MBSimNumberRecognizerResult","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html":{"name":"MBSingaporeChangiEmployeeIdRecognizer","abstract":"

      Class for configuring Singapore Changi Employee Id Recognizer.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html":{"name":"MBSingaporeChangiEmployeeIdRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeCombinedRecognizer.html":{"name":"MBSingaporeCombinedRecognizer","abstract":"

      Singapore ID Combined Recognizer.

      "},"Classes/MBSingaporeCombinedRecognizerResult.html":{"name":"MBSingaporeCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSingaporeDlFrontRecognizer.html":{"name":"MBSingaporeDlFrontRecognizer","abstract":"

      Class for configuring Singapore Dl Front Recognizer.

      "},"Classes/MBSingaporeDlFrontRecognizerResult.html":{"name":"MBSingaporeDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeIdBackRecognizer.html":{"name":"MBSingaporeIdBackRecognizer","abstract":"

      Class for configuring Singapore Id Back Recognizer.

      "},"Classes/MBSingaporeIdBackRecognizerResult.html":{"name":"MBSingaporeIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Singapore Id

      "},"Classes/MBSingaporeIdFrontRecognizer.html":{"name":"MBSingaporeIdFrontRecognizer","abstract":"

      Class for configuring Singapore ID Front Recognizer.

      "},"Classes/MBSingaporeIdFrontRecognizerResult.html":{"name":"MBSingaporeIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Singapore ID

      "},"Classes/MBSlovakiaCombinedRecognizer.html":{"name":"MBSlovakiaCombinedRecognizer","abstract":"

      Slovak ID Combined Recognizer.

      "},"Classes/MBSlovakiaCombinedRecognizerResult.html":{"name":"MBSlovakiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSlovakiaIdBackRecognizer.html":{"name":"MBSlovakiaIdBackRecognizer","abstract":"

      Class for configuring Slovak ID Back Recognizer.

      "},"Classes/MBSlovakiaIdBackRecognizerResult.html":{"name":"MBSlovakiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovak ID

      "},"Classes/MBSlovakiaIdFrontRecognizer.html":{"name":"MBSlovakiaIdFrontRecognizer","abstract":"

      Class for configuring Slovak ID Front Recognizer.

      "},"Classes/MBSlovakiaIdFrontRecognizerResult.html":{"name":"MBSlovakiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovak ID

      "},"Classes/MBSloveniaCombinedRecognizer.html":{"name":"MBSloveniaCombinedRecognizer","abstract":"

      Slovenian ID Combined Recognizer.

      "},"Classes/MBSloveniaCombinedRecognizerResult.html":{"name":"MBSloveniaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSloveniaIdBackRecognizer.html":{"name":"MBSloveniaIdBackRecognizer","abstract":"

      Class for configuring Slovenian ID Back Recognizer.

      "},"Classes/MBSloveniaIdBackRecognizerResult.html":{"name":"MBSloveniaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovenian ID

      "},"Classes/MBSloveniaIdFrontRecognizer.html":{"name":"MBSloveniaIdFrontRecognizer","abstract":"

      Class for configuring Slovenian ID Front Recognizer.

      "},"Classes/MBSloveniaIdFrontRecognizerResult.html":{"name":"MBSloveniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovenian ID

      "},"Classes/MBSpainDlFrontRecognizer.html":{"name":"MBSpainDlFrontRecognizer","abstract":"

      Spain Driver’s License Front Recognizer.

      "},"Classes/MBSpainDlFrontRecognizerResult.html":{"name":"MBSpainDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Spain DL

      "},"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/MBSwedenDlFrontRecognizer.html":{"name":"MBSwedenDlFrontRecognizer","abstract":"

      Class for configuring Sweden Dl Front Recognizer.

      "},"Classes/MBSwedenDlFrontRecognizerResult.html":{"name":"MBSwedenDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Sweden Dl

      "},"Classes/MBSwitzerlandDlFrontRecognizer.html":{"name":"MBSwitzerlandDlFrontRecognizer","abstract":"

      Class for configuring Switzerland DL Front Recognizer.

      "},"Classes/MBSwitzerlandDlFrontRecognizerResult.html":{"name":"MBSwitzerlandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Switzerland DL

      "},"Classes/MBSwitzerlandIdBackRecognizer.html":{"name":"MBSwitzerlandIdBackRecognizer","abstract":"

      Class for configuring Swiss ID Back Recognizer.

      "},"Classes/MBSwitzerlandIdBackRecognizerResult.html":{"name":"MBSwitzerlandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Swiss ID

      "},"Classes/MBSwitzerlandIdFrontRecognizer.html":{"name":"MBSwitzerlandIdFrontRecognizer","abstract":"

      Class for configuring Swiss ID Front Recognizer.

      "},"Classes/MBSwitzerlandIdFrontRecognizerResult.html":{"name":"MBSwitzerlandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Swiss ID

      "},"Classes/MBSwitzerlandPassportRecognizer.html":{"name":"MBSwitzerlandPassportRecognizer","abstract":"

      Class for configuring Swiss Passport Recognizer.

      "},"Classes/MBSwitzerlandPassportRecognizerResult.html":{"name":"MBSwitzerlandPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Swiss Passport

      "},"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/MBTopUpParser.html":{"name":"MBTopUpParser","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBTopUpParserResult.html":{"name":"MBTopUpParserResult","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of UAE drivers license.

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the United Arab Emirates Dl

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html":{"name":"MBUnitedArabEmiratesIdBackRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Back Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of United Arab Emirates ID

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Front Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of United Arab Emirates ID

      "},"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/MBVinParser.html":{"name":"MBVinParser","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinParserResult.html":{"name":"MBVinParserResult","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinRecognizer.html":{"name":"MBVinRecognizer","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes/MBVinRecognizerResult.html":{"name":"MBVinRecognizerResult","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes.html":{"name":"Classes","abstract":"

      The following classes are available globally.

      "},"Constants.html":{"name":"Constants","abstract":"

      The following constants 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 Definitions.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/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      "},"Structs/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      "},"Structs/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeRange":{"name":"MBMakeRange","abstract":"

      Method which creates a range structure

      "},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeScale":{"name":"MBMakeScale","abstract":"

      Method which creates a scale structure

      "},"Functions.html#/c:@F@CGDeltaMake":{"name":"CGDeltaMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointWithDelta":{"name":"CGPointWithDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointDistance":{"name":"CGPointDistance","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointAlongLine":{"name":"CGPointAlongLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointRotatedAroundPoint":{"name":"CGPointRotatedAroundPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMake":{"name":"CGLineMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineEqualToLine":{"name":"CGLineEqualToLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMidPoint":{"name":"CGLineMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDirection":{"name":"CGLineDirection","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAngle":{"name":"CGLinesAngle","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesIntersectAtPoint":{"name":"CGLinesIntersectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineLength":{"name":"CGLineLength","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScale":{"name":"CGLineScale","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineTranslate":{"name":"CGLineTranslate","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScaleOnMidPoint":{"name":"CGLineScaleOnMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDelta":{"name":"CGLineDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAreParallel":{"name":"CGLinesAreParallel","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopLeftPoint":{"name":"CGRectTopLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopRightPoint":{"name":"CGRectTopRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomLeftPoint":{"name":"CGRectBottomLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomRightPoint":{"name":"CGRectBottomRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectResize":{"name":"CGRectResize","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectInsetEdge":{"name":"CGRectInsetEdge","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

      Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:@F@CGRectCenterPoint":{"name":"CGRectCenterPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectClosestTwoCornerPoints":{"name":"CGRectClosestTwoCornerPoints","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineIntersectsRectAtPoint":{"name":"CGLineIntersectsRectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGControlPointsForArcBetweenPointsWithRadius":{"name":"CGControlPointsForArcBetweenPointsWithRadius","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@scanningRegionForFrameInBounds":{"name":"scanningRegionForFrameInBounds","abstract":"

      Undocumented

      "},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

      Method which creates a image extension factors structure

      "},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point1":{"name":"point1","abstract":"

      Undocumented

      "},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point2":{"name":"point2","abstract":"

      Undocumented

      "},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      ","parent_name":"MBScale"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      ","parent_name":"MBRange"},"Type Definitions.html#/c:MBDateParser.h@T@MBDateFormatArray":{"name":"MBDateFormatArray","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBDateParser.h@T@MBDateSeparatorCharsArray":{"name":"MBDateSeparatorCharsArray","abstract":"

      Undocumented

      "},"Type Definitions/MBRange.html":{"name":"MBRange","abstract":"

      Undocumented

      "},"Type Definitions/MBScale.html":{"name":"MBScale","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBException.h@T@MBExceptionName":{"name":"MBExceptionName","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBGeometry.h@T@CGDelta":{"name":"CGDelta","abstract":"

      Undocumented

      "},"Type Definitions/CGLine.html":{"name":"CGLine","abstract":"

      Undocumented

      "},"Type Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBTemplatingClassifier.html#/c:objc(pl)MBTemplatingClassifier(im)classify":{"name":"-classify","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClassifier"},"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/MBStringProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBStringProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingString:":{"name":"-recognizerRunner:didFinishProcessingString:","abstract":"

      Called when MBRecognizerRunner finishes processing given string.","parent_name":"MBStringProcessingRecognizerRunnerDelegate"},"Protocols/MBSignatureImageResult.html#/c:objc(pl)MBSignatureImageResult(py)signatureImage":{"name":"signatureImage","abstract":"

      image of the signature if enabled with MBSignatureImage returnSignatureImage property.

      ","parent_name":"MBSignatureImageResult"},"Protocols/MBSignatureImageDpi.html#/c:objc(pl)MBSignatureImageDpi(py)signatureImageDpi":{"name":"signatureImageDpi","abstract":"

      Property for setting DPI for signature images","parent_name":"MBSignatureImageDpi"},"Protocols/MBSignatureImage.html#/c:objc(pl)MBSignatureImage(py)returnSignatureImage":{"name":"returnSignatureImage","abstract":"

      Sets whether signature image from ID card should be extracted.

      ","parent_name":"MBSignatureImage"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishScanningWithState:":{"name":"-recognizerRunnerViewController:didFinishScanningWithState:","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/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. 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":"
      ","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/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/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 PPScanDelegate’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/MBOcrLayoutSubview.html#/c:objc(pl)MBOcrLayoutSubview(im)ocrLayoutObtained:withIdentifier:":{"name":"-ocrLayoutObtained:withIdentifier:","abstract":"

      This method should be called when MBOcrLayout is obtained and needs to be drawn/redrawn.

      ","parent_name":"MBOcrLayoutSubview"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)nativeResult":{"name":"-nativeResult","abstract":"

      Returns the native object containing the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)stringResult":{"name":"-stringResult","abstract":"

      Returns the string version of the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBMrzImageResult.html#/c:objc(pl)MBMrzImageResult(py)mrzImage":{"name":"mrzImage","abstract":"

      face image from the document if enabled with MBMrzImage returnMrzImage property.

      ","parent_name":"MBMrzImageResult"},"Protocols/MBMrzImage.html#/c:objc(pl)MBMrzImage(py)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Sets whether MRZ image from ID card should be extracted

      ","parent_name":"MBMrzImage"},"Protocols/MBMrzFilter.html#/c:objc(pl)MBMrzFilter(im)mrzFilter":{"name":"-mrzFilter","abstract":"

      Determines whether document should be processed or it is filtered out.

      ","parent_name":"MBMrzFilter"},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBImageProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingImage:":{"name":"-recognizerRunner:didFinishProcessingImage:","abstract":"

      Called when MBRecognizerRunner finishes processing given image.","parent_name":"MBImageProcessingRecognizerRunnerDelegate"},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunnerViewController:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerViewControllerDelegate"},"Protocols/MBGlareRecognizerRunnerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerDelegate(im)recognizerRunner:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunner:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerDelegate"},"Protocols/MBGlareDetection.html#/c:objc(pl)MBGlareDetection(py)detectGlare":{"name":"detectGlare","abstract":"

      Defines if glare detection should be turned on/off.

      ","parent_name":"MBGlareDetection"},"Protocols/MBFullDocumentImageResult.html#/c:objc(pl)MBFullDocumentImageResult(py)fullDocumentImage":{"name":"fullDocumentImage","abstract":"

      full document image if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBFullDocumentImageResult"},"Protocols/MBFullDocumentImageExtensionFactors.html#/c:objc(pl)MBFullDocumentImageExtensionFactors(py)fullDocumentImageExtensionFactors":{"name":"fullDocumentImageExtensionFactors","abstract":"

      Image extension factors for full document image.

      ","parent_name":"MBFullDocumentImageExtensionFactors"},"Protocols/MBFullDocumentImageDpi.html#/c:objc(pl)MBFullDocumentImageDpi(py)fullDocumentImageDpi":{"name":"fullDocumentImageDpi","abstract":"

      Property for setting DPI for full document images","parent_name":"MBFullDocumentImageDpi"},"Protocols/MBFullDocumentImage.html#/c:objc(pl)MBFullDocumentImage(py)returnFullDocumentImage":{"name":"returnFullDocumentImage","abstract":"

      Sets whether full document image of ID card should be extracted.

      ","parent_name":"MBFullDocumentImage"},"Protocols/MBFrameGrabberRecognizerDelegate.html#/c:objc(pl)MBFrameGrabberRecognizerDelegate(im)onFrameAvailable:isFocused:frameQuality:":{"name":"-onFrameAvailable:isFocused:frameQuality:","abstract":"

      Called when {FrameGrabberRecognizer} received new frame for processing.","parent_name":"MBFrameGrabberRecognizerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerDelegate(im)recognizerRunnerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillClose:":{"name":"-fieldByFieldOverlayViewControllerWillClose:","abstract":"

      Called when Overlay will close. This can happen if the user pressed close button

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didFinishScanningWithElements:":{"name":"-fieldByFieldOverlayViewController:didFinishScanningWithElements:","abstract":"

      Called when Scanning finishes and Overlay will dissapear.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillPresentHelp:":{"name":"-fieldByFieldOverlayViewControllerWillPresentHelp:","abstract":"

      Called when user pressed the help button on the overlay.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didOutputCurrentImage:":{"name":"-fieldByFieldOverlayViewController:didOutputCurrentImage:","abstract":"

      Outputs back each image processed by the SDK.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFaceImageResult.html#/c:objc(pl)MBFaceImageResult(py)faceImage":{"name":"faceImage","abstract":"

      face image from the document if enabled with MBFaceImage returnFaceImage property.

      ","parent_name":"MBFaceImageResult"},"Protocols/MBFaceImageDpi.html#/c:objc(pl)MBFaceImageDpi(py)faceImageDpi":{"name":"faceImageDpi","abstract":"

      Property for setting DPI for face images","parent_name":"MBFaceImageDpi"},"Protocols/MBFaceImage.html#/c:objc(pl)MBFaceImage(py)returnFaceImage":{"name":"returnFaceImage","abstract":"

      Sets whether face image from ID card should be extracted

      ","parent_name":"MBFaceImage"},"Protocols/MBEncodedSignatureImageResult.html#/c:objc(pl)MBEncodedSignatureImageResult(py)encodedSignatureImage":{"name":"encodedSignatureImage","abstract":"

      JPEG-encoded image of the signature from the document. Available only if enabled with MBEncodeSignatureImage encodeSignatureImage property.

      ","parent_name":"MBEncodedSignatureImageResult"},"Protocols/MBEncodedMrzImageResult.html#/c:objc(pl)MBEncodedMrzImageResult(py)encodedMrzImage":{"name":"encodedMrzImage","abstract":"

      JPEG-encoded MRZ image from the document if enabled with MBEncodeMrzImage encodeMrzImage property.

      ","parent_name":"MBEncodedMrzImageResult"},"Protocols/MBEncodedFullDocumentImageResult.html#/c:objc(pl)MBEncodedFullDocumentImageResult(py)encodedFullDocumentImage":{"name":"encodedFullDocumentImage","abstract":"

      JPEG-encoded full document image if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedFullDocumentImageResult"},"Protocols/MBEncodedFaceImageResult.html#/c:objc(pl)MBEncodedFaceImageResult(py)encodedFaceImage":{"name":"encodedFaceImage","abstract":"

      JPEG-encoded face image from the document if enabled with MBEncodeFaceImage encodeFaceImage property.

      ","parent_name":"MBEncodedFaceImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentFrontImage":{"name":"encodedFullDocumentFrontImage","abstract":"

      JPEG-encoded full document image of the front side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentBackImage":{"name":"encodedFullDocumentBackImage","abstract":"

      JPEG-encoded full document image of the back side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodeSignatureImage.html#/c:objc(pl)MBEncodeSignatureImage(py)encodeSignatureImage":{"name":"encodeSignatureImage","abstract":"

      Sets whether image of signature on document should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeSignatureImage"},"Protocols/MBEncodeMrzImage.html#/c:objc(pl)MBEncodeMrzImage(py)encodeMrzImage":{"name":"encodeMrzImage","abstract":"

      Sets whether MRZ image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeMrzImage"},"Protocols/MBEncodeFullDocumentImage.html#/c:objc(pl)MBEncodeFullDocumentImage(py)encodeFullDocumentImage":{"name":"encodeFullDocumentImage","abstract":"

      Sets whether full document image should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeFullDocumentImage"},"Protocols/MBEncodeFaceImage.html#/c:objc(pl)MBEncodeFaceImage(py)encodeFaceImage":{"name":"encodeFaceImage","abstract":"

      Sets whether face image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeFaceImage"},"Protocols/MBDocumentVerificationSubviewDelegate.html#/c:objc(pl)MBDocumentVerificationSubviewDelegate(im)documentVerificationSubviewDidFinishAnimation:":{"name":"-documentVerificationSubviewDidFinishAnimation:","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubviewDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidTapClose:":{"name":"-documentVerificationOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

      Called when scanning library finished scanning first side of the document

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"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/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignature":{"name":"digitalSignature","abstract":"

      Digital signature of the recognition result. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignatureVersion":{"name":"digitalSignatureVersion","abstract":"

      Version of the digital signature. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignature.html#/c:objc(pl)MBDigitalSignature(py)signResult":{"name":"signResult","abstract":"

      Whether or not recognition result should be signed.

      ","parent_name":"MBDigitalSignature"},"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/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)documentDataMatch":{"name":"documentDataMatch","abstract":"

      Returns YES if data from scanned parts/sides of the document match,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)scanningFirstSideDone":{"name":"scanningFirstSideDone","abstract":"

      Returns YES if recognizer has finished scanning first side and is now scanning back side,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizer.html#/c:objc(pl)MBCombinedRecognizer(py)combinedResult":{"name":"combinedResult","abstract":"

      Combined result which is associated with this combined recognizer.

      ","parent_name":"MBCombinedRecognizer"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentFrontImage":{"name":"fullDocumentFrontImage","abstract":"

      front side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentBackImage":{"name":"fullDocumentBackImage","abstract":"

      back side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidFinishScanning:state:":{"name":"-barcodeOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidTapClose:":{"name":"-barcodeOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html":{"name":"MBBarcodeOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBCombinedFullDocumentImageResult.html":{"name":"MBCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizer.html":{"name":"MBCombinedRecognizer","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizerResult.html":{"name":"MBCombinedRecognizerResult","abstract":"

      Undocumented

      "},"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/MBDigitalSignature.html":{"name":"MBDigitalSignature","abstract":"

      Undocumented

      "},"Protocols/MBDigitalSignatureResult.html":{"name":"MBDigitalSignatureResult","abstract":"

      Undocumented

      "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBDocumentVerificationOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationSubviewDelegate.html":{"name":"MBDocumentVerificationSubviewDelegate","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFaceImage.html":{"name":"MBEncodeFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFullDocumentImage.html":{"name":"MBEncodeFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeMrzImage.html":{"name":"MBEncodeMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeSignatureImage.html":{"name":"MBEncodeSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodedCombinedFullDocumentImageResult.html":{"name":"MBEncodedCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFaceImageResult.html":{"name":"MBEncodedFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFullDocumentImageResult.html":{"name":"MBEncodedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedMrzImageResult.html":{"name":"MBEncodedMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedSignatureImageResult.html":{"name":"MBEncodedSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFaceImage.html":{"name":"MBFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageDpi.html":{"name":"MBFaceImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageResult.html":{"name":"MBFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html":{"name":"MBFieldByFieldOverlayViewControllerDelegate","abstract":"

      Protocol for observing important events with scanning

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFrameGrabberRecognizerDelegate.html":{"name":"MBFrameGrabberRecognizerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImage.html":{"name":"MBFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageDpi.html":{"name":"MBFullDocumentImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageExtensionFactors.html":{"name":"MBFullDocumentImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageResult.html":{"name":"MBFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBGlareDetection.html":{"name":"MBGlareDetection","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerDelegate.html":{"name":"MBGlareRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html":{"name":"MBGlareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html":{"name":"MBImageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBMrzFilter.html":{"name":"MBMrzFilter","abstract":"

      Undocumented

      "},"Protocols/MBMrzImage.html":{"name":"MBMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBMrzImageResult.html":{"name":"MBMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBNativeResult.html":{"name":"MBNativeResult","abstract":"

      Undocumented

      "},"Protocols/MBOcrLayoutSubview.html":{"name":"MBOcrLayoutSubview","abstract":"

      Protocol for processing MBOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)

      "},"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/MBSignatureImage.html":{"name":"MBSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageDpi.html":{"name":"MBSignatureImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageResult.html":{"name":"MBSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBStringProcessingRecognizerRunnerDelegate.html":{"name":"MBStringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

      Protocol which all objects interested in receiving information about overlay subviews need to implement

      "},"Protocols/MBTemplatingClassifier.html":{"name":"MBTemplatingClassifier","abstract":"

      Undocumented

      "},"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/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp123":{"name":"MBTopUp123","abstract":"

      For top ups which begin with 123 prefix and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp103":{"name":"MBTopUp103","abstract":"

      For top ups which begin with 103 and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp131":{"name":"MBTopUp131","abstract":"

      For top ups which begin with 131 and USSD code length is 13

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUpGeneric":{"name":"MBTopUpGeneric","abstract":"

      For top ups with any prefix and USSD code length from interval {[13, 16]}

      ","parent_name":"MBTopUpPreset"},"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/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/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDefault":{"name":"MBRecognitionModeDefault","abstract":"

      Classic, production mode. Results are returned after first valid scanning

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeTest":{"name":"MBRecognitionModeTest","abstract":"

      Recognition Test. Results are never returned, recognition is performed repeatedly

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDetectionTest":{"name":"MBRecognitionModeDetectionTest","abstract":"

      Recognition Test. Results are never returned, only detection is performed repeatedly

      ","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/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateEmpty":{"name":"MBParserResultStateEmpty","abstract":"

      Empty

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateUncertain":{"name":"MBParserResultStateUncertain","abstract":"

      Uncertain

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateValid":{"name":"MBParserResultStateValid","abstract":"

      Valid

      ","parent_name":"MBParserResultState"},"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/PPDocumentType.html#/c:@E@PPDocumentType@PPBlinkOCRDocumentType":{"name":"PPBlinkOCRDocumentType","abstract":"

      Document type for latin documents used with BlinkOCR recognizer

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPMicrDocumentType":{"name":"PPMicrDocumentType","abstract":"

      Document type for MICR font

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPArabicDocumentType":{"name":"PPArabicDocumentType","abstract":"

      Document type for Arabic characters

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPHandwrittenDocumentType":{"name":"PPHandwrittenDocumentType","abstract":"

      Document type for handwriting

      ","parent_name":"PPDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeUnknown":{"name":"MBMrtdTypeUnknown","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDocumentType"},"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/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/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryUnitedKingdom":{"name":"MBEudlCountryUnitedKingdom","abstract":"

      UK driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryGermany":{"name":"MBEudlCountryGermany","abstract":"

      German driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAustria":{"name":"MBEudlCountryAustria","abstract":"

      Austrian driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAny":{"name":"MBEudlCountryAny","abstract":"

      Any EU DL

      ","parent_name":"MBEudlCountry"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1Card":{"name":"MBDocumentSpecificationId1Card","abstract":"

      Preset for detecting ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2Card":{"name":"MBDocumentSpecificationId2Card","abstract":"

      Preset for detecting ID2 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationCheque":{"name":"MBDocumentSpecificationCheque","abstract":"

      Preset for detecting cheques

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Portrait":{"name":"MBDocumentSpecificationA4Portrait","abstract":"

      Preset for detecting A4 documents in portrait

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Landscape":{"name":"MBDocumentSpecificationA4Landscape","abstract":"

      Preset for detecting A4 documents in landscape

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1VerticalCard":{"name":"MBDocumentSpecificationId1VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2VerticalCard":{"name":"MBDocumentSpecificationId2VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeAuto":{"name":"MBScanningModeAuto","abstract":"

      Detects document in both directions

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeLandscape":{"name":"MBScanningModeLandscape","abstract":"

      Detects document in landscape direction

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModePortrait":{"name":"MBScanningModePortrait","abstract":"

      Detects document in portrait direction

      ","parent_name":"MBScanningMode"},"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/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFail":{"name":"MBDetectionCodeFail","abstract":"

      Object detection has failed.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFallback":{"name":"MBDetectionCodeFallback","abstract":"

      Object was detected partially. Only some PhotoPay detectors support this.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeSuccess":{"name":"MBDetectionCodeSuccess","abstract":"

      Object detection has succeded.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

      Object was successfuly detected.

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFail":{"name":"MBDetectionStatusFail","abstract":"

      Object was not detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooHigh":{"name":"MBDetectionStatusCameraTooHigh","abstract":"

      Object was successfully detected, but the camera was too far above the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAtAngle":{"name":"MBDetectionStatusCameraAtAngle","abstract":"

      Object was successfully detected, but the perspective angle of camera is too high

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraRotated":{"name":"MBDetectionStatusCameraRotated","abstract":"

      Object was successfully detected, but the object is rotated and not aligned to the camera edges

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusQRSuccess":{"name":"MBDetectionStatusQRSuccess","abstract":"

      QR code was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPdf417Success":{"name":"MBDetectionStatusPdf417Success","abstract":"

      PDF417 barcode was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

      Object was successfully detected using a fallback algorithm

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPartialForm":{"name":"MBDetectionStatusPartialForm","abstract":"

      Object was detected, but is only partially visible on screen

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooNear":{"name":"MBDetectionStatusCameraTooNear","abstract":"

      Object was successfully detected, but the camera is too near to the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDeepOcrModel.html#/c:@E@MBDeepOcrModel@MBDeepOcrModelBlinkInput":{"name":"MBDeepOcrModelBlinkInput","abstract":"

      Deep OCR model for Blink Input

      ","parent_name":"MBDeepOcrModel"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYYYY":{"name":"MBDateFormatDDMMYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYY":{"name":"MBDateFormatDDMMYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYYYY":{"name":"MBDateFormatMMDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYY":{"name":"MBDateFormatMMDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMMDD":{"name":"MBDateFormatYYYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMMDD":{"name":"MBDateFormatYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYYYY":{"name":"MBDateFormatDDMONTHYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYY":{"name":"MBDateFormatDDMONTHYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYYYY":{"name":"MBDateFormatMONTHDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYY":{"name":"MBDateFormatMONTHDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMONTHDD":{"name":"MBDateFormatYYYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMONTHDD":{"name":"MBDateFormatYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"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@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@MBBarcodeNone":{"name":"MBBarcodeNone","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeType"},"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/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/MBDateFormat.html":{"name":"MBDateFormat","abstract":"

      Available date formats for date parser. To activate parsing of dates with month names in"},"Enums/MBDeepOcrModel.html":{"name":"MBDeepOcrModel","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

      Status of the object detection in MicroBlink SDK

      "},"Enums/MBDetectionCode.html":{"name":"MBDetectionCode","abstract":"

      Enum for type of detection status.

      "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

      Enumeration of all supported document types for MBDocumentFaceRecognizer

      "},"Enums/MBScanningMode.html":{"name":"MBScanningMode","abstract":"

      Enum of different scanning modes: Landscape, Portrait and Auto(both)

      "},"Enums/MBDocumentSpecificationPreset.html":{"name":"MBDocumentSpecificationPreset","abstract":"

      Presets which can be used to instantiate document specification for a specific document format

      "},"Enums/MBEudlCountry.html":{"name":"MBEudlCountry","abstract":"

      Enumeration of all supported countries in EUDL Recognizer

      "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

      Enum which describes text orientation on an image.

      "},"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/PPDocumentType.html":{"name":"PPDocumentType","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

      A list of fonts supported by BlinkOCR

      "},"Enums/MBParserResultState.html":{"name":"MBParserResultState","abstract":"

      Enumeration of posibble parser result state

      "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

      Enumeration of posibble processor result state

      "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","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/MBTopUpPreset.html":{"name":"MBTopUpPreset","abstract":"

      Enumeration of posibble top up presets

      "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

      Possible keys that can be used for obtaining USDL result elements.

      "},"Constants.html#/c:@MBIllegalModificationException":{"name":"MBIllegalModificationException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseKeyException":{"name":"MBInvalidLicenseKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseeKeyException":{"name":"MBInvalidLicenseeKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseResourceException":{"name":"MBInvalidLicenseResourceException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidBundleException":{"name":"MBInvalidBundleException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBMissingSettingsException":{"name":"MBMissingSettingsException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidArgumentException":{"name":"MBInvalidArgumentException","abstract":"

      Undocumented

      "},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN or empty string if recognition failed.

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(py)result":{"name":"result","abstract":"

      Vin recognizer result

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN number or empty string if recognition failed.

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParser"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(py)result":{"name":"result","abstract":"

      Vin parser result

      ","parent_name":"MBVinParser"},"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/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlRecognizer"},"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/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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)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/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Front recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Back recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license Number of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licensingAuthority":{"name":"licensingAuthority","abstract":"

      The licensing Authority of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)placeOfIssue":{"name":"placeOfIssue","abstract":"

      The place Of Issue of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning United Arab Emirates Dl Front Recognizer

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if issue date of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicenseNumber":{"name":"extractLicenseNumber","abstract":"

      Defines if license number of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicensingAuthority":{"name":"extractLicensingAuthority","abstract":"

      Defines if licensing authority code of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractPlaceOfIssue":{"name":"extractPlaceOfIssue","abstract":"

      Defines if place of issue of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(py)topUp":{"name":"topUp","abstract":"

      Returns the recognized Top Up number or empty string if recognition failed.

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)result":{"name":"result","abstract":"

      Top Up parser result

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)allowNoPrefix":{"name":"allowNoPrefix","abstract":"

      Indicates whether USSD codes without prefix are allowed.

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)returnCodeWithoutPrefix":{"name":"returnCodeWithoutPrefix","abstract":"

      Indicates whether digts prefix and # at the end of scanned USSD code will","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setTopUpPreset:":{"name":"-setTopUpPreset:","abstract":"

      Sets the top up prefix and USSD code length based on the given MBTopUpPreset. Only","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setPrefix:andUssdCodeLength:":{"name":"-setPrefix:andUssdCodeLength:","abstract":"

      Sets the given top up prefix and USSD code length. Only top ups with the chosen prefix and","parent_name":"MBTopUpParser"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizer"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClass"},"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/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)willFocusAtPoint:":{"name":"-willFocusAtPoint:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The name of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfBirth":{"name":"nonMrzDateOfBirth","abstract":"

      Date of birth, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      Date of expiry, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      Number of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The sex of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)result":{"name":"result","abstract":"

      Swiss Passport recognizer result

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s name should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given name of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning SwitzerlandIdFrontRecognizer

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Switzerland ID owner should be extracted.

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Switzerland ID owner should be extracted.

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)placeOfOrigin":{"name":"placeOfOrigin","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfIssue":{"name":"rawDocumentDateOfIssue","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Back recognizer result

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractPlaceOfOrigin":{"name":"extractPlaceOfOrigin","abstract":"

      Defines if place of origin of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Swiss ID folder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of rxpiry of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)expiryDatePermanent":{"name":"expiryDatePermanent","abstract":"

      If YES, then this Switzerland DL will never expire.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle categories of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Switzerland DL Front

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The Surname of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The Date Of Issue of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date Of Expiry of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The Issuing Agency of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)referenceNumber":{"name":"referenceNumber","abstract":"

      The Reference Number of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The Licence Categories of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The Licence Numer of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Sweden Dl Front recognizer result

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if issuing agency should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractReferenceNumber":{"name":"extractReferenceNumber","abstract":"

      Defines if reference number should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines iflicence categories should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

      Success frame PPImage of successful frame

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)initWithRecognizer:":{"name":"-initWithRecognizer:","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"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/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)number":{"name":"number","abstract":"

      The licence number of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence categories of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The date of issue of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The date of expiry of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Spain Dl Front recognizer result

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Front recognizer result

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The authority of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Date of issue of the Slovenian ID in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Back recognizer result

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if issuing authority of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Combined recognizer result

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuing authority of the ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Front recognizer result

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Back recognizer result

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The identity card number of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Combined recognizer result

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Front recognizer result

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Id Back

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue date of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)validTill":{"name":"validTill","abstract":"

      The valid till of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore DL Front

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if owner’s birth date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if the issue date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractValidTill":{"name":"extractValidTill","abstract":"

      Defines if valid till should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Combined recognizer result

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)companyName":{"name":"companyName","abstract":"

      TThe company name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractCompanyName":{"name":"extractCompanyName","abstract":"

      Defines if company name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if birth of expiry should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(py)simNumber":{"name":"simNumber","abstract":"

      Returns the recognized SIM number from barcode or empty string if recognition failed.

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(py)result":{"name":"result","abstract":"

      Sim number recognizer results

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)issuingDate":{"name":"issuingDate","abstract":"

      The issuing date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid until date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Serbian ID owner

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Front recognizer result

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractIssuingDate":{"name":"extractIssuingDate","abstract":"

      Defines if issuing date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdBackRecognizerResult.html#/c:objc(cs)MBSerbiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizerResult"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Back recognizer result

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)jmbg":{"name":"jmbg","abstract":"

      The JMBG of Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Combined recognizer result

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)initWithIdentifier:parser:":{"name":"-initWithIdentifier:parser:","abstract":"

      Designated initializer, defines the unique identifier for this canned element, and Parser factory for it.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)identifier":{"name":"identifier","abstract":"

      Unique name of the element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)parser":{"name":"parser","abstract":"

      Parser object which is reponsible scanning the text.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTitle":{"name":"localizedTitle","abstract":"

      Localized title (used in the Pivot control)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTooltip":{"name":"localizedTooltip","abstract":"

      Localized tooltip (used in the tooltip label above the viewfinder)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)keyboardType":{"name":"keyboardType","abstract":"

      Keyboard type used when editing

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTextfieldText":{"name":"localizedTextfieldText","abstract":"

      Localized initial UITextField text (used in field segment scanning text fields)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanned":{"name":"scanned","abstract":"

      YES if the value was scanned, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)edited":{"name":"edited","abstract":"

      YES if the value was manually edited, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)value":{"name":"value","abstract":"

      Actual value for this element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionWidth":{"name":"scanningRegionWidth","abstract":"

      Width of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen width and 0.5 is half width.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionHeight":{"name":"scanningRegionHeight","abstract":"

      Height of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen height and 0.5 is half height.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)successfulScanImage":{"name":"successfulScanImage","abstract":"

      Image of the scanned element.

      ","parent_name":"MBScanElement"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      Last name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      First name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      Card number

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)idSeries":{"name":"idSeries","abstract":"

      ID series

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cnp":{"name":"cnp","abstract":"

      CNP

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)parentNames":{"name":"parentNames","abstract":"

      Parent names - missing if nationality exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZNationality":{"name":"nonMRZNationality","abstract":"

      Nationality - missing if parent names exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      Place of birth

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      Address

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      Issued by

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZSex":{"name":"nonMRZSex","abstract":"

      Sex

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      Valid from

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidFrom":{"name":"rawValidFrom","abstract":"

      Valid from date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      Valid until

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      Valid until date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Romanian ID Front recognizer result

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if the place of birth should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if the owner’s address should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if the issued ny data should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if the valid from date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if the valid until date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractNonMRZSex":{"name":"extractNonMRZSex","abstract":"

      Defines if the owner’s sex information should be extracted from the ID","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(py)parsedString":{"name":"parsedString","abstract":"

      Returns string containing parsed OCR result according to given regular expression.

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)initWithRegex:":{"name":"-initWithRegex:","abstract":"

      Initializes the regex parser

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)result":{"name":"result","abstract":"

      Regex parser result

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)regex":{"name":"regex","abstract":"

      Defines regex that will be used to parse OCR data. Note that not all java regex features","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)startWithWhitespace":{"name":"startWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace before matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)endWithWhitespace":{"name":"endWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace after matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRegexParser"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)debugRecognizerRunnerViewControllerDelegate":{"name":"debugRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)detectionRecognizerRunnerViewControllerDelegate":{"name":"detectionRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)ocrRecognizerRunnerViewControllerDelegate":{"name":"ocrRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)glareRecognizerRunnerViewControllerDelegate":{"name":"glareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)firstSideFinishedRecognizerRunnerViewControllerDelegate":{"name":"firstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)debugRecognizerRunnerDelegate":{"name":"debugRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)detectionRecognizerRunnerDelegate":{"name":"detectionRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)ocrRecognizerRunnerDelegate":{"name":"ocrRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)glareRecognizerRunnerDelegate":{"name":"glareRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)firstSideFinishedRecognizerRunnerDelegate":{"name":"firstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)scanningRecognizerRunnerDelegate":{"name":"scanningRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)imageProcessingRecognizerRunnerDelegate":{"name":"imageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)stringProcessingRecognizerRunnerDelegate":{"name":"stringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)coordinator":{"name":"coordinator","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"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)resetState":{"name":"-resetState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)resetState:":{"name":"-resetState:","abstract":"

      Undocumented

      ","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/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)initWithRecognizers:":{"name":"-initWithRecognizers:","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"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 in PhotoPay will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionMode":{"name":"recognitionMode","abstract":"

      Recognition 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)enabled":{"name":"enabled","abstract":"

      Property which determines if the recognizer is enabled

      ","parent_name":"MBRecognizer"},"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)getOptimalHudOrientation":{"name":"-getOptimalHudOrientation","abstract":"

      Undocumented

      ","parent_name":"MBRecognizer"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(py)rawText":{"name":"rawText","abstract":"

      Extracted date string.

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRawParser"},"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/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(py)physicalHeightInInches":{"name":"physicalHeightInInches","abstract":"

      Returns the physical height of the detected MBQuadrangle in inches.

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(py)quadWithSizeResult":{"name":"quadWithSizeResult","abstract":"

      Quad with size detector result

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(py)quadrangle":{"name":"quadrangle","abstract":"

      Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetector"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(py)quadResult":{"name":"quadResult","abstract":"

      Quad detector result

      ","parent_name":"MBQuadDetector"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorGroup"},"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/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Polish ID owner in DD.MM.yyyy format.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Front recognizer result

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdBackRecognizerResult.html#/c:objc(cs)MBPolandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizerResult"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Back recognizer result

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number on Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Polish ID

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Combined recognizer result

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)result":{"name":"result","abstract":"

      PDF417 recognizer results

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBPdf417Recognizer"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Front Recognizer

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Back Recognizer

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(py)ocrLayout":{"name":"ocrLayout","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)initWithParsers:":{"name":"-initWithParsers:","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"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/MBParser.html#/c:objc(cs)MBParser(py)baseResult":{"name":"baseResult","abstract":"

      Base parser result

      ","parent_name":"MBParser"},"Classes/MBParser.html#/c:objc(cs)MBParser(py)required":{"name":"required","abstract":"

      Defines/returns whether the parser configured with this parser settings object will be required or optional.

      ","parent_name":"MBParser"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBOverlayViewController"},"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/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)cameraPausedView":{"name":"cameraPausedView","abstract":"

      Label which is displayed on screen when camera is paused, but still exists on the screen.

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)character":{"name":"character","abstract":"

      Character that was recognised

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)variants":{"name":"variants","abstract":"

      Alternative characters which are possible instead of this character.

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)initWithValue:":{"name":"-initWithValue:","abstract":"

      Initializer for a CharWithVariant

      ","parent_name":"MBCharWithVariants"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(im)init":{"name":"-init","abstract":"

      Creates MBOcrEngineOptions with default settings.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)documentType":{"name":"documentType","abstract":"

      Type of document scanned.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)minimalLineHeight":{"name":"minimalLineHeight","abstract":"

      Minimal height of the line of text given in pixels. All chars smaller than this value will be ignored.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)maximalLineHeight":{"name":"maximalLineHeight","abstract":"

      Maximal height of the line of text given in pixels.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)imageProcessingEnabled":{"name":"imageProcessingEnabled","abstract":"

      Specifies if the image processing is performed on image

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)charWhitelist":{"name":"charWhitelist","abstract":"

      Whitelist of characters used in the OCR process. The set must contain MBOcrCharKey objects.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)code":{"name":"code","abstract":"

      Unicode value of the char. For example, for char ‘k’, you can use either ‘k’ or 107.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)font":{"name":"font","abstract":"

      Font of the char. Can be specific (for example MB_OCR_FONT_ARIAL), or any font (MB_OCR_FONT_ANY), which is the same","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(im)initWithCode:font:":{"name":"-initWithCode:font:","abstract":"

      Initializer which specifies the code and font of the char.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(cm)keyWithCode:font:":{"name":"+keyWithCode:font:","abstract":"

      Factory method for easier instantiation

      ","parent_name":"MBOcrCharKey"},"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/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)firstNames":{"name":"firstNames","abstract":"

      The first name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)donorIndicator":{"name":"donorIndicator","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)cardVersion":{"name":"cardVersion","abstract":"

      The card version of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      New Zealand DL Front recognizer result

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractFirstNames":{"name":"extractFirstNames","abstract":"

      Defines if owner’s first name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s issue date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if card’s expiry date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDonorIndicator":{"name":"extractDonorIndicator","abstract":"

      Defines if owner’s donor indicator should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number on MyTentera documents

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)result":{"name":"result","abstract":"

      My Kad Front recognizer result

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)extractArmyNumber":{"name":"extractArmyNumber","abstract":"

      Defines if army number should be extracted from MyTentera documents with MyKadRecognizer

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)extendedNric":{"name":"extendedNric","abstract":"

      The Extended NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)nric":{"name":"nric","abstract":"

      The NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)oldNric":{"name":"oldNric","abstract":"

      The old NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MyKad back side

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)extractOldNric":{"name":"extractOldNric","abstract":"

      Defines if old NRIC should be extracted from back side of the MyKad

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)primaryID":{"name":"primaryID","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)secondaryID":{"name":"secondaryID","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)issuer":{"name":"issuer","abstract":"

      Returns three-letter or two-letter code which indicate the issuing State. Three-letter codes are based","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Returns holder’s date of birth

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Returns document number. Document number contains up to 9 characters.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)nationality":{"name":"nationality","abstract":"

      Returns nationality of the holder represented by a three-letter or two-letter code. Three-letter","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)gender":{"name":"gender","abstract":"

      Returns gender of the card holder. Gender is specified by use of the single initial, capital letter F for female,","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentCode":{"name":"documentCode","abstract":"

      Returns document code. Document code contains two characters. For MRTD the first character shall","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Returns date of expiry

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt1":{"name":"opt1","abstract":"

      Returns first optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt2":{"name":"opt2","abstract":"

      Returns second optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Returns alien number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Returns application receipt number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Returns immigrant case number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)mrzText":{"name":"mrzText","abstract":"

      Returns the entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isParsed":{"name":"isParsed","abstract":"

      Returns true if Machine Readable Zone has been parsed, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isVerified":{"name":"isVerified","abstract":"

      Returns true if all check digits inside MRZ are correct, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdSpecification"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizerResult"},"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/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzImage":{"name":"mrzImage","abstract":"

      Image of the Machine Readable Zone or nil if not available.

      ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizer"},"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)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Whether cropped image of the Machine Readable Zone should be available in result.","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)saveImageDPI":{"name":"saveImageDPI","abstract":"

      Desired DPI for MRZ and full document images (if saving of those is enabled)

      ","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(im)setMrzFilter:":{"name":"-setMrzFilter:","abstract":"

      Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzLocation":{"name":"mrzLocation","abstract":"

      Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzPhysicalHeightInInches":{"name":"mrzPhysicalHeightInInches","abstract":"

      Returns the physical height in inches of Machine Readable Zone.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)result":{"name":"result","abstract":"

      MRTD detector result

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)detectFullDocument":{"name":"detectFullDocument","abstract":"

      Defines whether full document will be detected. If set to false, result will contain","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)useCardDetector":{"name":"useCardDetector","abstract":"

      Enable detection correction with card detector. When this option is enabled, after","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)setMrtdSpecifications:":{"name":"-setMrtdSpecifications:","abstract":"

      Sets the mrtd specifications. Mrtd specifications describe the images that should be returned by","parent_name":"MBMrtdDetector"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Alien number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Application receipt number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Immigrant case number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizer"},"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)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning front side of Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

      The father’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

      The mother’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)civilStatusNumber":{"name":"civilStatusNumber","abstract":"

      The civil status number of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Back side of Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractFathersName":{"name":"extractFathersName","abstract":"

      Defines if father’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractMothersName":{"name":"extractMothersName","abstract":"

      Defines if mother’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractCivilStatusNumber":{"name":"extractCivilStatusNumber","abstract":"

      Defines if owner’s civil status number should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)moveable":{"name":"moveable","abstract":"

      Denotes if view finder is moveable. Viewfinder will move whenever something is detected and will return to default position if no object","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)portraitMargins":{"name":"portraitMargins","abstract":"

      Margins between overlay bounds and default corner positions while in portrait orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)landscapeMargins":{"name":"landscapeMargins","abstract":"

      Margins between overlay bounds and default corner positions while in landscape orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(im)resetPositions":{"name":"-resetPositions","abstract":"

      Resets the viewfinder position to it’s initial position.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)sharedInstance":{"name":"+sharedInstance","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showLicenseKeyTimeLimitedWarning":{"name":"showLicenseKeyTimeLimitedWarning","abstract":"

      If YES, tooltip limited license key warning messages will appear on screen

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle in which the resources for the scanning process should be found. Usually, by default, this","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:":{"name":"-setLicenseBuffer:","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:":{"name":"-setLicenseBuffer:andLicensee:","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:":{"name":"-setLicenseKey:","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:":{"name":"-setLicenseKey:andLicensee:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:","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/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)language":{"name":"language","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle with resources used in framework

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)instance":{"name":"+instance","abstract":"

      Obtain the shared instance

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)init":{"name":"-init","abstract":"

      Designated initializer

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setDefaultLanguage":{"name":"-setDefaultLanguage","abstract":"

      Sets the language to default (i.e. language specified in the user’s device settings

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarStyle:":{"name":"-pushStatusBarStyle:","abstract":"

      Pushes the UIApplication status bar style to a internally handled stack

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarStyle":{"name":"-popStatusBarStyle","abstract":"

      Returns the status bar style to the last saved value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarHidden:":{"name":"-pushStatusBarHidden:","abstract":"

      Push the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarHidden":{"name":"-popStatusBarHidden","abstract":"

      pops the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setHelpShown:":{"name":"-setHelpShown:","abstract":"

      Sets the key that the help was shown to true

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)isHelpShown":{"name":"-isHelpShown","abstract":"

      Returns true if the help was already shown

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)getDefaultResourcesBundle":{"name":"+getDefaultResourcesBundle","abstract":"

      Returns the default resources bundle. If it doesn’t exist, it will be nil.

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)curp":{"name":"curp","abstract":"

      The CURP of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)electorKey":{"name":"electorKey","abstract":"

      The elector key of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MexicoVoterIdFrontRecognizer

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractCurp":{"name":"extractCurp","abstract":"

      Defines if CURP of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if full name of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      The army number of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth date of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The address of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)nric":{"name":"nric","abstract":"

      The nric of Malaysian MyTentera.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The state of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MalaysiaMyTenteraFrontRecognizer

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)extractFullNameAndAddress":{"name":"extractFullNameAndAddress","abstract":"

      Defines if full name and address of Malaysian MyTentera owner should be extracted.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Malaysian MyTentera owner should be extracted.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The dl Class of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The full Address of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The identity Number of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The owner State of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The valid From of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid Until of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Malaysia Dl Front Recognizer

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractClass":{"name":"extractClass","abstract":"

      Defines if vehicle classes of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(py)licensePlate":{"name":"licensePlate","abstract":"

      Returns the recognized license plate number or empty string if recognition failed.

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLegacyRecognizerResult.html#/c:objc(cs)MBLegacyRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizerResult"},"Classes/MBLegacyRecognizer.html#/c:objc(cs)MBLegacyRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizer"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the front side of the Kuroom wait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)civilIdNumber":{"name":"civilIdNumber","abstract":"

      The civil Id Number of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Front Recognizer

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if date of birth of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)serialNo":{"name":"serialNo","abstract":"

      The serial number of Kuwait ID

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Back Recognizer

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)extractSerialNo":{"name":"extractSerialNo","abstract":"

      Defines if serial number of Kuwait ID should be extracted

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Jordan ID.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Front recognizer result

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdBackRecognizerResult.html#/c:objc(cs)MBJordanIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizerResult"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Back recognizer result

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date of expiry of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Combined recognizer result

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Italy Dl Front Recognizer

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issued By of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Ireland Dl Front Recognizer

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if licence number of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood Type of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      The date Of Expiry Permanent of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel Desa of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital Status of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Indonesia Id Front Recognizer

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCity":{"name":"extractCity","abstract":"

      Defines if city of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Indonesian ID card should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if Kel/Desa of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if RT number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if RW number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessorResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessor"},"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(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

      Creates PPImage around UIImage.

      ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

      Creates PPImage around CVImageBufferRef.

      ","parent_name":"MBImage"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport number of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of iKad owner, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of iKad owner, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sector":{"name":"sector","abstract":"

      The sector of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)employer":{"name":"employer","abstract":"

      The employer of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)facultyAddress":{"name":"facultyAddress","abstract":"

      The faculty address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawExpiryDate":{"name":"rawExpiryDate","abstract":"

      The expiry date of the iKad, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry date of the iKad, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)result":{"name":"result","abstract":"

      i Kad recognizer result

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSector":{"name":"extractSector","abstract":"

      Defines if owner’s sector should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractEmployer":{"name":"extractEmployer","abstract":"

      Defines if owner’s employer should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractFacultyAddress":{"name":"extractFacultyAddress","abstract":"

      Defines if owner’s faculty address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if owner’s passport number should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractExpiryDate":{"name":"extractExpiryDate","abstract":"

      Defines if expiry date should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if date of expiry should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(py)iban":{"name":"iban","abstract":"

      Returns the rparsed IBAN or empty string if recognition failed.

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)result":{"name":"result","abstract":"

      Iban parser result

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)alwaysReturnPrefix":{"name":"alwaysReturnPrefix","abstract":"

      Should prefix (country code) always be returned.

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)countryCodeWhitelist":{"name":"countryCodeWhitelist","abstract":"

      Set of allowed country codes. If whitelist is defined, only IBANs with defined country codes","parent_name":"MBIbanParser"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)commercialCode":{"name":"commercialCode","abstract":"

      The commerical Code of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Hong Kong ID ownder.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The issue date of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Hong Kong card.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

      The residential status of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Hong Kong ID Front recognizer result

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if owner’s full name should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractCommercialCode":{"name":"extractCommercialCode","abstract":"

      Defines if commercial code should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractResidentialStatus":{"name":"extractResidentialStatus","abstract":"

      Defines if card’s residential status should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s date of issue should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(py)label":{"name":"label","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)glareDetectionFinishedWithResult:":{"name":"-glareDetectionFinishedWithResult:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German Passport owner

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)result":{"name":"result","abstract":"

      German Passport recognizer result

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth on the German ID

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)result":{"name":"result","abstract":"

      German Old ID recognizer result

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The given names of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning GermanyIdFrontRecognizer

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractCanNumber":{"name":"extractCanNumber","abstract":"

      Defines if CAN number of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      Eye colour

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      Height in cm

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      Full address

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressZipCode":{"name":"addressZipCode","abstract":"

      ZIP code

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressCity":{"name":"addressCity","abstract":"

      City

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressStreet":{"name":"addressStreet","abstract":"

      Stret name in single line

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressHouseNumber":{"name":"addressHouseNumber","abstract":"

      House number

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)result":{"name":"result","abstract":"

      German ID Back recognizer result

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractEyeColour":{"name":"extractEyeColour","abstract":"

      If eye color should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      If height should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      If date of issue should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      If authority should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(py)dateOfIssueB10":{"name":"dateOfIssueB10","abstract":"

      The date of issue for B category of German DL card.

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(py)dateOfIssueB10NotSpecified":{"name":"dateOfIssueB10NotSpecified","abstract":"

      The date of issue for B category of German DL card is not specified.

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizer.html#/c:objc(cs)MBGermanyDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyDlBackRecognizer"},"Classes/MBGermanyDlBackRecognizer.html#/c:objc(cs)MBGermanyDlBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning GermanyDlBackRecognizer

      ","parent_name":"MBGermanyDlBackRecognizer"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)eyeColor":{"name":"eyeColor","abstract":"

      The eye color of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)result":{"name":"result","abstract":"

      German ID Combined recognizer result

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)initWithFrameGrabberDelegate:":{"name":"-initWithFrameGrabberDelegate:","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"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/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithSettings:delegate:":{"name":"-initWithSettings:delegate:","abstract":"

      Designated initializer of the overlay. All scan settings from the recognizer runner will be removed and generated anew with passed MBScanElement array.

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithNibName:bundle:":{"name":"-initWithNibName:bundle:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate which is notified with important UI events

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)initWithScanElements:":{"name":"-initWithScanElements:","abstract":"

      Designated initializer for settings.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanElements":{"name":"scanElements","abstract":"

      Array of MBScanElement objects which defines which Elements are scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

      Property that enables showing of flashing dots over characters being scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)outputSuccessfulImages":{"name":"outputSuccessfulImages","abstract":"

      Property that enables outputting images of sucessful scans for each element scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)consecutiveScanThreshold":{"name":"consecutiveScanThreshold","abstract":"

      Number of times same parse result needs to be outputted to be considered valid

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanResultViewColor":{"name":"scanResultViewColor","abstract":"

      Background color of successful scan result

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)nextButtonDescriptionText":{"name":"nextButtonDescriptionText","abstract":"

      Returns/sets next button description text that is shown above next button","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)nextButtonLastDescriptionText":{"name":"nextButtonLastDescriptionText","abstract":"

      Returns/sets next button description text that is shown above next button","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)birthData":{"name":"birthData","abstract":"

      The birth Data of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)country":{"name":"country","abstract":"

      The country of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)result":{"name":"result","abstract":"

      EU Driver License recognizer result

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if owner’s date of expiry should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if owner’s personal number should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if owner’s issuing authority should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)country":{"name":"country","abstract":"

      Country of scanning Eudl. The default value of MBEudlCountryAny will scan all supported driver’s licenses.

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(py)email":{"name":"email","abstract":"

      Returns the recognized email or empty string if recognition failed.

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParser.html#/c:objc(cs)MBEmailParser(py)result":{"name":"result","abstract":"

      Email parser result

      ","parent_name":"MBEmailParser"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      The owner of the front side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Front Recognizer

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      The cvv of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      The inventory Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The valid Thru of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Back Recognizer

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Egypt ID owner.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Egypt ID.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Egypt ID Front recognizer result

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)extractNationalNumber":{"name":"extractNationalNumber","abstract":"

      Defines if owner’s national number should be extracted from Egypt ID

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsLayer":{"name":"dotsLayer","abstract":"

      Undocumented

      ","parent_name":"MBDotsSubview"},"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/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","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/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpLabel":{"name":"helpLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpImageView":{"name":"helpImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(im)animateHelp":{"name":"-animateHelp","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)documentVerificationSubviewDelegate":{"name":"documentVerificationSubviewDelegate","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

      Returns/sets splash message that is shown after scanning the document.

      ","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

      Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsLabel":{"name":"instructionsLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsImageView":{"name":"instructionsImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"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":"

      Undocumented

      ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)initWithAspectRatio:physicalSizeInInches:":{"name":"-initWithAspectRatio:physicalSizeInInches:","abstract":"

      Use this initializer for specifiying a document format.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

      Factory method which creates Document specification based on a preset

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)setPortraitAndLandscapeScale:":{"name":"-setPortraitAndLandscapeScale:","abstract":"

      Sets scale and scale tolerance that will be used when detecting document in both orientations.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)maxAngle":{"name":"maxAngle","abstract":"

      Maximum angle for document detection

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)portraitScale":{"name":"portraitScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in portrait orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)landscapeScale":{"name":"landscapeScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in landscape orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)scanningMode":{"name":"scanningMode","abstract":"

      Scanning mode that defines in which orientations can this document be detected.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)xRange":{"name":"xRange","abstract":"

      Percentage of possible document offset on x axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)yRange":{"name":"yRange","abstract":"

      Percentage of possible document offset on y axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)physicalSizeInInches":{"name":"physicalSizeInInches","abstract":"

      Physical size of document in inches

      ","parent_name":"MBDocumentSpecification"},"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/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizer"},"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/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(py)aspectRatio":{"name":"aspectRatio","abstract":"

      Aspect ratio of detected document.

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)initWithDocumentSpecifications:":{"name":"-initWithDocumentSpecifications:","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)result":{"name":"result","abstract":"

      Document detector result

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)documentSpecifications":{"name":"documentSpecifications","abstract":"

      Document specifications describe the documents that should be detected with","parent_name":"MBDocumentDetector"},"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/MBDewarpPolicy.html#/c:objc(cs)MBDewarpPolicy(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDewarpPolicy"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionCode":{"name":"detectionCode","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionStatus":{"name":"detectionStatus","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorRecognizerResult.html#/c:objc(cs)MBDetectorRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizerResult"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)initWithQuadWithSizeDetector:":{"name":"-initWithQuadWithSizeDetector:","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)result":{"name":"result","abstract":"

      Detector recognizer results

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)allowFlipped":{"name":"allowFlipped","abstract":"

      Set this to true to enable recognition of document also in upside down direction.","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)detector":{"name":"detector","abstract":"

      Returns the detector that will be used for performing the document detection during recognition

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetector.html#/c:objc(cs)MBDetector(py)baseResult":{"name":"baseResult","abstract":"

      Base detector result

      ","parent_name":"MBDetector"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorNmsThreshold":{"name":"deepOcrPostprocessorNmsThreshold","abstract":"

      Returns or sets nms threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorScoreThreshold":{"name":"deepOcrPostprocessorScoreThreshold","abstract":"

      Returns or sets score threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModel":{"name":"deepOcrModel","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModelString":{"name":"deepOcrModelString","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateString:":{"name":"-initWithDay:month:year:originalDateString:","abstract":"

      Designated initializer

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateString":{"name":"originalDateString","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(cm)dateResultWithDay:month:year:originalDateString:":{"name":"+dateResultWithDay:month:year:originalDateString:","abstract":"

      Factory method

      ","parent_name":"MBDateResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(py)date":{"name":"date","abstract":"

      Extracted date.

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(py)result":{"name":"result","abstract":"

      Date parser result

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateFormats:":{"name":"-setDateFormats:","abstract":"

      Specifies the date formats that will be accepted by date parser. By default, all available","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateSeparatorChars:":{"name":"-setDateSeparatorChars:","abstract":"

      Specifies the date separator characters between date parts (day, month, year) that will be","parent_name":"MBDateParser"},"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/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The ID card number of the Czech ID.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Front recognizer result

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of the Czech ID.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)permanentStay":{"name":"permanentStay","abstract":"

      The address of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Back recognizer result

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if citizenship of Czech ID authority should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPermanentStay":{"name":"extractPermanentStay","abstract":"

      Defines if address of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if personal number should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The document number of the Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The full address of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The personal identification number of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Czech ID Combined recognizer result

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Front Recognizer

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Cyprus ID card should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)expiresOn":{"name":"expiresOn","abstract":"

      The expiry date of Cyprus ID card.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Back Recognizer

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractExpiresOn":{"name":"extractExpiresOn","abstract":"

      Defines if the expiry date of Cryprus ID card should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerCollection":{"name":"recognizerCollection","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)cameraSettings":{"name":"cameraSettings","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRecognizerRunnerViewControllerDelegate":{"name":"scanningRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerRunnerViewControllerDelegate":{"name":"recognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"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(im)initWithRecognizerCollection:cameraSettings:":{"name":"-initWithRecognizerCollection:cameraSettings:","abstract":"

      Undocumented

      ","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/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Front recognizer result

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)residence":{"name":"residence","abstract":"

      The residence of Croatian ID owner

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuer of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)documentForNonResident":{"name":"documentForNonResident","abstract":"

      Determines if Croatian ID is issued for non resident

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Determines if date of expiry of Croatian ID is permanent

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Back recognizer result

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractResidence":{"name":"extractResidence","abstract":"

      Defines if residence of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuer of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The OIB (PIN) of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)nonResident":{"name":"nonResident","abstract":"

      YES if the person is non Croatian resident

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Combined recognizer result

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the Colombia Id.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Front

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Group of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)fingerprint":{"name":"fingerprint","abstract":"

      The fingerprint of the Colombian ID owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Back Recognizer

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)driverRestrictions":{"name":"driverRestrictions","abstract":"

      The driver Restrictions of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The issuing Agency of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Dl Front Recognizer

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDriverRestrictions":{"name":"extractDriverRestrictions","abstract":"

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if the name of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"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(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/MBBlinkInputRecognizerResult.html#/c:objc(cs)MBBlinkInputRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizerResult"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(im)initWithProcessors:":{"name":"-initWithProcessors:","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)processors":{"name":"processors","abstract":"

      Getting array of readonly processors

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)result":{"name":"result","abstract":"

      BlinkInput recognizer results

      ","parent_name":"MBBlinkInputRecognizer"},"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)cancelButtonText":{"name":"cancelButtonText","abstract":"

      Returns/sets cancel button text that is shown if displayCancelButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

      Default: YES.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOnButtonText":{"name":"torchOnButtonText","abstract":"

      Returns/sets torch on button text that is shown if displayTorchButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOffButtonText":{"name":"torchOffButtonText","abstract":"

      Returns/sets torch off button text that is shown if displayTorchButton is on.

      ","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/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)maxCharsExpected":{"name":"maxCharsExpected","abstract":"

      Maximal chars expected on the image.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)colorDropoutEnabled":{"name":"colorDropoutEnabled","abstract":"

      Specifies if the additional image processing which drops the background colors should be performed.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(cm)toTypeName:":{"name":"+toTypeName:","abstract":"

      Method which gives string representation for a given PPBarcodeType enum value.

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)result":{"name":"result","abstract":"

      Barcode recognizer results

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanAztecCode":{"name":"scanAztecCode","abstract":"

      Set this to YES to scan Aztec 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode128":{"name":"scanCode128","abstract":"

      Set this to YES to scan Code 128 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode39":{"name":"scanCode39","abstract":"

      Set this to YES to scan Code 39 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanDataMatrix":{"name":"scanDataMatrix","abstract":"

      Set this to YES to scan DataMatrix 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan13":{"name":"scanEan13","abstract":"

      Set this to YES to scan EAN 13 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan8":{"name":"scanEan8","abstract":"

      Set this to YES to scan EAN8 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanItf":{"name":"scanItf","abstract":"

      Set this to YES to scan ITF barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanQrCode":{"name":"scanQrCode","abstract":"

      Set this to YES to scan QR barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpca":{"name":"scanUpca","abstract":"

      Set this to YES to scan UPCA barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpce":{"name":"scanUpce","abstract":"

      Set this to YES to scan UPCE barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanPdf417":{"name":"scanPdf417","abstract":"

      Set this to YES to scan Pdf417 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)slowerThoroughScan":{"name":"slowerThoroughScan","abstract":"

      Set this to YES to allow slower, but better image processing.

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)autoScaleDetection":{"name":"autoScaleDetection","abstract":"

      Allow enabling the autodetection of image scale when scanning barcodes.","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)readCode39AsExtendedData":{"name":"readCode39AsExtendedData","abstract":"

      Enable reading code39 barcode contents as extended data. For more information about code39","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayBarcodeDots":{"name":"displayBarcodeDots","abstract":"

      If YES, viewfinder (4 corner markers) will move when payslip is detected

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayViewfinder":{"name":"displayViewfinder","abstract":"

      If YES; view finder will be displayed

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of Austria Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport Number of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian Id.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Austrian Id Front recognizer result

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Austrian ID

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz on the back side of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The Issuing Authority of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The Place Of Birth of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The Principal Residence of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The Height of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The Date Of Issuance of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The Eye Colour of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning back of the Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle Categories of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austria Dl Front Recognizer

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The gien name of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationaliy of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Austrian ID owner

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The principal residence of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The date of issuance of the Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The eye eyeColour of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)mrtdVerified":{"name":"mrtdVerified","abstract":"

      Whether check digits in machine readable zone of the Austrian ID are OK.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Austrian ID Combined recognizer result

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if ownder’s date of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The first name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceType":{"name":"licenceType","abstract":"

      The licence type of Australian DL.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Australian DL owner in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Australian DL owner

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Front recognizer result

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Back recognizer result

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(py)amount":{"name":"amount","abstract":"

      Returns the recognized amount number or empty string if recognition failed.

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)result":{"name":"result","abstract":"

      Amount parser result

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowNegativeAmounts":{"name":"allowNegativeAmounts","abstract":"

      Indicates whether negative values are accepted as valid amounts.","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowSpaceSeparators":{"name":"allowSpaceSeparators","abstract":"

      Indicates whether amounts with space separators between groups of digits(thousands) are allowed.

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowMissingDecimals":{"name":"allowMissingDecimals","abstract":"

      Indicates whether amounts without decimal are accepted as valid. For example 1.465 is","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)arabicIndicMode":{"name":"arabicIndicMode","abstract":"

      Indicates whether Arabic-Indic mode is enabled. In Arabic-Indic mode parser can recognize","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html":{"name":"MBAmountParser","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAmountParserResult.html":{"name":"MBAmountParserResult","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAustraliaDlBackRecognizer.html":{"name":"MBAustraliaDlBackRecognizer","abstract":"

      Class for configuring Australia DL Back Recognizer.

      "},"Classes/MBAustraliaDlBackRecognizerResult.html":{"name":"MBAustraliaDlBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Australia DL

      "},"Classes/MBAustraliaDlFrontRecognizer.html":{"name":"MBAustraliaDlFrontRecognizer","abstract":"

      Class for configuring Australia DL Front Recognizer.

      "},"Classes/MBAustraliaDlFrontRecognizerResult.html":{"name":"MBAustraliaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Australia DL

      "},"Classes/MBAustriaCombinedRecognizer.html":{"name":"MBAustriaCombinedRecognizer","abstract":"

      Austrian ID Combined Recognizer.

      "},"Classes/MBAustriaCombinedRecognizerResult.html":{"name":"MBAustriaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBAustriaDlFrontRecognizer.html":{"name":"MBAustriaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Austrian national DL cards.

      "},"Classes/MBAustriaDlFrontRecognizerResult.html":{"name":"MBAustriaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Austria Dl

      "},"Classes/MBAustriaIdBackRecognizer.html":{"name":"MBAustriaIdBackRecognizer","abstract":"

      Class for configuring Austrian ID Back Recognizer.

      "},"Classes/MBAustriaIdBackRecognizerResult.html":{"name":"MBAustriaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Austrian ID

      "},"Classes/MBAustriaIdFrontRecognizer.html":{"name":"MBAustriaIdFrontRecognizer","abstract":"

      Class for configuring Austrian ID Front Recognizer.

      "},"Classes/MBAustriaIdFrontRecognizerResult.html":{"name":"MBAustriaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Aus ID

      "},"Classes/MBAustriaPassportRecognizer.html":{"name":"MBAustriaPassportRecognizer","abstract":"

      Class for configuring Austrian Passport Recognizer.

      "},"Classes/MBAustriaPassportRecognizerResult.html":{"name":"MBAustriaPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Aus Passport

      "},"Classes/MBBarcodeOverlaySettings.html":{"name":"MBBarcodeOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBBarcodeOverlayViewController.html":{"name":"MBBarcodeOverlayViewController","abstract":"

      Undocumented

      "},"Classes/MBBarcodeRecognizer.html":{"name":"MBBarcodeRecognizer","abstract":"

      MBBarcodeRecognizer is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBarcodeRecognizerResult.html":{"name":"MBBarcodeRecognizerResult","abstract":"

      Result of MBBarcodeRecognizer; is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBaseOcrEngineOptions.html":{"name":"MBBaseOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBBlinkInputRecognizer.html":{"name":"MBBlinkInputRecognizer","abstract":"

      A recognizer for BlinkInput API and general OCR recognition

      "},"Classes/MBBlinkInputRecognizerResult.html":{"name":"MBBlinkInputRecognizerResult","abstract":"

      A recognizer result for BlinkInput API and general OCR recognition

      "},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

      Settings class containing parameters for camera capture

      "},"Classes/MBColombiaDlFrontRecognizer.html":{"name":"MBColombiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Colombia drivers licence.

      "},"Classes/MBColombiaDlFrontRecognizerResult.html":{"name":"MBColombiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Dl

      "},"Classes/MBColombiaIdBackRecognizer.html":{"name":"MBColombiaIdBackRecognizer","abstract":"

      Class for configuring Colombia Id Back Recognizer.

      "},"Classes/MBColombiaIdBackRecognizerResult.html":{"name":"MBColombiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Colombia Id

      "},"Classes/MBColombiaIdFrontRecognizer.html":{"name":"MBColombiaIdFrontRecognizer","abstract":"

      Class for configuring Colombia Id Front Recognizer.

      "},"Classes/MBColombiaIdFrontRecognizerResult.html":{"name":"MBColombiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Id

      "},"Classes/MBCroatiaCombinedRecognizer.html":{"name":"MBCroatiaCombinedRecognizer","abstract":"

      Croatian ID Combined Recognizer.

      "},"Classes/MBCroatiaCombinedRecognizerResult.html":{"name":"MBCroatiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCroatiaIdBackRecognizer.html":{"name":"MBCroatiaIdBackRecognizer","abstract":"

      Croatian ID Back Recognizer.

      "},"Classes/MBCroatiaIdBackRecognizerResult.html":{"name":"MBCroatiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Croatian ID

      "},"Classes/MBCroatiaIdFrontRecognizer.html":{"name":"MBCroatiaIdFrontRecognizer","abstract":"

      Croatian ID Front Recognizer.

      "},"Classes/MBCroatiaIdFrontRecognizerResult.html":{"name":"MBCroatiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Croatian ID

      "},"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/MBCyprusIdBackRecognizer.html":{"name":"MBCyprusIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdBackRecognizerResult.html":{"name":"MBCyprusIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Cyprus Id

      "},"Classes/MBCyprusIdFrontRecognizer.html":{"name":"MBCyprusIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdFrontRecognizerResult.html":{"name":"MBCyprusIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Cyprus Id

      "},"Classes/MBCzechiaCombinedRecognizer.html":{"name":"MBCzechiaCombinedRecognizer","abstract":"

      Czech ID Combined Recognizer.

      "},"Classes/MBCzechiaCombinedRecognizerResult.html":{"name":"MBCzechiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCzechiaIdBackRecognizer.html":{"name":"MBCzechiaIdBackRecognizer","abstract":"

      Class for configuring Cz ID Back Recognizer.

      "},"Classes/MBCzechiaIdBackRecognizerResult.html":{"name":"MBCzechiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Cz ID

      "},"Classes/MBCzechiaIdFrontRecognizer.html":{"name":"MBCzechiaIdFrontRecognizer","abstract":"

      Class for configuring Cz ID Front Recognizer.

      "},"Classes/MBCzechiaIdFrontRecognizerResult.html":{"name":"MBCzechiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Cz ID

      "},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

      DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDateParser.html":{"name":"MBDateParser","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBDateParserResult.html":{"name":"MBDateParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBDeepOcrEngineOptions.html":{"name":"MBDeepOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"Classes/MBDetector.html":{"name":"MBDetector","abstract":"

      Base class for all detectors

      "},"Classes/MBDetectorRecognizer.html":{"name":"MBDetectorRecognizer","abstract":"

      Recognizer for scanning generic documents using custom MBDetector.

      "},"Classes/MBDetectorRecognizerResult.html":{"name":"MBDetectorRecognizerResult","abstract":"

      Result of MBDetectorRecognizer

      "},"Classes/MBDetectorResult.html":{"name":"MBDetectorResult","abstract":"

      Base class for all detectors results

      "},"Classes/MBDewarpPolicy.html":{"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/MBDocumentDetector.html":{"name":"MBDocumentDetector","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"Classes/MBDocumentDetectorResult.html":{"name":"MBDocumentDetectorResult","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"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/MBDocumentSpecification.html":{"name":"MBDocumentSpecification","abstract":"

      Document class describes a document which is being detected by DocumentDetector."},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

      Overlay subview presenting the viewfinder for scanning ID documents

      "},"Classes/MBDocumentVerificationInstructionsSubview.html":{"name":"MBDocumentVerificationInstructionsSubview","abstract":"

      Undocumented

      "},"Classes/MBDocumentVerificationOverlaySettings.html":{"name":"MBDocumentVerificationOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBDocumentVerificationOverlayViewController.html":{"name":"MBDocumentVerificationOverlayViewController","abstract":"

      Default overlay when using ID card combined recognizers for verification.

      "},"Classes/MBDocumentVerificationSubview.html":{"name":"MBDocumentVerificationSubview","abstract":"

      Undocumented

      "},"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/MBEgyptIdFrontRecognizer.html":{"name":"MBEgyptIdFrontRecognizer","abstract":"

      Class for configuring Egypt ID Front Recognizer.

      "},"Classes/MBEgyptIdFrontRecognizerResult.html":{"name":"MBEgyptIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Egypt ID

      "},"Classes/MBElitePaymentCardBackRecognizer.html":{"name":"MBElitePaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of elite payment cards.

      "},"Classes/MBElitePaymentCardBackRecognizerResult.html":{"name":"MBElitePaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Elite Payment Card

      "},"Classes/MBElitePaymentCardCombinedRecognizer.html":{"name":"MBElitePaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBElitePaymentCardCombinedRecognizerResult.html":{"name":"MBElitePaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBElitePaymentCardFrontRecognizer.html":{"name":"MBElitePaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of elite credit/debit cards.

      "},"Classes/MBElitePaymentCardFrontRecognizerResult.html":{"name":"MBElitePaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Elite Payment Card

      "},"Classes/MBEmailParser.html":{"name":"MBEmailParser","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes/MBEmailParserResult.html":{"name":"MBEmailParserResult","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

      Base class for all entities processors, recognizers, detectors…

      "},"Classes/MBEudlRecognizer.html":{"name":"MBEudlRecognizer","abstract":"

      Class for configuring EU Driver License Recognizer.

      "},"Classes/MBEudlRecognizerResult.html":{"name":"MBEudlRecognizerResult","abstract":"

      Class representing values obtained when scanning EU Driver License

      "},"Classes/MBFieldByFieldOverlaySettings.html":{"name":"MBFieldByFieldOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBFieldByFieldOverlayViewController.html":{"name":"MBFieldByFieldOverlayViewController","abstract":"

      View Controller responsible for view hierarchy for Form OCR scannning."},"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/MBGermanyCombinedRecognizer.html":{"name":"MBGermanyCombinedRecognizer","abstract":"

      German ID Combined Recognizer.

      "},"Classes/MBGermanyCombinedRecognizerResult.html":{"name":"MBGermanyCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBGermanyDlBackRecognizer.html":{"name":"MBGermanyDlBackRecognizer","abstract":"

      Recognizer which can scan back side of German DL cards.

      "},"Classes/MBGermanyDlBackRecognizerResult.html":{"name":"MBGermanyDlBackRecognizerResult","abstract":"

      Recognizer which can scan back side of German DL cards.

      "},"Classes/MBGermanyIdBackRecognizer.html":{"name":"MBGermanyIdBackRecognizer","abstract":"

      Class for configuring German ID Back Recognizer.

      "},"Classes/MBGermanyIdBackRecognizerResult.html":{"name":"MBGermanyIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of German ID

      "},"Classes/MBGermanyIdFrontRecognizer.html":{"name":"MBGermanyIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Germany national ID cards.

      "},"Classes/MBGermanyIdFrontRecognizerResult.html":{"name":"MBGermanyIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Germany national ID cards.

      "},"Classes/MBGermanyOldIdRecognizer.html":{"name":"MBGermanyOldIdRecognizer","abstract":"

      Class for configuring German Old ID Recognizer.

      "},"Classes/MBGermanyOldIdRecognizerResult.html":{"name":"MBGermanyOldIdRecognizerResult","abstract":"

      Class representing values obtained when scanning German Old ID

      "},"Classes/MBGermanyPassportRecognizer.html":{"name":"MBGermanyPassportRecognizer","abstract":"

      Class for configuring German Passport Recognizer.

      "},"Classes/MBGermanyPassportRecognizerResult.html":{"name":"MBGermanyPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning German Passport

      "},"Classes/MBGlareStatusSubview.html":{"name":"MBGlareStatusSubview","abstract":"

      Overlay subview presenting the status of glare detection."},"Classes/MBHongKongIdFrontRecognizer.html":{"name":"MBHongKongIdFrontRecognizer","abstract":"

      Class for configuring Hong Kong ID Front Recognizer.

      "},"Classes/MBHongKongIdFrontRecognizerResult.html":{"name":"MBHongKongIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Hong Kong ID

      "},"Classes/MBIbanParser.html":{"name":"MBIbanParser","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIbanParserResult.html":{"name":"MBIbanParserResult","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIkadRecognizer.html":{"name":"MBIkadRecognizer","abstract":"

      Class for configuring iKad Recognizer.

      "},"Classes/MBIkadRecognizerResult.html":{"name":"MBIkadRecognizerResult","abstract":"

      Class representing values obtained when scanning i Kad

      "},"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/MBIndonesiaIdFrontRecognizer.html":{"name":"MBIndonesiaIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Indonesian national ID cards.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Indonesia Id

      "},"Classes/MBIrelandDlFrontRecognizer.html":{"name":"MBIrelandDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Ireland drivers license.

      "},"Classes/MBIrelandDlFrontRecognizerResult.html":{"name":"MBIrelandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Ireland Dl

      "},"Classes/MBItalyDlFrontRecognizer.html":{"name":"MBItalyDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Italian driver licence.

      "},"Classes/MBItalyDlFrontRecognizerResult.html":{"name":"MBItalyDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Italy Dl

      "},"Classes/MBJordanCombinedRecognizer.html":{"name":"MBJordanCombinedRecognizer","abstract":"

      Jordan ID Combined Recognizer.

      "},"Classes/MBJordanCombinedRecognizerResult.html":{"name":"MBJordanCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBJordanIdBackRecognizer.html":{"name":"MBJordanIdBackRecognizer","abstract":"

      Class for configuring Jordan ID Back Recognizer.

      "},"Classes/MBJordanIdBackRecognizerResult.html":{"name":"MBJordanIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Jordan ID

      "},"Classes/MBJordanIdFrontRecognizer.html":{"name":"MBJordanIdFrontRecognizer","abstract":"

      Class for configuring Jordan ID Front Recognizer.

      "},"Classes/MBJordanIdFrontRecognizerResult.html":{"name":"MBJordanIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Jordan ID

      "},"Classes/MBKuwaitIdBackRecognizer.html":{"name":"MBKuwaitIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdBackRecognizerResult.html":{"name":"MBKuwaitIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Kuwait Id

      "},"Classes/MBKuwaitIdFrontRecognizer.html":{"name":"MBKuwaitIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdFrontRecognizerResult.html":{"name":"MBKuwaitIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Kuwait Id

      "},"Classes/MBLegacyMRTDRecognizerResult.html":{"name":"MBLegacyMRTDRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizer.html":{"name":"MBLegacyRecognizer","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizerResult.html":{"name":"MBLegacyRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLicensePlatesParser.html":{"name":"MBLicensePlatesParser","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBLicensePlatesParserResult.html":{"name":"MBLicensePlatesParserResult","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBMalaysiaDlFrontRecognizer.html":{"name":"MBMalaysiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian DL cards.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Malaysia Dl

      "},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html":{"name":"MBMalaysiaMyTenteraFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian MyTentera cards.

      "},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html":{"name":"MBMalaysiaMyTenteraFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Malaysian MyTentera cards.

      "},"Classes/MBMexicoVoterIdFrontRecognizer.html":{"name":"MBMexicoVoterIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Mexican voter id.

      "},"Classes/MBMexicoVoterIdFrontRecognizerResult.html":{"name":"MBMexicoVoterIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Mexican voter id.

      "},"Classes/MBMicroblinkApp.html":{"name":"MBMicroblinkApp","abstract":"

      Undocumented

      "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

      Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBModernViewfinderSubview.html":{"name":"MBModernViewfinderSubview","abstract":"

      Overlay subview presenting the status of detection."},"Classes/MBMoroccoIdBackRecognizer.html":{"name":"MBMoroccoIdBackRecognizer","abstract":"

      Class for configuring Morocco ID Back Recognizer.

      "},"Classes/MBMoroccoIdBackRecognizerResult.html":{"name":"MBMoroccoIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"Classes/MBMoroccoIdFrontRecognizer.html":{"name":"MBMoroccoIdFrontRecognizer","abstract":"

      Class for configuring Morocco ID Front Recognizer.

      "},"Classes/MBMoroccoIdFrontRecognizerResult.html":{"name":"MBMoroccoIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"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/MBMrtdDetector.html":{"name":"MBMrtdDetector","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"Classes/MBMrtdDetectorResult.html":{"name":"MBMrtdDetectorResult","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"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/MBMrzResult.html":{"name":"MBMrzResult","abstract":"

      Undocumented

      "},"Classes/MBMyKadBackRecognizer.html":{"name":"MBMyKadBackRecognizer","abstract":"

      Class for configuring Kad Back Recognizer.

      "},"Classes/MBMyKadBackRecognizerResult.html":{"name":"MBMyKadBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of MyKad

      "},"Classes/MBMyKadFrontRecognizer.html":{"name":"MBMyKadFrontRecognizer","abstract":"

      Class for configuring My Kad Front Recognizer.

      "},"Classes/MBMyKadFrontRecognizerResult.html":{"name":"MBMyKadFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of My Kad

      "},"Classes/MBNewZealandDlFrontRecognizer.html":{"name":"MBNewZealandDlFrontRecognizer","abstract":"

      Class for configuring New Zealand DL Front Recognizer.

      "},"Classes/MBNewZealandDlFrontRecognizerResult.html":{"name":"MBNewZealandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of New Zealand DL

      "},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

      No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrCharKey.html":{"name":"MBOcrCharKey","abstract":"

      Class representing a char in specific font.

      "},"Classes/MBOcrEngineOptions.html":{"name":"MBOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBCharWithVariants.html":{"name":"MBCharWithVariants","abstract":"

      Undocumented

      "},"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.html#/c:objc(cs)MBOcrResultSubview":{"name":"MBOcrResultSubview","abstract":"

      Overlay subview presenting status of OCR detection. OCR results are displayed as green characters over detected locations.

      "},"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/MBParser.html":{"name":"MBParser","abstract":"

      Base class for all parsers

      "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

      A processor for a group

      "},"Classes/MBParserGroupProcessorResult.html":{"name":"MBParserGroupProcessorResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBParserResult.html":{"name":"MBParserResult","abstract":"

      Base class for all parser results

      "},"Classes/MBPaymentCardBackRecognizer.html":{"name":"MBPaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of credit/debit cards.

      "},"Classes/MBPaymentCardBackRecognizerResult.html":{"name":"MBPaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Payment Card

      "},"Classes/MBPaymentCardCombinedRecognizer.html":{"name":"MBPaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBPaymentCardCombinedRecognizerResult.html":{"name":"MBPaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBPaymentCardFrontRecognizer.html":{"name":"MBPaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of credit/debit cards.

      "},"Classes/MBPaymentCardFrontRecognizerResult.html":{"name":"MBPaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Payment Card

      "},"Classes/MBPdf417Recognizer.html":{"name":"MBPdf417Recognizer","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPdf417RecognizerResult.html":{"name":"MBPdf417RecognizerResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPolandCombinedRecognizer.html":{"name":"MBPolandCombinedRecognizer","abstract":"

      Polish ID Combined Recognizer.

      "},"Classes/MBPolandCombinedRecognizerResult.html":{"name":"MBPolandCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBPolandIdBackRecognizer.html":{"name":"MBPolandIdBackRecognizer","abstract":"

      Class for configuring Polish ID Back Recognizer.

      "},"Classes/MBPolandIdBackRecognizerResult.html":{"name":"MBPolandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Polish ID

      "},"Classes/MBPolandIdFrontRecognizer.html":{"name":"MBPolandIdFrontRecognizer","abstract":"

      Class for configuring Polish ID Front Recognizer.

      "},"Classes/MBPolandIdFrontRecognizerResult.html":{"name":"MBPolandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Polish ID

      "},"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/MBProcessorResult.html":{"name":"MBProcessorResult","abstract":"

      Base class for all processor results

      "},"Classes/MBQuadDetector.html":{"name":"MBQuadDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadDetectorResult.html":{"name":"MBQuadDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadWithSizeDetector.html":{"name":"MBQuadWithSizeDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadWithSizeDetectorResult.html":{"name":"MBQuadWithSizeDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

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

      "},"Classes/MBRawParser.html":{"name":"MBRawParser","abstract":"

      MBRawParser that simply returns the string version of raw OCR result, without performing"},"Classes/MBRawParserResult.html":{"name":"MBRawParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBRecognizerResult.html":{"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/MBRecognizerRunnerMetadataDelegates.html":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRegexParser.html":{"name":"MBRegexParser","abstract":"

      Represents a parser which parses OCR result according to given regular expression."},"Classes/MBRegexParserResult.html":{"name":"MBRegexParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBRomaniaIdFrontRecognizer.html":{"name":"MBRomaniaIdFrontRecognizer","abstract":"

      Class for configuring Romanian ID Front Recognizer.

      "},"Classes/MBRomaniaIdFrontRecognizerResult.html":{"name":"MBRomaniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Romanian ID

      "},"Classes/MBScanElement.html":{"name":"MBScanElement","abstract":"

      The easiest way to UI for Ocr scanning is by specifying the MBScanElements.

      "},"Classes/MBSerbiaCombinedRecognizer.html":{"name":"MBSerbiaCombinedRecognizer","abstract":"

      Serbian ID Combined Recognizer.

      "},"Classes/MBSerbiaCombinedRecognizerResult.html":{"name":"MBSerbiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSerbiaIdBackRecognizer.html":{"name":"MBSerbiaIdBackRecognizer","abstract":"

      Class for configuring Serbian ID Back Recognizer.

      "},"Classes/MBSerbiaIdBackRecognizerResult.html":{"name":"MBSerbiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Serbian ID

      "},"Classes/MBSerbiaIdFrontRecognizer.html":{"name":"MBSerbiaIdFrontRecognizer","abstract":"

      Class for configuring Serbian ID Front Recognizer.

      "},"Classes/MBSerbiaIdFrontRecognizerResult.html":{"name":"MBSerbiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Serbian ID

      "},"Classes/MBSimNumberRecognizer.html":{"name":"MBSimNumberRecognizer","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSimNumberRecognizerResult.html":{"name":"MBSimNumberRecognizerResult","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html":{"name":"MBSingaporeChangiEmployeeIdRecognizer","abstract":"

      Class for configuring Singapore Changi Employee Id Recognizer.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html":{"name":"MBSingaporeChangiEmployeeIdRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeCombinedRecognizer.html":{"name":"MBSingaporeCombinedRecognizer","abstract":"

      Singapore ID Combined Recognizer.

      "},"Classes/MBSingaporeCombinedRecognizerResult.html":{"name":"MBSingaporeCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSingaporeDlFrontRecognizer.html":{"name":"MBSingaporeDlFrontRecognizer","abstract":"

      Class for configuring Singapore Dl Front Recognizer.

      "},"Classes/MBSingaporeDlFrontRecognizerResult.html":{"name":"MBSingaporeDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeIdBackRecognizer.html":{"name":"MBSingaporeIdBackRecognizer","abstract":"

      Class for configuring Singapore Id Back Recognizer.

      "},"Classes/MBSingaporeIdBackRecognizerResult.html":{"name":"MBSingaporeIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Singapore Id

      "},"Classes/MBSingaporeIdFrontRecognizer.html":{"name":"MBSingaporeIdFrontRecognizer","abstract":"

      Class for configuring Singapore ID Front Recognizer.

      "},"Classes/MBSingaporeIdFrontRecognizerResult.html":{"name":"MBSingaporeIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Singapore ID

      "},"Classes/MBSlovakiaCombinedRecognizer.html":{"name":"MBSlovakiaCombinedRecognizer","abstract":"

      Slovak ID Combined Recognizer.

      "},"Classes/MBSlovakiaCombinedRecognizerResult.html":{"name":"MBSlovakiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSlovakiaIdBackRecognizer.html":{"name":"MBSlovakiaIdBackRecognizer","abstract":"

      Class for configuring Slovak ID Back Recognizer.

      "},"Classes/MBSlovakiaIdBackRecognizerResult.html":{"name":"MBSlovakiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovak ID

      "},"Classes/MBSlovakiaIdFrontRecognizer.html":{"name":"MBSlovakiaIdFrontRecognizer","abstract":"

      Class for configuring Slovak ID Front Recognizer.

      "},"Classes/MBSlovakiaIdFrontRecognizerResult.html":{"name":"MBSlovakiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovak ID

      "},"Classes/MBSloveniaCombinedRecognizer.html":{"name":"MBSloveniaCombinedRecognizer","abstract":"

      Slovenian ID Combined Recognizer.

      "},"Classes/MBSloveniaCombinedRecognizerResult.html":{"name":"MBSloveniaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSloveniaIdBackRecognizer.html":{"name":"MBSloveniaIdBackRecognizer","abstract":"

      Class for configuring Slovenian ID Back Recognizer.

      "},"Classes/MBSloveniaIdBackRecognizerResult.html":{"name":"MBSloveniaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovenian ID

      "},"Classes/MBSloveniaIdFrontRecognizer.html":{"name":"MBSloveniaIdFrontRecognizer","abstract":"

      Class for configuring Slovenian ID Front Recognizer.

      "},"Classes/MBSloveniaIdFrontRecognizerResult.html":{"name":"MBSloveniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovenian ID

      "},"Classes/MBSpainDlFrontRecognizer.html":{"name":"MBSpainDlFrontRecognizer","abstract":"

      Spain Driver’s License Front Recognizer.

      "},"Classes/MBSpainDlFrontRecognizerResult.html":{"name":"MBSpainDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Spain DL

      "},"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/MBSwedenDlFrontRecognizer.html":{"name":"MBSwedenDlFrontRecognizer","abstract":"

      Class for configuring Sweden Dl Front Recognizer.

      "},"Classes/MBSwedenDlFrontRecognizerResult.html":{"name":"MBSwedenDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Sweden Dl

      "},"Classes/MBSwitzerlandDlFrontRecognizer.html":{"name":"MBSwitzerlandDlFrontRecognizer","abstract":"

      Class for configuring Switzerland DL Front Recognizer.

      "},"Classes/MBSwitzerlandDlFrontRecognizerResult.html":{"name":"MBSwitzerlandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Switzerland DL

      "},"Classes/MBSwitzerlandIdBackRecognizer.html":{"name":"MBSwitzerlandIdBackRecognizer","abstract":"

      Class for configuring Swiss ID Back Recognizer.

      "},"Classes/MBSwitzerlandIdBackRecognizerResult.html":{"name":"MBSwitzerlandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Swiss ID

      "},"Classes/MBSwitzerlandIdFrontRecognizer.html":{"name":"MBSwitzerlandIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Switzerland ID.

      "},"Classes/MBSwitzerlandIdFrontRecognizerResult.html":{"name":"MBSwitzerlandIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Switzerland ID.

      "},"Classes/MBSwitzerlandPassportRecognizer.html":{"name":"MBSwitzerlandPassportRecognizer","abstract":"

      Class for configuring Swiss Passport Recognizer.

      "},"Classes/MBSwitzerlandPassportRecognizerResult.html":{"name":"MBSwitzerlandPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Swiss Passport

      "},"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/MBTopUpParser.html":{"name":"MBTopUpParser","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBTopUpParserResult.html":{"name":"MBTopUpParserResult","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of UAE drivers license.

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the United Arab Emirates Dl

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html":{"name":"MBUnitedArabEmiratesIdBackRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Back Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of United Arab Emirates ID

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Front Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of United Arab Emirates ID

      "},"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/MBVinParser.html":{"name":"MBVinParser","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinParserResult.html":{"name":"MBVinParserResult","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinRecognizer.html":{"name":"MBVinRecognizer","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes/MBVinRecognizerResult.html":{"name":"MBVinRecognizerResult","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes.html":{"name":"Classes","abstract":"

      The following classes are available globally.

      "},"Constants.html":{"name":"Constants","abstract":"

      The following constants 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 Definitions.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 537a95aa..0d50ea24 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 644abce3..314d8700 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 7d09bb58..f8f1b13a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -346,6 +346,12 @@ + + @@ -469,6 +475,18 @@ + + + + @@ -526,12 +544,6 @@ - - @@ -1350,96 +1362,96 @@

      Table of contents

      Requirements

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

      Using CocoaPods

    • Copy and paste the following lines into the TextEdit window:

    platform :ios, '9.0'
    -pod 'PPBlinkID', '~> 4.3.0'
    +pod 'PPBlinkID', '~> 4.1.0'
     
      @@ -2088,6 +2100,10 @@

      MBGermanyPassportRecognizer.h is recognizer specialised for scanning German Passports.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      + +

      The MBGermanyDlBackRecognizerResult.h is recognizer specialised for scanning back side of German Driver’s License with B10 support.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      Hong Kong

      @@ -2150,12 +2166,17 @@

      MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      -

      The MBMyTenteraRecognizer is recognizer specialised for scanning MyTentera.

      +

      The MBMalaysiaMyTenteraFrontRecognizer is recognizer specialised for scanning MyTentera.

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      The MBiKadRecognizer is recognizer specialised for scanning iKad.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      +

      Mexico

      + +

      The MBMexicoVoterIdFrontRecognizer is recognizer specialised for scanning front side of Mexican Voter ID card.

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentOverlayViewController, which has UI best suited for one side document scanning.

      Morocco

      @@ -2753,7 +2774,7 @@

      Addit diff --git a/docs/search.json b/docs/search.json index b399be3a..f05a4d6e 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -{"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      "},"Structs/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      "},"Structs/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeRange":{"name":"MBMakeRange","abstract":"

      Method which creates a range structure

      "},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeScale":{"name":"MBMakeScale","abstract":"

      Method which creates a scale structure

      "},"Functions.html#/c:@F@CGDeltaMake":{"name":"CGDeltaMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointWithDelta":{"name":"CGPointWithDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointDistance":{"name":"CGPointDistance","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointAlongLine":{"name":"CGPointAlongLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointRotatedAroundPoint":{"name":"CGPointRotatedAroundPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMake":{"name":"CGLineMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineEqualToLine":{"name":"CGLineEqualToLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMidPoint":{"name":"CGLineMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDirection":{"name":"CGLineDirection","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAngle":{"name":"CGLinesAngle","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesIntersectAtPoint":{"name":"CGLinesIntersectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineLength":{"name":"CGLineLength","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScale":{"name":"CGLineScale","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineTranslate":{"name":"CGLineTranslate","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScaleOnMidPoint":{"name":"CGLineScaleOnMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDelta":{"name":"CGLineDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAreParallel":{"name":"CGLinesAreParallel","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopLeftPoint":{"name":"CGRectTopLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopRightPoint":{"name":"CGRectTopRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomLeftPoint":{"name":"CGRectBottomLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomRightPoint":{"name":"CGRectBottomRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectResize":{"name":"CGRectResize","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectInsetEdge":{"name":"CGRectInsetEdge","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

      Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:@F@CGRectCenterPoint":{"name":"CGRectCenterPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectClosestTwoCornerPoints":{"name":"CGRectClosestTwoCornerPoints","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineIntersectsRectAtPoint":{"name":"CGLineIntersectsRectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGControlPointsForArcBetweenPointsWithRadius":{"name":"CGControlPointsForArcBetweenPointsWithRadius","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@scanningRegionForFrameInBounds":{"name":"scanningRegionForFrameInBounds","abstract":"

      Undocumented

      "},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

      Method which creates a image extension factors structure

      "},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point1":{"name":"point1","abstract":"

      Undocumented

      "},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point2":{"name":"point2","abstract":"

      Undocumented

      "},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      ","parent_name":"MBScale"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      ","parent_name":"MBRange"},"Type Definitions.html#/c:MBDateParser.h@T@MBDateFormatArray":{"name":"MBDateFormatArray","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBDateParser.h@T@MBDateSeparatorCharsArray":{"name":"MBDateSeparatorCharsArray","abstract":"

      Undocumented

      "},"Type Definitions/MBRange.html":{"name":"MBRange","abstract":"

      Undocumented

      "},"Type Definitions/MBScale.html":{"name":"MBScale","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBException.h@T@MBExceptionName":{"name":"MBExceptionName","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBGeometry.h@T@CGDelta":{"name":"CGDelta","abstract":"

      Undocumented

      "},"Type Definitions/CGLine.html":{"name":"CGLine","abstract":"

      Undocumented

      "},"Type Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBTemplatingClassifier.html#/c:objc(pl)MBTemplatingClassifier(im)classify":{"name":"-classify","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClassifier"},"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/MBStringProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBStringProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingString:":{"name":"-recognizerRunner:didFinishProcessingString:","abstract":"

      Called when MBRecognizerRunner finishes processing given string.","parent_name":"MBStringProcessingRecognizerRunnerDelegate"},"Protocols/MBSignatureImageResult.html#/c:objc(pl)MBSignatureImageResult(py)signatureImage":{"name":"signatureImage","abstract":"

      image of the signature if enabled with MBSignatureImage returnSignatureImage property.

      ","parent_name":"MBSignatureImageResult"},"Protocols/MBSignatureImageDpi.html#/c:objc(pl)MBSignatureImageDpi(py)signatureImageDpi":{"name":"signatureImageDpi","abstract":"

      Property for setting DPI for signature images","parent_name":"MBSignatureImageDpi"},"Protocols/MBSignatureImage.html#/c:objc(pl)MBSignatureImage(py)returnSignatureImage":{"name":"returnSignatureImage","abstract":"

      Sets whether signature image from ID card should be extracted.

      ","parent_name":"MBSignatureImage"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishScanningWithState:":{"name":"-recognizerRunnerViewController:didFinishScanningWithState:","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/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. 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":"
      ","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/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/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 PPScanDelegate’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/MBOcrLayoutSubview.html#/c:objc(pl)MBOcrLayoutSubview(im)ocrLayoutObtained:withIdentifier:":{"name":"-ocrLayoutObtained:withIdentifier:","abstract":"

      This method should be called when MBOcrLayout is obtained and needs to be drawn/redrawn.

      ","parent_name":"MBOcrLayoutSubview"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)nativeResult":{"name":"-nativeResult","abstract":"

      Returns the native object containing the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)stringResult":{"name":"-stringResult","abstract":"

      Returns the string version of the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBMrzImageResult.html#/c:objc(pl)MBMrzImageResult(py)mrzImage":{"name":"mrzImage","abstract":"

      face image from the document if enabled with MBMrzImage returnMrzImage property.

      ","parent_name":"MBMrzImageResult"},"Protocols/MBMrzImage.html#/c:objc(pl)MBMrzImage(py)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Sets whether MRZ image from ID card should be extracted

      ","parent_name":"MBMrzImage"},"Protocols/MBMrzFilter.html#/c:objc(pl)MBMrzFilter(im)mrzFilter":{"name":"-mrzFilter","abstract":"

      Determines whether document should be processed or it is filtered out.

      ","parent_name":"MBMrzFilter"},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBImageProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingImage:":{"name":"-recognizerRunner:didFinishProcessingImage:","abstract":"

      Called when MBRecognizerRunner finishes processing given image.","parent_name":"MBImageProcessingRecognizerRunnerDelegate"},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunnerViewController:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerViewControllerDelegate"},"Protocols/MBGlareRecognizerRunnerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerDelegate(im)recognizerRunner:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunner:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerDelegate"},"Protocols/MBGlareDetection.html#/c:objc(pl)MBGlareDetection(py)detectGlare":{"name":"detectGlare","abstract":"

      Defines if glare detection should be turned on/off.

      ","parent_name":"MBGlareDetection"},"Protocols/MBFullDocumentImageResult.html#/c:objc(pl)MBFullDocumentImageResult(py)fullDocumentImage":{"name":"fullDocumentImage","abstract":"

      full document image if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBFullDocumentImageResult"},"Protocols/MBFullDocumentImageExtensionFactors.html#/c:objc(pl)MBFullDocumentImageExtensionFactors(py)fullDocumentImageExtensionFactors":{"name":"fullDocumentImageExtensionFactors","abstract":"

      Image extension factors for full document image.

      ","parent_name":"MBFullDocumentImageExtensionFactors"},"Protocols/MBFullDocumentImageDpi.html#/c:objc(pl)MBFullDocumentImageDpi(py)fullDocumentImageDpi":{"name":"fullDocumentImageDpi","abstract":"

      Property for setting DPI for full document images","parent_name":"MBFullDocumentImageDpi"},"Protocols/MBFullDocumentImage.html#/c:objc(pl)MBFullDocumentImage(py)returnFullDocumentImage":{"name":"returnFullDocumentImage","abstract":"

      Sets whether full document image of ID card should be extracted.

      ","parent_name":"MBFullDocumentImage"},"Protocols/MBFrameGrabberRecognizerDelegate.html#/c:objc(pl)MBFrameGrabberRecognizerDelegate(im)onFrameAvailable:isFocused:frameQuality:":{"name":"-onFrameAvailable:isFocused:frameQuality:","abstract":"

      Called when {FrameGrabberRecognizer} received new frame for processing.","parent_name":"MBFrameGrabberRecognizerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerDelegate(im)recognizerRunnerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillClose:":{"name":"-fieldByFieldOverlayViewControllerWillClose:","abstract":"

      Called when Overlay will close. This can happen if the user pressed close button

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didFinishScanningWithElements:":{"name":"-fieldByFieldOverlayViewController:didFinishScanningWithElements:","abstract":"

      Called when Scanning finishes and Overlay will dissapear.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillPresentHelp:":{"name":"-fieldByFieldOverlayViewControllerWillPresentHelp:","abstract":"

      Called when user pressed the help button on the overlay.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didOutputCurrentImage:":{"name":"-fieldByFieldOverlayViewController:didOutputCurrentImage:","abstract":"

      Outputs back each image processed by the SDK.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFaceImageResult.html#/c:objc(pl)MBFaceImageResult(py)faceImage":{"name":"faceImage","abstract":"

      face image from the document if enabled with MBFaceImage returnFaceImage property.

      ","parent_name":"MBFaceImageResult"},"Protocols/MBFaceImageDpi.html#/c:objc(pl)MBFaceImageDpi(py)faceImageDpi":{"name":"faceImageDpi","abstract":"

      Property for setting DPI for face images","parent_name":"MBFaceImageDpi"},"Protocols/MBFaceImage.html#/c:objc(pl)MBFaceImage(py)returnFaceImage":{"name":"returnFaceImage","abstract":"

      Sets whether face image from ID card should be extracted

      ","parent_name":"MBFaceImage"},"Protocols/MBEncodedSignatureImageResult.html#/c:objc(pl)MBEncodedSignatureImageResult(py)encodedSignatureImage":{"name":"encodedSignatureImage","abstract":"

      JPEG-encoded image of the signature from the document. Available only if enabled with MBEncodeSignatureImage encodeSignatureImage property.

      ","parent_name":"MBEncodedSignatureImageResult"},"Protocols/MBEncodedMrzImageResult.html#/c:objc(pl)MBEncodedMrzImageResult(py)encodedMrzImage":{"name":"encodedMrzImage","abstract":"

      JPEG-encoded MRZ image from the document if enabled with MBEncodeMrzImage encodeMrzImage property.

      ","parent_name":"MBEncodedMrzImageResult"},"Protocols/MBEncodedFullDocumentImageResult.html#/c:objc(pl)MBEncodedFullDocumentImageResult(py)encodedFullDocumentImage":{"name":"encodedFullDocumentImage","abstract":"

      JPEG-encoded full document image if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedFullDocumentImageResult"},"Protocols/MBEncodedFaceImageResult.html#/c:objc(pl)MBEncodedFaceImageResult(py)encodedFaceImage":{"name":"encodedFaceImage","abstract":"

      JPEG-encoded face image from the document if enabled with MBEncodeFaceImage encodeFaceImage property.

      ","parent_name":"MBEncodedFaceImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentFrontImage":{"name":"encodedFullDocumentFrontImage","abstract":"

      JPEG-encoded full document image of the front side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentBackImage":{"name":"encodedFullDocumentBackImage","abstract":"

      JPEG-encoded full document image of the back side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodeSignatureImage.html#/c:objc(pl)MBEncodeSignatureImage(py)encodeSignatureImage":{"name":"encodeSignatureImage","abstract":"

      Sets whether image of signature on document should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeSignatureImage"},"Protocols/MBEncodeMrzImage.html#/c:objc(pl)MBEncodeMrzImage(py)encodeMrzImage":{"name":"encodeMrzImage","abstract":"

      Sets whether MRZ image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeMrzImage"},"Protocols/MBEncodeFullDocumentImage.html#/c:objc(pl)MBEncodeFullDocumentImage(py)encodeFullDocumentImage":{"name":"encodeFullDocumentImage","abstract":"

      Sets whether full document image should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeFullDocumentImage"},"Protocols/MBEncodeFaceImage.html#/c:objc(pl)MBEncodeFaceImage(py)encodeFaceImage":{"name":"encodeFaceImage","abstract":"

      Sets whether face image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeFaceImage"},"Protocols/MBDocumentVerificationSubviewDelegate.html#/c:objc(pl)MBDocumentVerificationSubviewDelegate(im)documentVerificationSubviewDidFinishAnimation:":{"name":"-documentVerificationSubviewDidFinishAnimation:","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubviewDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidTapClose:":{"name":"-documentVerificationOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

      Called when scanning library finished scanning first side of the document

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"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/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignature":{"name":"digitalSignature","abstract":"

      Digital signature of the recognition result. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignatureVersion":{"name":"digitalSignatureVersion","abstract":"

      Version of the digital signature. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignature.html#/c:objc(pl)MBDigitalSignature(py)signResult":{"name":"signResult","abstract":"

      Whether or not recognition result should be signed.

      ","parent_name":"MBDigitalSignature"},"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/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)documentDataMatch":{"name":"documentDataMatch","abstract":"

      Returns YES if data from scanned parts/sides of the document match,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)scanningFirstSideDone":{"name":"scanningFirstSideDone","abstract":"

      Returns YES if recognizer has finished scanning first side and is now scanning back side,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizer.html#/c:objc(pl)MBCombinedRecognizer(py)combinedResult":{"name":"combinedResult","abstract":"

      Combined result which is associated with this combined recognizer.

      ","parent_name":"MBCombinedRecognizer"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentFrontImage":{"name":"fullDocumentFrontImage","abstract":"

      front side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentBackImage":{"name":"fullDocumentBackImage","abstract":"

      back side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidFinishScanning:state:":{"name":"-barcodeOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidTapClose:":{"name":"-barcodeOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html":{"name":"MBBarcodeOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBCombinedFullDocumentImageResult.html":{"name":"MBCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizer.html":{"name":"MBCombinedRecognizer","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizerResult.html":{"name":"MBCombinedRecognizerResult","abstract":"

      Undocumented

      "},"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/MBDigitalSignature.html":{"name":"MBDigitalSignature","abstract":"

      Undocumented

      "},"Protocols/MBDigitalSignatureResult.html":{"name":"MBDigitalSignatureResult","abstract":"

      Undocumented

      "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBDocumentVerificationOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationSubviewDelegate.html":{"name":"MBDocumentVerificationSubviewDelegate","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFaceImage.html":{"name":"MBEncodeFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFullDocumentImage.html":{"name":"MBEncodeFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeMrzImage.html":{"name":"MBEncodeMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeSignatureImage.html":{"name":"MBEncodeSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodedCombinedFullDocumentImageResult.html":{"name":"MBEncodedCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFaceImageResult.html":{"name":"MBEncodedFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFullDocumentImageResult.html":{"name":"MBEncodedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedMrzImageResult.html":{"name":"MBEncodedMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedSignatureImageResult.html":{"name":"MBEncodedSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFaceImage.html":{"name":"MBFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageDpi.html":{"name":"MBFaceImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageResult.html":{"name":"MBFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html":{"name":"MBFieldByFieldOverlayViewControllerDelegate","abstract":"

      Protocol for observing important events with scanning

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFrameGrabberRecognizerDelegate.html":{"name":"MBFrameGrabberRecognizerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImage.html":{"name":"MBFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageDpi.html":{"name":"MBFullDocumentImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageExtensionFactors.html":{"name":"MBFullDocumentImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageResult.html":{"name":"MBFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBGlareDetection.html":{"name":"MBGlareDetection","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerDelegate.html":{"name":"MBGlareRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html":{"name":"MBGlareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html":{"name":"MBImageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBMrzFilter.html":{"name":"MBMrzFilter","abstract":"

      Undocumented

      "},"Protocols/MBMrzImage.html":{"name":"MBMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBMrzImageResult.html":{"name":"MBMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBNativeResult.html":{"name":"MBNativeResult","abstract":"

      Undocumented

      "},"Protocols/MBOcrLayoutSubview.html":{"name":"MBOcrLayoutSubview","abstract":"

      Protocol for processing MBOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)

      "},"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/MBSignatureImage.html":{"name":"MBSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageDpi.html":{"name":"MBSignatureImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageResult.html":{"name":"MBSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBStringProcessingRecognizerRunnerDelegate.html":{"name":"MBStringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

      Protocol which all objects interested in receiving information about overlay subviews need to implement

      "},"Protocols/MBTemplatingClassifier.html":{"name":"MBTemplatingClassifier","abstract":"

      Undocumented

      "},"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/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp123":{"name":"MBTopUp123","abstract":"

      For top ups which begin with 123 prefix and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp103":{"name":"MBTopUp103","abstract":"

      For top ups which begin with 103 and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp131":{"name":"MBTopUp131","abstract":"

      For top ups which begin with 131 and USSD code length is 13

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUpGeneric":{"name":"MBTopUpGeneric","abstract":"

      For top ups with any prefix and USSD code length from interval {[13, 16]}

      ","parent_name":"MBTopUpPreset"},"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/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/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDefault":{"name":"MBRecognitionModeDefault","abstract":"

      Classic, production mode. Results are returned after first valid scanning

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeTest":{"name":"MBRecognitionModeTest","abstract":"

      Recognition Test. Results are never returned, recognition is performed repeatedly

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDetectionTest":{"name":"MBRecognitionModeDetectionTest","abstract":"

      Recognition Test. Results are never returned, only detection is performed repeatedly

      ","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/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateEmpty":{"name":"MBParserResultStateEmpty","abstract":"

      Empty

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateUncertain":{"name":"MBParserResultStateUncertain","abstract":"

      Uncertain

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateValid":{"name":"MBParserResultStateValid","abstract":"

      Valid

      ","parent_name":"MBParserResultState"},"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/PPDocumentType.html#/c:@E@PPDocumentType@PPBlinkOCRDocumentType":{"name":"PPBlinkOCRDocumentType","abstract":"

      Document type for latin documents used with BlinkOCR recognizer

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPMicrDocumentType":{"name":"PPMicrDocumentType","abstract":"

      Document type for MICR font

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPArabicDocumentType":{"name":"PPArabicDocumentType","abstract":"

      Document type for Arabic characters

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPHandwrittenDocumentType":{"name":"PPHandwrittenDocumentType","abstract":"

      Document type for handwriting

      ","parent_name":"PPDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeUnknown":{"name":"MBMrtdTypeUnknown","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDocumentType"},"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/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/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryUnitedKingdom":{"name":"MBEudlCountryUnitedKingdom","abstract":"

      UK driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryGermany":{"name":"MBEudlCountryGermany","abstract":"

      German driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAustria":{"name":"MBEudlCountryAustria","abstract":"

      Austrian driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAny":{"name":"MBEudlCountryAny","abstract":"

      Any EU DL

      ","parent_name":"MBEudlCountry"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1Card":{"name":"MBDocumentSpecificationId1Card","abstract":"

      Preset for detecting ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2Card":{"name":"MBDocumentSpecificationId2Card","abstract":"

      Preset for detecting ID2 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationCheque":{"name":"MBDocumentSpecificationCheque","abstract":"

      Preset for detecting cheques

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Portrait":{"name":"MBDocumentSpecificationA4Portrait","abstract":"

      Preset for detecting A4 documents in portrait

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Landscape":{"name":"MBDocumentSpecificationA4Landscape","abstract":"

      Preset for detecting A4 documents in landscape

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1VerticalCard":{"name":"MBDocumentSpecificationId1VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2VerticalCard":{"name":"MBDocumentSpecificationId2VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeAuto":{"name":"MBScanningModeAuto","abstract":"

      Detects document in both directions

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeLandscape":{"name":"MBScanningModeLandscape","abstract":"

      Detects document in landscape direction

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModePortrait":{"name":"MBScanningModePortrait","abstract":"

      Detects document in portrait direction

      ","parent_name":"MBScanningMode"},"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/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFail":{"name":"MBDetectionCodeFail","abstract":"

      Object detection has failed.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFallback":{"name":"MBDetectionCodeFallback","abstract":"

      Object was detected partially. Only some PhotoPay detectors support this.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeSuccess":{"name":"MBDetectionCodeSuccess","abstract":"

      Object detection has succeded.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

      Object was successfuly detected.

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFail":{"name":"MBDetectionStatusFail","abstract":"

      Object was not detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooHigh":{"name":"MBDetectionStatusCameraTooHigh","abstract":"

      Object was successfully detected, but the camera was too far above the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAtAngle":{"name":"MBDetectionStatusCameraAtAngle","abstract":"

      Object was successfully detected, but the perspective angle of camera is too high

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraRotated":{"name":"MBDetectionStatusCameraRotated","abstract":"

      Object was successfully detected, but the object is rotated and not aligned to the camera edges

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusQRSuccess":{"name":"MBDetectionStatusQRSuccess","abstract":"

      QR code was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPdf417Success":{"name":"MBDetectionStatusPdf417Success","abstract":"

      PDF417 barcode was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

      Object was successfully detected using a fallback algorithm

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPartialForm":{"name":"MBDetectionStatusPartialForm","abstract":"

      Object was detected, but is only partially visible on screen

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooNear":{"name":"MBDetectionStatusCameraTooNear","abstract":"

      Object was successfully detected, but the camera is too near to the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDeepOcrModel.html#/c:@E@MBDeepOcrModel@MBDeepOcrModelBlinkInput":{"name":"MBDeepOcrModelBlinkInput","abstract":"

      Deep OCR model for Blink Input

      ","parent_name":"MBDeepOcrModel"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYYYY":{"name":"MBDateFormatDDMMYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYY":{"name":"MBDateFormatDDMMYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYYYY":{"name":"MBDateFormatMMDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYY":{"name":"MBDateFormatMMDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMMDD":{"name":"MBDateFormatYYYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMMDD":{"name":"MBDateFormatYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYYYY":{"name":"MBDateFormatDDMONTHYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYY":{"name":"MBDateFormatDDMONTHYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYYYY":{"name":"MBDateFormatMONTHDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYY":{"name":"MBDateFormatMONTHDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMONTHDD":{"name":"MBDateFormatYYYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMONTHDD":{"name":"MBDateFormatYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"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@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@MBBarcodeNone":{"name":"MBBarcodeNone","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeType"},"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/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/MBDateFormat.html":{"name":"MBDateFormat","abstract":"

      Available date formats for date parser. To activate parsing of dates with month names in"},"Enums/MBDeepOcrModel.html":{"name":"MBDeepOcrModel","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

      Status of the object detection in MicroBlink SDK

      "},"Enums/MBDetectionCode.html":{"name":"MBDetectionCode","abstract":"

      Enum for type of detection status.

      "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

      Enumeration of all supported document types for MBDocumentFaceRecognizer

      "},"Enums/MBScanningMode.html":{"name":"MBScanningMode","abstract":"

      Enum of different scanning modes: Landscape, Portrait and Auto(both)

      "},"Enums/MBDocumentSpecificationPreset.html":{"name":"MBDocumentSpecificationPreset","abstract":"

      Presets which can be used to instantiate document specification for a specific document format

      "},"Enums/MBEudlCountry.html":{"name":"MBEudlCountry","abstract":"

      Enumeration of all supported countries in EUDL Recognizer

      "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

      Enum which describes text orientation on an image.

      "},"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/PPDocumentType.html":{"name":"PPDocumentType","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

      A list of fonts supported by BlinkOCR

      "},"Enums/MBParserResultState.html":{"name":"MBParserResultState","abstract":"

      Enumeration of posibble parser result state

      "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

      Enumeration of posibble processor result state

      "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","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/MBTopUpPreset.html":{"name":"MBTopUpPreset","abstract":"

      Enumeration of posibble top up presets

      "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

      Possible keys that can be used for obtaining USDL result elements.

      "},"Constants.html#/c:@MBIllegalModificationException":{"name":"MBIllegalModificationException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseKeyException":{"name":"MBInvalidLicenseKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseeKeyException":{"name":"MBInvalidLicenseeKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseResourceException":{"name":"MBInvalidLicenseResourceException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidBundleException":{"name":"MBInvalidBundleException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBMissingSettingsException":{"name":"MBMissingSettingsException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidArgumentException":{"name":"MBInvalidArgumentException","abstract":"

      Undocumented

      "},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN or empty string if recognition failed.

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(py)result":{"name":"result","abstract":"

      Vin recognizer result

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN number or empty string if recognition failed.

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParser"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(py)result":{"name":"result","abstract":"

      Vin parser result

      ","parent_name":"MBVinParser"},"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/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlRecognizer"},"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/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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)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/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Front recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Back recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license Number of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licensingAuthority":{"name":"licensingAuthority","abstract":"

      The licensing Authority of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)placeOfIssue":{"name":"placeOfIssue","abstract":"

      The place Of Issue of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning United Arab Emirates Dl Front Recognizer

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if issue date of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicenseNumber":{"name":"extractLicenseNumber","abstract":"

      Defines if license number of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicensingAuthority":{"name":"extractLicensingAuthority","abstract":"

      Defines if licensing authority code of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractPlaceOfIssue":{"name":"extractPlaceOfIssue","abstract":"

      Defines if place of issue of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(py)topUp":{"name":"topUp","abstract":"

      Returns the recognized Top Up number or empty string if recognition failed.

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)result":{"name":"result","abstract":"

      Top Up parser result

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)allowNoPrefix":{"name":"allowNoPrefix","abstract":"

      Indicates whether USSD codes without prefix are allowed.

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)returnCodeWithoutPrefix":{"name":"returnCodeWithoutPrefix","abstract":"

      Indicates whether digts prefix and # at the end of scanned USSD code will","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setTopUpPreset:":{"name":"-setTopUpPreset:","abstract":"

      Sets the top up prefix and USSD code length based on the given MBTopUpPreset. Only","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setPrefix:andUssdCodeLength:":{"name":"-setPrefix:andUssdCodeLength:","abstract":"

      Sets the given top up prefix and USSD code length. Only top ups with the chosen prefix and","parent_name":"MBTopUpParser"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizer"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClass"},"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/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)willFocusAtPoint:":{"name":"-willFocusAtPoint:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The name of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfBirth":{"name":"nonMrzDateOfBirth","abstract":"

      Date of birth, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      Date of expiry, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      Number of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The sex of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)result":{"name":"result","abstract":"

      Swiss Passport recognizer result

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s name should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Swiss ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Front recognizer result

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s first name should be extracted from Swiss ID

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from Swiss ID

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)placeOfOrigin":{"name":"placeOfOrigin","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfIssue":{"name":"rawDocumentDateOfIssue","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Back recognizer result

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractPlaceOfOrigin":{"name":"extractPlaceOfOrigin","abstract":"

      Defines if place of origin of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Swiss ID folder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of rxpiry of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)expiryDatePermanent":{"name":"expiryDatePermanent","abstract":"

      If YES, then this Switzerland DL will never expire.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle categories of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Switzerland DL Front

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The Surname of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The Date Of Issue of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date Of Expiry of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The Issuing Agency of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)referenceNumber":{"name":"referenceNumber","abstract":"

      The Reference Number of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The Licence Categories of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The Licence Numer of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Sweden Dl Front recognizer result

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if issuing agency should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractReferenceNumber":{"name":"extractReferenceNumber","abstract":"

      Defines if reference number should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines iflicence categories should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

      Success frame PPImage of successful frame

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)initWithRecognizer:":{"name":"-initWithRecognizer:","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"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/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)number":{"name":"number","abstract":"

      The licence number of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence categories of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The date of issue of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The date of expiry of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Spain Dl Front recognizer result

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Front recognizer result

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The authority of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Date of issue of the Slovenian ID in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Back recognizer result

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if issuing authority of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Combined recognizer result

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuing authority of the ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Front recognizer result

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Back recognizer result

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The identity card number of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Combined recognizer result

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Front recognizer result

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Id Back

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue date of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)validTill":{"name":"validTill","abstract":"

      The valid till of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore DL Front

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if owner’s birth date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if the issue date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractValidTill":{"name":"extractValidTill","abstract":"

      Defines if valid till should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Combined recognizer result

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)companyName":{"name":"companyName","abstract":"

      TThe company name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractCompanyName":{"name":"extractCompanyName","abstract":"

      Defines if company name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if birth of expiry should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(py)simNumber":{"name":"simNumber","abstract":"

      Returns the recognized SIM number from barcode or empty string if recognition failed.

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(py)result":{"name":"result","abstract":"

      Sim number recognizer results

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)issuingDate":{"name":"issuingDate","abstract":"

      The issuing date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid until date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Serbian ID owner

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Front recognizer result

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractIssuingDate":{"name":"extractIssuingDate","abstract":"

      Defines if issuing date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdBackRecognizerResult.html#/c:objc(cs)MBSerbiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizerResult"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Back recognizer result

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)jmbg":{"name":"jmbg","abstract":"

      The JMBG of Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Combined recognizer result

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)initWithIdentifier:parser:":{"name":"-initWithIdentifier:parser:","abstract":"

      Designated initializer, defines the unique identifier for this canned element, and Parser factory for it.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)identifier":{"name":"identifier","abstract":"

      Unique name of the element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)parser":{"name":"parser","abstract":"

      Parser object which is reponsible scanning the text.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTitle":{"name":"localizedTitle","abstract":"

      Localized title (used in the Pivot control)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTooltip":{"name":"localizedTooltip","abstract":"

      Localized tooltip (used in the tooltip label above the viewfinder)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)keyboardType":{"name":"keyboardType","abstract":"

      Keyboard type used when editing

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTextfieldText":{"name":"localizedTextfieldText","abstract":"

      Localized initial UITextField text (used in field segment scanning text fields)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanned":{"name":"scanned","abstract":"

      YES if the value was scanned, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)edited":{"name":"edited","abstract":"

      YES if the value was manually edited, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)value":{"name":"value","abstract":"

      Actual value for this element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionWidth":{"name":"scanningRegionWidth","abstract":"

      Width of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen width and 0.5 is half width.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionHeight":{"name":"scanningRegionHeight","abstract":"

      Height of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen height and 0.5 is half height.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)successfulScanImage":{"name":"successfulScanImage","abstract":"

      Image of the scanned element.

      ","parent_name":"MBScanElement"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      Last name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      First name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      Card number

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)idSeries":{"name":"idSeries","abstract":"

      ID series

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cnp":{"name":"cnp","abstract":"

      CNP

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)parentNames":{"name":"parentNames","abstract":"

      Parent names - missing if nationality exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZNationality":{"name":"nonMRZNationality","abstract":"

      Nationality - missing if parent names exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      Place of birth

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      Address

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      Issued by

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZSex":{"name":"nonMRZSex","abstract":"

      Sex

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      Valid from

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidFrom":{"name":"rawValidFrom","abstract":"

      Valid from date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      Valid until

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      Valid until date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Romanian ID Front recognizer result

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if the place of birth should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if the owner’s address should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if the issued ny data should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if the valid from date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if the valid until date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractNonMRZSex":{"name":"extractNonMRZSex","abstract":"

      Defines if the owner’s sex information should be extracted from the ID","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(py)parsedString":{"name":"parsedString","abstract":"

      Returns string containing parsed OCR result according to given regular expression.

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)initWithRegex:":{"name":"-initWithRegex:","abstract":"

      Initializes the regex parser

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)result":{"name":"result","abstract":"

      Regex parser result

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)regex":{"name":"regex","abstract":"

      Defines regex that will be used to parse OCR data. Note that not all java regex features","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)startWithWhitespace":{"name":"startWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace before matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)endWithWhitespace":{"name":"endWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace after matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRegexParser"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)debugRecognizerRunnerViewControllerDelegate":{"name":"debugRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)detectionRecognizerRunnerViewControllerDelegate":{"name":"detectionRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)ocrRecognizerRunnerViewControllerDelegate":{"name":"ocrRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)glareRecognizerRunnerViewControllerDelegate":{"name":"glareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)firstSideFinishedRecognizerRunnerViewControllerDelegate":{"name":"firstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)debugRecognizerRunnerDelegate":{"name":"debugRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)detectionRecognizerRunnerDelegate":{"name":"detectionRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)ocrRecognizerRunnerDelegate":{"name":"ocrRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)glareRecognizerRunnerDelegate":{"name":"glareRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)firstSideFinishedRecognizerRunnerDelegate":{"name":"firstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)scanningRecognizerRunnerDelegate":{"name":"scanningRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)imageProcessingRecognizerRunnerDelegate":{"name":"imageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)stringProcessingRecognizerRunnerDelegate":{"name":"stringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)coordinator":{"name":"coordinator","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"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)resetState":{"name":"-resetState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)resetState:":{"name":"-resetState:","abstract":"

      Undocumented

      ","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/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)initWithRecognizers:":{"name":"-initWithRecognizers:","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"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 in PhotoPay will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionMode":{"name":"recognitionMode","abstract":"

      Recognition 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)enabled":{"name":"enabled","abstract":"

      Property which determines if the recognizer is enabled

      ","parent_name":"MBRecognizer"},"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)getOptimalHudOrientation":{"name":"-getOptimalHudOrientation","abstract":"

      Undocumented

      ","parent_name":"MBRecognizer"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(py)rawText":{"name":"rawText","abstract":"

      Extracted date string.

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRawParser"},"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/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(py)physicalHeightInInches":{"name":"physicalHeightInInches","abstract":"

      Returns the physical height of the detected MBQuadrangle in inches.

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(py)quadWithSizeResult":{"name":"quadWithSizeResult","abstract":"

      Quad with size detector result

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(py)quadrangle":{"name":"quadrangle","abstract":"

      Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetector"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(py)quadResult":{"name":"quadResult","abstract":"

      Quad detector result

      ","parent_name":"MBQuadDetector"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorGroup"},"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/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Polish ID owner in DD.MM.yyyy format.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Front recognizer result

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdBackRecognizerResult.html#/c:objc(cs)MBPolandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizerResult"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Back recognizer result

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number on Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Polish ID

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Combined recognizer result

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)result":{"name":"result","abstract":"

      PDF417 recognizer results

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBPdf417Recognizer"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Front Recognizer

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Back Recognizer

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(py)ocrLayout":{"name":"ocrLayout","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)initWithParsers:":{"name":"-initWithParsers:","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"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/MBParser.html#/c:objc(cs)MBParser(py)baseResult":{"name":"baseResult","abstract":"

      Base parser result

      ","parent_name":"MBParser"},"Classes/MBParser.html#/c:objc(cs)MBParser(py)required":{"name":"required","abstract":"

      Defines/returns whether the parser configured with this parser settings object will be required or optional.

      ","parent_name":"MBParser"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBOverlayViewController"},"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/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)cameraPausedView":{"name":"cameraPausedView","abstract":"

      Label which is displayed on screen when camera is paused, but still exists on the screen.

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)character":{"name":"character","abstract":"

      Character that was recognised

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)variants":{"name":"variants","abstract":"

      Alternative characters which are possible instead of this character.

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)initWithValue:":{"name":"-initWithValue:","abstract":"

      Initializer for a CharWithVariant

      ","parent_name":"MBCharWithVariants"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(im)init":{"name":"-init","abstract":"

      Creates MBOcrEngineOptions with default settings.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)documentType":{"name":"documentType","abstract":"

      Type of document scanned.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)minimalLineHeight":{"name":"minimalLineHeight","abstract":"

      Minimal height of the line of text given in pixels. All chars smaller than this value will be ignored.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)maximalLineHeight":{"name":"maximalLineHeight","abstract":"

      Maximal height of the line of text given in pixels.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)imageProcessingEnabled":{"name":"imageProcessingEnabled","abstract":"

      Specifies if the image processing is performed on image

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)charWhitelist":{"name":"charWhitelist","abstract":"

      Whitelist of characters used in the OCR process. The set must contain MBOcrCharKey objects.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)code":{"name":"code","abstract":"

      Unicode value of the char. For example, for char ‘k’, you can use either ‘k’ or 107.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)font":{"name":"font","abstract":"

      Font of the char. Can be specific (for example MB_OCR_FONT_ARIAL), or any font (MB_OCR_FONT_ANY), which is the same","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(im)initWithCode:font:":{"name":"-initWithCode:font:","abstract":"

      Initializer which specifies the code and font of the char.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(cm)keyWithCode:font:":{"name":"+keyWithCode:font:","abstract":"

      Factory method for easier instantiation

      ","parent_name":"MBOcrCharKey"},"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/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)firstNames":{"name":"firstNames","abstract":"

      The first name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)donorIndicator":{"name":"donorIndicator","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)cardVersion":{"name":"cardVersion","abstract":"

      The card version of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      New Zealand DL Front recognizer result

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractFirstNames":{"name":"extractFirstNames","abstract":"

      Defines if owner’s first name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s issue date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if card’s expiry date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDonorIndicator":{"name":"extractDonorIndicator","abstract":"

      Defines if owner’s donor indicator should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizerResult.html#/c:objc(cs)MBMyTenteraRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyTenteraRecognizerResult"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)result":{"name":"result","abstract":"

      My Tentera recognizer result

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion should be extracted from MyTentera

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyTenteraRecognizer.html#/c:objc(cs)MBMyTenteraRecognizer(py)extractFullNameAndAddress":{"name":"extractFullNameAndAddress","abstract":"

      Defines if full name and address should be extracted from MyTentera

      ","parent_name":"MBMyTenteraRecognizer"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number on MyTentera documents

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)result":{"name":"result","abstract":"

      My Kad Front recognizer result

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)extractArmyNumber":{"name":"extractArmyNumber","abstract":"

      Defines if army number should be extracted from MyTentera documents with MyKadRecognizer

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)extendedNric":{"name":"extendedNric","abstract":"

      The Extended NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)nric":{"name":"nric","abstract":"

      The NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)oldNric":{"name":"oldNric","abstract":"

      The old NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MyKad back side

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)extractOldNric":{"name":"extractOldNric","abstract":"

      Defines if old NRIC should be extracted from back side of the MyKad

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)primaryID":{"name":"primaryID","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)secondaryID":{"name":"secondaryID","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)issuer":{"name":"issuer","abstract":"

      Returns three-letter or two-letter code which indicate the issuing State. Three-letter codes are based","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Returns holder’s date of birth

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Returns document number. Document number contains up to 9 characters.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)nationality":{"name":"nationality","abstract":"

      Returns nationality of the holder represented by a three-letter or two-letter code. Three-letter","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)gender":{"name":"gender","abstract":"

      Returns gender of the card holder. Gender is specified by use of the single initial, capital letter F for female,","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentCode":{"name":"documentCode","abstract":"

      Returns document code. Document code contains two characters. For MRTD the first character shall","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Returns date of expiry

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt1":{"name":"opt1","abstract":"

      Returns first optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt2":{"name":"opt2","abstract":"

      Returns second optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Returns alien number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Returns application receipt number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Returns immigrant case number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)mrzText":{"name":"mrzText","abstract":"

      Returns the entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isParsed":{"name":"isParsed","abstract":"

      Returns true if Machine Readable Zone has been parsed, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isVerified":{"name":"isVerified","abstract":"

      Returns true if all check digits inside MRZ are correct, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdSpecification"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizerResult"},"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/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzImage":{"name":"mrzImage","abstract":"

      Image of the Machine Readable Zone or nil if not available.

      ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizer"},"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)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Whether cropped image of the Machine Readable Zone should be available in result.","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)saveImageDPI":{"name":"saveImageDPI","abstract":"

      Desired DPI for MRZ and full document images (if saving of those is enabled)

      ","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(im)setMrzFilter:":{"name":"-setMrzFilter:","abstract":"

      Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzLocation":{"name":"mrzLocation","abstract":"

      Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzPhysicalHeightInInches":{"name":"mrzPhysicalHeightInInches","abstract":"

      Returns the physical height in inches of Machine Readable Zone.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)result":{"name":"result","abstract":"

      MRTD detector result

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)detectFullDocument":{"name":"detectFullDocument","abstract":"

      Defines whether full document will be detected. If set to false, result will contain","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)useCardDetector":{"name":"useCardDetector","abstract":"

      Enable detection correction with card detector. When this option is enabled, after","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)setMrtdSpecifications:":{"name":"-setMrtdSpecifications:","abstract":"

      Sets the mrtd specifications. Mrtd specifications describe the images that should be returned by","parent_name":"MBMrtdDetector"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Alien number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Application receipt number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Immigrant case number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizer"},"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)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning front side of Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

      The father’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

      The mother’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)civilStatusNumber":{"name":"civilStatusNumber","abstract":"

      The civil status number of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Back side of Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractFathersName":{"name":"extractFathersName","abstract":"

      Defines if father’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractMothersName":{"name":"extractMothersName","abstract":"

      Defines if mother’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractCivilStatusNumber":{"name":"extractCivilStatusNumber","abstract":"

      Defines if owner’s civil status number should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)moveable":{"name":"moveable","abstract":"

      Denotes if view finder is moveable. Viewfinder will move whenever something is detected and will return to default position if no object","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)portraitMargins":{"name":"portraitMargins","abstract":"

      Margins between overlay bounds and default corner positions while in portrait orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)landscapeMargins":{"name":"landscapeMargins","abstract":"

      Margins between overlay bounds and default corner positions while in landscape orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(im)resetPositions":{"name":"-resetPositions","abstract":"

      Resets the viewfinder position to it’s initial position.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)sharedInstance":{"name":"+sharedInstance","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showLicenseKeyTimeLimitedWarning":{"name":"showLicenseKeyTimeLimitedWarning","abstract":"

      If YES, tooltip limited license key warning messages will appear on screen

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle in which the resources for the scanning process should be found. Usually, by default, this","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:":{"name":"-setLicenseBuffer:","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:":{"name":"-setLicenseBuffer:andLicensee:","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:":{"name":"-setLicenseKey:","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:":{"name":"-setLicenseKey:andLicensee:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:","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/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)language":{"name":"language","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle with resources used in framework

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)instance":{"name":"+instance","abstract":"

      Obtain the shared instance

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)init":{"name":"-init","abstract":"

      Designated initializer

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setDefaultLanguage":{"name":"-setDefaultLanguage","abstract":"

      Sets the language to default (i.e. language specified in the user’s device settings

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarStyle:":{"name":"-pushStatusBarStyle:","abstract":"

      Pushes the UIApplication status bar style to a internally handled stack

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarStyle":{"name":"-popStatusBarStyle","abstract":"

      Returns the status bar style to the last saved value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarHidden:":{"name":"-pushStatusBarHidden:","abstract":"

      Push the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarHidden":{"name":"-popStatusBarHidden","abstract":"

      pops the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setHelpShown:":{"name":"-setHelpShown:","abstract":"

      Sets the key that the help was shown to true

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)isHelpShown":{"name":"-isHelpShown","abstract":"

      Returns true if the help was already shown

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)getDefaultResourcesBundle":{"name":"+getDefaultResourcesBundle","abstract":"

      Returns the default resources bundle. If it doesn’t exist, it will be nil.

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The dl Class of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The full Address of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The identity Number of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The owner State of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The valid From of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid Until of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Malaysia Dl Front Recognizer

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractClass":{"name":"extractClass","abstract":"

      Defines if vehicle classes of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(py)licensePlate":{"name":"licensePlate","abstract":"

      Returns the recognized license plate number or empty string if recognition failed.

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLegacyRecognizerResult.html#/c:objc(cs)MBLegacyRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizerResult"},"Classes/MBLegacyRecognizer.html#/c:objc(cs)MBLegacyRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizer"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the front side of the Kuroom wait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)civilIdNumber":{"name":"civilIdNumber","abstract":"

      The civil Id Number of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Front Recognizer

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if date of birth of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)serialNo":{"name":"serialNo","abstract":"

      The serial number of Kuwait ID

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Back Recognizer

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)extractSerialNo":{"name":"extractSerialNo","abstract":"

      Defines if serial number of Kuwait ID should be extracted

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Jordan ID.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Front recognizer result

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdBackRecognizerResult.html#/c:objc(cs)MBJordanIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizerResult"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Back recognizer result

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date of expiry of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Combined recognizer result

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Italy Dl Front Recognizer

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issued By of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Ireland Dl Front Recognizer

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if licence number of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood Type of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      The date Of Expiry Permanent of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel Desa of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital Status of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Indonesia Id Front Recognizer

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCity":{"name":"extractCity","abstract":"

      Defines if city of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Indonesian ID card should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if Kel/Desa of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if RT number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if RW number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessorResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessor"},"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(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

      Creates PPImage around UIImage.

      ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

      Creates PPImage around CVImageBufferRef.

      ","parent_name":"MBImage"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport number of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of iKad owner, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of iKad owner, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sector":{"name":"sector","abstract":"

      The sector of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)employer":{"name":"employer","abstract":"

      The employer of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)facultyAddress":{"name":"facultyAddress","abstract":"

      The faculty address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawExpiryDate":{"name":"rawExpiryDate","abstract":"

      The expiry date of the iKad, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry date of the iKad, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)result":{"name":"result","abstract":"

      i Kad recognizer result

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSector":{"name":"extractSector","abstract":"

      Defines if owner’s sector should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractEmployer":{"name":"extractEmployer","abstract":"

      Defines if owner’s employer should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractFacultyAddress":{"name":"extractFacultyAddress","abstract":"

      Defines if owner’s faculty address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if owner’s passport number should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractExpiryDate":{"name":"extractExpiryDate","abstract":"

      Defines if expiry date should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if date of expiry should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(py)iban":{"name":"iban","abstract":"

      Returns the rparsed IBAN or empty string if recognition failed.

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)result":{"name":"result","abstract":"

      Iban parser result

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)alwaysReturnPrefix":{"name":"alwaysReturnPrefix","abstract":"

      Should prefix (country code) always be returned.

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)countryCodeWhitelist":{"name":"countryCodeWhitelist","abstract":"

      Set of allowed country codes. If whitelist is defined, only IBANs with defined country codes","parent_name":"MBIbanParser"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)commercialCode":{"name":"commercialCode","abstract":"

      The commerical Code of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Hong Kong ID ownder.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The issue date of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Hong Kong card.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

      The residential status of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Hong Kong ID Front recognizer result

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if owner’s full name should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractCommercialCode":{"name":"extractCommercialCode","abstract":"

      Defines if commercial code should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractResidentialStatus":{"name":"extractResidentialStatus","abstract":"

      Defines if card’s residential status should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s date of issue should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(py)label":{"name":"label","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)glareDetectionFinishedWithResult:":{"name":"-glareDetectionFinishedWithResult:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German Passport owner

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)result":{"name":"result","abstract":"

      German Passport recognizer result

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth on the German ID

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)result":{"name":"result","abstract":"

      German Old ID recognizer result

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of German ID owner in dd.MM.yyyy format.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The document date of expiry of the German ID in dd.MM.yyyy format.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of the German ID

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)result":{"name":"result","abstract":"

      German ID Front recognizer result

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if owner’s first names should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractCanNumber":{"name":"extractCanNumber","abstract":"

      Defines if CAN number should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number should be extracted from German ID

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      Eye colour

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      Height in cm

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      Full address

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressZipCode":{"name":"addressZipCode","abstract":"

      ZIP code

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressCity":{"name":"addressCity","abstract":"

      City

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressStreet":{"name":"addressStreet","abstract":"

      Stret name in single line

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressHouseNumber":{"name":"addressHouseNumber","abstract":"

      House number

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)result":{"name":"result","abstract":"

      German ID Back recognizer result

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractEyeColour":{"name":"extractEyeColour","abstract":"

      If eye color should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      If height should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      If date of issue should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      If authority should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)eyeColor":{"name":"eyeColor","abstract":"

      The eye color of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)result":{"name":"result","abstract":"

      German ID Combined recognizer result

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)initWithFrameGrabberDelegate:":{"name":"-initWithFrameGrabberDelegate:","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"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/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithSettings:delegate:":{"name":"-initWithSettings:delegate:","abstract":"

      Designated initializer of the overlay. All scan settings from the recognizer runner will be removed and generated anew with passed MBScanElement array.

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithNibName:bundle:":{"name":"-initWithNibName:bundle:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate which is notified with important UI events

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)initWithScanElements:":{"name":"-initWithScanElements:","abstract":"

      Designated initializer for settings.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanElements":{"name":"scanElements","abstract":"

      Array of MBScanElement objects which defines which Elements are scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

      Property that enables showing of flashing dots over characters being scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)outputSuccessfulImages":{"name":"outputSuccessfulImages","abstract":"

      Property that enables outputting images of sucessful scans for each element scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)consecutiveScanThreshold":{"name":"consecutiveScanThreshold","abstract":"

      Number of times same parse result needs to be outputted to be considered valid

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanResultViewColor":{"name":"scanResultViewColor","abstract":"

      Background color of successful scan result

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)birthData":{"name":"birthData","abstract":"

      The birth Data of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)country":{"name":"country","abstract":"

      The country of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)result":{"name":"result","abstract":"

      EU Driver License recognizer result

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if owner’s date of expiry should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if owner’s personal number should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if owner’s issuing authority should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)country":{"name":"country","abstract":"

      Country of scanning Eudl. The default value of MBEudlCountryAny will scan all supported driver’s licenses.

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(py)email":{"name":"email","abstract":"

      Returns the recognized email or empty string if recognition failed.

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParser.html#/c:objc(cs)MBEmailParser(py)result":{"name":"result","abstract":"

      Email parser result

      ","parent_name":"MBEmailParser"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      The owner of the front side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Front Recognizer

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      The cvv of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      The inventory Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The valid Thru of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Back Recognizer

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Egypt ID owner.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Egypt ID.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Egypt ID Front recognizer result

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)extractNationalNumber":{"name":"extractNationalNumber","abstract":"

      Defines if owner’s national number should be extracted from Egypt ID

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsLayer":{"name":"dotsLayer","abstract":"

      Undocumented

      ","parent_name":"MBDotsSubview"},"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/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","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/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpLabel":{"name":"helpLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpImageView":{"name":"helpImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(im)animateHelp":{"name":"-animateHelp","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)documentVerificationSubviewDelegate":{"name":"documentVerificationSubviewDelegate","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)glareStatusMessage":{"name":"glareStatusMessage","abstract":"

      Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsLabel":{"name":"instructionsLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsImageView":{"name":"instructionsImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"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":"

      Undocumented

      ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)initWithAspectRatio:physicalSizeInInches:":{"name":"-initWithAspectRatio:physicalSizeInInches:","abstract":"

      Use this initializer for specifiying a document format.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

      Factory method which creates Document specification based on a preset

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)setPortraitAndLandscapeScale:":{"name":"-setPortraitAndLandscapeScale:","abstract":"

      Sets scale and scale tolerance that will be used when detecting document in both orientations.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)maxAngle":{"name":"maxAngle","abstract":"

      Maximum angle for document detection

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)portraitScale":{"name":"portraitScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in portrait orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)landscapeScale":{"name":"landscapeScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in landscape orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)scanningMode":{"name":"scanningMode","abstract":"

      Scanning mode that defines in which orientations can this document be detected.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)xRange":{"name":"xRange","abstract":"

      Percentage of possible document offset on x axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)yRange":{"name":"yRange","abstract":"

      Percentage of possible document offset on y axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)physicalSizeInInches":{"name":"physicalSizeInInches","abstract":"

      Physical size of document in inches

      ","parent_name":"MBDocumentSpecification"},"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/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizer"},"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/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(py)aspectRatio":{"name":"aspectRatio","abstract":"

      Aspect ratio of detected document.

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)initWithDocumentSpecifications:":{"name":"-initWithDocumentSpecifications:","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)result":{"name":"result","abstract":"

      Document detector result

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)documentSpecifications":{"name":"documentSpecifications","abstract":"

      Document specifications describe the documents that should be detected with","parent_name":"MBDocumentDetector"},"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/MBDewarpPolicy.html#/c:objc(cs)MBDewarpPolicy(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDewarpPolicy"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionCode":{"name":"detectionCode","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionStatus":{"name":"detectionStatus","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorRecognizerResult.html#/c:objc(cs)MBDetectorRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizerResult"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)initWithQuadWithSizeDetector:":{"name":"-initWithQuadWithSizeDetector:","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)result":{"name":"result","abstract":"

      Detector recognizer results

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)allowFlipped":{"name":"allowFlipped","abstract":"

      Set this to true to enable recognition of document also in upside down direction.","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)detector":{"name":"detector","abstract":"

      Returns the detector that will be used for performing the document detection during recognition

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetector.html#/c:objc(cs)MBDetector(py)baseResult":{"name":"baseResult","abstract":"

      Base detector result

      ","parent_name":"MBDetector"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorNmsThreshold":{"name":"deepOcrPostprocessorNmsThreshold","abstract":"

      Returns or sets nms threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorScoreThreshold":{"name":"deepOcrPostprocessorScoreThreshold","abstract":"

      Returns or sets score threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModel":{"name":"deepOcrModel","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModelString":{"name":"deepOcrModelString","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateString:":{"name":"-initWithDay:month:year:originalDateString:","abstract":"

      Designated initializer

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateString":{"name":"originalDateString","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(cm)dateResultWithDay:month:year:originalDateString:":{"name":"+dateResultWithDay:month:year:originalDateString:","abstract":"

      Factory method

      ","parent_name":"MBDateResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(py)date":{"name":"date","abstract":"

      Extracted date.

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(py)result":{"name":"result","abstract":"

      Date parser result

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateFormats:":{"name":"-setDateFormats:","abstract":"

      Specifies the date formats that will be accepted by date parser. By default, all available","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateSeparatorChars:":{"name":"-setDateSeparatorChars:","abstract":"

      Specifies the date separator characters between date parts (day, month, year) that will be","parent_name":"MBDateParser"},"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/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The ID card number of the Czech ID.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Front recognizer result

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of the Czech ID.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)permanentStay":{"name":"permanentStay","abstract":"

      The address of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Back recognizer result

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if citizenship of Czech ID authority should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPermanentStay":{"name":"extractPermanentStay","abstract":"

      Defines if address of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if personal number should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The document number of the Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The full address of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The personal identification number of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Czech ID Combined recognizer result

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Front Recognizer

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Cyprus ID card should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Back Recognizer

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerCollection":{"name":"recognizerCollection","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)cameraSettings":{"name":"cameraSettings","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRecognizerRunnerViewControllerDelegate":{"name":"scanningRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerRunnerViewControllerDelegate":{"name":"recognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"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(im)initWithRecognizerCollection:cameraSettings:":{"name":"-initWithRecognizerCollection:cameraSettings:","abstract":"

      Undocumented

      ","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/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Front recognizer result

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)residence":{"name":"residence","abstract":"

      The residence of Croatian ID owner

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuer of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)documentForNonResident":{"name":"documentForNonResident","abstract":"

      Determines if Croatian ID is issued for non resident

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Determines if date of expiry of Croatian ID is permanent

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Back recognizer result

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractResidence":{"name":"extractResidence","abstract":"

      Defines if residence of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuer of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The OIB (PIN) of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)nonResident":{"name":"nonResident","abstract":"

      YES if the person is non Croatian resident

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Combined recognizer result

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the Colombia Id.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Front

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Group of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)fingerprint":{"name":"fingerprint","abstract":"

      The fingerprint of the Colombian ID owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Back Recognizer

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)driverRestrictions":{"name":"driverRestrictions","abstract":"

      The driver Restrictions of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The issuing Agency of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Dl Front Recognizer

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDriverRestrictions":{"name":"extractDriverRestrictions","abstract":"

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if the name of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"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(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/MBBlinkInputRecognizerResult.html#/c:objc(cs)MBBlinkInputRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizerResult"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(im)initWithProcessors:":{"name":"-initWithProcessors:","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)processors":{"name":"processors","abstract":"

      Getting array of readonly processors

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)result":{"name":"result","abstract":"

      BlinkInput recognizer results

      ","parent_name":"MBBlinkInputRecognizer"},"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)cancelButtonText":{"name":"cancelButtonText","abstract":"

      Returns/sets cancel button text that is shown if displayCancelButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

      Default: YES.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOnButtonText":{"name":"torchOnButtonText","abstract":"

      Returns/sets torch on button text that is shown if displayTorchButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOffButtonText":{"name":"torchOffButtonText","abstract":"

      Returns/sets torch off button text that is shown if displayTorchButton is on.

      ","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/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)maxCharsExpected":{"name":"maxCharsExpected","abstract":"

      Maximal chars expected on the image.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)colorDropoutEnabled":{"name":"colorDropoutEnabled","abstract":"

      Specifies if the additional image processing which drops the background colors should be performed.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(cm)toTypeName:":{"name":"+toTypeName:","abstract":"

      Method which gives string representation for a given PPBarcodeType enum value.

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)result":{"name":"result","abstract":"

      Barcode recognizer results

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanAztecCode":{"name":"scanAztecCode","abstract":"

      Set this to YES to scan Aztec 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode128":{"name":"scanCode128","abstract":"

      Set this to YES to scan Code 128 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode39":{"name":"scanCode39","abstract":"

      Set this to YES to scan Code 39 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanDataMatrix":{"name":"scanDataMatrix","abstract":"

      Set this to YES to scan DataMatrix 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan13":{"name":"scanEan13","abstract":"

      Set this to YES to scan EAN 13 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan8":{"name":"scanEan8","abstract":"

      Set this to YES to scan EAN8 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanItf":{"name":"scanItf","abstract":"

      Set this to YES to scan ITF barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanQrCode":{"name":"scanQrCode","abstract":"

      Set this to YES to scan QR barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpca":{"name":"scanUpca","abstract":"

      Set this to YES to scan UPCA barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpce":{"name":"scanUpce","abstract":"

      Set this to YES to scan UPCE barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanPdf417":{"name":"scanPdf417","abstract":"

      Set this to YES to scan Pdf417 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)slowerThoroughScan":{"name":"slowerThoroughScan","abstract":"

      Set this to YES to allow slower, but better image processing.

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)autoScaleDetection":{"name":"autoScaleDetection","abstract":"

      Allow enabling the autodetection of image scale when scanning barcodes.","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)readCode39AsExtendedData":{"name":"readCode39AsExtendedData","abstract":"

      Enable reading code39 barcode contents as extended data. For more information about code39","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayBarcodeDots":{"name":"displayBarcodeDots","abstract":"

      If YES, viewfinder (4 corner markers) will move when payslip is detected

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayViewfinder":{"name":"displayViewfinder","abstract":"

      If YES; view finder will be displayed

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of Austria Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport Number of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian Id.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Austrian Id Front recognizer result

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Austrian ID

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz on the back side of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The Issuing Authority of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The Place Of Birth of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The Principal Residence of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The Height of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The Date Of Issuance of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The Eye Colour of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning back of the Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle Categories of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austria Dl Front Recognizer

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The gien name of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationaliy of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Austrian ID owner

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The principal residence of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The date of issuance of the Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The eye eyeColour of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)mrtdVerified":{"name":"mrtdVerified","abstract":"

      Whether check digits in machine readable zone of the Austrian ID are OK.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Austrian ID Combined recognizer result

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if ownder’s date of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The first name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceType":{"name":"licenceType","abstract":"

      The licence type of Australian DL.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Australian DL owner in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Australian DL owner

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Front recognizer result

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Back recognizer result

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(py)amount":{"name":"amount","abstract":"

      Returns the recognized amount number or empty string if recognition failed.

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)result":{"name":"result","abstract":"

      Amount parser result

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowNegativeAmounts":{"name":"allowNegativeAmounts","abstract":"

      Indicates whether negative values are accepted as valid amounts.","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowSpaceSeparators":{"name":"allowSpaceSeparators","abstract":"

      Indicates whether amounts with space separators between groups of digits(thousands) are allowed.

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowMissingDecimals":{"name":"allowMissingDecimals","abstract":"

      Indicates whether amounts without decimal are accepted as valid. For example 1.465 is","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)arabicIndicMode":{"name":"arabicIndicMode","abstract":"

      Indicates whether Arabic-Indic mode is enabled. In Arabic-Indic mode parser can recognize","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html":{"name":"MBAmountParser","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAmountParserResult.html":{"name":"MBAmountParserResult","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAustraliaDlBackRecognizer.html":{"name":"MBAustraliaDlBackRecognizer","abstract":"

      Class for configuring Australia DL Back Recognizer.

      "},"Classes/MBAustraliaDlBackRecognizerResult.html":{"name":"MBAustraliaDlBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Australia DL

      "},"Classes/MBAustraliaDlFrontRecognizer.html":{"name":"MBAustraliaDlFrontRecognizer","abstract":"

      Class for configuring Australia DL Front Recognizer.

      "},"Classes/MBAustraliaDlFrontRecognizerResult.html":{"name":"MBAustraliaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Australia DL

      "},"Classes/MBAustriaCombinedRecognizer.html":{"name":"MBAustriaCombinedRecognizer","abstract":"

      Austrian ID Combined Recognizer.

      "},"Classes/MBAustriaCombinedRecognizerResult.html":{"name":"MBAustriaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBAustriaDlFrontRecognizer.html":{"name":"MBAustriaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Austrian national DL cards.

      "},"Classes/MBAustriaDlFrontRecognizerResult.html":{"name":"MBAustriaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Austria Dl

      "},"Classes/MBAustriaIdBackRecognizer.html":{"name":"MBAustriaIdBackRecognizer","abstract":"

      Class for configuring Austrian ID Back Recognizer.

      "},"Classes/MBAustriaIdBackRecognizerResult.html":{"name":"MBAustriaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Austrian ID

      "},"Classes/MBAustriaIdFrontRecognizer.html":{"name":"MBAustriaIdFrontRecognizer","abstract":"

      Class for configuring Austrian ID Front Recognizer.

      "},"Classes/MBAustriaIdFrontRecognizerResult.html":{"name":"MBAustriaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Aus ID

      "},"Classes/MBAustriaPassportRecognizer.html":{"name":"MBAustriaPassportRecognizer","abstract":"

      Class for configuring Austrian Passport Recognizer.

      "},"Classes/MBAustriaPassportRecognizerResult.html":{"name":"MBAustriaPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Aus Passport

      "},"Classes/MBBarcodeOverlaySettings.html":{"name":"MBBarcodeOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBBarcodeOverlayViewController.html":{"name":"MBBarcodeOverlayViewController","abstract":"

      Undocumented

      "},"Classes/MBBarcodeRecognizer.html":{"name":"MBBarcodeRecognizer","abstract":"

      MBBarcodeRecognizer is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBarcodeRecognizerResult.html":{"name":"MBBarcodeRecognizerResult","abstract":"

      Result of MBBarcodeRecognizer; is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBaseOcrEngineOptions.html":{"name":"MBBaseOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBBlinkInputRecognizer.html":{"name":"MBBlinkInputRecognizer","abstract":"

      A recognizer for BlinkInput API and general OCR recognition

      "},"Classes/MBBlinkInputRecognizerResult.html":{"name":"MBBlinkInputRecognizerResult","abstract":"

      A recognizer result for BlinkInput API and general OCR recognition

      "},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

      Settings class containing parameters for camera capture

      "},"Classes/MBColombiaDlFrontRecognizer.html":{"name":"MBColombiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Colombia drivers licence.

      "},"Classes/MBColombiaDlFrontRecognizerResult.html":{"name":"MBColombiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Dl

      "},"Classes/MBColombiaIdBackRecognizer.html":{"name":"MBColombiaIdBackRecognizer","abstract":"

      Class for configuring Colombia Id Back Recognizer.

      "},"Classes/MBColombiaIdBackRecognizerResult.html":{"name":"MBColombiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Colombia Id

      "},"Classes/MBColombiaIdFrontRecognizer.html":{"name":"MBColombiaIdFrontRecognizer","abstract":"

      Class for configuring Colombia Id Front Recognizer.

      "},"Classes/MBColombiaIdFrontRecognizerResult.html":{"name":"MBColombiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Id

      "},"Classes/MBCroatiaCombinedRecognizer.html":{"name":"MBCroatiaCombinedRecognizer","abstract":"

      Croatian ID Combined Recognizer.

      "},"Classes/MBCroatiaCombinedRecognizerResult.html":{"name":"MBCroatiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCroatiaIdBackRecognizer.html":{"name":"MBCroatiaIdBackRecognizer","abstract":"

      Croatian ID Back Recognizer.

      "},"Classes/MBCroatiaIdBackRecognizerResult.html":{"name":"MBCroatiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Croatian ID

      "},"Classes/MBCroatiaIdFrontRecognizer.html":{"name":"MBCroatiaIdFrontRecognizer","abstract":"

      Croatian ID Front Recognizer.

      "},"Classes/MBCroatiaIdFrontRecognizerResult.html":{"name":"MBCroatiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Croatian ID

      "},"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/MBCyprusIdBackRecognizer.html":{"name":"MBCyprusIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdBackRecognizerResult.html":{"name":"MBCyprusIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Cyprus Id

      "},"Classes/MBCyprusIdFrontRecognizer.html":{"name":"MBCyprusIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdFrontRecognizerResult.html":{"name":"MBCyprusIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Cyprus Id

      "},"Classes/MBCzechiaCombinedRecognizer.html":{"name":"MBCzechiaCombinedRecognizer","abstract":"

      Czech ID Combined Recognizer.

      "},"Classes/MBCzechiaCombinedRecognizerResult.html":{"name":"MBCzechiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCzechiaIdBackRecognizer.html":{"name":"MBCzechiaIdBackRecognizer","abstract":"

      Class for configuring Cz ID Back Recognizer.

      "},"Classes/MBCzechiaIdBackRecognizerResult.html":{"name":"MBCzechiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Cz ID

      "},"Classes/MBCzechiaIdFrontRecognizer.html":{"name":"MBCzechiaIdFrontRecognizer","abstract":"

      Class for configuring Cz ID Front Recognizer.

      "},"Classes/MBCzechiaIdFrontRecognizerResult.html":{"name":"MBCzechiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Cz ID

      "},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

      DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDateParser.html":{"name":"MBDateParser","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBDateParserResult.html":{"name":"MBDateParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBDeepOcrEngineOptions.html":{"name":"MBDeepOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"Classes/MBDetector.html":{"name":"MBDetector","abstract":"

      Base class for all detectors

      "},"Classes/MBDetectorRecognizer.html":{"name":"MBDetectorRecognizer","abstract":"

      Recognizer for scanning generic documents using custom MBDetector.

      "},"Classes/MBDetectorRecognizerResult.html":{"name":"MBDetectorRecognizerResult","abstract":"

      Result of MBDetectorRecognizer

      "},"Classes/MBDetectorResult.html":{"name":"MBDetectorResult","abstract":"

      Base class for all detectors results

      "},"Classes/MBDewarpPolicy.html":{"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/MBDocumentDetector.html":{"name":"MBDocumentDetector","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"Classes/MBDocumentDetectorResult.html":{"name":"MBDocumentDetectorResult","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"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/MBDocumentSpecification.html":{"name":"MBDocumentSpecification","abstract":"

      Document class describes a document which is being detected by DocumentDetector."},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

      Overlay subview presenting the viewfinder for scanning ID documents

      "},"Classes/MBDocumentVerificationInstructionsSubview.html":{"name":"MBDocumentVerificationInstructionsSubview","abstract":"

      Undocumented

      "},"Classes/MBDocumentVerificationOverlaySettings.html":{"name":"MBDocumentVerificationOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBDocumentVerificationOverlayViewController.html":{"name":"MBDocumentVerificationOverlayViewController","abstract":"

      Default overlay when using ID card combined recognizers for verification.

      "},"Classes/MBDocumentVerificationSubview.html":{"name":"MBDocumentVerificationSubview","abstract":"

      Undocumented

      "},"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/MBEgyptIdFrontRecognizer.html":{"name":"MBEgyptIdFrontRecognizer","abstract":"

      Class for configuring Egypt ID Front Recognizer.

      "},"Classes/MBEgyptIdFrontRecognizerResult.html":{"name":"MBEgyptIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Egypt ID

      "},"Classes/MBElitePaymentCardBackRecognizer.html":{"name":"MBElitePaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of elite payment cards.

      "},"Classes/MBElitePaymentCardBackRecognizerResult.html":{"name":"MBElitePaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Elite Payment Card

      "},"Classes/MBElitePaymentCardCombinedRecognizer.html":{"name":"MBElitePaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBElitePaymentCardCombinedRecognizerResult.html":{"name":"MBElitePaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBElitePaymentCardFrontRecognizer.html":{"name":"MBElitePaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of elite credit/debit cards.

      "},"Classes/MBElitePaymentCardFrontRecognizerResult.html":{"name":"MBElitePaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Elite Payment Card

      "},"Classes/MBEmailParser.html":{"name":"MBEmailParser","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes/MBEmailParserResult.html":{"name":"MBEmailParserResult","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

      Base class for all entities processors, recognizers, detectors…

      "},"Classes/MBEudlRecognizer.html":{"name":"MBEudlRecognizer","abstract":"

      Class for configuring EU Driver License Recognizer.

      "},"Classes/MBEudlRecognizerResult.html":{"name":"MBEudlRecognizerResult","abstract":"

      Class representing values obtained when scanning EU Driver License

      "},"Classes/MBFieldByFieldOverlaySettings.html":{"name":"MBFieldByFieldOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBFieldByFieldOverlayViewController.html":{"name":"MBFieldByFieldOverlayViewController","abstract":"

      View Controller responsible for view hierarchy for Form OCR scannning."},"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/MBGermanyCombinedRecognizer.html":{"name":"MBGermanyCombinedRecognizer","abstract":"

      German ID Combined Recognizer.

      "},"Classes/MBGermanyCombinedRecognizerResult.html":{"name":"MBGermanyCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBGermanyIdBackRecognizer.html":{"name":"MBGermanyIdBackRecognizer","abstract":"

      Class for configuring German ID Back Recognizer.

      "},"Classes/MBGermanyIdBackRecognizerResult.html":{"name":"MBGermanyIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of German ID

      "},"Classes/MBGermanyIdFrontRecognizer.html":{"name":"MBGermanyIdFrontRecognizer","abstract":"

      Class for configuring German ID Front Recognizer.

      "},"Classes/MBGermanyIdFrontRecognizerResult.html":{"name":"MBGermanyIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of German ID

      "},"Classes/MBGermanyOldIdRecognizer.html":{"name":"MBGermanyOldIdRecognizer","abstract":"

      Class for configuring German Old ID Recognizer.

      "},"Classes/MBGermanyOldIdRecognizerResult.html":{"name":"MBGermanyOldIdRecognizerResult","abstract":"

      Class representing values obtained when scanning German Old ID

      "},"Classes/MBGermanyPassportRecognizer.html":{"name":"MBGermanyPassportRecognizer","abstract":"

      Class for configuring German Passport Recognizer.

      "},"Classes/MBGermanyPassportRecognizerResult.html":{"name":"MBGermanyPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning German Passport

      "},"Classes/MBGlareStatusSubview.html":{"name":"MBGlareStatusSubview","abstract":"

      Overlay subview presenting the status of glare detection."},"Classes/MBHongKongIdFrontRecognizer.html":{"name":"MBHongKongIdFrontRecognizer","abstract":"

      Class for configuring Hong Kong ID Front Recognizer.

      "},"Classes/MBHongKongIdFrontRecognizerResult.html":{"name":"MBHongKongIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Hong Kong ID

      "},"Classes/MBIbanParser.html":{"name":"MBIbanParser","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIbanParserResult.html":{"name":"MBIbanParserResult","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIkadRecognizer.html":{"name":"MBIkadRecognizer","abstract":"

      Class for configuring iKad Recognizer.

      "},"Classes/MBIkadRecognizerResult.html":{"name":"MBIkadRecognizerResult","abstract":"

      Class representing values obtained when scanning i Kad

      "},"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/MBIndonesiaIdFrontRecognizer.html":{"name":"MBIndonesiaIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Indonesian national ID cards.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Indonesia Id

      "},"Classes/MBIrelandDlFrontRecognizer.html":{"name":"MBIrelandDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Ireland drivers license.

      "},"Classes/MBIrelandDlFrontRecognizerResult.html":{"name":"MBIrelandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Ireland Dl

      "},"Classes/MBItalyDlFrontRecognizer.html":{"name":"MBItalyDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Italian driver licence.

      "},"Classes/MBItalyDlFrontRecognizerResult.html":{"name":"MBItalyDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Italy Dl

      "},"Classes/MBJordanCombinedRecognizer.html":{"name":"MBJordanCombinedRecognizer","abstract":"

      Jordan ID Combined Recognizer.

      "},"Classes/MBJordanCombinedRecognizerResult.html":{"name":"MBJordanCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBJordanIdBackRecognizer.html":{"name":"MBJordanIdBackRecognizer","abstract":"

      Class for configuring Jordan ID Back Recognizer.

      "},"Classes/MBJordanIdBackRecognizerResult.html":{"name":"MBJordanIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Jordan ID

      "},"Classes/MBJordanIdFrontRecognizer.html":{"name":"MBJordanIdFrontRecognizer","abstract":"

      Class for configuring Jordan ID Front Recognizer.

      "},"Classes/MBJordanIdFrontRecognizerResult.html":{"name":"MBJordanIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Jordan ID

      "},"Classes/MBKuwaitIdBackRecognizer.html":{"name":"MBKuwaitIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdBackRecognizerResult.html":{"name":"MBKuwaitIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Kuwait Id

      "},"Classes/MBKuwaitIdFrontRecognizer.html":{"name":"MBKuwaitIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdFrontRecognizerResult.html":{"name":"MBKuwaitIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Kuwait Id

      "},"Classes/MBLegacyMRTDRecognizerResult.html":{"name":"MBLegacyMRTDRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizer.html":{"name":"MBLegacyRecognizer","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizerResult.html":{"name":"MBLegacyRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLicensePlatesParser.html":{"name":"MBLicensePlatesParser","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBLicensePlatesParserResult.html":{"name":"MBLicensePlatesParserResult","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBMalaysiaDlFrontRecognizer.html":{"name":"MBMalaysiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian DL cards.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Malaysia Dl

      "},"Classes/MBMicroblinkApp.html":{"name":"MBMicroblinkApp","abstract":"

      Undocumented

      "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

      Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBModernViewfinderSubview.html":{"name":"MBModernViewfinderSubview","abstract":"

      Overlay subview presenting the status of detection."},"Classes/MBMoroccoIdBackRecognizer.html":{"name":"MBMoroccoIdBackRecognizer","abstract":"

      Class for configuring Morocco ID Back Recognizer.

      "},"Classes/MBMoroccoIdBackRecognizerResult.html":{"name":"MBMoroccoIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"Classes/MBMoroccoIdFrontRecognizer.html":{"name":"MBMoroccoIdFrontRecognizer","abstract":"

      Class for configuring Morocco ID Front Recognizer.

      "},"Classes/MBMoroccoIdFrontRecognizerResult.html":{"name":"MBMoroccoIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"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/MBMrtdDetector.html":{"name":"MBMrtdDetector","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"Classes/MBMrtdDetectorResult.html":{"name":"MBMrtdDetectorResult","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"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/MBMrzResult.html":{"name":"MBMrzResult","abstract":"

      Undocumented

      "},"Classes/MBMyKadBackRecognizer.html":{"name":"MBMyKadBackRecognizer","abstract":"

      Class for configuring Kad Back Recognizer.

      "},"Classes/MBMyKadBackRecognizerResult.html":{"name":"MBMyKadBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of MyKad

      "},"Classes/MBMyKadFrontRecognizer.html":{"name":"MBMyKadFrontRecognizer","abstract":"

      Class for configuring My Kad Front Recognizer.

      "},"Classes/MBMyKadFrontRecognizerResult.html":{"name":"MBMyKadFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of My Kad

      "},"Classes/MBMyTenteraRecognizer.html":{"name":"MBMyTenteraRecognizer","abstract":"

      Class for configuring My Tentera Recognizer.

      "},"Classes/MBMyTenteraRecognizerResult.html":{"name":"MBMyTenteraRecognizerResult","abstract":"

      Class representing values obtained when scanning My Tentera

      "},"Classes/MBNewZealandDlFrontRecognizer.html":{"name":"MBNewZealandDlFrontRecognizer","abstract":"

      Class for configuring New Zealand DL Front Recognizer.

      "},"Classes/MBNewZealandDlFrontRecognizerResult.html":{"name":"MBNewZealandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of New Zealand DL

      "},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

      No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrCharKey.html":{"name":"MBOcrCharKey","abstract":"

      Class representing a char in specific font.

      "},"Classes/MBOcrEngineOptions.html":{"name":"MBOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBCharWithVariants.html":{"name":"MBCharWithVariants","abstract":"

      Undocumented

      "},"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.html#/c:objc(cs)MBOcrResultSubview":{"name":"MBOcrResultSubview","abstract":"

      Overlay subview presenting status of OCR detection. OCR results are displayed as green characters over detected locations.

      "},"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/MBParser.html":{"name":"MBParser","abstract":"

      Base class for all parsers

      "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

      A processor for a group

      "},"Classes/MBParserGroupProcessorResult.html":{"name":"MBParserGroupProcessorResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBParserResult.html":{"name":"MBParserResult","abstract":"

      Base class for all parser results

      "},"Classes/MBPaymentCardBackRecognizer.html":{"name":"MBPaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of credit/debit cards.

      "},"Classes/MBPaymentCardBackRecognizerResult.html":{"name":"MBPaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Payment Card

      "},"Classes/MBPaymentCardCombinedRecognizer.html":{"name":"MBPaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBPaymentCardCombinedRecognizerResult.html":{"name":"MBPaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBPaymentCardFrontRecognizer.html":{"name":"MBPaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of credit/debit cards.

      "},"Classes/MBPaymentCardFrontRecognizerResult.html":{"name":"MBPaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Payment Card

      "},"Classes/MBPdf417Recognizer.html":{"name":"MBPdf417Recognizer","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPdf417RecognizerResult.html":{"name":"MBPdf417RecognizerResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPolandCombinedRecognizer.html":{"name":"MBPolandCombinedRecognizer","abstract":"

      Polish ID Combined Recognizer.

      "},"Classes/MBPolandCombinedRecognizerResult.html":{"name":"MBPolandCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBPolandIdBackRecognizer.html":{"name":"MBPolandIdBackRecognizer","abstract":"

      Class for configuring Polish ID Back Recognizer.

      "},"Classes/MBPolandIdBackRecognizerResult.html":{"name":"MBPolandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Polish ID

      "},"Classes/MBPolandIdFrontRecognizer.html":{"name":"MBPolandIdFrontRecognizer","abstract":"

      Class for configuring Polish ID Front Recognizer.

      "},"Classes/MBPolandIdFrontRecognizerResult.html":{"name":"MBPolandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Polish ID

      "},"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/MBProcessorResult.html":{"name":"MBProcessorResult","abstract":"

      Base class for all processor results

      "},"Classes/MBQuadDetector.html":{"name":"MBQuadDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadDetectorResult.html":{"name":"MBQuadDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadWithSizeDetector.html":{"name":"MBQuadWithSizeDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadWithSizeDetectorResult.html":{"name":"MBQuadWithSizeDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

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

      "},"Classes/MBRawParser.html":{"name":"MBRawParser","abstract":"

      MBRawParser that simply returns the string version of raw OCR result, without performing"},"Classes/MBRawParserResult.html":{"name":"MBRawParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBRecognizerResult.html":{"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/MBRecognizerRunnerMetadataDelegates.html":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRegexParser.html":{"name":"MBRegexParser","abstract":"

      Represents a parser which parses OCR result according to given regular expression."},"Classes/MBRegexParserResult.html":{"name":"MBRegexParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBRomaniaIdFrontRecognizer.html":{"name":"MBRomaniaIdFrontRecognizer","abstract":"

      Class for configuring Romanian ID Front Recognizer.

      "},"Classes/MBRomaniaIdFrontRecognizerResult.html":{"name":"MBRomaniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Romanian ID

      "},"Classes/MBScanElement.html":{"name":"MBScanElement","abstract":"

      The easiest way to UI for Ocr scanning is by specifying the MBScanElements.

      "},"Classes/MBSerbiaCombinedRecognizer.html":{"name":"MBSerbiaCombinedRecognizer","abstract":"

      Serbian ID Combined Recognizer.

      "},"Classes/MBSerbiaCombinedRecognizerResult.html":{"name":"MBSerbiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSerbiaIdBackRecognizer.html":{"name":"MBSerbiaIdBackRecognizer","abstract":"

      Class for configuring Serbian ID Back Recognizer.

      "},"Classes/MBSerbiaIdBackRecognizerResult.html":{"name":"MBSerbiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Serbian ID

      "},"Classes/MBSerbiaIdFrontRecognizer.html":{"name":"MBSerbiaIdFrontRecognizer","abstract":"

      Class for configuring Serbian ID Front Recognizer.

      "},"Classes/MBSerbiaIdFrontRecognizerResult.html":{"name":"MBSerbiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Serbian ID

      "},"Classes/MBSimNumberRecognizer.html":{"name":"MBSimNumberRecognizer","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSimNumberRecognizerResult.html":{"name":"MBSimNumberRecognizerResult","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html":{"name":"MBSingaporeChangiEmployeeIdRecognizer","abstract":"

      Class for configuring Singapore Changi Employee Id Recognizer.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html":{"name":"MBSingaporeChangiEmployeeIdRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeCombinedRecognizer.html":{"name":"MBSingaporeCombinedRecognizer","abstract":"

      Singapore ID Combined Recognizer.

      "},"Classes/MBSingaporeCombinedRecognizerResult.html":{"name":"MBSingaporeCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSingaporeDlFrontRecognizer.html":{"name":"MBSingaporeDlFrontRecognizer","abstract":"

      Class for configuring Singapore Dl Front Recognizer.

      "},"Classes/MBSingaporeDlFrontRecognizerResult.html":{"name":"MBSingaporeDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeIdBackRecognizer.html":{"name":"MBSingaporeIdBackRecognizer","abstract":"

      Class for configuring Singapore Id Back Recognizer.

      "},"Classes/MBSingaporeIdBackRecognizerResult.html":{"name":"MBSingaporeIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Singapore Id

      "},"Classes/MBSingaporeIdFrontRecognizer.html":{"name":"MBSingaporeIdFrontRecognizer","abstract":"

      Class for configuring Singapore ID Front Recognizer.

      "},"Classes/MBSingaporeIdFrontRecognizerResult.html":{"name":"MBSingaporeIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Singapore ID

      "},"Classes/MBSlovakiaCombinedRecognizer.html":{"name":"MBSlovakiaCombinedRecognizer","abstract":"

      Slovak ID Combined Recognizer.

      "},"Classes/MBSlovakiaCombinedRecognizerResult.html":{"name":"MBSlovakiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSlovakiaIdBackRecognizer.html":{"name":"MBSlovakiaIdBackRecognizer","abstract":"

      Class for configuring Slovak ID Back Recognizer.

      "},"Classes/MBSlovakiaIdBackRecognizerResult.html":{"name":"MBSlovakiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovak ID

      "},"Classes/MBSlovakiaIdFrontRecognizer.html":{"name":"MBSlovakiaIdFrontRecognizer","abstract":"

      Class for configuring Slovak ID Front Recognizer.

      "},"Classes/MBSlovakiaIdFrontRecognizerResult.html":{"name":"MBSlovakiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovak ID

      "},"Classes/MBSloveniaCombinedRecognizer.html":{"name":"MBSloveniaCombinedRecognizer","abstract":"

      Slovenian ID Combined Recognizer.

      "},"Classes/MBSloveniaCombinedRecognizerResult.html":{"name":"MBSloveniaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSloveniaIdBackRecognizer.html":{"name":"MBSloveniaIdBackRecognizer","abstract":"

      Class for configuring Slovenian ID Back Recognizer.

      "},"Classes/MBSloveniaIdBackRecognizerResult.html":{"name":"MBSloveniaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovenian ID

      "},"Classes/MBSloveniaIdFrontRecognizer.html":{"name":"MBSloveniaIdFrontRecognizer","abstract":"

      Class for configuring Slovenian ID Front Recognizer.

      "},"Classes/MBSloveniaIdFrontRecognizerResult.html":{"name":"MBSloveniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovenian ID

      "},"Classes/MBSpainDlFrontRecognizer.html":{"name":"MBSpainDlFrontRecognizer","abstract":"

      Spain Driver’s License Front Recognizer.

      "},"Classes/MBSpainDlFrontRecognizerResult.html":{"name":"MBSpainDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Spain DL

      "},"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/MBSwedenDlFrontRecognizer.html":{"name":"MBSwedenDlFrontRecognizer","abstract":"

      Class for configuring Sweden Dl Front Recognizer.

      "},"Classes/MBSwedenDlFrontRecognizerResult.html":{"name":"MBSwedenDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Sweden Dl

      "},"Classes/MBSwitzerlandDlFrontRecognizer.html":{"name":"MBSwitzerlandDlFrontRecognizer","abstract":"

      Class for configuring Switzerland DL Front Recognizer.

      "},"Classes/MBSwitzerlandDlFrontRecognizerResult.html":{"name":"MBSwitzerlandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Switzerland DL

      "},"Classes/MBSwitzerlandIdBackRecognizer.html":{"name":"MBSwitzerlandIdBackRecognizer","abstract":"

      Class for configuring Swiss ID Back Recognizer.

      "},"Classes/MBSwitzerlandIdBackRecognizerResult.html":{"name":"MBSwitzerlandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Swiss ID

      "},"Classes/MBSwitzerlandIdFrontRecognizer.html":{"name":"MBSwitzerlandIdFrontRecognizer","abstract":"

      Class for configuring Swiss ID Front Recognizer.

      "},"Classes/MBSwitzerlandIdFrontRecognizerResult.html":{"name":"MBSwitzerlandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Swiss ID

      "},"Classes/MBSwitzerlandPassportRecognizer.html":{"name":"MBSwitzerlandPassportRecognizer","abstract":"

      Class for configuring Swiss Passport Recognizer.

      "},"Classes/MBSwitzerlandPassportRecognizerResult.html":{"name":"MBSwitzerlandPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Swiss Passport

      "},"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/MBTopUpParser.html":{"name":"MBTopUpParser","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBTopUpParserResult.html":{"name":"MBTopUpParserResult","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of UAE drivers license.

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the United Arab Emirates Dl

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html":{"name":"MBUnitedArabEmiratesIdBackRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Back Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of United Arab Emirates ID

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Front Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of United Arab Emirates ID

      "},"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/MBVinParser.html":{"name":"MBVinParser","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinParserResult.html":{"name":"MBVinParserResult","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinRecognizer.html":{"name":"MBVinRecognizer","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes/MBVinRecognizerResult.html":{"name":"MBVinRecognizerResult","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes.html":{"name":"Classes","abstract":"

      The following classes are available globally.

      "},"Constants.html":{"name":"Constants","abstract":"

      The following constants 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 Definitions.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/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Structs/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      "},"Structs/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      "},"Structs/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended."},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeRange":{"name":"MBMakeRange","abstract":"

      Method which creates a range structure

      "},"Functions.html#/c:MBDocumentSpecification.h@F@MBMakeScale":{"name":"MBMakeScale","abstract":"

      Method which creates a scale structure

      "},"Functions.html#/c:@F@CGDeltaMake":{"name":"CGDeltaMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointWithDelta":{"name":"CGPointWithDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointDistance":{"name":"CGPointDistance","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointAlongLine":{"name":"CGPointAlongLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGPointRotatedAroundPoint":{"name":"CGPointRotatedAroundPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMake":{"name":"CGLineMake","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineEqualToLine":{"name":"CGLineEqualToLine","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineMidPoint":{"name":"CGLineMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDirection":{"name":"CGLineDirection","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAngle":{"name":"CGLinesAngle","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesIntersectAtPoint":{"name":"CGLinesIntersectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineLength":{"name":"CGLineLength","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScale":{"name":"CGLineScale","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineTranslate":{"name":"CGLineTranslate","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineScaleOnMidPoint":{"name":"CGLineScaleOnMidPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineDelta":{"name":"CGLineDelta","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLinesAreParallel":{"name":"CGLinesAreParallel","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopLeftPoint":{"name":"CGRectTopLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectTopRightPoint":{"name":"CGRectTopRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomLeftPoint":{"name":"CGRectBottomLeftPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectBottomRightPoint":{"name":"CGRectBottomRightPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectResize":{"name":"CGRectResize","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectInsetEdge":{"name":"CGRectInsetEdge","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectStackedWithinRectFromEdge":{"name":"CGRectStackedWithinRectFromEdge","abstract":"

      Calculates the stacking of rectangles within a larger rectangle."},"Functions.html#/c:@F@CGRectCenterPoint":{"name":"CGRectCenterPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGRectClosestTwoCornerPoints":{"name":"CGRectClosestTwoCornerPoints","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGLineIntersectsRectAtPoint":{"name":"CGLineIntersectsRectAtPoint","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@CGControlPointsForArcBetweenPointsWithRadius":{"name":"CGControlPointsForArcBetweenPointsWithRadius","abstract":"

      Undocumented

      "},"Functions.html#/c:@F@scanningRegionForFrameInBounds":{"name":"scanningRegionForFrameInBounds","abstract":"

      Undocumented

      "},"Functions.html#/c:MBImageExtensionFactors.h@F@MBMakeImageExtensionFactors":{"name":"MBMakeImageExtensionFactors","abstract":"

      Method which creates a image extension factors structure

      "},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@top":{"name":"top","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@right":{"name":"right","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@bottom":{"name":"bottom","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html#/c:@S@_MBImageExtensionFactors@FI@left":{"name":"left","abstract":"

      Undocumented

      ","parent_name":"_MBImageExtensionFactors"},"Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html":{"name":"_MBImageExtensionFactors","abstract":"

      Struct which describes image extension factors. Each factors denotes by what percentage is image extended.","parent_name":"MBImageExtensionFactors"},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point1":{"name":"point1","abstract":"

      Undocumented

      "},"Type Definitions/CGLine/.html#/c:@SA@CGLine@FI@point2":{"name":"point2","abstract":"

      Undocumented

      "},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@scale":{"name":"scale","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html#/c:@S@_MBScale@FI@tolerance":{"name":"tolerance","abstract":"

      Undocumented

      ","parent_name":"_MBScale"},"Type Definitions/MBScale/_MBScale.html":{"name":"_MBScale","abstract":"

      Struct which defines a scale which detector searches on the image

      ","parent_name":"MBScale"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@start":{"name":"start","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html#/c:@S@_MBRange@FI@stop":{"name":"stop","abstract":"

      Undocumented

      ","parent_name":"_MBRange"},"Type Definitions/MBRange/_MBRange.html":{"name":"_MBRange","abstract":"

      Struct which defines a range on the image

      ","parent_name":"MBRange"},"Type Definitions.html#/c:MBDateParser.h@T@MBDateFormatArray":{"name":"MBDateFormatArray","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBDateParser.h@T@MBDateSeparatorCharsArray":{"name":"MBDateSeparatorCharsArray","abstract":"

      Undocumented

      "},"Type Definitions/MBRange.html":{"name":"MBRange","abstract":"

      Undocumented

      "},"Type Definitions/MBScale.html":{"name":"MBScale","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBException.h@T@MBExceptionName":{"name":"MBExceptionName","abstract":"

      Undocumented

      "},"Type Definitions.html#/c:MBGeometry.h@T@CGDelta":{"name":"CGDelta","abstract":"

      Undocumented

      "},"Type Definitions/CGLine.html":{"name":"CGLine","abstract":"

      Undocumented

      "},"Type Definitions/MBImageExtensionFactors.html":{"name":"MBImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBTemplatingClassifier.html#/c:objc(pl)MBTemplatingClassifier(im)classify":{"name":"-classify","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClassifier"},"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/MBStringProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBStringProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingString:":{"name":"-recognizerRunner:didFinishProcessingString:","abstract":"

      Called when MBRecognizerRunner finishes processing given string.","parent_name":"MBStringProcessingRecognizerRunnerDelegate"},"Protocols/MBSignatureImageResult.html#/c:objc(pl)MBSignatureImageResult(py)signatureImage":{"name":"signatureImage","abstract":"

      image of the signature if enabled with MBSignatureImage returnSignatureImage property.

      ","parent_name":"MBSignatureImageResult"},"Protocols/MBSignatureImageDpi.html#/c:objc(pl)MBSignatureImageDpi(py)signatureImageDpi":{"name":"signatureImageDpi","abstract":"

      Property for setting DPI for signature images","parent_name":"MBSignatureImageDpi"},"Protocols/MBSignatureImage.html#/c:objc(pl)MBSignatureImage(py)returnSignatureImage":{"name":"returnSignatureImage","abstract":"

      Sets whether signature image from ID card should be extracted.

      ","parent_name":"MBSignatureImage"},"Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBScanningRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishScanningWithState:":{"name":"-recognizerRunnerViewController:didFinishScanningWithState:","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/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. 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":"
      ","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/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/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 PPScanDelegate’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/MBOcrLayoutSubview.html#/c:objc(pl)MBOcrLayoutSubview(im)ocrLayoutObtained:withIdentifier:":{"name":"-ocrLayoutObtained:withIdentifier:","abstract":"

      This method should be called when MBOcrLayout is obtained and needs to be drawn/redrawn.

      ","parent_name":"MBOcrLayoutSubview"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)nativeResult":{"name":"-nativeResult","abstract":"

      Returns the native object containing the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBNativeResult.html#/c:objc(pl)MBNativeResult(im)stringResult":{"name":"-stringResult","abstract":"

      Returns the string version of the result. For example, for MBDateResult, this method","parent_name":"MBNativeResult"},"Protocols/MBMrzImageResult.html#/c:objc(pl)MBMrzImageResult(py)mrzImage":{"name":"mrzImage","abstract":"

      face image from the document if enabled with MBMrzImage returnMrzImage property.

      ","parent_name":"MBMrzImageResult"},"Protocols/MBMrzImage.html#/c:objc(pl)MBMrzImage(py)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Sets whether MRZ image from ID card should be extracted

      ","parent_name":"MBMrzImage"},"Protocols/MBMrzFilter.html#/c:objc(pl)MBMrzFilter(im)mrzFilter":{"name":"-mrzFilter","abstract":"

      Determines whether document should be processed or it is filtered out.

      ","parent_name":"MBMrzFilter"},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html#/c:objc(pl)MBImageProcessingRecognizerRunnerDelegate(im)recognizerRunner:didFinishProcessingImage:":{"name":"-recognizerRunner:didFinishProcessingImage:","abstract":"

      Called when MBRecognizerRunner finishes processing given image.","parent_name":"MBImageProcessingRecognizerRunnerDelegate"},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewController:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunnerViewController:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerViewControllerDelegate"},"Protocols/MBGlareRecognizerRunnerDelegate.html#/c:objc(pl)MBGlareRecognizerRunnerDelegate(im)recognizerRunner:didFinishGlareDetectionWithResult:":{"name":"-recognizerRunner:didFinishGlareDetectionWithResult:","abstract":"

      Called when scanning library finishes glare detection.","parent_name":"MBGlareRecognizerRunnerDelegate"},"Protocols/MBGlareDetection.html#/c:objc(pl)MBGlareDetection(py)detectGlare":{"name":"detectGlare","abstract":"

      Defines if glare detection should be turned on/off.

      ","parent_name":"MBGlareDetection"},"Protocols/MBFullDocumentImageResult.html#/c:objc(pl)MBFullDocumentImageResult(py)fullDocumentImage":{"name":"fullDocumentImage","abstract":"

      full document image if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBFullDocumentImageResult"},"Protocols/MBFullDocumentImageExtensionFactors.html#/c:objc(pl)MBFullDocumentImageExtensionFactors(py)fullDocumentImageExtensionFactors":{"name":"fullDocumentImageExtensionFactors","abstract":"

      Image extension factors for full document image.

      ","parent_name":"MBFullDocumentImageExtensionFactors"},"Protocols/MBFullDocumentImageDpi.html#/c:objc(pl)MBFullDocumentImageDpi(py)fullDocumentImageDpi":{"name":"fullDocumentImageDpi","abstract":"

      Property for setting DPI for full document images","parent_name":"MBFullDocumentImageDpi"},"Protocols/MBFullDocumentImage.html#/c:objc(pl)MBFullDocumentImage(py)returnFullDocumentImage":{"name":"returnFullDocumentImage","abstract":"

      Sets whether full document image of ID card should be extracted.

      ","parent_name":"MBFullDocumentImage"},"Protocols/MBFrameGrabberRecognizerDelegate.html#/c:objc(pl)MBFrameGrabberRecognizerDelegate(im)onFrameAvailable:isFocused:frameQuality:":{"name":"-onFrameAvailable:isFocused:frameQuality:","abstract":"

      Called when {FrameGrabberRecognizer} received new frame for processing.","parent_name":"MBFrameGrabberRecognizerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerViewControllerDelegate(im)recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate"},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html#/c:objc(pl)MBFirstSideFinishedRecognizerRunnerDelegate(im)recognizerRunnerDidFinishRecognitionOfFirstSide:":{"name":"-recognizerRunnerDidFinishRecognitionOfFirstSide:","abstract":"

      Called when scanning library finishes performing recognition of the first side of the document.","parent_name":"MBFirstSideFinishedRecognizerRunnerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillClose:":{"name":"-fieldByFieldOverlayViewControllerWillClose:","abstract":"

      Called when Overlay will close. This can happen if the user pressed close button

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didFinishScanningWithElements:":{"name":"-fieldByFieldOverlayViewController:didFinishScanningWithElements:","abstract":"

      Called when Scanning finishes and Overlay will dissapear.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewControllerWillPresentHelp:":{"name":"-fieldByFieldOverlayViewControllerWillPresentHelp:","abstract":"

      Called when user pressed the help button on the overlay.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html#/c:objc(pl)MBFieldByFieldOverlayViewControllerDelegate(im)fieldByFieldOverlayViewController:didOutputCurrentImage:":{"name":"-fieldByFieldOverlayViewController:didOutputCurrentImage:","abstract":"

      Outputs back each image processed by the SDK.

      ","parent_name":"MBFieldByFieldOverlayViewControllerDelegate"},"Protocols/MBFaceImageResult.html#/c:objc(pl)MBFaceImageResult(py)faceImage":{"name":"faceImage","abstract":"

      face image from the document if enabled with MBFaceImage returnFaceImage property.

      ","parent_name":"MBFaceImageResult"},"Protocols/MBFaceImageDpi.html#/c:objc(pl)MBFaceImageDpi(py)faceImageDpi":{"name":"faceImageDpi","abstract":"

      Property for setting DPI for face images","parent_name":"MBFaceImageDpi"},"Protocols/MBFaceImage.html#/c:objc(pl)MBFaceImage(py)returnFaceImage":{"name":"returnFaceImage","abstract":"

      Sets whether face image from ID card should be extracted

      ","parent_name":"MBFaceImage"},"Protocols/MBEncodedSignatureImageResult.html#/c:objc(pl)MBEncodedSignatureImageResult(py)encodedSignatureImage":{"name":"encodedSignatureImage","abstract":"

      JPEG-encoded image of the signature from the document. Available only if enabled with MBEncodeSignatureImage encodeSignatureImage property.

      ","parent_name":"MBEncodedSignatureImageResult"},"Protocols/MBEncodedMrzImageResult.html#/c:objc(pl)MBEncodedMrzImageResult(py)encodedMrzImage":{"name":"encodedMrzImage","abstract":"

      JPEG-encoded MRZ image from the document if enabled with MBEncodeMrzImage encodeMrzImage property.

      ","parent_name":"MBEncodedMrzImageResult"},"Protocols/MBEncodedFullDocumentImageResult.html#/c:objc(pl)MBEncodedFullDocumentImageResult(py)encodedFullDocumentImage":{"name":"encodedFullDocumentImage","abstract":"

      JPEG-encoded full document image if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedFullDocumentImageResult"},"Protocols/MBEncodedFaceImageResult.html#/c:objc(pl)MBEncodedFaceImageResult(py)encodedFaceImage":{"name":"encodedFaceImage","abstract":"

      JPEG-encoded face image from the document if enabled with MBEncodeFaceImage encodeFaceImage property.

      ","parent_name":"MBEncodedFaceImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentFrontImage":{"name":"encodedFullDocumentFrontImage","abstract":"

      JPEG-encoded full document image of the front side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodedCombinedFullDocumentImageResult.html#/c:objc(pl)MBEncodedCombinedFullDocumentImageResult(py)encodedFullDocumentBackImage":{"name":"encodedFullDocumentBackImage","abstract":"

      JPEG-encoded full document image of the back side of the document. Available only if enabled with MBEncodeFullDocumentImage encodeFullDocumentImage property.

      ","parent_name":"MBEncodedCombinedFullDocumentImageResult"},"Protocols/MBEncodeSignatureImage.html#/c:objc(pl)MBEncodeSignatureImage(py)encodeSignatureImage":{"name":"encodeSignatureImage","abstract":"

      Sets whether image of signature on document should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeSignatureImage"},"Protocols/MBEncodeMrzImage.html#/c:objc(pl)MBEncodeMrzImage(py)encodeMrzImage":{"name":"encodeMrzImage","abstract":"

      Sets whether MRZ image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeMrzImage"},"Protocols/MBEncodeFullDocumentImage.html#/c:objc(pl)MBEncodeFullDocumentImage(py)encodeFullDocumentImage":{"name":"encodeFullDocumentImage","abstract":"

      Sets whether full document image should be extracted and JPEG-encoded.

      ","parent_name":"MBEncodeFullDocumentImage"},"Protocols/MBEncodeFaceImage.html#/c:objc(pl)MBEncodeFaceImage(py)encodeFaceImage":{"name":"encodeFaceImage","abstract":"

      Sets whether face image should be extracted from document and JPEG-encoded.

      ","parent_name":"MBEncodeFaceImage"},"Protocols/MBDocumentVerificationSubviewDelegate.html#/c:objc(pl)MBDocumentVerificationSubviewDelegate(im)documentVerificationSubviewDidFinishAnimation:":{"name":"-documentVerificationSubviewDidFinishAnimation:","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubviewDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanning:state:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidTapClose:":{"name":"-documentVerificationOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html#/c:objc(pl)MBDocumentVerificationOverlayViewControllerDelegate(im)documentVerificationOverlayViewControllerDidFinishScanningFirstSide:":{"name":"-documentVerificationOverlayViewControllerDidFinishScanningFirstSide:","abstract":"

      Called when scanning library finished scanning first side of the document

      ","parent_name":"MBDocumentVerificationOverlayViewControllerDelegate"},"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/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignature":{"name":"digitalSignature","abstract":"

      Digital signature of the recognition result. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignatureResult.html#/c:objc(pl)MBDigitalSignatureResult(py)digitalSignatureVersion":{"name":"digitalSignatureVersion","abstract":"

      Version of the digital signature. Available only if enabled with MBDigitalSignature signResult property.

      ","parent_name":"MBDigitalSignatureResult"},"Protocols/MBDigitalSignature.html#/c:objc(pl)MBDigitalSignature(py)signResult":{"name":"signResult","abstract":"

      Whether or not recognition result should be signed.

      ","parent_name":"MBDigitalSignature"},"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/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)documentDataMatch":{"name":"documentDataMatch","abstract":"

      Returns YES if data from scanned parts/sides of the document match,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)scanningFirstSideDone":{"name":"scanningFirstSideDone","abstract":"

      Returns YES if recognizer has finished scanning first side and is now scanning back side,","parent_name":"MBCombinedRecognizerResult"},"Protocols/MBCombinedRecognizer.html#/c:objc(pl)MBCombinedRecognizer(py)combinedResult":{"name":"combinedResult","abstract":"

      Combined result which is associated with this combined recognizer.

      ","parent_name":"MBCombinedRecognizer"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentFrontImage":{"name":"fullDocumentFrontImage","abstract":"

      front side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBCombinedFullDocumentImageResult.html#/c:objc(pl)MBCombinedFullDocumentImageResult(py)fullDocumentBackImage":{"name":"fullDocumentBackImage","abstract":"

      back side image of the document if enabled with MBFullDocumentImage returnFullDocumentImage property.

      ","parent_name":"MBCombinedFullDocumentImageResult"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidFinishScanning:state:":{"name":"-barcodeOverlayViewControllerDidFinishScanning:state:","abstract":"

      Scanning library did output scanning results

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html#/c:objc(pl)MBBarcodeOverlayViewControllerDelegate(im)barcodeOverlayViewControllerDidTapClose:":{"name":"-barcodeOverlayViewControllerDidTapClose:","abstract":"

      Scanning library was closed, usually by the user pressing close button and cancelling the scan

      ","parent_name":"MBBarcodeOverlayViewControllerDelegate"},"Protocols/MBBarcodeOverlayViewControllerDelegate.html":{"name":"MBBarcodeOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBCombinedFullDocumentImageResult.html":{"name":"MBCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizer.html":{"name":"MBCombinedRecognizer","abstract":"

      Undocumented

      "},"Protocols/MBCombinedRecognizerResult.html":{"name":"MBCombinedRecognizerResult","abstract":"

      Undocumented

      "},"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/MBDigitalSignature.html":{"name":"MBDigitalSignature","abstract":"

      Undocumented

      "},"Protocols/MBDigitalSignatureResult.html":{"name":"MBDigitalSignatureResult","abstract":"

      Undocumented

      "},"Protocols/MBDocumentOverlayViewControllerDelegate.html":{"name":"MBDocumentOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html":{"name":"MBDocumentVerificationOverlayViewControllerDelegate","abstract":"

      Protocol for obtaining scanning results

      "},"Protocols/MBDocumentVerificationSubviewDelegate.html":{"name":"MBDocumentVerificationSubviewDelegate","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFaceImage.html":{"name":"MBEncodeFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeFullDocumentImage.html":{"name":"MBEncodeFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeMrzImage.html":{"name":"MBEncodeMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodeSignatureImage.html":{"name":"MBEncodeSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBEncodedCombinedFullDocumentImageResult.html":{"name":"MBEncodedCombinedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFaceImageResult.html":{"name":"MBEncodedFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedFullDocumentImageResult.html":{"name":"MBEncodedFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedMrzImageResult.html":{"name":"MBEncodedMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBEncodedSignatureImageResult.html":{"name":"MBEncodedSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFaceImage.html":{"name":"MBFaceImage","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageDpi.html":{"name":"MBFaceImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFaceImageResult.html":{"name":"MBFaceImageResult","abstract":"

      Undocumented

      "},"Protocols/MBFieldByFieldOverlayViewControllerDelegate.html":{"name":"MBFieldByFieldOverlayViewControllerDelegate","abstract":"

      Protocol for observing important events with scanning

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html":{"name":"MBFirstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFrameGrabberRecognizerDelegate.html":{"name":"MBFrameGrabberRecognizerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImage.html":{"name":"MBFullDocumentImage","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageDpi.html":{"name":"MBFullDocumentImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageExtensionFactors.html":{"name":"MBFullDocumentImageExtensionFactors","abstract":"

      Undocumented

      "},"Protocols/MBFullDocumentImageResult.html":{"name":"MBFullDocumentImageResult","abstract":"

      Undocumented

      "},"Protocols/MBGlareDetection.html":{"name":"MBGlareDetection","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerDelegate.html":{"name":"MBGlareRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html":{"name":"MBGlareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBImageProcessingRecognizerRunnerDelegate.html":{"name":"MBImageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBMrzFilter.html":{"name":"MBMrzFilter","abstract":"

      Undocumented

      "},"Protocols/MBMrzImage.html":{"name":"MBMrzImage","abstract":"

      Undocumented

      "},"Protocols/MBMrzImageResult.html":{"name":"MBMrzImageResult","abstract":"

      Undocumented

      "},"Protocols/MBNativeResult.html":{"name":"MBNativeResult","abstract":"

      Undocumented

      "},"Protocols/MBOcrLayoutSubview.html":{"name":"MBOcrLayoutSubview","abstract":"

      Protocol for processing MBOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)

      "},"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/MBSignatureImage.html":{"name":"MBSignatureImage","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageDpi.html":{"name":"MBSignatureImageDpi","abstract":"

      Undocumented

      "},"Protocols/MBSignatureImageResult.html":{"name":"MBSignatureImageResult","abstract":"

      Undocumented

      "},"Protocols/MBStringProcessingRecognizerRunnerDelegate.html":{"name":"MBStringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      "},"Protocols/MBSubviewDelegate.html":{"name":"MBSubviewDelegate","abstract":"

      Protocol which all objects interested in receiving information about overlay subviews need to implement

      "},"Protocols/MBTemplatingClassifier.html":{"name":"MBTemplatingClassifier","abstract":"

      Undocumented

      "},"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/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp123":{"name":"MBTopUp123","abstract":"

      For top ups which begin with 123 prefix and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp103":{"name":"MBTopUp103","abstract":"

      For top ups which begin with 103 and USSD code length is 14

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUp131":{"name":"MBTopUp131","abstract":"

      For top ups which begin with 131 and USSD code length is 13

      ","parent_name":"MBTopUpPreset"},"Enums/MBTopUpPreset.html#/c:@E@MBTopUpPreset@MBTopUpGeneric":{"name":"MBTopUpGeneric","abstract":"

      For top ups with any prefix and USSD code length from interval {[13, 16]}

      ","parent_name":"MBTopUpPreset"},"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/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/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDefault":{"name":"MBRecognitionModeDefault","abstract":"

      Classic, production mode. Results are returned after first valid scanning

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeTest":{"name":"MBRecognitionModeTest","abstract":"

      Recognition Test. Results are never returned, recognition is performed repeatedly

      ","parent_name":"MBRecognitionMode"},"Enums/MBRecognitionMode.html#/c:@E@MBRecognitionMode@MBRecognitionModeDetectionTest":{"name":"MBRecognitionModeDetectionTest","abstract":"

      Recognition Test. Results are never returned, only detection is performed repeatedly

      ","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/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateEmpty":{"name":"MBParserResultStateEmpty","abstract":"

      Empty

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateUncertain":{"name":"MBParserResultStateUncertain","abstract":"

      Uncertain

      ","parent_name":"MBParserResultState"},"Enums/MBParserResultState.html#/c:@E@MBParserResultState@MBParserResultStateValid":{"name":"MBParserResultStateValid","abstract":"

      Valid

      ","parent_name":"MBParserResultState"},"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/PPDocumentType.html#/c:@E@PPDocumentType@PPBlinkOCRDocumentType":{"name":"PPBlinkOCRDocumentType","abstract":"

      Document type for latin documents used with BlinkOCR recognizer

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPMicrDocumentType":{"name":"PPMicrDocumentType","abstract":"

      Document type for MICR font

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPArabicDocumentType":{"name":"PPArabicDocumentType","abstract":"

      Document type for Arabic characters

      ","parent_name":"PPDocumentType"},"Enums/PPDocumentType.html#/c:@E@PPDocumentType@PPHandwrittenDocumentType":{"name":"PPHandwrittenDocumentType","abstract":"

      Document type for handwriting

      ","parent_name":"PPDocumentType"},"Enums/MBMrtdDocumentType.html#/c:@E@MBMrtdDocumentType@MBMrtdTypeUnknown":{"name":"MBMrtdTypeUnknown","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDocumentType"},"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/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/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryUnitedKingdom":{"name":"MBEudlCountryUnitedKingdom","abstract":"

      UK driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryGermany":{"name":"MBEudlCountryGermany","abstract":"

      German driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAustria":{"name":"MBEudlCountryAustria","abstract":"

      Austrian driver’s licenses

      ","parent_name":"MBEudlCountry"},"Enums/MBEudlCountry.html#/c:@E@MBEudlCountry@MBEudlCountryAny":{"name":"MBEudlCountryAny","abstract":"

      Any EU DL

      ","parent_name":"MBEudlCountry"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1Card":{"name":"MBDocumentSpecificationId1Card","abstract":"

      Preset for detecting ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2Card":{"name":"MBDocumentSpecificationId2Card","abstract":"

      Preset for detecting ID2 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationCheque":{"name":"MBDocumentSpecificationCheque","abstract":"

      Preset for detecting cheques

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Portrait":{"name":"MBDocumentSpecificationA4Portrait","abstract":"

      Preset for detecting A4 documents in portrait

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationA4Landscape":{"name":"MBDocumentSpecificationA4Landscape","abstract":"

      Preset for detecting A4 documents in landscape

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId1VerticalCard":{"name":"MBDocumentSpecificationId1VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBDocumentSpecificationPreset.html#/c:@E@MBDocumentSpecificationPreset@MBDocumentSpecificationId2VerticalCard":{"name":"MBDocumentSpecificationId2VerticalCard","abstract":"

      Preset for detecting vertical ID1 cards

      ","parent_name":"MBDocumentSpecificationPreset"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeAuto":{"name":"MBScanningModeAuto","abstract":"

      Detects document in both directions

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModeLandscape":{"name":"MBScanningModeLandscape","abstract":"

      Detects document in landscape direction

      ","parent_name":"MBScanningMode"},"Enums/MBScanningMode.html#/c:@E@MBScanningMode@MBScanningModePortrait":{"name":"MBScanningModePortrait","abstract":"

      Detects document in portrait direction

      ","parent_name":"MBScanningMode"},"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/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFail":{"name":"MBDetectionCodeFail","abstract":"

      Object detection has failed.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeFallback":{"name":"MBDetectionCodeFallback","abstract":"

      Object was detected partially. Only some PhotoPay detectors support this.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionCode.html#/c:@E@MBDetectionCode@MBDetectionCodeSuccess":{"name":"MBDetectionCodeSuccess","abstract":"

      Object detection has succeded.

      ","parent_name":"MBDetectionCode"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusSuccess":{"name":"MBDetectionStatusSuccess","abstract":"

      Object was successfuly detected.

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFail":{"name":"MBDetectionStatusFail","abstract":"

      Object was not detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooHigh":{"name":"MBDetectionStatusCameraTooHigh","abstract":"

      Object was successfully detected, but the camera was too far above the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraAtAngle":{"name":"MBDetectionStatusCameraAtAngle","abstract":"

      Object was successfully detected, but the perspective angle of camera is too high

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraRotated":{"name":"MBDetectionStatusCameraRotated","abstract":"

      Object was successfully detected, but the object is rotated and not aligned to the camera edges

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusQRSuccess":{"name":"MBDetectionStatusQRSuccess","abstract":"

      QR code was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPdf417Success":{"name":"MBDetectionStatusPdf417Success","abstract":"

      PDF417 barcode was successfully detected

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusFallbackSuccess":{"name":"MBDetectionStatusFallbackSuccess","abstract":"

      Object was successfully detected using a fallback algorithm

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusPartialForm":{"name":"MBDetectionStatusPartialForm","abstract":"

      Object was detected, but is only partially visible on screen

      ","parent_name":"MBDetectionStatus"},"Enums/MBDetectionStatus.html#/c:@E@MBDetectionStatus@MBDetectionStatusCameraTooNear":{"name":"MBDetectionStatusCameraTooNear","abstract":"

      Object was successfully detected, but the camera is too near to the object for processing

      ","parent_name":"MBDetectionStatus"},"Enums/MBDeepOcrModel.html#/c:@E@MBDeepOcrModel@MBDeepOcrModelBlinkInput":{"name":"MBDeepOcrModelBlinkInput","abstract":"

      Deep OCR model for Blink Input

      ","parent_name":"MBDeepOcrModel"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYYYY":{"name":"MBDateFormatDDMMYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMMYY":{"name":"MBDateFormatDDMMYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYYYY":{"name":"MBDateFormatMMDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMMDDYY":{"name":"MBDateFormatMMDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMMDD":{"name":"MBDateFormatYYYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMMDD":{"name":"MBDateFormatYYMMDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYYYY":{"name":"MBDateFormatDDMONTHYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatDDMONTHYY":{"name":"MBDateFormatDDMONTHYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYYYY":{"name":"MBDateFormatMONTHDDYYYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatMONTHDDYY":{"name":"MBDateFormatMONTHDDYY","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYYYMONTHDD":{"name":"MBDateFormatYYYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"Enums/MBDateFormat.html#/c:@E@MBDateFormat@MBDateFormatYYMONTHDD":{"name":"MBDateFormatYYMONTHDD","abstract":"

      Undocumented

      ","parent_name":"MBDateFormat"},"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@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@MBBarcodeNone":{"name":"MBBarcodeNone","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeType"},"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/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/MBDateFormat.html":{"name":"MBDateFormat","abstract":"

      Available date formats for date parser. To activate parsing of dates with month names in"},"Enums/MBDeepOcrModel.html":{"name":"MBDeepOcrModel","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBDetectionStatus.html":{"name":"MBDetectionStatus","abstract":"

      Status of the object detection in MicroBlink SDK

      "},"Enums/MBDetectionCode.html":{"name":"MBDetectionCode","abstract":"

      Enum for type of detection status.

      "},"Enums/MBDocumentFaceDetectorType.html":{"name":"MBDocumentFaceDetectorType","abstract":"

      Enumeration of all supported document types for MBDocumentFaceRecognizer

      "},"Enums/MBScanningMode.html":{"name":"MBScanningMode","abstract":"

      Enum of different scanning modes: Landscape, Portrait and Auto(both)

      "},"Enums/MBDocumentSpecificationPreset.html":{"name":"MBDocumentSpecificationPreset","abstract":"

      Presets which can be used to instantiate document specification for a specific document format

      "},"Enums/MBEudlCountry.html":{"name":"MBEudlCountry","abstract":"

      Enumeration of all supported countries in EUDL Recognizer

      "},"Enums/MBProcessingOrientation.html":{"name":"MBProcessingOrientation","abstract":"

      Enum which describes text orientation on an image.

      "},"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/PPDocumentType.html":{"name":"PPDocumentType","abstract":"

      Type of the document which recognizer scans

      "},"Enums/MBOcrFont.html":{"name":"MBOcrFont","abstract":"

      A list of fonts supported by BlinkOCR

      "},"Enums/MBParserResultState.html":{"name":"MBParserResultState","abstract":"

      Enumeration of posibble parser result state

      "},"Enums/MBProcessorResultState.html":{"name":"MBProcessorResultState","abstract":"

      Enumeration of posibble processor result state

      "},"Enums/MBRecognitionMode.html":{"name":"MBRecognitionMode","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/MBTopUpPreset.html":{"name":"MBTopUpPreset","abstract":"

      Enumeration of posibble top up presets

      "},"Enums/MBUsdlKeys.html":{"name":"MBUsdlKeys","abstract":"

      Possible keys that can be used for obtaining USDL result elements.

      "},"Constants.html#/c:@MBIllegalModificationException":{"name":"MBIllegalModificationException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseKeyException":{"name":"MBInvalidLicenseKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseeKeyException":{"name":"MBInvalidLicenseeKeyException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidLicenseResourceException":{"name":"MBInvalidLicenseResourceException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidBundleException":{"name":"MBInvalidBundleException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBMissingSettingsException":{"name":"MBMissingSettingsException","abstract":"

      Undocumented

      "},"Constants.html#/c:@MBInvalidArgumentException":{"name":"MBInvalidArgumentException","abstract":"

      Undocumented

      "},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizerResult.html#/c:objc(cs)MBVinRecognizerResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN or empty string if recognition failed.

      ","parent_name":"MBVinRecognizerResult"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinRecognizer.html#/c:objc(cs)MBVinRecognizer(py)result":{"name":"result","abstract":"

      Vin recognizer result

      ","parent_name":"MBVinRecognizer"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParserResult.html#/c:objc(cs)MBVinParserResult(py)vin":{"name":"vin","abstract":"

      Returns the recognized VIN number or empty string if recognition failed.

      ","parent_name":"MBVinParserResult"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBVinParser"},"Classes/MBVinParser.html#/c:objc(cs)MBVinParser(py)result":{"name":"result","abstract":"

      Vin parser result

      ","parent_name":"MBVinParser"},"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/MBUsdlRecognizerResult.html#/c:objc(cs)MBUsdlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlRecognizer"},"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/MBUsdlCombinedRecognizerResult.html#/c:objc(cs)MBUsdlCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","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)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/MBUsdlCombinedRecognizer.html#/c:objc(cs)MBUsdlCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUsdlCombinedRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Front recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from front side of United Arab Emirates ID

      ","parent_name":"MBUnitedArabEmiratesIdFrontRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of United Arab Emirates ID owner.

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizerResult"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesIdBackRecognizer(py)result":{"name":"result","abstract":"

      United Arab Emirates ID Back recognizer result

      ","parent_name":"MBUnitedArabEmiratesIdBackRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license Number of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)licensingAuthority":{"name":"licensingAuthority","abstract":"

      The licensing Authority of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizerResult(py)placeOfIssue":{"name":"placeOfIssue","abstract":"

      The place Of Issue of the front side of the United Arab Emirates Dl owner.

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizerResult"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning United Arab Emirates Dl Front Recognizer

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if issue date of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicenseNumber":{"name":"extractLicenseNumber","abstract":"

      Defines if license number of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractLicensingAuthority":{"name":"extractLicensingAuthority","abstract":"

      Defines if licensing authority code of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of UAE DL owner should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html#/c:objc(cs)MBUnitedArabEmiratesDlFrontRecognizer(py)extractPlaceOfIssue":{"name":"extractPlaceOfIssue","abstract":"

      Defines if place of issue of UAE DL should be extracted

      ","parent_name":"MBUnitedArabEmiratesDlFrontRecognizer"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParserResult.html#/c:objc(cs)MBTopUpParserResult(py)topUp":{"name":"topUp","abstract":"

      Returns the recognized Top Up number or empty string if recognition failed.

      ","parent_name":"MBTopUpParserResult"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)result":{"name":"result","abstract":"

      Top Up parser result

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)allowNoPrefix":{"name":"allowNoPrefix","abstract":"

      Indicates whether USSD codes without prefix are allowed.

      ","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(py)returnCodeWithoutPrefix":{"name":"returnCodeWithoutPrefix","abstract":"

      Indicates whether digts prefix and # at the end of scanned USSD code will","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setTopUpPreset:":{"name":"-setTopUpPreset:","abstract":"

      Sets the top up prefix and USSD code length based on the given MBTopUpPreset. Only","parent_name":"MBTopUpParser"},"Classes/MBTopUpParser.html#/c:objc(cs)MBTopUpParser(im)setPrefix:andUssdCodeLength:":{"name":"-setPrefix:andUssdCodeLength:","abstract":"

      Sets the given top up prefix and USSD code length. Only top ups with the chosen prefix and","parent_name":"MBTopUpParser"},"Classes/MBTemplatingRecognizerResult.html#/c:objc(cs)MBTemplatingRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingRecognizer"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBTemplatingClass"},"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/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBTapToFocusSubview.html#/c:objc(cs)MBTapToFocusSubview(im)willFocusAtPoint:":{"name":"-willFocusAtPoint:","abstract":"

      Undocumented

      ","parent_name":"MBTapToFocusSubview"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The name of the Swiss Passport owner.

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfBirth":{"name":"nonMrzDateOfBirth","abstract":"

      Date of birth, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      Date of expiry, as written on the passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      Number of the Passport

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The sex of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizerResult.html#/c:objc(cs)MBSwitzerlandPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Swiss Passport owner

      ","parent_name":"MBSwitzerlandPassportRecognizerResult"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)result":{"name":"result","abstract":"

      Swiss Passport recognizer result

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s name should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandPassportRecognizer.html#/c:objc(cs)MBSwitzerlandPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height should be extracted from Swiss Passport

      ","parent_name":"MBSwitzerlandPassportRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given name of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of Switzerland ID owner.

      ","parent_name":"MBSwitzerlandIdFrontRecognizerResult"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning SwitzerlandIdFrontRecognizer

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Switzerland ID owner should be extracted.

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdFrontRecognizer.html#/c:objc(cs)MBSwitzerlandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Switzerland ID owner should be extracted.

      ","parent_name":"MBSwitzerlandIdFrontRecognizer"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)placeOfOrigin":{"name":"placeOfOrigin","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfIssue":{"name":"rawDocumentDateOfIssue","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID in DD.MM.yyyy format.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzDateOfExpiry":{"name":"nonMrzDateOfExpiry","abstract":"

      The document date of issue of the Swiss ID.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizerResult.html#/c:objc(cs)MBSwitzerlandIdBackRecognizerResult(py)nonMrzSex":{"name":"nonMrzSex","abstract":"

      The address of the Swiss ID owner.

      ","parent_name":"MBSwitzerlandIdBackRecognizerResult"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Swiss ID Back recognizer result

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Swiss ID should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractPlaceOfOrigin":{"name":"extractPlaceOfOrigin","abstract":"

      Defines if place of origin of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if height of Swiss ID holder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandIdBackRecognizer.html#/c:objc(cs)MBSwitzerlandIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Swiss ID folder should be extracted

      ","parent_name":"MBSwitzerlandIdBackRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of rxpiry of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)expiryDatePermanent":{"name":"expiryDatePermanent","abstract":"

      If YES, then this Switzerland DL will never expire.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Switzerland DL owner.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizerResult.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle categories of the Switzerland DL.

      ","parent_name":"MBSwitzerlandDlFrontRecognizerResult"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Switzerland DL Front

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwitzerlandDlFrontRecognizer.html#/c:objc(cs)MBSwitzerlandDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories should be extracted from front side of the Switzerland DL

      ","parent_name":"MBSwitzerlandDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The Surname of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Sweden DL owner.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The Date Of Issue of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date Of Expiry of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The Issuing Agency of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)referenceNumber":{"name":"referenceNumber","abstract":"

      The Reference Number of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The Licence Categories of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizerResult.html#/c:objc(cs)MBSwedenDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The Licence Numer of the Sweden DL.

      ","parent_name":"MBSwedenDlFrontRecognizerResult"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Sweden Dl Front recognizer result

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if issuing agency should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractReferenceNumber":{"name":"extractReferenceNumber","abstract":"

      Defines if reference number should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSwedenDlFrontRecognizer.html#/c:objc(cs)MBSwedenDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines iflicence categories should be extracted from Sweden DL

      ","parent_name":"MBSwedenDlFrontRecognizer"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizerResult.html#/c:objc(cs)MBSuccessFrameGrabberRecognizerResult(py)successFrame":{"name":"successFrame","abstract":"

      Success frame PPImage of successful frame

      ","parent_name":"MBSuccessFrameGrabberRecognizerResult"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"Classes/MBSuccessFrameGrabberRecognizer.html#/c:objc(cs)MBSuccessFrameGrabberRecognizer(im)initWithRecognizer:":{"name":"-initWithRecognizer:","abstract":"

      Undocumented

      ","parent_name":"MBSuccessFrameGrabberRecognizer"},"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/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)number":{"name":"number","abstract":"

      The licence number of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence categories of the Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Spain DL owner

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The date of issue of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizerResult.html#/c:objc(cs)MBSpainDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The date of expiry of Spain DL

      ","parent_name":"MBSpainDlFrontRecognizerResult"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Spain Dl Front recognizer result

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Spain DL owner should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSpainDlFrontRecognizer.html#/c:objc(cs)MBSpainDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Spain DL should be extracted

      ","parent_name":"MBSpainDlFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizerResult.html#/c:objc(cs)MBSloveniaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdFrontRecognizerResult"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Front recognizer result

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Slovenian ID owner should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdFrontRecognizer.html#/c:objc(cs)MBSloveniaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdFrontRecognizer"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The authority of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Date of issue of the Slovenian ID in dd.MM.yyyy format.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizerResult.html#/c:objc(cs)MBSloveniaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue of the Slovenian ID.

      ","parent_name":"MBSloveniaIdBackRecognizerResult"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Back recognizer result

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if issuing authority of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaIdBackRecognizer.html#/c:objc(cs)MBSloveniaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Slovenian ID should be extracted

      ","parent_name":"MBSloveniaIdBackRecognizer"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The nationality of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovenian ID owner.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovenian ID.

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovenian ID owner

      ","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizerResult.html#/c:objc(cs)MBSloveniaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSloveniaCombinedRecognizerResult"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSloveniaCombinedRecognizer.html#/c:objc(cs)MBSloveniaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovenian ID Combined recognizer result

      ","parent_name":"MBSloveniaCombinedRecognizer"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Slovakian ID in dd.MM.yyyy format.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuing authority of the ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizerResult.html#/c:objc(cs)MBSlovakiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Slovakian ID.

      ","parent_name":"MBSlovakiaIdFrontRecognizerResult"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Front recognizer result

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdFrontRecognizer.html#/c:objc(cs)MBSlovakiaIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdFrontRecognizer"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizerResult.html#/c:objc(cs)MBSlovakiaIdBackRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of the Slovakian ID owner.

      ","parent_name":"MBSlovakiaIdBackRecognizerResult"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Back recognizer result

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaIdBackRecognizer.html#/c:objc(cs)MBSlovakiaIdBackRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaIdBackRecognizer"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The identity card number of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The PIN of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Slovak ID owner

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)surnameAtBirth":{"name":"surnameAtBirth","abstract":"

      The surname at birth of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)specialRemarks":{"name":"specialRemarks","abstract":"

      The special remarks of Slovak ID.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Slovak ID owner.

      ","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizerResult.html#/c:objc(cs)MBSlovakiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSlovakiaCombinedRecognizerResult"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Slovak ID Combined recognizer result

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if ID’s date of expiry should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if ID’s date of issue should be extracted

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if issuing document number should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSurnameAtBirth":{"name":"extractSurnameAtBirth","abstract":"

      Defines if owner’s surname at birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSlovakiaCombinedRecognizer.html#/c:objc(cs)MBSlovakiaCombinedRecognizer(py)extractSpecialRemarks":{"name":"extractSpecialRemarks","abstract":"

      Defines if owner’s special remarks should be extracted from Slovakian ID

      ","parent_name":"MBSlovakiaCombinedRecognizer"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizerResult.html#/c:objc(cs)MBSingaporeIdFrontRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeIdFrontRecognizerResult"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Front recognizer result

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdFrontRecognizer.html#/c:objc(cs)MBSingaporeIdFrontRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeIdFrontRecognizer"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizerResult.html#/c:objc(cs)MBSingaporeIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeIdBackRecognizerResult"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Id Back

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeIdBackRecognizer.html#/c:objc(cs)MBSingaporeIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeIdBackRecognizer"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue date of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore DL owner.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizerResult.html#/c:objc(cs)MBSingaporeDlFrontRecognizerResult(py)validTill":{"name":"validTill","abstract":"

      The valid till of the Singapore DL.

      ","parent_name":"MBSingaporeDlFrontRecognizerResult"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore DL Front

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if owner’s birth date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractIssueDate":{"name":"extractIssueDate","abstract":"

      Defines if the issue date should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeDlFrontRecognizer.html#/c:objc(cs)MBSingaporeDlFrontRecognizer(py)extractValidTill":{"name":"extractValidTill","abstract":"

      Defines if valid till should be extracted from front side of the Singapore DL

      ","parent_name":"MBSingaporeDlFrontRecognizer"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of the Singaporean ID card.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)race":{"name":"race","abstract":"

      The race of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)countryOfBirth":{"name":"countryOfBirth","abstract":"

      The country/place of birth of the Singaporean ID card owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)addressChangeDate":{"name":"addressChangeDate","abstract":"

      The address Change Date of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Type of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizerResult.html#/c:objc(cs)MBSingaporeCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the back side of the Singapore Id owner.

      ","parent_name":"MBSingaporeCombinedRecognizerResult"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)result":{"name":"result","abstract":"

      Singapore ID Combined recognizer result

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractRace":{"name":"extractRace","abstract":"

      Defines if race of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractCountryOfBirth":{"name":"extractCountryOfBirth","abstract":"

      Defines if country/place of birth of Singaporean ID card owner should be extracted

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractAddressChangeDate":{"name":"extractAddressChangeDate","abstract":"

      Defines if owner’s address change date should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractBloodGroup":{"name":"extractBloodGroup","abstract":"

      Defines if owner’s blood type should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeCombinedRecognizer.html#/c:objc(cs)MBSingaporeCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from back side of the Singapore Id

      ","parent_name":"MBSingaporeCombinedRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Singapore Changi employee ID.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizerResult(py)companyName":{"name":"companyName","abstract":"

      TThe company name of the Singapore Changi employee ID owner.

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizerResult"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractCompanyName":{"name":"extractCompanyName","abstract":"

      Defines if company name should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html#/c:objc(cs)MBSingaporeChangiEmployeeIdRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if birth of expiry should be extracted from the Singapore Changi Employee Id

      ","parent_name":"MBSingaporeChangiEmployeeIdRecognizer"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizerResult.html#/c:objc(cs)MBSimNumberRecognizerResult(py)simNumber":{"name":"simNumber","abstract":"

      Returns the recognized SIM number from barcode or empty string if recognition failed.

      ","parent_name":"MBSimNumberRecognizerResult"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSimNumberRecognizer.html#/c:objc(cs)MBSimNumberRecognizer(py)result":{"name":"result","abstract":"

      Sim number recognizer results

      ","parent_name":"MBSimNumberRecognizer"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)issuingDate":{"name":"issuingDate","abstract":"

      The issuing date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid until date of the Serbian ID.

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizerResult.html#/c:objc(cs)MBSerbiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Serbian ID owner

      ","parent_name":"MBSerbiaIdFrontRecognizerResult"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Front recognizer result

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractIssuingDate":{"name":"extractIssuingDate","abstract":"

      Defines if issuing date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdFrontRecognizer.html#/c:objc(cs)MBSerbiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until date of Serbian ID should be extracted

      ","parent_name":"MBSerbiaIdFrontRecognizer"},"Classes/MBSerbiaIdBackRecognizerResult.html#/c:objc(cs)MBSerbiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizerResult"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaIdBackRecognizer.html#/c:objc(cs)MBSerbiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Back recognizer result

      ","parent_name":"MBSerbiaIdBackRecognizer"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)jmbg":{"name":"jmbg","abstract":"

      The JMBG of Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Serbian ID owner

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Serbian ID.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Serbian ID owner.

      ","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizerResult.html#/c:objc(cs)MBSerbiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBSerbiaCombinedRecognizerResult"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBSerbiaCombinedRecognizer.html#/c:objc(cs)MBSerbiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Serbian ID Combined recognizer result

      ","parent_name":"MBSerbiaCombinedRecognizer"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)initWithIdentifier:parser:":{"name":"-initWithIdentifier:parser:","abstract":"

      Designated initializer, defines the unique identifier for this canned element, and Parser factory for it.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)identifier":{"name":"identifier","abstract":"

      Unique name of the element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)parser":{"name":"parser","abstract":"

      Parser object which is reponsible scanning the text.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTitle":{"name":"localizedTitle","abstract":"

      Localized title (used in the Pivot control)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTooltip":{"name":"localizedTooltip","abstract":"

      Localized tooltip (used in the tooltip label above the viewfinder)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)keyboardType":{"name":"keyboardType","abstract":"

      Keyboard type used when editing

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)localizedTextfieldText":{"name":"localizedTextfieldText","abstract":"

      Localized initial UITextField text (used in field segment scanning text fields)

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanned":{"name":"scanned","abstract":"

      YES if the value was scanned, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)edited":{"name":"edited","abstract":"

      YES if the value was manually edited, NO otherwise.","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)value":{"name":"value","abstract":"

      Actual value for this element

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionWidth":{"name":"scanningRegionWidth","abstract":"

      Width of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen width and 0.5 is half width.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)scanningRegionHeight":{"name":"scanningRegionHeight","abstract":"

      Height of scanning region used in UI. Values are between 0.0 and 1.0 where 1.0 is whole screen height and 0.5 is half height.

      ","parent_name":"MBScanElement"},"Classes/MBScanElement.html#/c:objc(cs)MBScanElement(py)successfulScanImage":{"name":"successfulScanImage","abstract":"

      Image of the scanned element.

      ","parent_name":"MBScanElement"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      Last name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      First name

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      Card number

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)idSeries":{"name":"idSeries","abstract":"

      ID series

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)cnp":{"name":"cnp","abstract":"

      CNP

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)parentNames":{"name":"parentNames","abstract":"

      Parent names - missing if nationality exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZNationality":{"name":"nonMRZNationality","abstract":"

      Nationality - missing if parent names exists

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      Place of birth

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      Address

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      Issued by

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)nonMRZSex":{"name":"nonMRZSex","abstract":"

      Sex

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      Valid from

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidFrom":{"name":"rawValidFrom","abstract":"

      Valid from date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      Valid until

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizerResult.html#/c:objc(cs)MBRomaniaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      Valid until date in format DD.MM.YYYY.

      ","parent_name":"MBRomaniaIdFrontRecognizerResult"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Romanian ID Front recognizer result

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if the place of birth should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if the owner’s address should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if the issued ny data should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if the valid from date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if the valid until date should be extracted from the ID

      ","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRomaniaIdFrontRecognizer.html#/c:objc(cs)MBRomaniaIdFrontRecognizer(py)extractNonMRZSex":{"name":"extractNonMRZSex","abstract":"

      Defines if the owner’s sex information should be extracted from the ID","parent_name":"MBRomaniaIdFrontRecognizer"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParserResult.html#/c:objc(cs)MBRegexParserResult(py)parsedString":{"name":"parsedString","abstract":"

      Returns string containing parsed OCR result according to given regular expression.

      ","parent_name":"MBRegexParserResult"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(im)initWithRegex:":{"name":"-initWithRegex:","abstract":"

      Initializes the regex parser

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)result":{"name":"result","abstract":"

      Regex parser result

      ","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)regex":{"name":"regex","abstract":"

      Defines regex that will be used to parse OCR data. Note that not all java regex features","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)startWithWhitespace":{"name":"startWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace before matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)endWithWhitespace":{"name":"endWithWhitespace","abstract":"

      If set to YES, regex will not be matched if there is no whitespace after matched string.","parent_name":"MBRegexParser"},"Classes/MBRegexParser.html#/c:objc(cs)MBRegexParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRegexParser"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)debugRecognizerRunnerViewControllerDelegate":{"name":"debugRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)detectionRecognizerRunnerViewControllerDelegate":{"name":"detectionRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)ocrRecognizerRunnerViewControllerDelegate":{"name":"ocrRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)glareRecognizerRunnerViewControllerDelegate":{"name":"glareRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerViewControllerMetadataDelegates(py)firstSideFinishedRecognizerRunnerViewControllerDelegate":{"name":"firstSideFinishedRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerViewControllerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)debugRecognizerRunnerDelegate":{"name":"debugRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)detectionRecognizerRunnerDelegate":{"name":"detectionRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)ocrRecognizerRunnerDelegate":{"name":"ocrRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)glareRecognizerRunnerDelegate":{"name":"glareRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunnerMetadataDelegates.html#/c:objc(cs)MBRecognizerRunnerMetadataDelegates(py)firstSideFinishedRecognizerRunnerDelegate":{"name":"firstSideFinishedRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunnerMetadataDelegates"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)scanningRecognizerRunnerDelegate":{"name":"scanningRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)imageProcessingRecognizerRunnerDelegate":{"name":"imageProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)stringProcessingRecognizerRunnerDelegate":{"name":"stringProcessingRecognizerRunnerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(py)coordinator":{"name":"coordinator","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"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)resetState":{"name":"-resetState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerRunner"},"Classes/MBRecognizerRunner.html#/c:objc(cs)MBRecognizerRunner(im)resetState:":{"name":"-resetState:","abstract":"

      Undocumented

      ","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/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerResult.html#/c:objc(cs)MBRecognizerResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerResult"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(im)initWithRecognizers:":{"name":"-initWithRecognizers:","abstract":"

      Undocumented

      ","parent_name":"MBRecognizerCollection"},"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 in PhotoPay will be returned to the user.","parent_name":"MBRecognizerCollection"},"Classes/MBRecognizerCollection.html#/c:objc(cs)MBRecognizerCollection(py)recognitionMode":{"name":"recognitionMode","abstract":"

      Recognition 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)enabled":{"name":"enabled","abstract":"

      Property which determines if the recognizer is enabled

      ","parent_name":"MBRecognizer"},"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)getOptimalHudOrientation":{"name":"-getOptimalHudOrientation","abstract":"

      Undocumented

      ","parent_name":"MBRecognizer"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParserResult.html#/c:objc(cs)MBRawParserResult(py)rawText":{"name":"rawText","abstract":"

      Extracted date string.

      ","parent_name":"MBRawParserResult"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)useSieve":{"name":"useSieve","abstract":"

      Enable the usage of algorithm for combining consecutive OCR results between video frames","parent_name":"MBRawParser"},"Classes/MBRawParser.html#/c:objc(cs)MBRawParser(py)ocrEngineOptions":{"name":"ocrEngineOptions","abstract":"

      Sets the OCR engine options used in Regex OCR parser.","parent_name":"MBRawParser"},"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/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetectorResult.html#/c:objc(cs)MBQuadWithSizeDetectorResult(py)physicalHeightInInches":{"name":"physicalHeightInInches","abstract":"

      Returns the physical height of the detected MBQuadrangle in inches.

      ","parent_name":"MBQuadWithSizeDetectorResult"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadWithSizeDetector.html#/c:objc(cs)MBQuadWithSizeDetector(py)quadWithSizeResult":{"name":"quadWithSizeResult","abstract":"

      Quad with size detector result

      ","parent_name":"MBQuadWithSizeDetector"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetectorResult.html#/c:objc(cs)MBQuadDetectorResult(py)quadrangle":{"name":"quadrangle","abstract":"

      Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.

      ","parent_name":"MBQuadDetectorResult"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBQuadDetector"},"Classes/MBQuadDetector.html#/c:objc(cs)MBQuadDetector(py)quadResult":{"name":"quadResult","abstract":"

      Quad detector result

      ","parent_name":"MBQuadDetector"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorResult.html#/c:objc(cs)MBProcessorResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBProcessorResult"},"Classes/MBProcessorGroup.html#/c:objc(cs)MBProcessorGroup(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBProcessorGroup"},"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/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Polish ID owner in DD.MM.yyyy format.

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizerResult.html#/c:objc(cs)MBPolandIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandIdFrontRecognizerResult"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Front recognizer result

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdFrontRecognizer.html#/c:objc(cs)MBPolandIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandIdFrontRecognizer"},"Classes/MBPolandIdBackRecognizerResult.html#/c:objc(cs)MBPolandIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizerResult"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandIdBackRecognizer.html#/c:objc(cs)MBPolandIdBackRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Back recognizer result

      ","parent_name":"MBPolandIdBackRecognizer"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The first name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)familyName":{"name":"familyName","abstract":"

      The family name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)parentsGivenNames":{"name":"parentsGivenNames","abstract":"

      The parents name of Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Polish ID owner.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number on Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of Polish ID.

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Polish ID owner

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Polish ID

      ","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizerResult.html#/c:objc(cs)MBPolandCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBPolandCombinedRecognizerResult"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)result":{"name":"result","abstract":"

      Polish ID Combined recognizer result

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if citizenship of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if date of birth of Polish ID owner should be extracted

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractFamilyName":{"name":"extractFamilyName","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractParentsGivenNames":{"name":"extractParentsGivenNames","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPolandCombinedRecognizer.html#/c:objc(cs)MBPolandCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Polish ID

      ","parent_name":"MBPolandCombinedRecognizer"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417RecognizerResult.html#/c:objc(cs)MBPdf417RecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBPdf417RecognizerResult"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)result":{"name":"result","abstract":"

      PDF417 recognizer results

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBPdf417Recognizer"},"Classes/MBPdf417Recognizer.html#/c:objc(cs)MBPdf417Recognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBPdf417Recognizer"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizerResult.html#/c:objc(cs)MBPaymentCardFrontRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardFrontRecognizerResult"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Front Recognizer

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardFrontRecognizer.html#/c:objc(cs)MBPaymentCardFrontRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardFrontRecognizer"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBPaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardCombinedRecognizerResult"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardCombinedRecognizer.html#/c:objc(cs)MBPaymentCardCombinedRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardCombinedRecognizer"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizerResult.html#/c:objc(cs)MBPaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBPaymentCardBackRecognizerResult"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Back Recognizer

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBPaymentCardBackRecognizer.html#/c:objc(cs)MBPaymentCardBackRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBPaymentCardBackRecognizer"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserResult.html#/c:objc(cs)MBParserResult(py)resultState":{"name":"resultState","abstract":"

      Undocumented

      ","parent_name":"MBParserResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessorResult.html#/c:objc(cs)MBParserGroupProcessorResult(py)ocrLayout":{"name":"ocrLayout","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessorResult"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"Classes/MBParserGroupProcessor.html#/c:objc(cs)MBParserGroupProcessor(im)initWithParsers:":{"name":"-initWithParsers:","abstract":"

      Undocumented

      ","parent_name":"MBParserGroupProcessor"},"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/MBParser.html#/c:objc(cs)MBParser(py)baseResult":{"name":"baseResult","abstract":"

      Base parser result

      ","parent_name":"MBParser"},"Classes/MBParser.html#/c:objc(cs)MBParser(py)required":{"name":"required","abstract":"

      Defines/returns whether the parser configured with this parser settings object will be required or optional.

      ","parent_name":"MBParser"},"Classes/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBOverlayViewController"},"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/MBOverlayViewController.html#/c:objc(cs)MBOverlayViewController(py)cameraPausedView":{"name":"cameraPausedView","abstract":"

      Label which is displayed on screen when camera is paused, but still exists on the screen.

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)character":{"name":"character","abstract":"

      Character that was recognised

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(py)variants":{"name":"variants","abstract":"

      Alternative characters which are possible instead of this character.

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCharWithVariants"},"Classes/MBCharWithVariants.html#/c:objc(cs)MBCharWithVariants(im)initWithValue:":{"name":"-initWithValue:","abstract":"

      Initializer for a CharWithVariant

      ","parent_name":"MBCharWithVariants"},"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)init":{"name":"-init","abstract":"

      Undocumented

      ","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/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(im)init":{"name":"-init","abstract":"

      Creates MBOcrEngineOptions with default settings.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)documentType":{"name":"documentType","abstract":"

      Type of document scanned.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)minimalLineHeight":{"name":"minimalLineHeight","abstract":"

      Minimal height of the line of text given in pixels. All chars smaller than this value will be ignored.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)maximalLineHeight":{"name":"maximalLineHeight","abstract":"

      Maximal height of the line of text given in pixels.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)imageProcessingEnabled":{"name":"imageProcessingEnabled","abstract":"

      Specifies if the image processing is performed on image

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrEngineOptions.html#/c:objc(cs)MBOcrEngineOptions(py)charWhitelist":{"name":"charWhitelist","abstract":"

      Whitelist of characters used in the OCR process. The set must contain MBOcrCharKey objects.

      ","parent_name":"MBOcrEngineOptions"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)code":{"name":"code","abstract":"

      Unicode value of the char. For example, for char ‘k’, you can use either ‘k’ or 107.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(py)font":{"name":"font","abstract":"

      Font of the char. Can be specific (for example MB_OCR_FONT_ARIAL), or any font (MB_OCR_FONT_ANY), which is the same","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(im)initWithCode:font:":{"name":"-initWithCode:font:","abstract":"

      Initializer which specifies the code and font of the char.

      ","parent_name":"MBOcrCharKey"},"Classes/MBOcrCharKey.html#/c:objc(cs)MBOcrCharKey(cm)keyWithCode:font:":{"name":"+keyWithCode:font:","abstract":"

      Factory method for easier instantiation

      ","parent_name":"MBOcrCharKey"},"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/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)firstNames":{"name":"firstNames","abstract":"

      The first name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)donorIndicator":{"name":"donorIndicator","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The last name of the New Zealand Driver License owner.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)licenseNumber":{"name":"licenseNumber","abstract":"

      The license number of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizerResult.html#/c:objc(cs)MBNewZealandDlFrontRecognizerResult(py)cardVersion":{"name":"cardVersion","abstract":"

      The card version of the New Zealand Driver License.

      ","parent_name":"MBNewZealandDlFrontRecognizerResult"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      New Zealand DL Front recognizer result

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractFirstNames":{"name":"extractFirstNames","abstract":"

      Defines if owner’s first name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s last name should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s issue date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if card’s expiry date should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractDonorIndicator":{"name":"extractDonorIndicator","abstract":"

      Defines if owner’s donor indicator should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBNewZealandDlFrontRecognizer.html#/c:objc(cs)MBNewZealandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from New Zealand Driver License

      ","parent_name":"MBNewZealandDlFrontRecognizer"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)nricNumber":{"name":"nricNumber","abstract":"

      NRIC number (National Registration Identity Card Number)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddress":{"name":"ownerAddress","abstract":"

      Owner address

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressCity":{"name":"ownerAddressCity","abstract":"

      Owner address city. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressState":{"name":"ownerAddressState","abstract":"

      Owner address state. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressZipCode":{"name":"ownerAddressZipCode","abstract":"

      Owner address Zip code. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerAddressStreet":{"name":"ownerAddressStreet","abstract":"

      Owner street. Determined from owner address.

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)rawOwnerBirthDate":{"name":"rawOwnerBirthDate","abstract":"

      Owner birth date string, as written on the document (YYMMDD format)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerBirthDate":{"name":"ownerBirthDate","abstract":"

      Owner birth date converted in NSDate object

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerFullName":{"name":"ownerFullName","abstract":"

      Owner full name

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerReligion":{"name":"ownerReligion","abstract":"

      Owner religion if written on MyKad

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)ownerSex":{"name":"ownerSex","abstract":"

      Owner sex (M for male, F for female)

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizerResult.html#/c:objc(cs)MBMyKadFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      Owner army number on MyTentera documents

      ","parent_name":"MBMyKadFrontRecognizerResult"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)result":{"name":"result","abstract":"

      My Kad Front recognizer result

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadFrontRecognizer.html#/c:objc(cs)MBMyKadFrontRecognizer(py)extractArmyNumber":{"name":"extractArmyNumber","abstract":"

      Defines if army number should be extracted from MyTentera documents with MyKadRecognizer

      ","parent_name":"MBMyKadFrontRecognizer"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)extendedNric":{"name":"extendedNric","abstract":"

      The Extended NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)nric":{"name":"nric","abstract":"

      The NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)oldNric":{"name":"oldNric","abstract":"

      The old NRIC of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizerResult.html#/c:objc(cs)MBMyKadBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the MyKad owner.

      ","parent_name":"MBMyKadBackRecognizerResult"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MyKad back side

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMyKadBackRecognizer.html#/c:objc(cs)MBMyKadBackRecognizer(py)extractOldNric":{"name":"extractOldNric","abstract":"

      Defines if old NRIC should be extracted from back side of the MyKad

      ","parent_name":"MBMyKadBackRecognizer"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)primaryID":{"name":"primaryID","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)secondaryID":{"name":"secondaryID","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)issuer":{"name":"issuer","abstract":"

      Returns three-letter or two-letter code which indicate the issuing State. Three-letter codes are based","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Returns holder’s date of birth

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Returns document number. Document number contains up to 9 characters.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)nationality":{"name":"nationality","abstract":"

      Returns nationality of the holder represented by a three-letter or two-letter code. Three-letter","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)gender":{"name":"gender","abstract":"

      Returns gender of the card holder. Gender is specified by use of the single initial, capital letter F for female,","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)documentCode":{"name":"documentCode","abstract":"

      Returns document code. Document code contains two characters. For MRTD the first character shall","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Returns date of expiry

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt1":{"name":"opt1","abstract":"

      Returns first optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)opt2":{"name":"opt2","abstract":"

      Returns second optional data. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Returns alien number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Returns application receipt number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Returns immigrant case number. Returns empty string if not available.","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)mrzText":{"name":"mrzText","abstract":"

      Returns the entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isParsed":{"name":"isParsed","abstract":"

      Returns true if Machine Readable Zone has been parsed, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrzResult.html#/c:objc(cs)MBMrzResult(py)isVerified":{"name":"isVerified","abstract":"

      Returns true if all check digits inside MRZ are correct, false otherwise.

      ","parent_name":"MBMrzResult"},"Classes/MBMrtdSpecification.html#/c:objc(cs)MBMrtdSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdSpecification"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizerResult"},"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/MBMrtdRecognizerResult.html#/c:objc(cs)MBMrtdRecognizerResult(py)mrzImage":{"name":"mrzImage","abstract":"

      Image of the Machine Readable Zone or nil if not available.

      ","parent_name":"MBMrtdRecognizerResult"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdRecognizer"},"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)returnMrzImage":{"name":"returnMrzImage","abstract":"

      Whether cropped image of the Machine Readable Zone should be available in result.","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdRecognizer.html#/c:objc(cs)MBMrtdRecognizer(py)saveImageDPI":{"name":"saveImageDPI","abstract":"

      Desired DPI for MRZ and full document images (if saving of those is enabled)

      ","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(im)setMrzFilter:":{"name":"-setMrzFilter:","abstract":"

      Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents","parent_name":"MBMrtdRecognizer"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzLocation":{"name":"mrzLocation","abstract":"

      Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetectorResult.html#/c:objc(cs)MBMrtdDetectorResult(py)mrzPhysicalHeightInInches":{"name":"mrzPhysicalHeightInInches","abstract":"

      Returns the physical height in inches of Machine Readable Zone.

      ","parent_name":"MBMrtdDetectorResult"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)result":{"name":"result","abstract":"

      MRTD detector result

      ","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)detectFullDocument":{"name":"detectFullDocument","abstract":"

      Defines whether full document will be detected. If set to false, result will contain","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(py)useCardDetector":{"name":"useCardDetector","abstract":"

      Enable detection correction with card detector. When this option is enabled, after","parent_name":"MBMrtdDetector"},"Classes/MBMrtdDetector.html#/c:objc(cs)MBMrtdDetector(im)setMrtdSpecifications:":{"name":"-setMrtdSpecifications:","abstract":"

      Sets the mrtd specifications. Mrtd specifications describe the images that should be returned by","parent_name":"MBMrtdDetector"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentType":{"name":"documentType","abstract":"

      Returns the MRTD document type of recognized document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)alienNumber":{"name":"alienNumber","abstract":"

      Alien number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)applicationReceiptNumber":{"name":"applicationReceiptNumber","abstract":"

      Application receipt number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)immigrantCaseNumber":{"name":"immigrantCaseNumber","abstract":"

      Immigrant case number. Returns nil or empty string if not available.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizerResult.html#/c:objc(cs)MBMrtdCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBMrtdCombinedRecognizerResult"},"Classes/MBMrtdCombinedRecognizer.html#/c:objc(cs)MBMrtdCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMrtdCombinedRecognizer"},"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)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBMrtdCombinedRecognizer"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizerResult.html#/c:objc(cs)MBMoroccoIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdFrontRecognizerResult"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning front side of Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdFrontRecognizer.html#/c:objc(cs)MBMoroccoIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from front side of the Morocco ID

      ","parent_name":"MBMoroccoIdFrontRecognizer"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Morocco ID.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)fathersName":{"name":"fathersName","abstract":"

      The father’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)mothersName":{"name":"mothersName","abstract":"

      The mother’s name of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizerResult.html#/c:objc(cs)MBMoroccoIdBackRecognizerResult(py)civilStatusNumber":{"name":"civilStatusNumber","abstract":"

      The civil status number of the Morocco ID owner.

      ","parent_name":"MBMoroccoIdBackRecognizerResult"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Back side of Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractFathersName":{"name":"extractFathersName","abstract":"

      Defines if father’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractMothersName":{"name":"extractMothersName","abstract":"

      Defines if mother’s name should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBMoroccoIdBackRecognizer.html#/c:objc(cs)MBMoroccoIdBackRecognizer(py)extractCivilStatusNumber":{"name":"extractCivilStatusNumber","abstract":"

      Defines if owner’s civil status number should be extracted from Back side of the Morocco ID

      ","parent_name":"MBMoroccoIdBackRecognizer"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)moveable":{"name":"moveable","abstract":"

      Denotes if view finder is moveable. Viewfinder will move whenever something is detected and will return to default position if no object","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)portraitMargins":{"name":"portraitMargins","abstract":"

      Margins between overlay bounds and default corner positions while in portrait orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(py)landscapeMargins":{"name":"landscapeMargins","abstract":"

      Margins between overlay bounds and default corner positions while in landscape orientation.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBModernViewfinderSubview.html#/c:objc(cs)MBModernViewfinderSubview(im)resetPositions":{"name":"-resetPositions","abstract":"

      Resets the viewfinder position to it’s initial position.

      ","parent_name":"MBModernViewfinderSubview"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(cm)sharedInstance":{"name":"+sharedInstance","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)showLicenseKeyTimeLimitedWarning":{"name":"showLicenseKeyTimeLimitedWarning","abstract":"

      If YES, tooltip limited license key warning messages will appear on screen

      ","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle in which the resources for the scanning process should be found. Usually, by default, this","parent_name":"MBMicroblinkSDK"},"Classes/MBMicroblinkSDK.html#/c:objc(cs)MBMicroblinkSDK(im)setLicenseBuffer:":{"name":"-setLicenseBuffer:","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:":{"name":"-setLicenseBuffer:andLicensee:","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:":{"name":"-setLicenseKey:","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:":{"name":"-setLicenseKey:andLicensee:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:","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:":{"name":"-setLicenseResource:withExtension:inSubdirectory:forBundle:andLicensee:","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/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)language":{"name":"language","abstract":"

      Undocumented

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(py)resourcesBundle":{"name":"resourcesBundle","abstract":"

      Bundle with resources used in framework

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)instance":{"name":"+instance","abstract":"

      Obtain the shared instance

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)init":{"name":"-init","abstract":"

      Designated initializer

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setDefaultLanguage":{"name":"-setDefaultLanguage","abstract":"

      Sets the language to default (i.e. language specified in the user’s device settings

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarStyle:":{"name":"-pushStatusBarStyle:","abstract":"

      Pushes the UIApplication status bar style to a internally handled stack

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarStyle":{"name":"-popStatusBarStyle","abstract":"

      Returns the status bar style to the last saved value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)pushStatusBarHidden:":{"name":"-pushStatusBarHidden:","abstract":"

      Push the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)popStatusBarHidden":{"name":"-popStatusBarHidden","abstract":"

      pops the status bar hidden value

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)setHelpShown:":{"name":"-setHelpShown:","abstract":"

      Sets the key that the help was shown to true

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(im)isHelpShown":{"name":"-isHelpShown","abstract":"

      Returns true if the help was already shown

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMicroblinkApp.html#/c:objc(cs)MBMicroblinkApp(cm)getDefaultResourcesBundle":{"name":"+getDefaultResourcesBundle","abstract":"

      Returns the default resources bundle. If it doesn’t exist, it will be nil.

      ","parent_name":"MBMicroblinkApp"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)curp":{"name":"curp","abstract":"

      The CURP of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)electorKey":{"name":"electorKey","abstract":"

      The elector key of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizerResult.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of Mexico Voter ID owner.

      ","parent_name":"MBMexicoVoterIdFrontRecognizerResult"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MexicoVoterIdFrontRecognizer

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractCurp":{"name":"extractCurp","abstract":"

      Defines if CURP of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMexicoVoterIdFrontRecognizer.html#/c:objc(cs)MBMexicoVoterIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if full name of Mexico Voter ID owner should be extracted.

      ","parent_name":"MBMexicoVoterIdFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)armyNumber":{"name":"armyNumber","abstract":"

      The army number of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth date of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The address of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)nric":{"name":"nric","abstract":"

      The nric of Malaysian MyTentera.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The state of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of Malaysian MyTentera owner.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizerResult"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning MalaysiaMyTenteraFrontRecognizer

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)extractFullNameAndAddress":{"name":"extractFullNameAndAddress","abstract":"

      Defines if full name and address of Malaysian MyTentera owner should be extracted.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html#/c:objc(cs)MBMalaysiaMyTenteraFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Malaysian MyTentera owner should be extracted.

      ","parent_name":"MBMalaysiaMyTenteraFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The dl Class of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The full Address of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The identity Number of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)ownerState":{"name":"ownerState","abstract":"

      The owner State of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The street of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The valid From of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The valid Until of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipcode":{"name":"zipcode","abstract":"

      The zipcode of the front side of the Malaysia Dl owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Malaysia Dl Front Recognizer

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractClass":{"name":"extractClass","abstract":"

      Defines if vehicle classes of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Malaysian DL owner should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if date of issue of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if date of expiry of Malaysian DL should be extracted.

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParserResult.html#/c:objc(cs)MBLicensePlatesParserResult(py)licensePlate":{"name":"licensePlate","abstract":"

      Returns the recognized license plate number or empty string if recognition failed.

      ","parent_name":"MBLicensePlatesParserResult"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLicensePlatesParser.html#/c:objc(cs)MBLicensePlatesParser(py)result":{"name":"result","abstract":"

      License plates parser result

      ","parent_name":"MBLicensePlatesParser"},"Classes/MBLegacyRecognizerResult.html#/c:objc(cs)MBLegacyRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizerResult"},"Classes/MBLegacyRecognizer.html#/c:objc(cs)MBLegacyRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyRecognizer"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      Three-letter code which indicate the issuing State.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      Unique number of the document. Document number contains up to 9 characters.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)documentCode":{"name":"documentCode","abstract":"

      The document code. Document code contains two characters. For MRTD the first character","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      Date of expiry of the document in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      Date of expiry of the document.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)primaryId":{"name":"primaryId","abstract":"

      Returns the primary indentifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)secondaryId":{"name":"secondaryId","abstract":"

      Returns the secondary identifier. If there is more than one component, they are separated with space.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      Holder’s date of birth in format YYMMDD.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      Holder’s date of birth.

      ","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      Nationality of the holder represented by a three-letter code. Three-letter codes are based","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)sex":{"name":"sex","abstract":"

      Sex of the card holder. Sex is specified by use of the single initial, capital","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt1":{"name":"opt1","abstract":"

      First optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)opt2":{"name":"opt2","abstract":"

      Second optional data. Returns nil or empty string if not available.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzText":{"name":"mrzText","abstract":"

      The entire Machine Readable Zone text from ID. This text is usually used for parsing","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzParsed":{"name":"mrzParsed","abstract":"

      Boolean value which denotes that MRTD result is successfully parsed. When the result is parsed, all","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBLegacyMRTDRecognizerResult.html#/c:objc(cs)MBLegacyMRTDRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBLegacyMRTDRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the front side of the Kuroom wait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)civilIdNumber":{"name":"civilIdNumber","abstract":"

      The civil Id Number of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizerResult.html#/c:objc(cs)MBKuwaitIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Kuwait Id owner.

      ","parent_name":"MBKuwaitIdFrontRecognizerResult"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Front Recognizer

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractBirthDate":{"name":"extractBirthDate","abstract":"

      Defines if date of birth of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdFrontRecognizer.html#/c:objc(cs)MBKuwaitIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Kuwait ID owner should be extracted.

      ","parent_name":"MBKuwaitIdFrontRecognizer"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizerResult.html#/c:objc(cs)MBKuwaitIdBackRecognizerResult(py)serialNo":{"name":"serialNo","abstract":"

      The serial number of Kuwait ID

      ","parent_name":"MBKuwaitIdBackRecognizerResult"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Kuwait Id Back Recognizer

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBKuwaitIdBackRecognizer.html#/c:objc(cs)MBKuwaitIdBackRecognizer(py)extractSerialNo":{"name":"extractSerialNo","abstract":"

      Defines if serial number of Kuwait ID should be extracted

      ","parent_name":"MBKuwaitIdBackRecognizer"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizerResult.html#/c:objc(cs)MBJordanIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Jordan ID.

      ","parent_name":"MBJordanIdFrontRecognizerResult"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Front recognizer result

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdFrontRecognizer.html#/c:objc(cs)MBJordanIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanIdFrontRecognizer"},"Classes/MBJordanIdBackRecognizerResult.html#/c:objc(cs)MBJordanIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizerResult"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanIdBackRecognizer.html#/c:objc(cs)MBJordanIdBackRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Back recognizer result

      ","parent_name":"MBJordanIdBackRecognizer"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)name":{"name":"name","abstract":"

      The Name of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The Sex of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The Date Of Birth of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Jordan ID owner.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)issuer":{"name":"issuer","abstract":"

      The issuer of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The Date of expiry of the Jordan ID.

      ","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizerResult.html#/c:objc(cs)MBJordanCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBJordanCombinedRecognizerResult"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)result":{"name":"result","abstract":"

      Jordan ID Combined recognizer result

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBJordanCombinedRecognizer.html#/c:objc(cs)MBJordanCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Jordan ID

      ","parent_name":"MBJordanCombinedRecognizer"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizerResult.html#/c:objc(cs)MBItalyDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Italy Dl owner.

      ","parent_name":"MBItalyDlFrontRecognizerResult"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Italy Dl Front Recognizer

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Italian DL card should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBItalyDlFrontRecognizer.html#/c:objc(cs)MBItalyDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Italian DL owner should be extracted.

      ","parent_name":"MBItalyDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issued By of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceCategories":{"name":"licenceCategories","abstract":"

      The licence Categories of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizerResult.html#/c:objc(cs)MBIrelandDlFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Ireland Dl owner.

      ","parent_name":"MBIrelandDlFrontRecognizerResult"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Ireland Dl Front Recognizer

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuing authority of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceCategories":{"name":"extractLicenceCategories","abstract":"

      Defines if licence categories of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if licence number of Ireland DL should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIrelandDlFrontRecognizer.html#/c:objc(cs)MBIrelandDlFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Ireland DL owner should be extracted.

      ","parent_name":"MBIrelandDlFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood Type of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      The date Of Expiry Permanent of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel Desa of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital Status of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the front side of the Indonesia Id owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Indonesia Id Front Recognizer

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCity":{"name":"extractCity","abstract":"

      Defines if city of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Indonesian ID card should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if Kel/Desa of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if RT number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if RW number of Indonesian ID owner should be extracted.

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBImageReturnProcessorResult.html#/c:objc(cs)MBImageReturnProcessorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessorResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBImageReturnProcessor"},"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(cm)imageWithUIImage:":{"name":"+imageWithUIImage:","abstract":"

      Creates PPImage around UIImage.

      ","parent_name":"MBImage"},"Classes/MBImage.html#/c:objc(cs)MBImage(cm)imageWithCmSampleBuffer:":{"name":"+imageWithCmSampleBuffer:","abstract":"

      Creates PPImage around CVImageBufferRef.

      ","parent_name":"MBImage"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport number of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the iKad owner.

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of iKad owner, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of iKad owner, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)sector":{"name":"sector","abstract":"

      The sector of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)employer":{"name":"employer","abstract":"

      The employer of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)facultyAddress":{"name":"facultyAddress","abstract":"

      The faculty address of the iKad owner

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)rawExpiryDate":{"name":"rawExpiryDate","abstract":"

      The expiry date of the iKad, as written on the iKad (DD/MM/YYYY)

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizerResult.html#/c:objc(cs)MBIkadRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry date of the iKad, parsed in NSDate object

      ","parent_name":"MBIkadRecognizerResult"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)result":{"name":"result","abstract":"

      i Kad recognizer result

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSector":{"name":"extractSector","abstract":"

      Defines if owner’s sector should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractEmployer":{"name":"extractEmployer","abstract":"

      Defines if owner’s employer should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractFacultyAddress":{"name":"extractFacultyAddress","abstract":"

      Defines if owner’s faculty address should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if owner’s passport number should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractExpiryDate":{"name":"extractExpiryDate","abstract":"

      Defines if expiry date should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if date of expiry should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIkadRecognizer.html#/c:objc(cs)MBIkadRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from iKad

      ","parent_name":"MBIkadRecognizer"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParserResult.html#/c:objc(cs)MBIbanParserResult(py)iban":{"name":"iban","abstract":"

      Returns the rparsed IBAN or empty string if recognition failed.

      ","parent_name":"MBIbanParserResult"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)result":{"name":"result","abstract":"

      Iban parser result

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)alwaysReturnPrefix":{"name":"alwaysReturnPrefix","abstract":"

      Should prefix (country code) always be returned.

      ","parent_name":"MBIbanParser"},"Classes/MBIbanParser.html#/c:objc(cs)MBIbanParser(py)countryCodeWhitelist":{"name":"countryCodeWhitelist","abstract":"

      Set of allowed country codes. If whitelist is defined, only IBANs with defined country codes","parent_name":"MBIbanParser"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)fullName":{"name":"fullName","abstract":"

      The full name of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)commercialCode":{"name":"commercialCode","abstract":"

      The commerical Code of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Hong Kong ID ownder.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The issue date of the Hong Kong ID owner.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Hong Kong card.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizerResult.html#/c:objc(cs)MBHongKongIdFrontRecognizerResult(py)residentialStatus":{"name":"residentialStatus","abstract":"

      The residential status of the Hong Kong ID.

      ","parent_name":"MBHongKongIdFrontRecognizerResult"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Hong Kong ID Front recognizer result

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractFullName":{"name":"extractFullName","abstract":"

      Defines if owner’s full name should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractCommercialCode":{"name":"extractCommercialCode","abstract":"

      Defines if commercial code should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractResidentialStatus":{"name":"extractResidentialStatus","abstract":"

      Defines if card’s residential status should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBHongKongIdFrontRecognizer.html#/c:objc(cs)MBHongKongIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if card’s date of issue should be extracted from Hong Kong ID

      ","parent_name":"MBHongKongIdFrontRecognizer"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(py)label":{"name":"label","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)initWithFrame:":{"name":"-initWithFrame:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGlareStatusSubview.html#/c:objc(cs)MBGlareStatusSubview(im)glareDetectionFinishedWithResult:":{"name":"-glareDetectionFinishedWithResult:","abstract":"

      Undocumented

      ","parent_name":"MBGlareStatusSubview"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the German Passport owner.

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German Passport owner

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue in NSDate object

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizerResult.html#/c:objc(cs)MBGermanyPassportRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the Passport

      ","parent_name":"MBGermanyPassportRecognizerResult"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)result":{"name":"result","abstract":"

      German Passport recognizer result

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyPassportRecognizer.html#/c:objc(cs)MBGermanyPassportRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if authority should be extracted from German ID

      ","parent_name":"MBGermanyPassportRecognizer"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizerResult.html#/c:objc(cs)MBGermanyOldIdRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth on the German ID

      ","parent_name":"MBGermanyOldIdRecognizerResult"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)result":{"name":"result","abstract":"

      German Old ID recognizer result

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyOldIdRecognizer.html#/c:objc(cs)MBGermanyOldIdRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from German ID

      ","parent_name":"MBGermanyOldIdRecognizer"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of Germany ID.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)givenNames":{"name":"givenNames","abstract":"

      The given names of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizerResult.html#/c:objc(cs)MBGermanyIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of Germany ID owner.

      ","parent_name":"MBGermanyIdFrontRecognizerResult"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning GermanyIdFrontRecognizer

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractCanNumber":{"name":"extractCanNumber","abstract":"

      Defines if CAN number of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Germany ID should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if nationality of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdFrontRecognizer.html#/c:objc(cs)MBGermanyIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Germany ID owner should be extracted.

      ","parent_name":"MBGermanyIdFrontRecognizer"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      Eye colour

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      Height in cm

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      Raw date of issue, as written on the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      Date of issue

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      Issuing authority of the ID

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)address":{"name":"address","abstract":"

      Full address

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressZipCode":{"name":"addressZipCode","abstract":"

      ZIP code

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressCity":{"name":"addressCity","abstract":"

      City

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressStreet":{"name":"addressStreet","abstract":"

      Stret name in single line

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizerResult.html#/c:objc(cs)MBGermanyIdBackRecognizerResult(py)addressHouseNumber":{"name":"addressHouseNumber","abstract":"

      House number

      ","parent_name":"MBGermanyIdBackRecognizerResult"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)result":{"name":"result","abstract":"

      German ID Back recognizer result

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractEyeColour":{"name":"extractEyeColour","abstract":"

      If eye color should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      If height should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      If date of issue should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      If authority should be extracted, set this to YES

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyIdBackRecognizer.html#/c:objc(cs)MBGermanyIdBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyIdBackRecognizer"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(py)dateOfIssueB10":{"name":"dateOfIssueB10","abstract":"

      The date of issue for B category of German DL card.

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizerResult.html#/c:objc(cs)MBGermanyDlBackRecognizerResult(py)dateOfIssueB10NotSpecified":{"name":"dateOfIssueB10NotSpecified","abstract":"

      The date of issue for B category of German DL card is not specified.

      ","parent_name":"MBGermanyDlBackRecognizerResult"},"Classes/MBGermanyDlBackRecognizer.html#/c:objc(cs)MBGermanyDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyDlBackRecognizer"},"Classes/MBGermanyDlBackRecognizer.html#/c:objc(cs)MBGermanyDlBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning GermanyDlBackRecognizer

      ","parent_name":"MBGermanyDlBackRecognizer"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of German ID owner

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)eyeColor":{"name":"eyeColor","abstract":"

      The eye color of German ID owner.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)canNumber":{"name":"canNumber","abstract":"

      The CAN number of German ID.

      ","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizerResult.html#/c:objc(cs)MBGermanyCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBGermanyCombinedRecognizerResult"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)result":{"name":"result","abstract":"

      German ID Combined recognizer result

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBGermanyCombinedRecognizer.html#/c:objc(cs)MBGermanyCombinedRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from German ID

      ","parent_name":"MBGermanyCombinedRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"Classes/MBFrameGrabberRecognizer.html#/c:objc(cs)MBFrameGrabberRecognizer(im)initWithFrameGrabberDelegate:":{"name":"-initWithFrameGrabberDelegate:","abstract":"

      Undocumented

      ","parent_name":"MBFrameGrabberRecognizer"},"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/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithSettings:delegate:":{"name":"-initWithSettings:delegate:","abstract":"

      Designated initializer of the overlay. All scan settings from the recognizer runner will be removed and generated anew with passed MBScanElement array.

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithNibName:bundle:":{"name":"-initWithNibName:bundle:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlayViewController.html#/c:objc(cs)MBFieldByFieldOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate which is notified with important UI events

      ","parent_name":"MBFieldByFieldOverlayViewController"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)initWithScanElements:":{"name":"-initWithScanElements:","abstract":"

      Designated initializer for settings.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanElements":{"name":"scanElements","abstract":"

      Array of MBScanElement objects which defines which Elements are scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)showOcrDots":{"name":"showOcrDots","abstract":"

      Property that enables showing of flashing dots over characters being scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)outputSuccessfulImages":{"name":"outputSuccessfulImages","abstract":"

      Property that enables outputting images of sucessful scans for each element scanned.

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)consecutiveScanThreshold":{"name":"consecutiveScanThreshold","abstract":"

      Number of times same parse result needs to be outputted to be considered valid

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)scanResultViewColor":{"name":"scanResultViewColor","abstract":"

      Background color of successful scan result

      ","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)nextButtonDescriptionText":{"name":"nextButtonDescriptionText","abstract":"

      Returns/sets next button description text that is shown above next button","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBFieldByFieldOverlaySettings.html#/c:objc(cs)MBFieldByFieldOverlaySettings(py)nextButtonLastDescriptionText":{"name":"nextButtonLastDescriptionText","abstract":"

      Returns/sets next button description text that is shown above next button","parent_name":"MBFieldByFieldOverlaySettings"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)birthData":{"name":"birthData","abstract":"

      The birth Data of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issueDate":{"name":"issueDate","abstract":"

      The issue Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)expiryDate":{"name":"expiryDate","abstract":"

      The expiry Date of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)driverNumber":{"name":"driverNumber","abstract":"

      The driver Number of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizerResult.html#/c:objc(cs)MBEudlRecognizerResult(py)country":{"name":"country","abstract":"

      The country of the EU Driver License owner.

      ","parent_name":"MBEudlRecognizerResult"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)result":{"name":"result","abstract":"

      EU Driver License recognizer result

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if owner’s date of issue should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if owner’s date of expiry should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if owner’s personal number should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if owner’s issuing authority should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if owner’s address should be extracted from EU Driver License

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEudlRecognizer.html#/c:objc(cs)MBEudlRecognizer(py)country":{"name":"country","abstract":"

      Country of scanning Eudl. The default value of MBEudlCountryAny will scan all supported driver’s licenses.

      ","parent_name":"MBEudlRecognizer"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParserResult.html#/c:objc(cs)MBEmailParserResult(py)email":{"name":"email","abstract":"

      Returns the recognized email or empty string if recognition failed.

      ","parent_name":"MBEmailParserResult"},"Classes/MBEmailParser.html#/c:objc(cs)MBEmailParser(py)result":{"name":"result","abstract":"

      Email parser result

      ","parent_name":"MBEmailParser"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizerResult.html#/c:objc(cs)MBElitePaymentCardFrontRecognizerResult(py)owner":{"name":"owner","abstract":"

      The owner of the front side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardFrontRecognizerResult"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Front Recognizer

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardFrontRecognizer.html#/c:objc(cs)MBElitePaymentCardFrontRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardFrontRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The payment card number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)owner":{"name":"owner","abstract":"

      Information about the payment card owner (name, company, etc.).

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The payment card’s last month of validity.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      Payment card’s security code/value.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizerResult.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      Payment card’s inventory number.

      ","parent_name":"MBElitePaymentCardCombinedRecognizerResult"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Payment Card Combined Recognizer

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractOwner":{"name":"extractOwner","abstract":"

      Should extract the card owner information

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeOwner":{"name":"anonymizeOwner","abstract":"

      Should anonymize the owner area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardCombinedRecognizer.html#/c:objc(cs)MBElitePaymentCardCombinedRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardCombinedRecognizer"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cardNumber":{"name":"cardNumber","abstract":"

      The card Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)cvv":{"name":"cvv","abstract":"

      The cvv of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)inventoryNumber":{"name":"inventoryNumber","abstract":"

      The inventory Number of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizerResult.html#/c:objc(cs)MBElitePaymentCardBackRecognizerResult(py)validThru":{"name":"validThru","abstract":"

      The valid Thru of the back side of the Elite Payment Card owner.

      ","parent_name":"MBElitePaymentCardBackRecognizerResult"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Elite Payment Card Back Recognizer

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractCvv":{"name":"extractCvv","abstract":"

      Should extract the card’s security code/value

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractInventoryNumber":{"name":"extractInventoryNumber","abstract":"

      Should extract the card’s inventory number

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)extractValidThru":{"name":"extractValidThru","abstract":"

      Should extract the payment card’s month of expiry

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)anonymizeCvv":{"name":"anonymizeCvv","abstract":"

      Should anonymize the CVV area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBElitePaymentCardBackRecognizer.html#/c:objc(cs)MBElitePaymentCardBackRecognizer(py)anonymizeCardNumber":{"name":"anonymizeCardNumber","abstract":"

      Should anonymize the card number area (redact image pixels) on the document image result

      ","parent_name":"MBElitePaymentCardBackRecognizer"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)nationalNumber":{"name":"nationalNumber","abstract":"

      The National Number of the Egypt ID owner.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizerResult.html#/c:objc(cs)MBEgyptIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Egypt ID.

      ","parent_name":"MBEgyptIdFrontRecognizerResult"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Egypt ID Front recognizer result

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBEgyptIdFrontRecognizer.html#/c:objc(cs)MBEgyptIdFrontRecognizer(py)extractNationalNumber":{"name":"extractNationalNumber","abstract":"

      Defines if owner’s national number should be extracted from Egypt ID

      ","parent_name":"MBEgyptIdFrontRecognizer"},"Classes/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(py)dotsLayer":{"name":"dotsLayer","abstract":"

      Undocumented

      ","parent_name":"MBDotsSubview"},"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/MBDotsSubview.html#/c:objc(cs)MBDotsSubview(im)initWithCoder:":{"name":"-initWithCoder:","abstract":"

      Undocumented

      ","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/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpLabel":{"name":"helpLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)helpImageView":{"name":"helpImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(im)animateHelp":{"name":"-animateHelp","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationSubview.html#/c:objc(cs)MBDocumentVerificationSubview(py)documentVerificationSubviewDelegate":{"name":"documentVerificationSubviewDelegate","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationSubview"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlayViewController.html#/c:objc(cs)MBDocumentVerificationOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBDocumentVerificationOverlayViewController"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructions":{"name":"firstSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the first side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructions":{"name":"secondSideInstructions","abstract":"

      Returns/sets user instructions that are shown above camera preview while the second side of the","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashMessage":{"name":"firstSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the first side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashMessage":{"name":"secondSideSplashMessage","abstract":"

      Returns/sets splash message that is shown before scanning the second side of the document,","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)scanningDoneSplashMessage":{"name":"scanningDoneSplashMessage","abstract":"

      Returns/sets splash message that is shown after scanning the document.

      ","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)glareMessage":{"name":"glareMessage","abstract":"

      Returns/sets glare status message that is shown if glare detection is turned on","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideSplashImage":{"name":"firstSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the first side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideSplashImage":{"name":"secondSideSplashImage","abstract":"

      Returns/sets splash image which is shown below splash message, before scanning the second side of","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)firstSideInstructionsImage":{"name":"firstSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationOverlaySettings.html#/c:objc(cs)MBDocumentVerificationOverlaySettings(py)secondSideInstructionsImage":{"name":"secondSideInstructionsImage","abstract":"

      Returns image that is shown above camera preview, next to the user instructions message, while","parent_name":"MBDocumentVerificationOverlaySettings"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsLabel":{"name":"instructionsLabel","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"Classes/MBDocumentVerificationInstructionsSubview.html#/c:objc(cs)MBDocumentVerificationInstructionsSubview(py)instructionsImageView":{"name":"instructionsImageView","abstract":"

      Undocumented

      ","parent_name":"MBDocumentVerificationInstructionsSubview"},"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":"

      Undocumented

      ","parent_name":"MBDocumentSubview"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)initWithAspectRatio:physicalSizeInInches:":{"name":"-initWithAspectRatio:physicalSizeInInches:","abstract":"

      Use this initializer for specifiying a document format.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(cm)createFromPreset:":{"name":"+createFromPreset:","abstract":"

      Factory method which creates Document specification based on a preset

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(im)setPortraitAndLandscapeScale:":{"name":"-setPortraitAndLandscapeScale:","abstract":"

      Sets scale and scale tolerance that will be used when detecting document in both orientations.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)maxAngle":{"name":"maxAngle","abstract":"

      Maximum angle for document detection

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)portraitScale":{"name":"portraitScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in portrait orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)landscapeScale":{"name":"landscapeScale","abstract":"

      Scale and scale tolerance that will be used when detecting document in landscape orientation.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)scanningMode":{"name":"scanningMode","abstract":"

      Scanning mode that defines in which orientations can this document be detected.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)xRange":{"name":"xRange","abstract":"

      Percentage of possible document offset on x axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)yRange":{"name":"yRange","abstract":"

      Percentage of possible document offset on y axis.

      ","parent_name":"MBDocumentSpecification"},"Classes/MBDocumentSpecification.html#/c:objc(cs)MBDocumentSpecification(py)physicalSizeInInches":{"name":"physicalSizeInInches","abstract":"

      Physical size of document in inches

      ","parent_name":"MBDocumentSpecification"},"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/MBDocumentFaceRecognizerResult.html#/c:objc(cs)MBDocumentFaceRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizerResult"},"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(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentFaceRecognizer"},"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/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetectorResult.html#/c:objc(cs)MBDocumentDetectorResult(py)aspectRatio":{"name":"aspectRatio","abstract":"

      Aspect ratio of detected document.

      ","parent_name":"MBDocumentDetectorResult"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(im)initWithDocumentSpecifications:":{"name":"-initWithDocumentSpecifications:","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)result":{"name":"result","abstract":"

      Document detector result

      ","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)numStableDetectionsThreshold":{"name":"numStableDetectionsThreshold","abstract":"

      Defines how many times the same document should be detected before the detector","parent_name":"MBDocumentDetector"},"Classes/MBDocumentDetector.html#/c:objc(cs)MBDocumentDetector(py)documentSpecifications":{"name":"documentSpecifications","abstract":"

      Document specifications describe the documents that should be detected with","parent_name":"MBDocumentDetector"},"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/MBDewarpPolicy.html#/c:objc(cs)MBDewarpPolicy(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDewarpPolicy"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionCode":{"name":"detectionCode","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorResult.html#/c:objc(cs)MBDetectorResult(py)detectionStatus":{"name":"detectionStatus","abstract":"

      Undocumented

      ","parent_name":"MBDetectorResult"},"Classes/MBDetectorRecognizerResult.html#/c:objc(cs)MBDetectorRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizerResult"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(im)initWithQuadWithSizeDetector:":{"name":"-initWithQuadWithSizeDetector:","abstract":"

      Undocumented

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)result":{"name":"result","abstract":"

      Detector recognizer results

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)allowFlipped":{"name":"allowFlipped","abstract":"

      Set this to true to enable recognition of document also in upside down direction.","parent_name":"MBDetectorRecognizer"},"Classes/MBDetectorRecognizer.html#/c:objc(cs)MBDetectorRecognizer(py)detector":{"name":"detector","abstract":"

      Returns the detector that will be used for performing the document detection during recognition

      ","parent_name":"MBDetectorRecognizer"},"Classes/MBDetector.html#/c:objc(cs)MBDetector(py)baseResult":{"name":"baseResult","abstract":"

      Base detector result

      ","parent_name":"MBDetector"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorNmsThreshold":{"name":"deepOcrPostprocessorNmsThreshold","abstract":"

      Returns or sets nms threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrPostprocessorScoreThreshold":{"name":"deepOcrPostprocessorScoreThreshold","abstract":"

      Returns or sets score threshold for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModel":{"name":"deepOcrModel","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDeepOcrEngineOptions.html#/c:objc(cs)MBDeepOcrEngineOptions(py)deepOcrModelString":{"name":"deepOcrModelString","abstract":"

      Returns or sets model for deep ocr postprocessing

      ","parent_name":"MBDeepOcrEngineOptions"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(im)initWithDay:month:year:originalDateString:":{"name":"-initWithDay:month:year:originalDateString:","abstract":"

      Designated initializer

      ","parent_name":"MBDateResult"},"Classes/MBDateResult.html#/c:objc(cs)MBDateResult(py)originalDateString":{"name":"originalDateString","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(cm)dateResultWithDay:month:year:originalDateString:":{"name":"+dateResultWithDay:month:year:originalDateString:","abstract":"

      Factory method

      ","parent_name":"MBDateResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParserResult.html#/c:objc(cs)MBDateParserResult(py)date":{"name":"date","abstract":"

      Extracted date.

      ","parent_name":"MBDateParserResult"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(py)result":{"name":"result","abstract":"

      Date parser result

      ","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateFormats:":{"name":"-setDateFormats:","abstract":"

      Specifies the date formats that will be accepted by date parser. By default, all available","parent_name":"MBDateParser"},"Classes/MBDateParser.html#/c:objc(cs)MBDateParser(im)setDateSeparatorChars:":{"name":"-setDateSeparatorChars:","abstract":"

      Specifies the date separator characters between date parts (day, month, year) that will be","parent_name":"MBDateParser"},"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/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The ID card number of the Czech ID.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfIssue":{"name":"rawDateOfIssue","abstract":"

      The date of issue of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)rawDateOfExpiry":{"name":"rawDateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner in dd.MM.yyyy format.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizerResult.html#/c:objc(cs)MBCzechiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaIdFrontRecognizerResult"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Front recognizer result

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractGivenNames":{"name":"extractGivenNames","abstract":"

      Defines if given names of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of expiry should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdFrontRecognizer.html#/c:objc(cs)MBCzechiaIdFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdFrontRecognizer"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)authority":{"name":"authority","abstract":"

      The issuing authority of the Czech ID.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)permanentStay":{"name":"permanentStay","abstract":"

      The address of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizerResult.html#/c:objc(cs)MBCzechiaIdBackRecognizerResult(py)personalNumber":{"name":"personalNumber","abstract":"

      The personal number of the Czech ID owner.

      ","parent_name":"MBCzechiaIdBackRecognizerResult"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Cz ID Back recognizer result

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractAuthority":{"name":"extractAuthority","abstract":"

      Defines if citizenship of Czech ID authority should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPermanentStay":{"name":"extractPermanentStay","abstract":"

      Defines if address of Czech ID owner should be extracted

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaIdBackRecognizer.html#/c:objc(cs)MBCzechiaIdBackRecognizer(py)extractPersonalNumber":{"name":"extractPersonalNumber","abstract":"

      Defines if personal number should be extracted from Czech ID

      ","parent_name":"MBCzechiaIdBackRecognizer"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The document number of the Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The full address of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Czech ID.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Czech ID owner

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The personal identification number of the Czech ID owner.

      ","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizerResult.html#/c:objc(cs)MBCzechiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCzechiaCombinedRecognizerResult"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCzechiaCombinedRecognizer.html#/c:objc(cs)MBCzechiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Czech ID Combined recognizer result

      ","parent_name":"MBCzechiaCombinedRecognizer"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)idNumber":{"name":"idNumber","abstract":"

      The id Number of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizerResult.html#/c:objc(cs)MBCyprusIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the front side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdFrontRecognizerResult"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Front Recognizer

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractDocumentNumber":{"name":"extractDocumentNumber","abstract":"

      Defines if document number of Cyprus ID card should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdFrontRecognizer.html#/c:objc(cs)MBCyprusIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdFrontRecognizer"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)expiresOn":{"name":"expiresOn","abstract":"

      The expiry date of Cyprus ID card.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizerResult.html#/c:objc(cs)MBCyprusIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the back side of the Cyprus Id owner.

      ","parent_name":"MBCyprusIdBackRecognizerResult"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Cyprus Id Back Recognizer

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractExpiresOn":{"name":"extractExpiresOn","abstract":"

      Defines if the expiry date of Cryprus ID card should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCyprusIdBackRecognizer.html#/c:objc(cs)MBCyprusIdBackRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Cyprus ID card owner should be extracted.

      ","parent_name":"MBCyprusIdBackRecognizer"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerCollection":{"name":"recognizerCollection","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)cameraSettings":{"name":"cameraSettings","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)metadataDelegates":{"name":"metadataDelegates","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)scanningRecognizerRunnerViewControllerDelegate":{"name":"scanningRecognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"Classes/MBCustomOverlayViewController.html#/c:objc(cs)MBCustomOverlayViewController(py)recognizerRunnerViewControllerDelegate":{"name":"recognizerRunnerViewControllerDelegate","abstract":"

      Undocumented

      ","parent_name":"MBCustomOverlayViewController"},"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(im)initWithRecognizerCollection:cameraSettings:":{"name":"-initWithRecognizerCollection:cameraSettings:","abstract":"

      Undocumented

      ","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/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizerResult.html#/c:objc(cs)MBCroatiaIdFrontRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaIdFrontRecognizerResult"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Front recognizer result

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdFrontRecognizer.html#/c:objc(cs)MBCroatiaIdFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Croatian ID

      ","parent_name":"MBCroatiaIdFrontRecognizer"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)residence":{"name":"residence","abstract":"

      The residence of Croatian ID owner

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)issuedBy":{"name":"issuedBy","abstract":"

      The issuer of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date of issue of Croatian ID

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)documentForNonResident":{"name":"documentForNonResident","abstract":"

      Determines if Croatian ID is issued for non resident

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Determines if date of expiry of Croatian ID is permanent

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizerResult.html#/c:objc(cs)MBCroatiaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The data extracted from the machine readable zone

      ","parent_name":"MBCroatiaIdBackRecognizerResult"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Back recognizer result

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractResidence":{"name":"extractResidence","abstract":"

      Defines if residence of Croatian ID owner should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractIssuedBy":{"name":"extractIssuedBy","abstract":"

      Defines if issuer of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaIdBackRecognizer.html#/c:objc(cs)MBCroatiaIdBackRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Croatian ID should be extracted

      ","parent_name":"MBCroatiaIdBackRecognizer"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)identityCardNumber":{"name":"identityCardNumber","abstract":"

      The identity card number of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The citizenship of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Croatian ID owner

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Croatian ID

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfExpiryPermanent":{"name":"dateOfExpiryPermanent","abstract":"

      Check if date of expiry is permanent on the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The document date of issue of the Croatian ID.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)personalIdentificationNumber":{"name":"personalIdentificationNumber","abstract":"

      The OIB (PIN) of the Croatian ID owner.

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)nonResident":{"name":"nonResident","abstract":"

      YES if the person is non Croatian resident

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)documentBilingual":{"name":"documentBilingual","abstract":"

      YES if the document is bilingual

      ","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizerResult.html#/c:objc(cs)MBCroatiaCombinedRecognizerResult(py)mrzVerified":{"name":"mrzVerified","abstract":"

      YES if all check digits inside MRZ are correct, NO otherwise.","parent_name":"MBCroatiaCombinedRecognizerResult"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBCroatiaCombinedRecognizer.html#/c:objc(cs)MBCroatiaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Croatian ID Combined recognizer result

      ","parent_name":"MBCroatiaCombinedRecognizer"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number of the Colombia Id.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizerResult.html#/c:objc(cs)MBColombiaIdFrontRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdFrontRecognizerResult"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Front

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if owner’s first name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdFrontRecognizer.html#/c:objc(cs)MBColombiaIdFrontRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if owner’s last name should be extracted from front side of the Colombia Id

      ","parent_name":"MBColombiaIdFrontRecognizer"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)birthDate":{"name":"birthDate","abstract":"

      The birth Date of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)bloodGroup":{"name":"bloodGroup","abstract":"

      The blood Group of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document Number Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last Name of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Colombia Id owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizerResult.html#/c:objc(cs)MBColombiaIdBackRecognizerResult(py)fingerprint":{"name":"fingerprint","abstract":"

      The fingerprint of the Colombian ID owner.

      ","parent_name":"MBColombiaIdBackRecognizerResult"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Id Back Recognizer

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaIdBackRecognizer.html#/c:objc(cs)MBColombiaIdBackRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBColombiaIdBackRecognizer"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)driverRestrictions":{"name":"driverRestrictions","abstract":"

      The driver Restrictions of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)issuingAgency":{"name":"issuingAgency","abstract":"

      The issuing Agency of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizerResult.html#/c:objc(cs)MBColombiaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Colombia Dl owner.

      ","parent_name":"MBColombiaDlFrontRecognizerResult"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Colombia Dl Front Recognizer

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractDriverRestrictions":{"name":"extractDriverRestrictions","abstract":"

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractIssuingAgency":{"name":"extractIssuingAgency","abstract":"

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"Classes/MBColombiaDlFrontRecognizer.html#/c:objc(cs)MBColombiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if the name of the Colombia Dl owner should be extracted.

      ","parent_name":"MBColombiaDlFrontRecognizer"},"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(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/MBBlinkInputRecognizerResult.html#/c:objc(cs)MBBlinkInputRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizerResult"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(im)initWithProcessors:":{"name":"-initWithProcessors:","abstract":"

      Undocumented

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)processors":{"name":"processors","abstract":"

      Getting array of readonly processors

      ","parent_name":"MBBlinkInputRecognizer"},"Classes/MBBlinkInputRecognizer.html#/c:objc(cs)MBBlinkInputRecognizer(py)result":{"name":"result","abstract":"

      BlinkInput recognizer results

      ","parent_name":"MBBlinkInputRecognizer"},"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)cancelButtonText":{"name":"cancelButtonText","abstract":"

      Returns/sets cancel button text that is shown if displayCancelButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)displayTorchButton":{"name":"displayTorchButton","abstract":"

      Default: YES.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOnButtonText":{"name":"torchOnButtonText","abstract":"

      Returns/sets torch on button text that is shown if displayTorchButton is on.

      ","parent_name":"MBBaseOverlaySettings"},"Classes/MBBaseOverlaySettings.html#/c:objc(cs)MBBaseOverlaySettings(py)torchOffButtonText":{"name":"torchOffButtonText","abstract":"

      Returns/sets torch off button text that is shown if displayTorchButton is on.

      ","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/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)maxCharsExpected":{"name":"maxCharsExpected","abstract":"

      Maximal chars expected on the image.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBaseOcrEngineOptions.html#/c:objc(cs)MBBaseOcrEngineOptions(py)colorDropoutEnabled":{"name":"colorDropoutEnabled","abstract":"

      Specifies if the additional image processing which drops the background colors should be performed.

      ","parent_name":"MBBaseOcrEngineOptions"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)rawData":{"name":"rawData","abstract":"

      Byte array with result of the scan

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)stringData":{"name":"stringData","abstract":"

      Retrieves string content of scanned data

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)uncertain":{"name":"uncertain","abstract":"

      Flag indicating uncertain scanning data","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(cm)toTypeName:":{"name":"+toTypeName:","abstract":"

      Method which gives string representation for a given PPBarcodeType enum value.

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizerResult.html#/c:objc(cs)MBBarcodeRecognizerResult(py)barcodeType":{"name":"barcodeType","abstract":"

      Type of the barcode scanned

      ","parent_name":"MBBarcodeRecognizerResult"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)result":{"name":"result","abstract":"

      Barcode recognizer results

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanAztecCode":{"name":"scanAztecCode","abstract":"

      Set this to YES to scan Aztec 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode128":{"name":"scanCode128","abstract":"

      Set this to YES to scan Code 128 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanCode39":{"name":"scanCode39","abstract":"

      Set this to YES to scan Code 39 1D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanDataMatrix":{"name":"scanDataMatrix","abstract":"

      Set this to YES to scan DataMatrix 2D barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan13":{"name":"scanEan13","abstract":"

      Set this to YES to scan EAN 13 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanEan8":{"name":"scanEan8","abstract":"

      Set this to YES to scan EAN8 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanItf":{"name":"scanItf","abstract":"

      Set this to YES to scan ITF barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanQrCode":{"name":"scanQrCode","abstract":"

      Set this to YES to scan QR barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpca":{"name":"scanUpca","abstract":"

      Set this to YES to scan UPCA barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUpce":{"name":"scanUpce","abstract":"

      Set this to YES to scan UPCE barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanPdf417":{"name":"scanPdf417","abstract":"

      Set this to YES to scan Pdf417 barcodes

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)slowerThoroughScan":{"name":"slowerThoroughScan","abstract":"

      Set this to YES to allow slower, but better image processing.

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)autoScaleDetection":{"name":"autoScaleDetection","abstract":"

      Allow enabling the autodetection of image scale when scanning barcodes.","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)readCode39AsExtendedData":{"name":"readCode39AsExtendedData","abstract":"

      Enable reading code39 barcode contents as extended data. For more information about code39","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanInverse":{"name":"scanInverse","abstract":"

      Set this to YES to allow scanning barcodes with inverted intensities","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)scanUncertain":{"name":"scanUncertain","abstract":"

      Set this to YES to scan even barcode not compliant with standards","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeRecognizer.html#/c:objc(cs)MBBarcodeRecognizer(py)nullQuietZoneAllowed":{"name":"nullQuietZoneAllowed","abstract":"

      Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

      ","parent_name":"MBBarcodeRecognizer"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)settings":{"name":"settings","abstract":"

      Common settings

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(py)delegate":{"name":"delegate","abstract":"

      Delegate

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlayViewController.html#/c:objc(cs)MBBarcodeOverlayViewController(im)initWithSettings:recognizerCollection:delegate:":{"name":"-initWithSettings:recognizerCollection:delegate:","abstract":"

      Designated intializer.

      ","parent_name":"MBBarcodeOverlayViewController"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayBarcodeDots":{"name":"displayBarcodeDots","abstract":"

      If YES, viewfinder (4 corner markers) will move when payslip is detected

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBBarcodeOverlaySettings.html#/c:objc(cs)MBBarcodeOverlaySettings(py)displayViewfinder":{"name":"displayViewfinder","abstract":"

      If YES; view finder will be displayed

      ","parent_name":"MBBarcodeOverlaySettings"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz of the back side of Austria Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The given Name of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationality of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)height":{"name":"height","abstract":"

      The height of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)passportNumber":{"name":"passportNumber","abstract":"

      The passport Number of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the Austrian Passport owner.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizerResult.html#/c:objc(cs)MBAustriaPassportRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the Austrian Passport.

      ","parent_name":"MBAustriaPassportRecognizerResult"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if owner’s date of birth should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaPassportRecognizer.html#/c:objc(cs)MBAustriaPassportRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaPassportRecognizer"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The first name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)surname":{"name":"surname","abstract":"

      The last name of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian Id.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizerResult.html#/c:objc(cs)MBAustriaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian Id owner.

      ","parent_name":"MBAustriaIdFrontRecognizerResult"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)result":{"name":"result","abstract":"

      Austrian Id Front recognizer result

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if sex of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if surname of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if given name of Austrian Id owner should be extracted

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdFrontRecognizer.html#/c:objc(cs)MBAustriaIdFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth should be extracted from Austrian ID

      ","parent_name":"MBAustriaIdFrontRecognizer"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)mrzResult":{"name":"mrzResult","abstract":"

      The mrz on the back side of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The Document Number of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The Issuing Authority of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The Place Of Birth of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The Principal Residence of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)height":{"name":"height","abstract":"

      The Height of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The Date Of Issuance of Austrian ID.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizerResult.html#/c:objc(cs)MBAustriaIdBackRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The Eye Colour of Austrian ID owner.

      ","parent_name":"MBAustriaIdBackRecognizerResult"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning back of the Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaIdBackRecognizer.html#/c:objc(cs)MBAustriaIdBackRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaIdBackRecognizer"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date Of Expiry of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)dateOfIssue":{"name":"dateOfIssue","abstract":"

      The date Of Issue of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)firstName":{"name":"firstName","abstract":"

      The first Name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing Authority of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence Number of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place Of Birth of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizerResult.html#/c:objc(cs)MBAustriaDlFrontRecognizerResult(py)vehicleCategories":{"name":"vehicleCategories","abstract":"

      The vehicle Categories of the front side of the Austria Dl owner.

      ","parent_name":"MBAustriaDlFrontRecognizerResult"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Result of scanning Austria Dl Front Recognizer

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractFirstName":{"name":"extractFirstName","abstract":"

      Defines if first name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if name of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if place of birth of Austrian DL owner should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaDlFrontRecognizer.html#/c:objc(cs)MBAustriaDlFrontRecognizer(py)extractVehicleCategories":{"name":"extractVehicleCategories","abstract":"

      Defines if vehicle categories of Austrian DL should be extracted.

      ","parent_name":"MBAustriaDlFrontRecognizer"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)givenName":{"name":"givenName","abstract":"

      The gien name of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)surname":{"name":"surname","abstract":"

      The surname of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The nationaliy of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Austrian ID owner

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)issuingAuthority":{"name":"issuingAuthority","abstract":"

      The issuing authority of Austrian ID.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)principalResidence":{"name":"principalResidence","abstract":"

      The principal residence of the Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)height":{"name":"height","abstract":"

      The height of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfIssuance":{"name":"dateOfIssuance","abstract":"

      The date of issuance of the Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The date of expiry of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)eyeColour":{"name":"eyeColour","abstract":"

      The eye eyeColour of Austrian ID owner.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizerResult.html#/c:objc(cs)MBAustriaCombinedRecognizerResult(py)mrtdVerified":{"name":"mrtdVerified","abstract":"

      Whether check digits in machine readable zone of the Austrian ID are OK.

      ","parent_name":"MBAustriaCombinedRecognizerResult"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)result":{"name":"result","abstract":"

      Austrian ID Combined recognizer result

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractIssuingAuthority":{"name":"extractIssuingAuthority","abstract":"

      Defines if issuing authority should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssuance":{"name":"extractDateOfIssuance","abstract":"

      Defines if date of issuance should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPlaceOfBirth":{"name":"extractPlaceOfBirth","abstract":"

      Defines if owner’s place of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPrincipalResidence":{"name":"extractPrincipalResidence","abstract":"

      Defines if owner’s principal residence should be extracted from back side of Austrian ID

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractHeight":{"name":"extractHeight","abstract":"

      Defines if owner’s height should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSex":{"name":"extractSex","abstract":"

      Defines if owner’s sex should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractSurname":{"name":"extractSurname","abstract":"

      Defines if owner’s surname should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractGivenName":{"name":"extractGivenName","abstract":"

      Defines if owner’s given name should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if ownder’s date of birth should be extracted

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfIssue":{"name":"extractDateOfIssue","abstract":"

      Defines if date of issue should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractPassportNumber":{"name":"extractPassportNumber","abstract":"

      Defines if passport number should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustriaCombinedRecognizer.html#/c:objc(cs)MBAustriaCombinedRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Austrian Passport

      ","parent_name":"MBAustriaCombinedRecognizer"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The first name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceType":{"name":"licenceType","abstract":"

      The licence type of Australian DL.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Australian DL owner in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Australian DL owner

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizerResult.html#/c:objc(cs)MBAustraliaDlFrontRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizerResult"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Front recognizer result

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfBirth":{"name":"extractDateOfBirth","abstract":"

      Defines if date of birth of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlFrontRecognizer.html#/c:objc(cs)MBAustraliaDlFrontRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlFrontRecognizer"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)lastName":{"name":"lastName","abstract":"

      The last name of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)licenceNumber":{"name":"licenceNumber","abstract":"

      The licence number of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Australian DL owner.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)rawDocumentDateOfExpiry":{"name":"rawDocumentDateOfExpiry","abstract":"

      The document date of expiry of the Australian DL in DD.MM.yyyy format.

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizerResult.html#/c:objc(cs)MBAustraliaDlBackRecognizerResult(py)dateOfExpiry":{"name":"dateOfExpiry","abstract":"

      The document date of expiry of the Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizerResult"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)result":{"name":"result","abstract":"

      Australia DL Back recognizer result

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractLastName":{"name":"extractLastName","abstract":"

      Defines if last name of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if sex of Australian DL owner should be extracted

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAustraliaDlBackRecognizer.html#/c:objc(cs)MBAustraliaDlBackRecognizer(py)extractDateOfExpiry":{"name":"extractDateOfExpiry","abstract":"

      Defines if date of expiry should be extracted from Australian DL

      ","parent_name":"MBAustraliaDlBackRecognizer"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParserResult.html#/c:objc(cs)MBAmountParserResult(py)amount":{"name":"amount","abstract":"

      Returns the recognized amount number or empty string if recognition failed.

      ","parent_name":"MBAmountParserResult"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)result":{"name":"result","abstract":"

      Amount parser result

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowNegativeAmounts":{"name":"allowNegativeAmounts","abstract":"

      Indicates whether negative values are accepted as valid amounts.","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowSpaceSeparators":{"name":"allowSpaceSeparators","abstract":"

      Indicates whether amounts with space separators between groups of digits(thousands) are allowed.

      ","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)allowMissingDecimals":{"name":"allowMissingDecimals","abstract":"

      Indicates whether amounts without decimal are accepted as valid. For example 1.465 is","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html#/c:objc(cs)MBAmountParser(py)arabicIndicMode":{"name":"arabicIndicMode","abstract":"

      Indicates whether Arabic-Indic mode is enabled. In Arabic-Indic mode parser can recognize","parent_name":"MBAmountParser"},"Classes/MBAmountParser.html":{"name":"MBAmountParser","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAmountParserResult.html":{"name":"MBAmountParserResult","abstract":"

      MBAmountParser is used for extracting amount from OCR result

      "},"Classes/MBAustraliaDlBackRecognizer.html":{"name":"MBAustraliaDlBackRecognizer","abstract":"

      Class for configuring Australia DL Back Recognizer.

      "},"Classes/MBAustraliaDlBackRecognizerResult.html":{"name":"MBAustraliaDlBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Australia DL

      "},"Classes/MBAustraliaDlFrontRecognizer.html":{"name":"MBAustraliaDlFrontRecognizer","abstract":"

      Class for configuring Australia DL Front Recognizer.

      "},"Classes/MBAustraliaDlFrontRecognizerResult.html":{"name":"MBAustraliaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Australia DL

      "},"Classes/MBAustriaCombinedRecognizer.html":{"name":"MBAustriaCombinedRecognizer","abstract":"

      Austrian ID Combined Recognizer.

      "},"Classes/MBAustriaCombinedRecognizerResult.html":{"name":"MBAustriaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBAustriaDlFrontRecognizer.html":{"name":"MBAustriaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Austrian national DL cards.

      "},"Classes/MBAustriaDlFrontRecognizerResult.html":{"name":"MBAustriaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Austria Dl

      "},"Classes/MBAustriaIdBackRecognizer.html":{"name":"MBAustriaIdBackRecognizer","abstract":"

      Class for configuring Austrian ID Back Recognizer.

      "},"Classes/MBAustriaIdBackRecognizerResult.html":{"name":"MBAustriaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Austrian ID

      "},"Classes/MBAustriaIdFrontRecognizer.html":{"name":"MBAustriaIdFrontRecognizer","abstract":"

      Class for configuring Austrian ID Front Recognizer.

      "},"Classes/MBAustriaIdFrontRecognizerResult.html":{"name":"MBAustriaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Aus ID

      "},"Classes/MBAustriaPassportRecognizer.html":{"name":"MBAustriaPassportRecognizer","abstract":"

      Class for configuring Austrian Passport Recognizer.

      "},"Classes/MBAustriaPassportRecognizerResult.html":{"name":"MBAustriaPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Aus Passport

      "},"Classes/MBBarcodeOverlaySettings.html":{"name":"MBBarcodeOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBBarcodeOverlayViewController.html":{"name":"MBBarcodeOverlayViewController","abstract":"

      Undocumented

      "},"Classes/MBBarcodeRecognizer.html":{"name":"MBBarcodeRecognizer","abstract":"

      MBBarcodeRecognizer is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBarcodeRecognizerResult.html":{"name":"MBBarcodeRecognizerResult","abstract":"

      Result of MBBarcodeRecognizer; is used for scanning most of 1D barcode formats, and 2D format"},"Classes/MBBaseOcrEngineOptions.html":{"name":"MBBaseOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBBlinkInputRecognizer.html":{"name":"MBBlinkInputRecognizer","abstract":"

      A recognizer for BlinkInput API and general OCR recognition

      "},"Classes/MBBlinkInputRecognizerResult.html":{"name":"MBBlinkInputRecognizerResult","abstract":"

      A recognizer result for BlinkInput API and general OCR recognition

      "},"Classes/MBCameraSettings.html":{"name":"MBCameraSettings","abstract":"

      Settings class containing parameters for camera capture

      "},"Classes/MBColombiaDlFrontRecognizer.html":{"name":"MBColombiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Colombia drivers licence.

      "},"Classes/MBColombiaDlFrontRecognizerResult.html":{"name":"MBColombiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Dl

      "},"Classes/MBColombiaIdBackRecognizer.html":{"name":"MBColombiaIdBackRecognizer","abstract":"

      Class for configuring Colombia Id Back Recognizer.

      "},"Classes/MBColombiaIdBackRecognizerResult.html":{"name":"MBColombiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Colombia Id

      "},"Classes/MBColombiaIdFrontRecognizer.html":{"name":"MBColombiaIdFrontRecognizer","abstract":"

      Class for configuring Colombia Id Front Recognizer.

      "},"Classes/MBColombiaIdFrontRecognizerResult.html":{"name":"MBColombiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Colombia Id

      "},"Classes/MBCroatiaCombinedRecognizer.html":{"name":"MBCroatiaCombinedRecognizer","abstract":"

      Croatian ID Combined Recognizer.

      "},"Classes/MBCroatiaCombinedRecognizerResult.html":{"name":"MBCroatiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCroatiaIdBackRecognizer.html":{"name":"MBCroatiaIdBackRecognizer","abstract":"

      Croatian ID Back Recognizer.

      "},"Classes/MBCroatiaIdBackRecognizerResult.html":{"name":"MBCroatiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Croatian ID

      "},"Classes/MBCroatiaIdFrontRecognizer.html":{"name":"MBCroatiaIdFrontRecognizer","abstract":"

      Croatian ID Front Recognizer.

      "},"Classes/MBCroatiaIdFrontRecognizerResult.html":{"name":"MBCroatiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Croatian ID

      "},"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/MBCyprusIdBackRecognizer.html":{"name":"MBCyprusIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdBackRecognizerResult.html":{"name":"MBCyprusIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Cyprus Id

      "},"Classes/MBCyprusIdFrontRecognizer.html":{"name":"MBCyprusIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Cyprus national ID cards.

      "},"Classes/MBCyprusIdFrontRecognizerResult.html":{"name":"MBCyprusIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Cyprus Id

      "},"Classes/MBCzechiaCombinedRecognizer.html":{"name":"MBCzechiaCombinedRecognizer","abstract":"

      Czech ID Combined Recognizer.

      "},"Classes/MBCzechiaCombinedRecognizerResult.html":{"name":"MBCzechiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBCzechiaIdBackRecognizer.html":{"name":"MBCzechiaIdBackRecognizer","abstract":"

      Class for configuring Cz ID Back Recognizer.

      "},"Classes/MBCzechiaIdBackRecognizerResult.html":{"name":"MBCzechiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Cz ID

      "},"Classes/MBCzechiaIdFrontRecognizer.html":{"name":"MBCzechiaIdFrontRecognizer","abstract":"

      Class for configuring Cz ID Front Recognizer.

      "},"Classes/MBCzechiaIdFrontRecognizerResult.html":{"name":"MBCzechiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Cz ID

      "},"Classes/MBDPIBasedDewarpPolicy.html":{"name":"MBDPIBasedDewarpPolicy","abstract":"

      DPI based dewarp policy. Dewarp height will be calculated based on"},"Classes/MBDateParser.html":{"name":"MBDateParser","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBDateParserResult.html":{"name":"MBDateParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBDeepOcrEngineOptions.html":{"name":"MBDeepOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"Classes/MBDetector.html":{"name":"MBDetector","abstract":"

      Base class for all detectors

      "},"Classes/MBDetectorRecognizer.html":{"name":"MBDetectorRecognizer","abstract":"

      Recognizer for scanning generic documents using custom MBDetector.

      "},"Classes/MBDetectorRecognizerResult.html":{"name":"MBDetectorRecognizerResult","abstract":"

      Result of MBDetectorRecognizer

      "},"Classes/MBDetectorResult.html":{"name":"MBDetectorResult","abstract":"

      Base class for all detectors results

      "},"Classes/MBDewarpPolicy.html":{"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/MBDocumentDetector.html":{"name":"MBDocumentDetector","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"Classes/MBDocumentDetectorResult.html":{"name":"MBDocumentDetectorResult","abstract":"

      Detector that can perform detection of card documents, cheques, papers, etc.

      "},"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/MBDocumentSpecification.html":{"name":"MBDocumentSpecification","abstract":"

      Document class describes a document which is being detected by DocumentDetector."},"Classes/MBDocumentSubview.html":{"name":"MBDocumentSubview","abstract":"

      Overlay subview presenting the viewfinder for scanning ID documents

      "},"Classes/MBDocumentVerificationInstructionsSubview.html":{"name":"MBDocumentVerificationInstructionsSubview","abstract":"

      Undocumented

      "},"Classes/MBDocumentVerificationOverlaySettings.html":{"name":"MBDocumentVerificationOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBDocumentVerificationOverlayViewController.html":{"name":"MBDocumentVerificationOverlayViewController","abstract":"

      Default overlay when using ID card combined recognizers for verification.

      "},"Classes/MBDocumentVerificationSubview.html":{"name":"MBDocumentVerificationSubview","abstract":"

      Undocumented

      "},"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/MBEgyptIdFrontRecognizer.html":{"name":"MBEgyptIdFrontRecognizer","abstract":"

      Class for configuring Egypt ID Front Recognizer.

      "},"Classes/MBEgyptIdFrontRecognizerResult.html":{"name":"MBEgyptIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Egypt ID

      "},"Classes/MBElitePaymentCardBackRecognizer.html":{"name":"MBElitePaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of elite payment cards.

      "},"Classes/MBElitePaymentCardBackRecognizerResult.html":{"name":"MBElitePaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Elite Payment Card

      "},"Classes/MBElitePaymentCardCombinedRecognizer.html":{"name":"MBElitePaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBElitePaymentCardCombinedRecognizerResult.html":{"name":"MBElitePaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBElitePaymentCardFrontRecognizer.html":{"name":"MBElitePaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of elite credit/debit cards.

      "},"Classes/MBElitePaymentCardFrontRecognizerResult.html":{"name":"MBElitePaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Elite Payment Card

      "},"Classes/MBEmailParser.html":{"name":"MBEmailParser","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes/MBEmailParserResult.html":{"name":"MBEmailParserResult","abstract":"

      MBEmailParser is used for parsing emails

      "},"Classes.html#/c:objc(cs)MBEntity":{"name":"MBEntity","abstract":"

      Base class for all entities processors, recognizers, detectors…

      "},"Classes/MBEudlRecognizer.html":{"name":"MBEudlRecognizer","abstract":"

      Class for configuring EU Driver License Recognizer.

      "},"Classes/MBEudlRecognizerResult.html":{"name":"MBEudlRecognizerResult","abstract":"

      Class representing values obtained when scanning EU Driver License

      "},"Classes/MBFieldByFieldOverlaySettings.html":{"name":"MBFieldByFieldOverlaySettings","abstract":"

      Settings class containing UI information

      "},"Classes/MBFieldByFieldOverlayViewController.html":{"name":"MBFieldByFieldOverlayViewController","abstract":"

      View Controller responsible for view hierarchy for Form OCR scannning."},"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/MBGermanyCombinedRecognizer.html":{"name":"MBGermanyCombinedRecognizer","abstract":"

      German ID Combined Recognizer.

      "},"Classes/MBGermanyCombinedRecognizerResult.html":{"name":"MBGermanyCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBGermanyDlBackRecognizer.html":{"name":"MBGermanyDlBackRecognizer","abstract":"

      Recognizer which can scan back side of German DL cards.

      "},"Classes/MBGermanyDlBackRecognizerResult.html":{"name":"MBGermanyDlBackRecognizerResult","abstract":"

      Recognizer which can scan back side of German DL cards.

      "},"Classes/MBGermanyIdBackRecognizer.html":{"name":"MBGermanyIdBackRecognizer","abstract":"

      Class for configuring German ID Back Recognizer.

      "},"Classes/MBGermanyIdBackRecognizerResult.html":{"name":"MBGermanyIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of German ID

      "},"Classes/MBGermanyIdFrontRecognizer.html":{"name":"MBGermanyIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Germany national ID cards.

      "},"Classes/MBGermanyIdFrontRecognizerResult.html":{"name":"MBGermanyIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Germany national ID cards.

      "},"Classes/MBGermanyOldIdRecognizer.html":{"name":"MBGermanyOldIdRecognizer","abstract":"

      Class for configuring German Old ID Recognizer.

      "},"Classes/MBGermanyOldIdRecognizerResult.html":{"name":"MBGermanyOldIdRecognizerResult","abstract":"

      Class representing values obtained when scanning German Old ID

      "},"Classes/MBGermanyPassportRecognizer.html":{"name":"MBGermanyPassportRecognizer","abstract":"

      Class for configuring German Passport Recognizer.

      "},"Classes/MBGermanyPassportRecognizerResult.html":{"name":"MBGermanyPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning German Passport

      "},"Classes/MBGlareStatusSubview.html":{"name":"MBGlareStatusSubview","abstract":"

      Overlay subview presenting the status of glare detection."},"Classes/MBHongKongIdFrontRecognizer.html":{"name":"MBHongKongIdFrontRecognizer","abstract":"

      Class for configuring Hong Kong ID Front Recognizer.

      "},"Classes/MBHongKongIdFrontRecognizerResult.html":{"name":"MBHongKongIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Hong Kong ID

      "},"Classes/MBIbanParser.html":{"name":"MBIbanParser","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIbanParserResult.html":{"name":"MBIbanParserResult","abstract":"

      MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

      "},"Classes/MBIkadRecognizer.html":{"name":"MBIkadRecognizer","abstract":"

      Class for configuring iKad Recognizer.

      "},"Classes/MBIkadRecognizerResult.html":{"name":"MBIkadRecognizerResult","abstract":"

      Class representing values obtained when scanning i Kad

      "},"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/MBIndonesiaIdFrontRecognizer.html":{"name":"MBIndonesiaIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Indonesian national ID cards.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Indonesia Id

      "},"Classes/MBIrelandDlFrontRecognizer.html":{"name":"MBIrelandDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Ireland drivers license.

      "},"Classes/MBIrelandDlFrontRecognizerResult.html":{"name":"MBIrelandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Ireland Dl

      "},"Classes/MBItalyDlFrontRecognizer.html":{"name":"MBItalyDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Italian driver licence.

      "},"Classes/MBItalyDlFrontRecognizerResult.html":{"name":"MBItalyDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Italy Dl

      "},"Classes/MBJordanCombinedRecognizer.html":{"name":"MBJordanCombinedRecognizer","abstract":"

      Jordan ID Combined Recognizer.

      "},"Classes/MBJordanCombinedRecognizerResult.html":{"name":"MBJordanCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBJordanIdBackRecognizer.html":{"name":"MBJordanIdBackRecognizer","abstract":"

      Class for configuring Jordan ID Back Recognizer.

      "},"Classes/MBJordanIdBackRecognizerResult.html":{"name":"MBJordanIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Jordan ID

      "},"Classes/MBJordanIdFrontRecognizer.html":{"name":"MBJordanIdFrontRecognizer","abstract":"

      Class for configuring Jordan ID Front Recognizer.

      "},"Classes/MBJordanIdFrontRecognizerResult.html":{"name":"MBJordanIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Jordan ID

      "},"Classes/MBKuwaitIdBackRecognizer.html":{"name":"MBKuwaitIdBackRecognizer","abstract":"

      Recognizer which can scan back side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdBackRecognizerResult.html":{"name":"MBKuwaitIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Kuwait Id

      "},"Classes/MBKuwaitIdFrontRecognizer.html":{"name":"MBKuwaitIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Kuwait national ID cards.

      "},"Classes/MBKuwaitIdFrontRecognizerResult.html":{"name":"MBKuwaitIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Kuwait Id

      "},"Classes/MBLegacyMRTDRecognizerResult.html":{"name":"MBLegacyMRTDRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizer.html":{"name":"MBLegacyRecognizer","abstract":"

      Undocumented

      "},"Classes/MBLegacyRecognizerResult.html":{"name":"MBLegacyRecognizerResult","abstract":"

      Undocumented

      "},"Classes/MBLicensePlatesParser.html":{"name":"MBLicensePlatesParser","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBLicensePlatesParserResult.html":{"name":"MBLicensePlatesParserResult","abstract":"

      MBLicensePlatesParser is used for parsing license plates

      "},"Classes/MBMalaysiaDlFrontRecognizer.html":{"name":"MBMalaysiaDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian DL cards.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Malaysia Dl

      "},"Classes/MBMalaysiaMyTenteraFrontRecognizer.html":{"name":"MBMalaysiaMyTenteraFrontRecognizer","abstract":"

      Recognizer which can scan front side of Malaysian MyTentera cards.

      "},"Classes/MBMalaysiaMyTenteraFrontRecognizerResult.html":{"name":"MBMalaysiaMyTenteraFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Malaysian MyTentera cards.

      "},"Classes/MBMexicoVoterIdFrontRecognizer.html":{"name":"MBMexicoVoterIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Mexican voter id.

      "},"Classes/MBMexicoVoterIdFrontRecognizerResult.html":{"name":"MBMexicoVoterIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Mexican voter id.

      "},"Classes/MBMicroblinkApp.html":{"name":"MBMicroblinkApp","abstract":"

      Undocumented

      "},"Classes/MBMicroblinkSDK.html":{"name":"MBMicroblinkSDK","abstract":"

      Entry class for all Microblink SDKs - used for setting up license key and to add support for"},"Classes/MBModernViewfinderSubview.html":{"name":"MBModernViewfinderSubview","abstract":"

      Overlay subview presenting the status of detection."},"Classes/MBMoroccoIdBackRecognizer.html":{"name":"MBMoroccoIdBackRecognizer","abstract":"

      Class for configuring Morocco ID Back Recognizer.

      "},"Classes/MBMoroccoIdBackRecognizerResult.html":{"name":"MBMoroccoIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"Classes/MBMoroccoIdFrontRecognizer.html":{"name":"MBMoroccoIdFrontRecognizer","abstract":"

      Class for configuring Morocco ID Front Recognizer.

      "},"Classes/MBMoroccoIdFrontRecognizerResult.html":{"name":"MBMoroccoIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Morocco ID

      "},"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/MBMrtdDetector.html":{"name":"MBMrtdDetector","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"Classes/MBMrtdDetectorResult.html":{"name":"MBMrtdDetectorResult","abstract":"

      Detector that can perform detection of Machine Readable Travel Documents (MRTD).

      "},"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/MBMrzResult.html":{"name":"MBMrzResult","abstract":"

      Undocumented

      "},"Classes/MBMyKadBackRecognizer.html":{"name":"MBMyKadBackRecognizer","abstract":"

      Class for configuring Kad Back Recognizer.

      "},"Classes/MBMyKadBackRecognizerResult.html":{"name":"MBMyKadBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of MyKad

      "},"Classes/MBMyKadFrontRecognizer.html":{"name":"MBMyKadFrontRecognizer","abstract":"

      Class for configuring My Kad Front Recognizer.

      "},"Classes/MBMyKadFrontRecognizerResult.html":{"name":"MBMyKadFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of My Kad

      "},"Classes/MBNewZealandDlFrontRecognizer.html":{"name":"MBNewZealandDlFrontRecognizer","abstract":"

      Class for configuring New Zealand DL Front Recognizer.

      "},"Classes/MBNewZealandDlFrontRecognizerResult.html":{"name":"MBNewZealandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of New Zealand DL

      "},"Classes/MBNoUpScalingDewarpPolicy.html":{"name":"MBNoUpScalingDewarpPolicy","abstract":"

      No upscaling dewarp policy. Dewarp height will be calculated in a way"},"Classes/MBOcrCharKey.html":{"name":"MBOcrCharKey","abstract":"

      Class representing a char in specific font.

      "},"Classes/MBOcrEngineOptions.html":{"name":"MBOcrEngineOptions","abstract":"

      Options used for OCR process. These options enable you to customize how some OCR parsers work."},"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/MBCharWithVariants.html":{"name":"MBCharWithVariants","abstract":"

      Undocumented

      "},"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.html#/c:objc(cs)MBOcrResultSubview":{"name":"MBOcrResultSubview","abstract":"

      Overlay subview presenting status of OCR detection. OCR results are displayed as green characters over detected locations.

      "},"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/MBParser.html":{"name":"MBParser","abstract":"

      Base class for all parsers

      "},"Classes/MBParserGroupProcessor.html":{"name":"MBParserGroupProcessor","abstract":"

      A processor for a group

      "},"Classes/MBParserGroupProcessorResult.html":{"name":"MBParserGroupProcessorResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBParserResult.html":{"name":"MBParserResult","abstract":"

      Base class for all parser results

      "},"Classes/MBPaymentCardBackRecognizer.html":{"name":"MBPaymentCardBackRecognizer","abstract":"

      Recognizer used for scanning the back side of credit/debit cards.

      "},"Classes/MBPaymentCardBackRecognizerResult.html":{"name":"MBPaymentCardBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Payment Card

      "},"Classes/MBPaymentCardCombinedRecognizer.html":{"name":"MBPaymentCardCombinedRecognizer","abstract":"

      Recognizer used for scanning the front and back side of credit/debit cards.

      "},"Classes/MBPaymentCardCombinedRecognizerResult.html":{"name":"MBPaymentCardCombinedRecognizerResult","abstract":"

      Class representing values obtained when scanning front and back side of the Payment Card

      "},"Classes/MBPaymentCardFrontRecognizer.html":{"name":"MBPaymentCardFrontRecognizer","abstract":"

      Recognizer used for scanning the front side of credit/debit cards.

      "},"Classes/MBPaymentCardFrontRecognizerResult.html":{"name":"MBPaymentCardFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Payment Card

      "},"Classes/MBPdf417Recognizer.html":{"name":"MBPdf417Recognizer","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPdf417RecognizerResult.html":{"name":"MBPdf417RecognizerResult","abstract":"

      A recognizer that can scan PDF417 2D barcodes.

      "},"Classes/MBPolandCombinedRecognizer.html":{"name":"MBPolandCombinedRecognizer","abstract":"

      Polish ID Combined Recognizer.

      "},"Classes/MBPolandCombinedRecognizerResult.html":{"name":"MBPolandCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBPolandIdBackRecognizer.html":{"name":"MBPolandIdBackRecognizer","abstract":"

      Class for configuring Polish ID Back Recognizer.

      "},"Classes/MBPolandIdBackRecognizerResult.html":{"name":"MBPolandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Polish ID

      "},"Classes/MBPolandIdFrontRecognizer.html":{"name":"MBPolandIdFrontRecognizer","abstract":"

      Class for configuring Polish ID Front Recognizer.

      "},"Classes/MBPolandIdFrontRecognizerResult.html":{"name":"MBPolandIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Polish ID

      "},"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/MBProcessorResult.html":{"name":"MBProcessorResult","abstract":"

      Base class for all processor results

      "},"Classes/MBQuadDetector.html":{"name":"MBQuadDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadDetectorResult.html":{"name":"MBQuadDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle detection.

      "},"Classes/MBQuadWithSizeDetector.html":{"name":"MBQuadWithSizeDetector","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadWithSizeDetectorResult.html":{"name":"MBQuadWithSizeDetectorResult","abstract":"

      Base class for all detectors that are used for MBQuadrangle"},"Classes/MBQuadrangle.html":{"name":"MBQuadrangle","abstract":"

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

      "},"Classes/MBRawParser.html":{"name":"MBRawParser","abstract":"

      MBRawParser that simply returns the string version of raw OCR result, without performing"},"Classes/MBRawParserResult.html":{"name":"MBRawParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"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/MBRecognizerResult.html":{"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/MBRecognizerRunnerMetadataDelegates.html":{"name":"MBRecognizerRunnerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html":{"name":"MBRecognizerRunnerViewControllerMetadataDelegates","abstract":"

      Class containing all metadata delegates

      "},"Classes/MBRegexParser.html":{"name":"MBRegexParser","abstract":"

      Represents a parser which parses OCR result according to given regular expression."},"Classes/MBRegexParserResult.html":{"name":"MBRegexParserResult","abstract":"

      MBDateParser that can extract date from OCR result.

      "},"Classes/MBRomaniaIdFrontRecognizer.html":{"name":"MBRomaniaIdFrontRecognizer","abstract":"

      Class for configuring Romanian ID Front Recognizer.

      "},"Classes/MBRomaniaIdFrontRecognizerResult.html":{"name":"MBRomaniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Romanian ID

      "},"Classes/MBScanElement.html":{"name":"MBScanElement","abstract":"

      The easiest way to UI for Ocr scanning is by specifying the MBScanElements.

      "},"Classes/MBSerbiaCombinedRecognizer.html":{"name":"MBSerbiaCombinedRecognizer","abstract":"

      Serbian ID Combined Recognizer.

      "},"Classes/MBSerbiaCombinedRecognizerResult.html":{"name":"MBSerbiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSerbiaIdBackRecognizer.html":{"name":"MBSerbiaIdBackRecognizer","abstract":"

      Class for configuring Serbian ID Back Recognizer.

      "},"Classes/MBSerbiaIdBackRecognizerResult.html":{"name":"MBSerbiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Serbian ID

      "},"Classes/MBSerbiaIdFrontRecognizer.html":{"name":"MBSerbiaIdFrontRecognizer","abstract":"

      Class for configuring Serbian ID Front Recognizer.

      "},"Classes/MBSerbiaIdFrontRecognizerResult.html":{"name":"MBSerbiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Serbian ID

      "},"Classes/MBSimNumberRecognizer.html":{"name":"MBSimNumberRecognizer","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSimNumberRecognizerResult.html":{"name":"MBSimNumberRecognizerResult","abstract":"

      Recognizer that can perform recognition of barcodes on SIM packaging.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizer.html":{"name":"MBSingaporeChangiEmployeeIdRecognizer","abstract":"

      Class for configuring Singapore Changi Employee Id Recognizer.

      "},"Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html":{"name":"MBSingaporeChangiEmployeeIdRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeCombinedRecognizer.html":{"name":"MBSingaporeCombinedRecognizer","abstract":"

      Singapore ID Combined Recognizer.

      "},"Classes/MBSingaporeCombinedRecognizerResult.html":{"name":"MBSingaporeCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSingaporeDlFrontRecognizer.html":{"name":"MBSingaporeDlFrontRecognizer","abstract":"

      Class for configuring Singapore Dl Front Recognizer.

      "},"Classes/MBSingaporeDlFrontRecognizerResult.html":{"name":"MBSingaporeDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Singapore Driver’s License

      "},"Classes/MBSingaporeIdBackRecognizer.html":{"name":"MBSingaporeIdBackRecognizer","abstract":"

      Class for configuring Singapore Id Back Recognizer.

      "},"Classes/MBSingaporeIdBackRecognizerResult.html":{"name":"MBSingaporeIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of the Singapore Id

      "},"Classes/MBSingaporeIdFrontRecognizer.html":{"name":"MBSingaporeIdFrontRecognizer","abstract":"

      Class for configuring Singapore ID Front Recognizer.

      "},"Classes/MBSingaporeIdFrontRecognizerResult.html":{"name":"MBSingaporeIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Singapore ID

      "},"Classes/MBSlovakiaCombinedRecognizer.html":{"name":"MBSlovakiaCombinedRecognizer","abstract":"

      Slovak ID Combined Recognizer.

      "},"Classes/MBSlovakiaCombinedRecognizerResult.html":{"name":"MBSlovakiaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSlovakiaIdBackRecognizer.html":{"name":"MBSlovakiaIdBackRecognizer","abstract":"

      Class for configuring Slovak ID Back Recognizer.

      "},"Classes/MBSlovakiaIdBackRecognizerResult.html":{"name":"MBSlovakiaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovak ID

      "},"Classes/MBSlovakiaIdFrontRecognizer.html":{"name":"MBSlovakiaIdFrontRecognizer","abstract":"

      Class for configuring Slovak ID Front Recognizer.

      "},"Classes/MBSlovakiaIdFrontRecognizerResult.html":{"name":"MBSlovakiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovak ID

      "},"Classes/MBSloveniaCombinedRecognizer.html":{"name":"MBSloveniaCombinedRecognizer","abstract":"

      Slovenian ID Combined Recognizer.

      "},"Classes/MBSloveniaCombinedRecognizerResult.html":{"name":"MBSloveniaCombinedRecognizerResult","abstract":"

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

      "},"Classes/MBSloveniaIdBackRecognizer.html":{"name":"MBSloveniaIdBackRecognizer","abstract":"

      Class for configuring Slovenian ID Back Recognizer.

      "},"Classes/MBSloveniaIdBackRecognizerResult.html":{"name":"MBSloveniaIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Slovenian ID

      "},"Classes/MBSloveniaIdFrontRecognizer.html":{"name":"MBSloveniaIdFrontRecognizer","abstract":"

      Class for configuring Slovenian ID Front Recognizer.

      "},"Classes/MBSloveniaIdFrontRecognizerResult.html":{"name":"MBSloveniaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Slovenian ID

      "},"Classes/MBSpainDlFrontRecognizer.html":{"name":"MBSpainDlFrontRecognizer","abstract":"

      Spain Driver’s License Front Recognizer.

      "},"Classes/MBSpainDlFrontRecognizerResult.html":{"name":"MBSpainDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Spain DL

      "},"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/MBSwedenDlFrontRecognizer.html":{"name":"MBSwedenDlFrontRecognizer","abstract":"

      Class for configuring Sweden Dl Front Recognizer.

      "},"Classes/MBSwedenDlFrontRecognizerResult.html":{"name":"MBSwedenDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Sweden Dl

      "},"Classes/MBSwitzerlandDlFrontRecognizer.html":{"name":"MBSwitzerlandDlFrontRecognizer","abstract":"

      Class for configuring Switzerland DL Front Recognizer.

      "},"Classes/MBSwitzerlandDlFrontRecognizerResult.html":{"name":"MBSwitzerlandDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the Switzerland DL

      "},"Classes/MBSwitzerlandIdBackRecognizer.html":{"name":"MBSwitzerlandIdBackRecognizer","abstract":"

      Class for configuring Swiss ID Back Recognizer.

      "},"Classes/MBSwitzerlandIdBackRecognizerResult.html":{"name":"MBSwitzerlandIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of Swiss ID

      "},"Classes/MBSwitzerlandIdFrontRecognizer.html":{"name":"MBSwitzerlandIdFrontRecognizer","abstract":"

      Recognizer which can scan front side of Switzerland ID.

      "},"Classes/MBSwitzerlandIdFrontRecognizerResult.html":{"name":"MBSwitzerlandIdFrontRecognizerResult","abstract":"

      Recognizer which can scan front side of Switzerland ID.

      "},"Classes/MBSwitzerlandPassportRecognizer.html":{"name":"MBSwitzerlandPassportRecognizer","abstract":"

      Class for configuring Swiss Passport Recognizer.

      "},"Classes/MBSwitzerlandPassportRecognizerResult.html":{"name":"MBSwitzerlandPassportRecognizerResult","abstract":"

      Class representing values obtained when scanning Swiss Passport

      "},"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/MBTopUpParser.html":{"name":"MBTopUpParser","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBTopUpParserResult.html":{"name":"MBTopUpParserResult","abstract":"

      MBTopUpParser is used for parsing Top Up numbers

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizer.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizer","abstract":"

      Recognizer which can scan front side of UAE drivers license.

      "},"Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of the United Arab Emirates Dl

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizer.html":{"name":"MBUnitedArabEmiratesIdBackRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Back Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdBackRecognizerResult","abstract":"

      Class representing values obtained when scanning back side of United Arab Emirates ID

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizer.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizer","abstract":"

      Class for configuring United Arab Emirates ID Front Recognizer.

      "},"Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html":{"name":"MBUnitedArabEmiratesIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of United Arab Emirates ID

      "},"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/MBVinParser.html":{"name":"MBVinParser","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinParserResult.html":{"name":"MBVinParserResult","abstract":"

      MBVinParser is used for parsing VIN numbers

      "},"Classes/MBVinRecognizer.html":{"name":"MBVinRecognizer","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes/MBVinRecognizerResult.html":{"name":"MBVinRecognizerResult","abstract":"

      Recognizer that can perform recognition of VINs (Vehicle Identification Number).

      "},"Classes.html":{"name":"Classes","abstract":"

      The following classes are available globally.

      "},"Constants.html":{"name":"Constants","abstract":"

      The following constants 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 Definitions.html":{"name":"Type Definitions","abstract":"

      The following type definitions are available globally.

      "},"Functions.html":{"name":"Functions","abstract":"

      The following functions are available globally.

      "},"Structs.html":{"name":"Structures","abstract":"

      The following structures are available globally.

      "}} \ No newline at end of file diff --git a/docs/undocumented.json b/docs/undocumented.json index 37c4cef8..ed98c302 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -219,7 +219,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCroatiaCombinedRecognizer.h", - "line": 36, + "line": 38, "symbol": "MBCroatiaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -331,7 +331,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCzechiaCombinedRecognizer.h", - "line": 36, + "line": 38, "symbol": "MBCzechiaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1304,7 +1304,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyCombinedRecognizer.h", - "line": 33, + "line": 35, "symbol": "MBGermanyCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1316,6 +1316,20 @@ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyDlBackRecognizer.h", + "line": 25, + "symbol": "MBGermanyDlBackRecognizer.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyDlBackRecognizerResult.h", + "line": 22, + "symbol": "MBGermanyDlBackRecognizerResult.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyIdBackRecognizer.h", "line": 27, @@ -1332,14 +1346,14 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizer.h", - "line": 29, + "line": 31, "symbol": "MBGermanyIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizerResult.h", - "line": 22, + "line": 26, "symbol": "MBGermanyIdFrontRecognizerResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1598,7 +1612,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBJordanCombinedRecognizer.h", - "line": 34, + "line": 36, "symbol": "MBJordanCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1736,6 +1750,34 @@ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizer.h", + "line": 28, + "symbol": "MBMalaysiaMyTenteraFrontRecognizer.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h", + "line": 24, + "symbol": "MBMalaysiaMyTenteraFrontRecognizerResult.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizer.h", + "line": 31, + "symbol": "MBMexicoVoterIdFrontRecognizer.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizerResult.h", + "line": 26, + "symbol": "MBMexicoVoterIdFrontRecognizerResult.-init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "warning": "undocumented" + }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMicroblinkApp.h", "line": 37, @@ -1787,7 +1829,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMrtdCombinedRecognizer.h", - "line": 37, + "line": 39, "symbol": "MBMrtdCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1904,20 +1946,6 @@ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, - { - "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMyTenteraRecognizer.h", - "line": 28, - "symbol": "MBMyTenteraRecognizer.-init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", - "warning": "undocumented" - }, - { - "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMyTenteraRecognizerResult.h", - "line": 21, - "symbol": "MBMyTenteraRecognizerResult.-init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", - "warning": "undocumented" - }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBNativeResult.h", "line": 14, @@ -2081,7 +2109,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBPolandCombinedRecognizer.h", - "line": 34, + "line": 36, "symbol": "MBPolandCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2382,7 +2410,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSerbiaCombinedRecognizer.h", - "line": 32, + "line": 34, "symbol": "MBSerbiaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2473,7 +2501,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h", - "line": 31, + "line": 33, "symbol": "MBSingaporeCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2529,7 +2557,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSlovakiaCombinedRecognizer.h", - "line": 34, + "line": 36, "symbol": "MBSlovakiaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2571,7 +2599,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSloveniaCombinedRecognizer.h", - "line": 33, + "line": 34, "symbol": "MBSloveniaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2697,14 +2725,14 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizer.h", - "line": 28, + "line": 31, "symbol": "MBSwitzerlandIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizerResult.h", - "line": 22, + "line": 26, "symbol": "MBSwitzerlandIdFrontRecognizerResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2830,7 +2858,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h", - "line": 75, + "line": 79, "symbol": "MBUsdlCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented"