diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f8f8e5..fa3ad7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # Release notes +## 4.4.0 + +- Updates and additions + - added support for reading back side of German Driver's License with B10 support - use `MBGermanyDlBackRecognizer` + - added support for reading front side of Mexican Voter Id card - use `MBMexicoVoterIdFrontRecognizer` + - added support for reading ExpiresOn date on `MBCyprusIdBackRecognizer` + - added support for image(s) anonymization on `MBPaymentCardFrontRecognizer` + - use `anonymizeCardNumber` and `anonymizeOwner` + - added support for image(s) anonymization on `MBPaymentCardBackRecognizer` + - use `anonymizeCvv` + - added support for image(s) anonymization on `MBPaymentCardCombinedRecognizer` + - use `anonymizeCardNumber`, `anonymizeOwner` and `anonymizeCvv` + - added support for image(s) anonymization on `MBElitePaymentCardFrontRecognizer` + - use `anonymizeOwner` + - added support for image(s) anonymization on `MBElitePaymentCardBackRecognizer` + - use `anonymizeCvv` and `anonymizeCardNumber` + - added support for image(s) anonymization on `MBElitePaymentCardCombinedRecognizer` + - use `anonymizeCardNumber`, `anonymizeOwner` and `anonymizeCvv` + - added support for full document image extension factors on `MBUsdlCombinedRecognizer` + +- Improvements in ID scanning performance + - improved reading of Swiss front side ID cards + - improved reading of German front side ID cards + - improved `MBMalaysiaMyTenteraFrontRecognizer` with DeepOcr support + - improved reading of Singapore front side Driver's Licenses with DeepOcr support + - improved reading of Croatian front side ID cards + - improved personal number extraction on Slovakian ID cards + - improved reading of Indonesian front side ID cards with DeepOcr support + - updated image return processor + - the processor now estimates detected (dewarped) document image quality and returns the best quality dewarped image from the best quality detection + +- Minor API changes + - renamed `MBMyTenteraRecognizer` to `MBMalaysiaMyTenteraFrontRecognizer` + - renamed `MBMyTenteraRecognizerResult` to `MBMalaysiaMyTenteraFrontRecognizerResult` and properties + - `nricNumber` to `nric` + - `ownerAddress` to `fullAddress` + - `ownerAddressCity` to `city` + - `ownerAddressState` to `ownerState` + - `ownerAddressZipCode` to `zipcode` + - `ownerAddressStreet` to `street` + - `ownerBirthDate` to `birthDate` and it is now of type `MBDateResult` + - `ownerFullName` to `fullName` + - `ownerReligion` to `religion` + - `ownerSex` to `sex` + - renamed properties in `MBGermanyIdFrontRecognizerResult` + - `firstName` to `givenNames` + - `lastName` to `surname` + - `dateOfBirth` adn `dateOfExpiry` are now of type `MBDateResult` + +- Bugfixes + - fix memory issue while using current frame grabber + - fix UI bug on `MBDocumentVerificationOverlayViewController` - now showing `Document scanning done` when scanning finish + - all combined recognizers are not optional any more in Swift + + ## 4.3.0 - Updates and additions diff --git a/MicroBlink.bundle/Info.plist b/MicroBlink.bundle/Info.plist index 03c027c2..f5ff7995 100644 Binary files a/MicroBlink.bundle/Info.plist and b/MicroBlink.bundle/Info.plist differ diff --git a/MicroBlink.bundle/cro_name_dictionary.zzip b/MicroBlink.bundle/cro_name_dictionary.zzip index 21a4ea95..bf7f86d8 100644 Binary files a/MicroBlink.bundle/cro_name_dictionary.zzip and b/MicroBlink.bundle/cro_name_dictionary.zzip differ diff --git a/MicroBlink.bundle/en.strings b/MicroBlink.bundle/en.strings index dc2383c4..89fc3dfe 100644 --- a/MicroBlink.bundle/en.strings +++ b/MicroBlink.bundle/en.strings @@ -17,3 +17,4 @@ "photopay_back_verification_document" = "Place the back side of the document in the frame and wait for automatic scan."; "photopay_front_splash_verification_document" = "Document front side"; "photopay_back_splash_verification_document" = "Document back side"; +"photopay_done_splash_verification_document" = "Document scanning done"; diff --git a/MicroBlink.bundle/indonesia_confusions.zzip b/MicroBlink.bundle/indonesia_confusions.zzip new file mode 100644 index 00000000..a8864776 Binary files /dev/null and b/MicroBlink.bundle/indonesia_confusions.zzip differ diff --git a/MicroBlink.bundle/indonesia_occupation_dictionary.zzip b/MicroBlink.bundle/indonesia_occupation_dictionary.zzip new file mode 100644 index 00000000..75ec6f34 Binary files /dev/null and b/MicroBlink.bundle/indonesia_occupation_dictionary.zzip differ diff --git a/MicroBlink.bundle/indonesia_province_dictionary.zzip b/MicroBlink.bundle/indonesia_province_dictionary.zzip new file mode 100644 index 00000000..6211b757 Binary files /dev/null and b/MicroBlink.bundle/indonesia_province_dictionary.zzip differ diff --git a/MicroBlink.bundle/model_arabic.zzip b/MicroBlink.bundle/model_arabic.zzip index 907adb10..a1c82b2b 100644 Binary files a/MicroBlink.bundle/model_arabic.zzip and b/MicroBlink.bundle/model_arabic.zzip differ diff --git a/MicroBlink.bundle/model_eudl.zzip b/MicroBlink.bundle/model_eudl.zzip index 81d97c5d..3c845fb7 100644 Binary files a/MicroBlink.bundle/model_eudl.zzip and b/MicroBlink.bundle/model_eudl.zzip differ diff --git a/MicroBlink.bundle/model_general_blink_ocr.zzip b/MicroBlink.bundle/model_general_blink_ocr.zzip index 24907d21..be9a855f 100644 Binary files a/MicroBlink.bundle/model_general_blink_ocr.zzip and b/MicroBlink.bundle/model_general_blink_ocr.zzip differ diff --git a/MicroBlink.bundle/model_malaysian.zzip b/MicroBlink.bundle/model_malaysian.zzip index 6bb9cae3..e636f09f 100644 Binary files a/MicroBlink.bundle/model_malaysian.zzip and b/MicroBlink.bundle/model_malaysian.zzip differ diff --git a/MicroBlink.bundle/model_micr.zzip b/MicroBlink.bundle/model_micr.zzip index ad6d38ff..78093fe9 100644 Binary files a/MicroBlink.bundle/model_micr.zzip and b/MicroBlink.bundle/model_micr.zzip differ diff --git a/MicroBlink.bundle/model_mrtd.zzip b/MicroBlink.bundle/model_mrtd.zzip index 7dcbe8ab..dd2c1678 100644 Binary files a/MicroBlink.bundle/model_mrtd.zzip and b/MicroBlink.bundle/model_mrtd.zzip 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 new file mode 100644 index 00000000..bd560c2f Binary files /dev/null and b/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_general_5.1.0.zzip differ diff --git a/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_production_5.1.0.zzip b/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_production_5.1.0.zzip deleted file mode 100644 index cdc95b6e..00000000 Binary files a/MicroBlink.bundle/nn_model_BlinkCreditCardOcr_production_5.1.0.zzip and /dev/null 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 new file mode 100644 index 00000000..ba470456 Binary files /dev/null and b/MicroBlink.bundle/nn_model_BlinkIDOcr_general_5.2.0.zzip differ diff --git a/MicroBlink.bundle/nn_model_BlinkIDOcr_production_5.2.0.zzip b/MicroBlink.bundle/nn_model_BlinkIDOcr_production_5.2.0.zzip deleted file mode 100644 index e74f06e0..00000000 Binary files a/MicroBlink.bundle/nn_model_BlinkIDOcr_production_5.2.0.zzip and /dev/null 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 new file mode 100644 index 00000000..25cf1448 Binary files /dev/null and b/MicroBlink.bundle/nn_model_BlinkInputOcr_general_5.1.0.zzip differ diff --git a/MicroBlink.bundle/nn_model_BlinkInputOcr_production_5.1.0.zzip b/MicroBlink.bundle/nn_model_BlinkInputOcr_production_5.1.0.zzip deleted file mode 100644 index cb94d95d..00000000 Binary files a/MicroBlink.bundle/nn_model_BlinkInputOcr_production_5.1.0.zzip and /dev/null differ diff --git a/MicroBlink.bundle/payment_card_confusions.zzip b/MicroBlink.bundle/payment_card_confusions.zzip index 18c17755..64cc70f1 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 67a53a51..cba43f8d 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 3e1bb7d5..78caa067 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 5699b7ae..432c1381 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 0b8b6566..3e603e45 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 031f0162..01d320db 100644 --- a/MicroBlink.framework/Headers/MBBlinkIDEntities.h +++ b/MicroBlink.framework/Headers/MBBlinkIDEntities.h @@ -79,6 +79,8 @@ #import "MBGermanyPassportRecognizerResult.h" #import "MBGermanyOldIdRecognizer.h" #import "MBGermanyOldIdRecognizerResult.h" +#import "MBGermanyDlBackRecognizer.h" +#import "MBGermanyDlBackRecognizerResult.h" // Hong Kong #import "MBHongKongIdFrontRecognizer.h" @@ -117,11 +119,15 @@ #import "MBMyKadFrontRecognizerResult.h" #import "MBIkadRecognizer.h" #import "MBIkadRecognizerResult.h" -#import "MBMyTenteraRecognizer.h" -#import "MBMyTenteraRecognizerResult.h" +#import "MBMalaysiaMyTenteraFrontRecognizer.h" +#import "MBMalaysiaMyTenteraFrontRecognizerResult.h" #import "MBMalaysiaDlFrontRecognizer.h" #import "MBMalaysiaDlFrontRecognizerResult.h" +// Mexico +#import "MBMexicoVoterIdFrontRecognizer.h" +#import "MBMexicoVoterIdFrontRecognizerResult.h" + // Morocco #import "MBMoroccoIdFrontRecognizer.h" #import "MBMoroccoIdFrontRecognizerResult.h" diff --git a/MicroBlink.framework/Headers/MBCroatiaCombinedRecognizer.h b/MicroBlink.framework/Headers/MBCroatiaCombinedRecognizer.h index 68e6ef2a..d606b6af 100644 --- a/MicroBlink.framework/Headers/MBCroatiaCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBCroatiaCombinedRecognizer.h @@ -25,6 +25,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * Croatian ID Combined Recognizer. * @@ -41,3 +43,5 @@ MB_INIT @property (nonatomic, strong, readonly) MBCroatiaCombinedRecognizerResult* result; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h index b75d10c8..d5e3797b 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h @@ -29,6 +29,13 @@ MB_INIT */ @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. * diff --git a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h index c7eb45c5..d2bb15d3 100644 --- a/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBCyprusIdBackRecognizerResult.h @@ -26,6 +26,11 @@ MB_INIT_UNAVAILABLE */ @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. */ diff --git a/MicroBlink.framework/Headers/MBCzechiaCombinedRecognizer.h b/MicroBlink.framework/Headers/MBCzechiaCombinedRecognizer.h index 7eb56f3f..13f7293a 100644 --- a/MicroBlink.framework/Headers/MBCzechiaCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBCzechiaCombinedRecognizer.h @@ -25,6 +25,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * Czech ID Combined Recognizer. * @@ -41,3 +43,5 @@ MB_INIT @property (nonatomic, strong, readonly) MBCzechiaCombinedRecognizerResult* result; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h b/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h index 048e70d7..a662de29 100644 --- a/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h +++ b/MicroBlink.framework/Headers/MBDocumentVerificationOverlaySettings.h @@ -51,6 +51,14 @@ MB_CLASS_AVAILABLE_IOS(8.0) */ @property(nonatomic, strong) NSString *secondSideSplashMessage; +/** + * 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 + */ +@property(nonatomic, strong) NSString *scanningDoneSplashMessage; + /** * Returns/sets glare status message that is shown if glare detection is turned on * and it is shown if glare is detected. @@ -58,7 +66,7 @@ MB_CLASS_AVAILABLE_IOS(8.0) * Default: string defined by "photopay_glare_status" * key in strings file in Microblink.bundle */ -@property(nonatomic, strong) NSString *glareStatusMessage; +@property(nonatomic, strong) NSString *glareMessage; /** * Returns/sets splash image which is shown below splash message, before scanning the first side of diff --git a/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h b/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h index f79800f6..7d4dbdb8 100644 --- a/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h @@ -50,6 +50,20 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractValidThru; +/** + * Should anonymize the CVV area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCvv; + +/** + * Should anonymize the card number area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCardNumber; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h b/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h index 09b4851a..99542149 100644 --- a/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBElitePaymentCardCombinedRecognizer.h @@ -60,6 +60,28 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractValidThru; +/** + * Should anonymize the card number area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCardNumber; + +/** + * Should anonymize the owner area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeOwner; + + +/** + * Should anonymize the CVV area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCvv; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBElitePaymentCardFrontRecognizer.h b/MicroBlink.framework/Headers/MBElitePaymentCardFrontRecognizer.h index d9e88919..04e641e8 100644 --- a/MicroBlink.framework/Headers/MBElitePaymentCardFrontRecognizer.h +++ b/MicroBlink.framework/Headers/MBElitePaymentCardFrontRecognizer.h @@ -36,6 +36,13 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractOwner; +/** + * Should anonymize the owner area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeOwner; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBFieldByFieldOverlaySettings.h b/MicroBlink.framework/Headers/MBFieldByFieldOverlaySettings.h index 7a63d2aa..34035605 100644 --- a/MicroBlink.framework/Headers/MBFieldByFieldOverlaySettings.h +++ b/MicroBlink.framework/Headers/MBFieldByFieldOverlaySettings.h @@ -54,6 +54,24 @@ MB_INIT_UNAVAILABLE; */ @property(nonatomic) UIColor *scanResultViewColor; +/** + * 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 + */ +@property(nonatomic, strong) NSString *nextButtonDescriptionText; + +/** + * 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 + */ +@property(nonatomic, strong) NSString *nextButtonLastDescriptionText; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBGermanyCombinedRecognizer.h b/MicroBlink.framework/Headers/MBGermanyCombinedRecognizer.h index a60177b0..87904a74 100644 --- a/MicroBlink.framework/Headers/MBGermanyCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBGermanyCombinedRecognizer.h @@ -22,6 +22,8 @@ #import "MBEncodeFullDocumentImage.h" #import "MBEncodeSignatureImage.h" +NS_ASSUME_NONNULL_BEGIN + /** * German ID Combined Recognizer. * @@ -45,3 +47,5 @@ MB_INIT @property (nonatomic, assign) BOOL extractAddress; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBGermanyDlBackRecognizer.h b/MicroBlink.framework/Headers/MBGermanyDlBackRecognizer.h new file mode 100644 index 00000000..4f10468d --- /dev/null +++ b/MicroBlink.framework/Headers/MBGermanyDlBackRecognizer.h @@ -0,0 +1,35 @@ +// +// MBGermanyDlBackRecognizer.h +// +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBGermanyDlBackRecognizerResult.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 German DL cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBGermanyDlBackRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning GermanyDlBackRecognizer + */ +@property (nonatomic, strong, readonly) MBGermanyDlBackRecognizerResult *result; + + +@end + +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBGermanyDlBackRecognizerResult.h b/MicroBlink.framework/Headers/MBGermanyDlBackRecognizerResult.h new file mode 100644 index 00000000..b0c6d2e9 --- /dev/null +++ b/MicroBlink.framework/Headers/MBGermanyDlBackRecognizerResult.h @@ -0,0 +1,37 @@ +// +// MBGermanyDlBackRecognizerResult.h +// +// Created by juraskrlec on 13/11/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 German DL cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBGermanyDlBackRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The date of issue for B category of German DL card. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfIssueB10; + +/** +* The date of issue for B category of German DL card is not specified. +*/ +@property (nonatomic, readonly) BOOL dateOfIssueB10NotSpecified; + + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizer.h index 49ca993d..cd396172 100644 --- a/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizer.h +++ b/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizer.h @@ -1,87 +1,90 @@ // -// MBGermanyIdFrontRecognizer.h -// MicroBlinkDev +// MBGermanyIdFrontRecognizer.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizer.h" +#import "MBRecognizer.h" #import "MBGermanyIdFrontRecognizerResult.h" -#import +#import "MBGlareDetection.h" #import "MBFaceImage.h" -#import "MBSignatureImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" #import "MBFullDocumentImage.h" -#import "MBGlareDetection.h" +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" #import "MBFullDocumentImageExtensionFactors.h" - +#import "MBSignatureImage.h" +#import "MBSignatureImageDpi.h" +#import "MBEncodeSignatureImage.h" NS_ASSUME_NONNULL_BEGIN /** - * Class for configuring German ID Front Recognizer. - * - * German ID Front recognizer is used for scanning front side of German ID. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBGermanyIdFrontRecognizer : MBLegacyRecognizer +* Recognizer which can scan front side of Germany national ID cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBGermanyIdFrontRecognizer : MBRecognizer MB_INIT /** - * German ID Front recognizer result + * Result of scanning GermanyIdFrontRecognizer */ @property (nonatomic, strong, readonly) MBGermanyIdFrontRecognizerResult *result; /** - * Defines if owner's first names should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractGivenNames; +* Defines if CAN number of Germany ID should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractCanNumber; /** - * Defines if owner's surname should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractSurname; +* Defines if date of expiry of Germany ID should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDateOfExpiry; /** - * Defines if owner's place of birth should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractPlaceOfBirth; +* Defines if document number of Germany ID should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractDocumentNumber; /** - * Defines if owner's nationality should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractNationality; +* Defines if given names of Germany ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractGivenNames; /** - * Defines if date of expiry should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDateOfExpiry; +* Defines if nationality of Germany ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractNationality; /** - * Defines if CAN number should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractCanNumber; +* Defines if place of birth of Germany ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractPlaceOfBirth; /** - * Defines if document number should be extracted from German ID - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractDocumentNumber; +* Defines if surname of Germany ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractSurname; + @end -NS_ASSUME_NONNULL_END +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizerResult.h index a13fa6e8..3eca3b03 100644 --- a/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBGermanyIdFrontRecognizerResult.h @@ -1,75 +1,70 @@ // -// MBGermanyIdFrontRecognizerResult.h -// MicroBlinkDev +// MBGermanyIdFrontRecognizerResult.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizerResult.h" +#import "MBRecognizerResult.h" +#import "MBDateResult.h" #import "MBFaceImageResult.h" -#import "MBSignatureImageResult.h" +#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 German ID - */ +* Recognizer which can scan front side of Germany national ID cards. +*/ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBGermanyIdFrontRecognizerResult : MBLegacyRecognizerResult +@interface MBGermanyIdFrontRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The first name of the German ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *firstName; +* The CAN number of Germany ID. +*/ +@property (nonatomic, readonly) NSString *canNumber; /** - * The last name of the German ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *lastName; +* The date of birth of Germany ID owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; /** - * The nationality of the German ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *nationality; +* The date of expiry of Germany ID. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfExpiry; /** - * The date of birth of German ID owner in dd.MM.yyyy format. - */ -@property (nonatomic, readonly, nullable) NSString *rawDateOfBirth; +* The document number of Germany ID. +*/ +@property (nonatomic, readonly) NSString *documentNumber; /** - * The date of birth of German ID owner - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfBirth; +* The given names of Germany ID owner. +*/ +@property (nonatomic, readonly) NSString *givenNames; /** - * The place of birth of the German ID - */ -@property (nonatomic, readonly, nullable) NSString *placeOfBirth; +* The nationality of Germany ID owner. +*/ +@property (nonatomic, readonly) NSString *nationality; /** - * The document date of expiry of the German ID in dd.MM.yyyy format. - */ -@property (nonatomic, readonly, nullable) NSString *rawDateOfExpiry; +* The place of birth of Germany ID owner. +*/ +@property (nonatomic, readonly) NSString *placeOfBirth; /** - * The document date of expiry of the German ID - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfExpiry; +* The surname of Germany ID owner. +*/ +@property (nonatomic, readonly) NSString *surname; -/** - * The document number of the German ID - */ -@property (nonatomic, readonly, nullable) NSString *documentNumber; - -/** - * The CAN number of the German ID - */ -@property (nonatomic, readonly, nullable) NSString *canNumber; @end diff --git a/MicroBlink.framework/Headers/MBJordanCombinedRecognizer.h b/MicroBlink.framework/Headers/MBJordanCombinedRecognizer.h index 276d826c..b6141870 100644 --- a/MicroBlink.framework/Headers/MBJordanCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBJordanCombinedRecognizer.h @@ -23,6 +23,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * Jordan ID Combined Recognizer. * @@ -60,3 +62,5 @@ MB_INIT @property (nonatomic, assign) BOOL extractDateOfBirth; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizer.h b/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizer.h new file mode 100644 index 00000000..a85362dd --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizer.h @@ -0,0 +1,52 @@ +// +// MBMalaysiaMyTenteraFrontRecognizer.h +// +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMalaysiaMyTenteraFrontRecognizerResult.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 MyTentera cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMalaysiaMyTenteraFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MalaysiaMyTenteraFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMalaysiaMyTenteraFrontRecognizerResult *result; + +/** +* Defines if full name and address of Malaysian MyTentera owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullNameAndAddress; + +/** +* Defines if religion of Malaysian MyTentera owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractReligion; + + +@end + +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h new file mode 100644 index 00000000..efe57273 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h @@ -0,0 +1,84 @@ +// +// MBMalaysiaMyTenteraFrontRecognizerResult.h +// +// Created by juraskrlec on 13/11/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 MyTentera cards. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMalaysiaMyTenteraFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The army number of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *armyNumber; + +/** +* The birth date of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) MBDateResult *birthDate; + +/** +* The city of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *city; + +/** +* The address of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *fullAddress; + +/** +* The full name of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The nric of Malaysian MyTentera. +*/ +@property (nonatomic, readonly) NSString *nric; + +/** +* The state of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *ownerState; + +/** +* The religion of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *religion; + +/** +* The sex of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *sex; + +/** +* The street of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *street; + +/** +* The zipcode of Malaysian MyTentera owner. +*/ +@property (nonatomic, readonly) NSString *zipcode; + + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizer.h new file mode 100644 index 00000000..5d7ddeaf --- /dev/null +++ b/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizer.h @@ -0,0 +1,62 @@ +// +// MBMexicoVoterIdFrontRecognizer.h +// +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. +// + +#import "MBRecognizer.h" +#import "MBMexicoVoterIdFrontRecognizerResult.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" +#import "MBSignatureImage.h" +#import "MBSignatureImageDpi.h" +#import "MBEncodeSignatureImage.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Mexican voter id. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBMexicoVoterIdFrontRecognizer : MBRecognizer + +MB_INIT + +/** + * Result of scanning MexicoVoterIdFrontRecognizer + */ +@property (nonatomic, strong, readonly) MBMexicoVoterIdFrontRecognizerResult *result; + +/** +* Defines if address of Mexico Voter ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractAddress; + +/** +* Defines if CURP of Mexico Voter ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractCurp; + +/** +* Defines if full name of Mexico Voter ID owner should be extracted. +* +* Default: YES +*/ +@property (nonatomic, assign) BOOL extractFullName; + + +@end + +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizerResult.h new file mode 100644 index 00000000..83291985 --- /dev/null +++ b/MicroBlink.framework/Headers/MBMexicoVoterIdFrontRecognizerResult.h @@ -0,0 +1,61 @@ +// +// MBMexicoVoterIdFrontRecognizerResult.h +// +// Created by juraskrlec on 13/11/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" +#import "MBSignatureImageResult.h" +#import "MBEncodedSignatureImageResult.h" + +NS_ASSUME_NONNULL_BEGIN + +/** +* Recognizer which can scan front side of Mexican voter id. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) +@interface MBMexicoVoterIdFrontRecognizerResult : MBRecognizerResult + +MB_INIT_UNAVAILABLE + +/** +* The address of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) NSString *address; + +/** +* The CURP of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) NSString *curp; + +/** +* The date of birth of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; + +/** +* The elector key of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) NSString *electorKey; + +/** +* The full name of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) NSString *fullName; + +/** +* The sex of Mexico Voter ID owner. +*/ +@property (nonatomic, readonly) NSString *sex; + + +@end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMrtdCombinedRecognizer.h b/MicroBlink.framework/Headers/MBMrtdCombinedRecognizer.h index 14f9b29e..1a8f74a6 100644 --- a/MicroBlink.framework/Headers/MBMrtdCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBMrtdCombinedRecognizer.h @@ -26,6 +26,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * MRTD Combined recognizer * @@ -67,3 +69,5 @@ MB_INIT @property (nonatomic, assign) NSUInteger numStableDetectionsThreshold; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMyTenteraRecognizer.h b/MicroBlink.framework/Headers/MBMyTenteraRecognizer.h deleted file mode 100644 index 8fcb90f7..00000000 --- a/MicroBlink.framework/Headers/MBMyTenteraRecognizer.h +++ /dev/null @@ -1,51 +0,0 @@ -// -// MBMyTenteraRecognizer.h -// MicroBlinkDev -// -// Created by Dino Gustin on 22/05/2018. -// - -#import "MBLegacyRecognizer.h" -#import "MBMyTenteraRecognizerResult.h" - -#import -#import "MBFaceImage.h" -#import "MBFullDocumentImage.h" -#import "MBFullDocumentImageDpi.h" -#import "MBGlareDetection.h" - - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class for configuring My Tentera Recognizer. - * - * My Tentera recognizer is used for scanning My Tentera. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyTenteraRecognizer : MBLegacyRecognizer - -MB_INIT - -/** - * My Tentera recognizer result - */ -@property (nonatomic, strong, readonly) MBMyTenteraRecognizerResult *result; - -/** - * Defines if religion should be extracted from MyTentera - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractReligion; - -/** - * Defines if full name and address should be extracted from MyTentera - * - * Default: YES - */ -@property (nonatomic, assign) BOOL extractFullNameAndAddress; - -@end - -NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBMyTenteraRecognizerResult.h b/MicroBlink.framework/Headers/MBMyTenteraRecognizerResult.h deleted file mode 100644 index c507afc3..00000000 --- a/MicroBlink.framework/Headers/MBMyTenteraRecognizerResult.h +++ /dev/null @@ -1,87 +0,0 @@ -// -// MBMyTenteraRecognizerResult.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 My Tentera - */ -MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBMyTenteraRecognizerResult : 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 army number - */ -@property (nonatomic, readonly, nullable) NSString *armyNumber; - -/** - * 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; - -@end - -NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBPaymentCardBackRecognizer.h b/MicroBlink.framework/Headers/MBPaymentCardBackRecognizer.h index c3455500..af49470b 100644 --- a/MicroBlink.framework/Headers/MBPaymentCardBackRecognizer.h +++ b/MicroBlink.framework/Headers/MBPaymentCardBackRecognizer.h @@ -36,6 +36,13 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractInventoryNumber; +/** + * Should anonymize the CVV area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCvv; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBPaymentCardCombinedRecognizer.h b/MicroBlink.framework/Headers/MBPaymentCardCombinedRecognizer.h index c1916d02..2c042ebb 100644 --- a/MicroBlink.framework/Headers/MBPaymentCardCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBPaymentCardCombinedRecognizer.h @@ -53,6 +53,29 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractInventoryNumber; +/** + * Should anonymize the card number area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCardNumber; + +/** + * Should anonymize the owner area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeOwner; + + +/** + * Should anonymize the CVV area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCvv; + + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBPaymentCardFrontRecognizer.h b/MicroBlink.framework/Headers/MBPaymentCardFrontRecognizer.h index 87ab3b94..75384c0a 100644 --- a/MicroBlink.framework/Headers/MBPaymentCardFrontRecognizer.h +++ b/MicroBlink.framework/Headers/MBPaymentCardFrontRecognizer.h @@ -43,6 +43,20 @@ MB_INIT */ @property (nonatomic, assign) BOOL extractValidThru; +/** + * Should anonymize the card number area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeCardNumber; + +/** + * Should anonymize the owner area (redact image pixels) on the document image result + * + * Default: NO + */ +@property (nonatomic, assign) BOOL anonymizeOwner; + @end NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBPolandCombinedRecognizer.h b/MicroBlink.framework/Headers/MBPolandCombinedRecognizer.h index 53e8df13..543316a7 100644 --- a/MicroBlink.framework/Headers/MBPolandCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBPolandCombinedRecognizer.h @@ -23,6 +23,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * Polish ID Combined Recognizer. * @@ -81,3 +83,5 @@ MB_INIT @property (nonatomic, assign) BOOL extractDateOfBirth; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSerbiaCombinedRecognizer.h b/MicroBlink.framework/Headers/MBSerbiaCombinedRecognizer.h index e10674f7..51352d2a 100644 --- a/MicroBlink.framework/Headers/MBSerbiaCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBSerbiaCombinedRecognizer.h @@ -21,6 +21,8 @@ #import "MBEncodeFullDocumentImage.h" #import "MBEncodeSignatureImage.h" +NS_ASSUME_NONNULL_BEGIN + /** * Serbian ID Combined Recognizer. * @@ -37,3 +39,5 @@ MB_INIT @property (nonatomic, strong, readonly) MBSerbiaCombinedRecognizerResult* result; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h b/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h index 9c59acee..d48040d7 100644 --- a/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h @@ -20,6 +20,8 @@ #import "MBDigitalSignature.h" #import "MBFullDocumentImageExtensionFactors.h" +NS_ASSUME_NONNULL_BEGIN + /** * Singapore ID Combined Recognizer. * @@ -99,3 +101,5 @@ MB_INIT @property (nonatomic, assign) BOOL extractDateOfIssue; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSlovakiaCombinedRecognizer.h b/MicroBlink.framework/Headers/MBSlovakiaCombinedRecognizer.h index c92b2a6e..4e0e86b6 100644 --- a/MicroBlink.framework/Headers/MBSlovakiaCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBSlovakiaCombinedRecognizer.h @@ -23,6 +23,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + /** * Slovak ID Combined Recognizer. * @@ -109,3 +111,5 @@ MB_INIT @property (nonatomic, assign) BOOL extractSpecialRemarks; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSloveniaCombinedRecognizer.h b/MicroBlink.framework/Headers/MBSloveniaCombinedRecognizer.h index 11652660..b4f5ed9d 100644 --- a/MicroBlink.framework/Headers/MBSloveniaCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBSloveniaCombinedRecognizer.h @@ -21,6 +21,7 @@ #import "MBEncodeFullDocumentImage.h" #import "MBEncodeSignatureImage.h" +NS_ASSUME_NONNULL_BEGIN /** * Slovenian ID Combined Recognizer. @@ -38,3 +39,5 @@ MB_INIT @property (nonatomic, strong, readonly) MBSloveniaCombinedRecognizerResult* result; @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizer.h b/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizer.h index e0294a02..c5551eea 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizer.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizer.h @@ -1,51 +1,55 @@ // -// MBSwitzerlandIdFrontRecognizer.h -// MicroBlinkDev +// MBSwitzerlandIdFrontRecognizer.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizer.h" +#import "MBRecognizer.h" #import "MBSwitzerlandIdFrontRecognizerResult.h" -#import +#import "MBGlareDetection.h" #import "MBFaceImage.h" -#import "MBSignatureImage.h" +#import "MBEncodeFaceImage.h" +#import "MBFaceImageDpi.h" #import "MBFullDocumentImage.h" -#import "MBGlareDetection.h" - +#import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageDpi.h" +#import "MBFullDocumentImageExtensionFactors.h" +#import "MBSignatureImage.h" +#import "MBSignatureImageDpi.h" +#import "MBEncodeSignatureImage.h" NS_ASSUME_NONNULL_BEGIN /** - * Class for configuring Swiss ID Front Recognizer. - * - * Swiss ID Front recognizer is used for scanning front side of Swiss ID. - */ -PP_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandIdFrontRecognizer : MBLegacyRecognizer +* Recognizer which can scan front side of Switzerland ID. +*/ +MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL +@interface MBSwitzerlandIdFrontRecognizer : MBRecognizer MB_INIT /** - * Swiss ID Front recognizer result + * Result of scanning SwitzerlandIdFrontRecognizer */ @property (nonatomic, strong, readonly) MBSwitzerlandIdFrontRecognizerResult *result; /** - * Defines if owner's first name should be extracted from Swiss ID - * - * Default: YES - */ +* Defines if given name of Switzerland ID owner should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractGivenName; /** - * Defines if owner's last name should be extracted from Swiss ID - * - * Default: YES - */ +* Defines if surname of Switzerland ID owner should be extracted. +* +* Default: YES +*/ @property (nonatomic, assign) BOOL extractSurname; + @end -NS_ASSUME_NONNULL_END +NS_ASSUME_NONNULL_END \ No newline at end of file diff --git a/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizerResult.h b/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizerResult.h index 649c51c5..17505147 100644 --- a/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizerResult.h +++ b/MicroBlink.framework/Headers/MBSwitzerlandIdFrontRecognizerResult.h @@ -1,45 +1,45 @@ // -// MBSwitzerlandIdFrontRecognizerResult.h -// MicroBlinkDev +// MBSwitzerlandIdFrontRecognizerResult.h // -// Created by Dino Gustin on 22/05/2018. +// Created by juraskrlec on 13/11/2018 +// Copyright © Microblink Ltd. All rights reserved. // -#import "MBLegacyRecognizerResult.h" +#import "MBRecognizerResult.h" +#import "MBDateResult.h" #import "MBFaceImageResult.h" -#import "MBSignatureImageResult.h" +#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 Swiss ID - */ +* Recognizer which can scan front side of Switzerland ID. +*/ MB_CLASS_AVAILABLE_IOS(8.0) -@interface MBSwitzerlandIdFrontRecognizerResult : MBLegacyRecognizerResult +@interface MBSwitzerlandIdFrontRecognizerResult : MBRecognizerResult MB_INIT_UNAVAILABLE /** - * The first name of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *givenName; +* The date of birth of Switzerland ID owner. +*/ +@property (nonatomic, readonly) MBDateResult *dateOfBirth; /** - * The last name of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSString *surname; +* The given name of Switzerland ID owner. +*/ +@property (nonatomic, readonly) NSString *givenName; /** - * The date of birth of the Swiss ID owner in dd.MM.yyyy format. - */ -@property (nonatomic, readonly, nullable) NSString *rawDateOfBirth; +* The surname of Switzerland ID owner. +*/ +@property (nonatomic, readonly) NSString *surname; -/** - * The date of birth of the Swiss ID owner. - */ -@property (nonatomic, readonly, nullable) NSDate *dateOfBirth; @end diff --git a/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h b/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h index eeb60b08..2ef566a3 100644 --- a/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h +++ b/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h @@ -21,15 +21,19 @@ #import "MBEncodeFaceImage.h" #import "MBEncodeFullDocumentImage.h" +#import "MBFullDocumentImageExtensionFactors.h" + #import +NS_ASSUME_NONNULL_BEGIN + /** * USDL Combined Recognizer. * * USDL Combined recognizer is used for scanning both front and back side of US Driver's License. */ MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL -@interface MBUsdlCombinedRecognizer : MBRecognizer +@interface MBUsdlCombinedRecognizer : MBRecognizer /** * Result of scanning both sides of USDL @@ -74,6 +78,6 @@ MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL MB_INIT - - @end + +NS_ASSUME_NONNULL_END diff --git a/MicroBlink.framework/Info.plist b/MicroBlink.framework/Info.plist index 6c497114..04af71a8 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 1f0108f8..68d1815a 100755 --- a/MicroBlink.framework/MicroBlink +++ b/MicroBlink.framework/MicroBlink @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed88e9a85def447ebc3b00bdab9a10be1e13af175ec617726ffeb8928b455ab4 -size 129776496 +oid sha256:0479779fb011cfdd2ab488dc72ccae8c9310bbf0f8b8db023722c3dea9f70a11 +size 172162064 diff --git a/MicroBlink.framework/_CodeSignature/CodeResources b/MicroBlink.framework/_CodeSignature/CodeResources index ea4c4400..3f0fdce8 100644 --- a/MicroBlink.framework/_CodeSignature/CodeResources +++ b/MicroBlink.framework/_CodeSignature/CodeResources @@ -118,7 +118,7 @@ Headers/MBBlinkIDEntities.h - 95YSdDicPA1OmGPjwQVPzCTYm6Y= + vFaEbQuOmPt1X9ZjRVDGSXWfG9E= Headers/MBBlinkIDUIComponents.h @@ -182,7 +182,7 @@ Headers/MBCroatiaCombinedRecognizer.h - 47AB3KBuRRogKxb0k0TJ8Cie4MQ= + D5E6qEufhNsZdvFuqvjggGa6s/o= Headers/MBCroatiaCombinedRecognizerResult.h @@ -210,11 +210,11 @@ Headers/MBCyprusIdBackRecognizer.h - LjVREDVcVHoW4SQix3pQfGeD0T4= + wcYmqdKYtvR8WVdwU/bnGM+z2Wc= Headers/MBCyprusIdBackRecognizerResult.h - GgyCH9mJhDItjWtP/JqiRdLy+Hw= + 9ykI9ZlNrWTTRN2vqJDImYvMKk8= Headers/MBCyprusIdFrontRecognizer.h @@ -226,7 +226,7 @@ Headers/MBCzechiaCombinedRecognizer.h - 7piiUPKsUl/ZsNFzjFwAIalVWk8= + pxYWPR+jnW/Ij/8HsuslBbkwCpI= Headers/MBCzechiaCombinedRecognizerResult.h @@ -378,7 +378,7 @@ Headers/MBDocumentVerificationOverlaySettings.h - Uc1aBbEJQvBCqx2Icl+KTqwcUdk= + /1ROu3l/m4FUTt3mvBbvu+5Dj00= Headers/MBDocumentVerificationOverlayViewController.h @@ -410,7 +410,7 @@ Headers/MBElitePaymentCardBackRecognizer.h - M0bS+RVkSfhZfT7E3VH0ach91Ww= + lrNtuC0fDYjqMSuxvFbBAdsNHbc= Headers/MBElitePaymentCardBackRecognizerResult.h @@ -418,7 +418,7 @@ Headers/MBElitePaymentCardCombinedRecognizer.h - uMjrLs6dV3+oLL+45lMUdiDgZAQ= + W9JkC/L2fGqW/uiOyFutS9X+UcE= Headers/MBElitePaymentCardCombinedRecognizerResult.h @@ -426,7 +426,7 @@ Headers/MBElitePaymentCardFrontRecognizer.h - QICzUSByYVrvkJxA/W6Rn1zBf1k= + 5Ff5ns6vTXEEkHFegWyWYRvIC9o= Headers/MBElitePaymentCardFrontRecognizerResult.h @@ -514,7 +514,7 @@ Headers/MBFieldByFieldOverlaySettings.h - A0mAzBE7mCkdh5UkY5xK0qWyM+0= + cEKDcAb9TkPRwgCxODW24b3X7m4= Headers/MBFieldByFieldOverlayViewController.h @@ -558,12 +558,20 @@ Headers/MBGermanyCombinedRecognizer.h - U8/QMvsZC+CcSzdCmVLvZJMh0JM= + VH/Q2yfkbLKbnU77mH3a3nYc7no= Headers/MBGermanyCombinedRecognizerResult.h 9TQJilsINzEluahY4O8N+X3UiRk= + Headers/MBGermanyDlBackRecognizer.h + + /s7sbvNOaGx/68HhR2SS5Rbcbxs= + + Headers/MBGermanyDlBackRecognizerResult.h + + bTGkMRynL4/MGYd1XIYIHQVB/go= + Headers/MBGermanyIdBackRecognizer.h gPRuBnQR0Gr4MV3wruSxCI+bpFc= @@ -574,11 +582,11 @@ Headers/MBGermanyIdFrontRecognizer.h - TcTnItwmBbvs3j3dYE6ewMQrCyM= + Yca4G8vytPuji2VGW79jYddzEvI= Headers/MBGermanyIdFrontRecognizerResult.h - TCUpbxvNG6uuGO3+lo5PRKBUOZw= + K+q/EOKsCG0ja6m8ktEGw3m06pk= Headers/MBGermanyOldIdRecognizer.h @@ -682,7 +690,7 @@ Headers/MBJordanCombinedRecognizer.h - SyyVdHgnLwEibcoFjXkTRmo/XHw= + k4NZRsMegdnQl+hcqwAKo/lT65Q= Headers/MBJordanCombinedRecognizerResult.h @@ -748,6 +756,22 @@ tpQR4BRgtm3XP4UWwO3z++E0Dhs= + Headers/MBMalaysiaMyTenteraFrontRecognizer.h + + hERo8ZzF7O11T3ARWVYilK3Q4Sc= + + Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h + + HMwQrHtuuT9TMqiv0RxE2+BtNJk= + + Headers/MBMexicoVoterIdFrontRecognizer.h + + Rwtqkqpypz+poZycK+BWlhq5HnE= + + Headers/MBMexicoVoterIdFrontRecognizerResult.h + + NGuKyQDL5FneUYpDltkP6uRcgw4= + Headers/MBMicroBlinkDefines.h O/HBCk52leRQ1YV8XDCUpkN1NFw= @@ -786,7 +810,7 @@ Headers/MBMrtdCombinedRecognizer.h - juuCjVLc6KgVfmfGxrZyK65Jiew= + ltWfOpWwiXxo6kh6MPUFGEDxPb0= Headers/MBMrtdCombinedRecognizerResult.h @@ -840,14 +864,6 @@ /mFjIR8vxxwoBm7uC5WefblX0Mo= - Headers/MBMyTenteraRecognizer.h - - EFuDDsJVb68VBEbh1p8JOT1d2Nk= - - Headers/MBMyTenteraRecognizerResult.h - - CVKKBv36yk6DKMYwAaMm8PjxA3Y= - Headers/MBNativeResult.h rXCTf5MOs1iy31txh5izI8FF7Xc= @@ -922,7 +938,7 @@ Headers/MBPaymentCardBackRecognizer.h - cckmZl+3ahCAkL6yRYp6NrfN5xQ= + UGsNUJg6G6utSuPjgQAuT34Bt6A= Headers/MBPaymentCardBackRecognizerResult.h @@ -930,7 +946,7 @@ Headers/MBPaymentCardCombinedRecognizer.h - uWU9UiZGodYawum7gHOhVhYIYQE= + 1wz7gHPembHCETXffQK9eGSsqZc= Headers/MBPaymentCardCombinedRecognizerResult.h @@ -938,7 +954,7 @@ Headers/MBPaymentCardFrontRecognizer.h - wajgfsDK/cqA3e3n1g8ERXDh04g= + yZz15nCPUPOvhEgAvh6n5EcaFDA= Headers/MBPaymentCardFrontRecognizerResult.h @@ -958,7 +974,7 @@ Headers/MBPolandCombinedRecognizer.h - Kl3dGsgjINAMonjCFAcV013iykE= + Fr5vZj1ZeBbEQcVseyUQMqTs5S0= Headers/MBPolandCombinedRecognizerResult.h @@ -1090,7 +1106,7 @@ Headers/MBSerbiaCombinedRecognizer.h - q3Z8Ve3obYJtbdIonlN4KeYrfrA= + b1nUYtOmtPwxHwFc2OYPsYLikl8= Headers/MBSerbiaCombinedRecognizerResult.h @@ -1142,7 +1158,7 @@ Headers/MBSingaporeCombinedRecognizer.h - 4sMtdbeUu2x/zEzLlG7P1+/MGv0= + BcTpKFgUFUTPRX8Hb1dV9GlB8Bc= Headers/MBSingaporeCombinedRecognizerResult.h @@ -1174,7 +1190,7 @@ Headers/MBSlovakiaCombinedRecognizer.h - J4BcZcglW4u7QyUpi4fd/2NLUEA= + dLalvvXTOcr4Lw8elLjpujg5EwA= Headers/MBSlovakiaCombinedRecognizerResult.h @@ -1198,7 +1214,7 @@ Headers/MBSloveniaCombinedRecognizer.h - Kxz0DHZ62DUpX4iHvAjj3MYjcRc= + O7VtKO/Jdka/A+RgVHmxCRPUs7c= Headers/MBSloveniaCombinedRecognizerResult.h @@ -1270,11 +1286,11 @@ Headers/MBSwitzerlandIdFrontRecognizer.h - tIi6oSl/bRzI8HXCw0Fbam1Q6dg= + zVqbv4Qz5jjpDLKb24G9XAN2+8A= Headers/MBSwitzerlandIdFrontRecognizerResult.h - Gvzi5rTZo4fSnQ52eRIxHdLxlaQ= + ln5cGSUBNJVWIbHsRyrSYsLYXng= Headers/MBSwitzerlandPassportRecognizer.h @@ -1338,7 +1354,7 @@ Headers/MBUsdlCombinedRecognizer.h - DvXHZH+9hhvsqiW+FL6FBWWx9GU= + T30kwB9DOhQsjDypbyKW09SELLg= Headers/MBUsdlCombinedRecognizerResult.h @@ -1386,7 +1402,7 @@ Info.plist - 0IlZgksv8qy9O9R4yGvfCsG70dI= + n+V1Exor5mQcnbHRWlEkhBrv/vg= Modules/module.modulemap @@ -1707,11 +1723,11 @@ hash - 95YSdDicPA1OmGPjwQVPzCTYm6Y= + vFaEbQuOmPt1X9ZjRVDGSXWfG9E= hash2 - resU51fPcl8YKhxNL8R3b+aR92R9IhfFDNc7tdTIi1I= + 5IZCrFIgTvfo0StAo7n6OEMwXW32IEjDXZ/UBzZ4GKI= Headers/MBBlinkIDUIComponents.h @@ -1883,11 +1899,11 @@ hash - 47AB3KBuRRogKxb0k0TJ8Cie4MQ= + D5E6qEufhNsZdvFuqvjggGa6s/o= hash2 - n4nuGAHz5j06uTYXyDgvs5Xr3WWF/8EHODJplCi946s= + uqtTlrzqFFsCVSgYJxwKdMv7ZpuFDGVNxBqcd6rvoUc= Headers/MBCroatiaCombinedRecognizerResult.h @@ -1960,22 +1976,22 @@ hash - LjVREDVcVHoW4SQix3pQfGeD0T4= + wcYmqdKYtvR8WVdwU/bnGM+z2Wc= hash2 - zMAmSB5HAmLDMu+FY6XCfG39S2N/cDG/GWVeT/ZvgPk= + PckrIO/O3Iz95pqKmCIOXr3F9a0EjNdsdaAf1kNsD5Y= Headers/MBCyprusIdBackRecognizerResult.h hash - GgyCH9mJhDItjWtP/JqiRdLy+Hw= + 9ykI9ZlNrWTTRN2vqJDImYvMKk8= hash2 - pwFGNSJ5KCWamKW27bODwGWlmqLNaVoD09zkLY5H8KY= + ioBGiKQLiCB8q+zpZj5SDzbTL1NKy9KfpBUozaEdy0k= Headers/MBCyprusIdFrontRecognizer.h @@ -2004,11 +2020,11 @@ hash - 7piiUPKsUl/ZsNFzjFwAIalVWk8= + pxYWPR+jnW/Ij/8HsuslBbkwCpI= hash2 - Xeybc9W459vYJJGaTWRjZvPedUexRs+uN6+FtOKqtvY= + nUuEH1lJMLGp/9150PVHzz2BcZB8iTFl2KLHmKjmDlc= Headers/MBCzechiaCombinedRecognizerResult.h @@ -2422,11 +2438,11 @@ hash - Uc1aBbEJQvBCqx2Icl+KTqwcUdk= + /1ROu3l/m4FUTt3mvBbvu+5Dj00= hash2 - HsuqVnOriyt4tKpu4RhBWpYMdtSPgJ7YarnvAOmfLQM= + hyv3AVZnR5b3c+zraawq9LO3Aog5ic++5JDb3AKFMCw= Headers/MBDocumentVerificationOverlayViewController.h @@ -2510,11 +2526,11 @@ hash - M0bS+RVkSfhZfT7E3VH0ach91Ww= + lrNtuC0fDYjqMSuxvFbBAdsNHbc= hash2 - wYO+7A9UIYafC9RmGYVvEEOriP5JRuZlxt2ZtPPQ73Y= + zh4hkU09hifgMDmU3ACREaz7JCceQTiXbnUKUFDn6Q8= Headers/MBElitePaymentCardBackRecognizerResult.h @@ -2532,11 +2548,11 @@ hash - uMjrLs6dV3+oLL+45lMUdiDgZAQ= + W9JkC/L2fGqW/uiOyFutS9X+UcE= hash2 - POqcADUvXSZ6x/5iJhd/xkEKFUo+wHeX922Lmmb2JwU= + l70/q86SzEhi8FmBmWmSSA3Ok9884ohtR2U/yNcAtaU= Headers/MBElitePaymentCardCombinedRecognizerResult.h @@ -2554,11 +2570,11 @@ hash - QICzUSByYVrvkJxA/W6Rn1zBf1k= + 5Ff5ns6vTXEEkHFegWyWYRvIC9o= hash2 - zXD8ootMYx9VAIkoFq4Ithji3nQvUSh9ean9NtR4Law= + 2LDEBsdUvO9LWsP+x8LHtLi7mQf9bnpHmg3m04CTLTE= Headers/MBElitePaymentCardFrontRecognizerResult.h @@ -2796,11 +2812,11 @@ hash - A0mAzBE7mCkdh5UkY5xK0qWyM+0= + cEKDcAb9TkPRwgCxODW24b3X7m4= hash2 - rVFHaTlRirHR6b2rovJ2XPOx+wq5ISt1uzfgQ8a59I0= + HmJkTDm2cxanRh1chZ+R4oc8CiXE2W77U5ZqNg45FtI= Headers/MBFieldByFieldOverlayViewController.h @@ -2917,11 +2933,11 @@ hash - U8/QMvsZC+CcSzdCmVLvZJMh0JM= + VH/Q2yfkbLKbnU77mH3a3nYc7no= hash2 - 3HqZcJbHpA1hA1t3XS9lJ9tNRa9rOL2QCtGnPl5qcpA= + N/2QcnR7Ka4ZbRA72UWkAZcC0seXTeLksHOvo2GavnY= Headers/MBGermanyCombinedRecognizerResult.h @@ -2935,6 +2951,28 @@ E/aenwRGX7AZ03QgFBzvMxEtKgGmXQWD6wlfex+2ePA= + Headers/MBGermanyDlBackRecognizer.h + + hash + + /s7sbvNOaGx/68HhR2SS5Rbcbxs= + + hash2 + + lun85nkt7vN/n3QInbiuFqc3QcgtfmoRmXGVbzmgIbM= + + + Headers/MBGermanyDlBackRecognizerResult.h + + hash + + bTGkMRynL4/MGYd1XIYIHQVB/go= + + hash2 + + AidqCEQswv4kbCkGZkUwAIGIwfJ0kA3WfTZtP3aqo3o= + + Headers/MBGermanyIdBackRecognizer.h hash @@ -2961,22 +2999,22 @@ hash - TcTnItwmBbvs3j3dYE6ewMQrCyM= + Yca4G8vytPuji2VGW79jYddzEvI= hash2 - 3hat9dNHL4dktVOw5lBaUQQsqUS2QeUVJD3beqiCwSQ= + IvBslHP/rn6hJrzPeK322CtAe4x5RSD1cFtBp70uIaU= Headers/MBGermanyIdFrontRecognizerResult.h hash - TCUpbxvNG6uuGO3+lo5PRKBUOZw= + K+q/EOKsCG0ja6m8ktEGw3m06pk= hash2 - FH9SnnwkTtG6kjL9tAvmw6B/bxV/TsJYjAZVDYaSlZ4= + xwNj7mHBhYQta5LEp3wKy8hvkZjJ1Ta5kZrB2y3R5UA= Headers/MBGermanyOldIdRecognizer.h @@ -3258,11 +3296,11 @@ hash - SyyVdHgnLwEibcoFjXkTRmo/XHw= + k4NZRsMegdnQl+hcqwAKo/lT65Q= hash2 - usygcECAnUXUSknEISglBbilADjkXA9fgxkbWDAGjnE= + 2bSJBe+2ylk0BEUjCWXRHeRc4rgpDrRkTutU1/ZSLsI= Headers/MBJordanCombinedRecognizerResult.h @@ -3441,6 +3479,50 @@ kN88RJ7rMnSzl6D2g/XfSCb1zWHDAN76L2vWsX+Ysbk= + Headers/MBMalaysiaMyTenteraFrontRecognizer.h + + hash + + hERo8ZzF7O11T3ARWVYilK3Q4Sc= + + hash2 + + h6p+/2F1jdbRTVzLPlIFvu3uOpGTEUNwIF9wqttAi/Q= + + + Headers/MBMalaysiaMyTenteraFrontRecognizerResult.h + + hash + + HMwQrHtuuT9TMqiv0RxE2+BtNJk= + + hash2 + + KJNgfKtk2F1MgCeTxT/TJFyOjRjIc12Sw1dMHmNd4vg= + + + Headers/MBMexicoVoterIdFrontRecognizer.h + + hash + + Rwtqkqpypz+poZycK+BWlhq5HnE= + + hash2 + + jh/Ge0IFB0n2weVb2NVa2ThgjFtRNHniQB0mY2EFtak= + + + Headers/MBMexicoVoterIdFrontRecognizerResult.h + + hash + + NGuKyQDL5FneUYpDltkP6uRcgw4= + + hash2 + + zZeVQZE3IOzYY+8lqvlA1JoiHGbvOVyuzAnZpnTgeyA= + + Headers/MBMicroBlinkDefines.h hash @@ -3544,11 +3626,11 @@ hash - juuCjVLc6KgVfmfGxrZyK65Jiew= + ltWfOpWwiXxo6kh6MPUFGEDxPb0= hash2 - HnprV5203TLo9kutFIIcjW1jf9GMYYLdzph+IEymwcc= + V2dOXMNJjd4mU/m3sEMDCeQ2oGYT6W/FFKC1uFBlm0U= Headers/MBMrtdCombinedRecognizerResult.h @@ -3694,28 +3776,6 @@ BNPmMMw0baaVHG1rpE4urBEvoFSjXKfZocpRfQR80SU= - Headers/MBMyTenteraRecognizer.h - - hash - - EFuDDsJVb68VBEbh1p8JOT1d2Nk= - - hash2 - - DndYtqB12BKmE2czwHZGU5GL1Y3DUwfE2MQdDWyYgDM= - - - Headers/MBMyTenteraRecognizerResult.h - - hash - - CVKKBv36yk6DKMYwAaMm8PjxA3Y= - - hash2 - - P3TWsne3OhqVZlUhBJMDAVKRCRPB5Bd4oHH9gkHp+D4= - - Headers/MBNativeResult.h hash @@ -3918,11 +3978,11 @@ hash - cckmZl+3ahCAkL6yRYp6NrfN5xQ= + UGsNUJg6G6utSuPjgQAuT34Bt6A= hash2 - DUKj05jfsipjY9JYbOLn7ioYHCEm7djXwMAKhAixK20= + N/toVBtb5GpKtNRuaib/igTRUTG7Cv/vLsYxH7o/0X8= Headers/MBPaymentCardBackRecognizerResult.h @@ -3940,11 +4000,11 @@ hash - uWU9UiZGodYawum7gHOhVhYIYQE= + 1wz7gHPembHCETXffQK9eGSsqZc= hash2 - 2HGioQ9YzzHssMgV6mHQFaer+YjdHlBdkVjiRR6qwbM= + SsCcxrzYVSMxXufXhBUj9/UaQ8WZcmeQu7iqLCFsT5w= Headers/MBPaymentCardCombinedRecognizerResult.h @@ -3962,11 +4022,11 @@ hash - wajgfsDK/cqA3e3n1g8ERXDh04g= + yZz15nCPUPOvhEgAvh6n5EcaFDA= hash2 - Di139JoVmtHQBhpDgWjTtP4MYHDixWg7KfrFRHJe/rE= + vT7TK6Rrs/WVexpsWsd1/skrlUUQrMRx0m1GEFBZ+bs= Headers/MBPaymentCardFrontRecognizerResult.h @@ -4017,11 +4077,11 @@ hash - Kl3dGsgjINAMonjCFAcV013iykE= + Fr5vZj1ZeBbEQcVseyUQMqTs5S0= hash2 - DjpMSjUfRzanW+cqyvycLCUwzKEQeqANj1WN+s2xSPo= + j6mRqdh5uKcfMzQB1ZStBnH+jB2TKmP+KO3PNDgF/5g= Headers/MBPolandCombinedRecognizerResult.h @@ -4380,11 +4440,11 @@ hash - q3Z8Ve3obYJtbdIonlN4KeYrfrA= + b1nUYtOmtPwxHwFc2OYPsYLikl8= hash2 - zjLeoPaQNXRdfP8DLPbxIPbMAuJAEOaRgEuYCe3K4vg= + K5pfqMqsKHAT9t1jfpzTtS5VVn57yxKkCtVqlK/L4mQ= Headers/MBSerbiaCombinedRecognizerResult.h @@ -4523,11 +4583,11 @@ hash - 4sMtdbeUu2x/zEzLlG7P1+/MGv0= + BcTpKFgUFUTPRX8Hb1dV9GlB8Bc= hash2 - Efg1Ws5jLkHr1iO+YJCvkdJLuUZbpNAdMngwFz3yGL8= + JUtj5RLbdAgxSQBYBhujYD6rfdfvng5FpLQiy/vHSaQ= Headers/MBSingaporeCombinedRecognizerResult.h @@ -4611,11 +4671,11 @@ hash - J4BcZcglW4u7QyUpi4fd/2NLUEA= + dLalvvXTOcr4Lw8elLjpujg5EwA= hash2 - I9Namb14krJuYwTmPxjB3EBNHbMlo/3tospc095cKlU= + v0X0TQG38sntaG3RfIb1kv+h90n+Sb8KYQsD7asi58I= Headers/MBSlovakiaCombinedRecognizerResult.h @@ -4677,11 +4737,11 @@ hash - Kxz0DHZ62DUpX4iHvAjj3MYjcRc= + O7VtKO/Jdka/A+RgVHmxCRPUs7c= hash2 - +zR8HBrPYc+KD8l1JMkz3Gv24chOafbMPgrYoLGX4kE= + 0QCYGdxiJpYuYdzipCkvP3xHnePikgmodnR8e5Bp/U4= Headers/MBSloveniaCombinedRecognizerResult.h @@ -4875,22 +4935,22 @@ hash - tIi6oSl/bRzI8HXCw0Fbam1Q6dg= + zVqbv4Qz5jjpDLKb24G9XAN2+8A= hash2 - 9Lf4pEPUcqQSjZjl9mzXIAooW2J86+UaYA3fTdmLXnc= + Dvs6FplwPzYpAxhVUnke0I/rJFRPR4jxnnnl9R2P3Co= Headers/MBSwitzerlandIdFrontRecognizerResult.h hash - Gvzi5rTZo4fSnQ52eRIxHdLxlaQ= + ln5cGSUBNJVWIbHsRyrSYsLYXng= hash2 - Yno5Z/FIAx97bVVydLkWoiAb1yd4Gpyns3zhMukRgHk= + Jm6hS8/7kEWdCckGsMjN2oPU+TRlPu4f7CJ0ttLIsH8= Headers/MBSwitzerlandPassportRecognizer.h @@ -5062,11 +5122,11 @@ hash - DvXHZH+9hhvsqiW+FL6FBWWx9GU= + T30kwB9DOhQsjDypbyKW09SELLg= hash2 - VsRii+Gn3m9QWXmvtmWwB7pVwgnkv8sDSZGQIFd8No4= + UP72vlTuHLgijaqrtZvjFI0O4+tTgRaISQpNgk2R7sM= Headers/MBUsdlCombinedRecognizerResult.h diff --git a/PPBlinkID.podspec b/PPBlinkID.podspec index 07dfcd90..ffbe6038 100644 --- a/PPBlinkID.podspec +++ b/PPBlinkID.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PPBlinkID" - s.version = "4.3.0" + s.version = "4.4.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.3.0' + :tag => 'v4.4.0' } s.platform = :ios diff --git a/README.md b/README.md index c8ace862..c93c12e3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ BlinkID is a part of family of SDKs developed by [MicroBlink](http://www.microbl BlinkID SDK

- # Table of contents * [Requirements](#user-content-requirements) @@ -115,7 +114,7 @@ git lfs install ```ruby platform :ios, '9.0' -pod 'PPBlinkID', '~> 4.3.0' +pod 'PPBlinkID', '~> 4.1.0' ``` - Install the dependencies in your project: @@ -790,6 +789,10 @@ The [`MBGermanyPassportRecognizer.h`](http://blinkid.github.io/blinkid-ios/Class 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 [`MBGermanyDlBackRecognizerResult.h`](http://blinkid.github.io/blinkid-ios/Classes/MBGermanyDlBackRecognizerResult.h.html) 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`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + #### Hong Kong The [`MBHongKongIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBHongKongIdFrontRecognizer.html) is recognizer specialised for scanning front side of Hong Kong ID. @@ -858,7 +861,7 @@ The [`MBMyKadBackRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMyK 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 [`MBMyTenteraRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMyTenteraRecognizer.html) is recognizer specialised for scanning MyTentera. +The [`MBMalaysiaMyTenteraFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMalaysiaMyTenteraFrontRecognizer.html) is recognizer specialised for scanning MyTentera. 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,6 +869,12 @@ The [`MBiKadRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBiKadReco 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. +#### Mexico + +The [`MBMexicoVoterIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMexicoVoterIdFrontRecognizer.html) 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`](http://blinkid.github.io/blinkid-ios/Classes/MBDocumentOverlayViewController.html), which has UI best suited for one side document scanning. + #### Morocco The [`MBMoroccoIdFrontRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBMoroccoIdFrontRecognizer.html) is recognizer specialised for scanning front side of Morocco ID. @@ -1488,6 +1497,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 45f8f8e5..fa3ad7ef 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,5 +1,60 @@ # Release notes +## 4.4.0 + +- Updates and additions + - added support for reading back side of German Driver's License with B10 support - use `MBGermanyDlBackRecognizer` + - added support for reading front side of Mexican Voter Id card - use `MBMexicoVoterIdFrontRecognizer` + - added support for reading ExpiresOn date on `MBCyprusIdBackRecognizer` + - added support for image(s) anonymization on `MBPaymentCardFrontRecognizer` + - use `anonymizeCardNumber` and `anonymizeOwner` + - added support for image(s) anonymization on `MBPaymentCardBackRecognizer` + - use `anonymizeCvv` + - added support for image(s) anonymization on `MBPaymentCardCombinedRecognizer` + - use `anonymizeCardNumber`, `anonymizeOwner` and `anonymizeCvv` + - added support for image(s) anonymization on `MBElitePaymentCardFrontRecognizer` + - use `anonymizeOwner` + - added support for image(s) anonymization on `MBElitePaymentCardBackRecognizer` + - use `anonymizeCvv` and `anonymizeCardNumber` + - added support for image(s) anonymization on `MBElitePaymentCardCombinedRecognizer` + - use `anonymizeCardNumber`, `anonymizeOwner` and `anonymizeCvv` + - added support for full document image extension factors on `MBUsdlCombinedRecognizer` + +- Improvements in ID scanning performance + - improved reading of Swiss front side ID cards + - improved reading of German front side ID cards + - improved `MBMalaysiaMyTenteraFrontRecognizer` with DeepOcr support + - improved reading of Singapore front side Driver's Licenses with DeepOcr support + - improved reading of Croatian front side ID cards + - improved personal number extraction on Slovakian ID cards + - improved reading of Indonesian front side ID cards with DeepOcr support + - updated image return processor + - the processor now estimates detected (dewarped) document image quality and returns the best quality dewarped image from the best quality detection + +- Minor API changes + - renamed `MBMyTenteraRecognizer` to `MBMalaysiaMyTenteraFrontRecognizer` + - renamed `MBMyTenteraRecognizerResult` to `MBMalaysiaMyTenteraFrontRecognizerResult` and properties + - `nricNumber` to `nric` + - `ownerAddress` to `fullAddress` + - `ownerAddressCity` to `city` + - `ownerAddressState` to `ownerState` + - `ownerAddressZipCode` to `zipcode` + - `ownerAddressStreet` to `street` + - `ownerBirthDate` to `birthDate` and it is now of type `MBDateResult` + - `ownerFullName` to `fullName` + - `ownerReligion` to `religion` + - `ownerSex` to `sex` + - renamed properties in `MBGermanyIdFrontRecognizerResult` + - `firstName` to `givenNames` + - `lastName` to `surname` + - `dateOfBirth` adn `dateOfExpiry` are now of type `MBDateResult` + +- Bugfixes + - fix memory issue while using current frame grabber + - fix UI bug on `MBDocumentVerificationOverlayViewController` - now showing `Document scanning done` when scanning finish + - all combined recognizers are not optional any more in Swift + + ## 4.3.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 18831380..678f473b 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, ); }; }; - A254B51F2174D17A00E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B51E2174D17A00E720C4 /* blinkid-license.txt */; }; + A28E566A21A2D52A001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566921A2D52A001C3BA9 /* 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 = ""; }; - A254B51E2174D17A00E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A28E566921A2D52A001C3BA9 /* 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 = ( - A254B51E2174D17A00E720C4 /* blinkid-license.txt */, + A28E566921A2D52A001C3BA9 /* 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 */, - A254B51F2174D17A00E720C4 /* blinkid-license.txt in Resources */, + A28E566A21A2D52A001C3BA9 /* 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 4e0679ee..c0baaea3 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 5f3954e5..fecf2045 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: 2018-12-24 + // Valid until: 2019-02-07 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 3095b5da..c6dcae9a 100644 --- a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj @@ -21,7 +21,8 @@ 3159A5C11CF4A5E900641A11 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C01CF4A5E900641A11 /* libc++.tbd */; }; 3159A5C31CF4A5F100641A11 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C21CF4A5F100641A11 /* libiconv.tbd */; }; 3159A5C51CF4A5F400641A11 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C41CF4A5F400641A11 /* Accelerate.framework */; }; - A254B5212174D1CA00E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B5202174D1CA00E720C4 /* blinkid-license.txt */; }; + A211FC1A2195C1E0000332BE /* CustomOverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A211FC192195C1E0000332BE /* CustomOverlayViewController.m */; }; + A28E567621A2D6F8001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E567521A2D6F8001C3BA9 /* 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 */; }; @@ -61,7 +62,9 @@ 3159A5C01CF4A5E900641A11 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; 3159A5C21CF4A5F100641A11 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; }; 3159A5C41CF4A5F400641A11 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; - A254B5202174D1CA00E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + 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 = ""; }; A2FE13601F7503C200C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -113,6 +116,8 @@ 187392131AA4B1070031D6C9 /* Images.xcassets */, 187392151AA4B1070031D6C9 /* LaunchScreen.xib */, 187392061AA4B1060031D6C9 /* Supporting Files */, + A211FC182195C1E0000332BE /* CustomOverlayViewController.h */, + A211FC192195C1E0000332BE /* CustomOverlayViewController.m */, ); path = "BlinkInput-sample"; sourceTree = ""; @@ -146,7 +151,7 @@ B4A57ACC20F4E61B004AA280 /* License */ = { isa = PBXGroup; children = ( - A254B5202174D1CA00E720C4 /* blinkid-license.txt */, + A28E567521A2D6F8001C3BA9 /* blinkid-license.txt */, ); path = License; sourceTree = ""; @@ -214,7 +219,7 @@ 187392121AA4B1070031D6C9 /* Main.storyboard in Resources */, 187392171AA4B1070031D6C9 /* LaunchScreen.xib in Resources */, 186226B71AB1B0A6002D71E5 /* en.strings in Resources */, - A254B5212174D1CA00E720C4 /* blinkid-license.txt in Resources */, + A28E567621A2D6F8001C3BA9 /* blinkid-license.txt in Resources */, 187392141AA4B1070031D6C9 /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -229,6 +234,7 @@ 1873920F1AA4B1070031D6C9 /* ViewController.m in Sources */, 1873920C1AA4B1070031D6C9 /* AppDelegate.m in Sources */, 187392091AA4B1060031D6C9 /* main.m in Sources */, + A211FC1A2195C1E0000332BE /* CustomOverlayViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m index 006cbf5f..d5c526a8 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: 2018-12-24 + // Valid until: 2019-02-07 [[MBMicroblinkSDK sharedInstance] setLicenseResource:@"blinkid-license" withExtension:@"txt" inSubdirectory:@"" forBundle:[NSBundle mainBundle]]; return YES; } diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/Base.lproj/Main.storyboard b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/Base.lproj/Main.storyboard index 5885f11e..5c63086f 100644 --- a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/Base.lproj/Main.storyboard +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/Base.lproj/Main.storyboard @@ -1,13 +1,10 @@ - + - - - - + @@ -39,6 +36,15 @@ + @@ -56,6 +62,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.h b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.h new file mode 100644 index 00000000..2afe61f8 --- /dev/null +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.h @@ -0,0 +1,22 @@ +// +// CutomViewController.h +// BlinkInput-sample +// +// Created by Jura Skrlec on 09/11/2018. +// Copyright © 2018 MicroBlink. All rights reserved. +// + +#import + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface CustomOverlayViewController : MBCustomOverlayViewController + + ++ (CustomOverlayViewController *)initFromStoryBoard; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.m b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.m new file mode 100644 index 00000000..0e1e4daf --- /dev/null +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/CustomOverlayViewController.m @@ -0,0 +1,78 @@ +// +// CutomViewController.m +// BlinkInput-sample +// +// Created by Jura Skrlec on 09/11/2018. +// Copyright © 2018 MicroBlink. All rights reserved. +// + +#import "CustomOverlayViewController.h" + +@interface CustomOverlayViewController() + +@property (nonatomic, strong) NSString *titleAlert; +@property (nonatomic, strong) NSString *messageAlert; + +@end + +@implementation CustomOverlayViewController + + ++ (CustomOverlayViewController *)initFromStoryBoard { + return [[UIStoryboard storyboardWithName:@"Main" bundle:nil] instantiateViewControllerWithIdentifier:@"CustomOverlayViewController"]; +} + +- (void)viewDidLoad { + [super viewDidLoad]; + super.scanningRecognizerRunnerViewControllerDelegate = self; +} + +#pragma mark - MBScanningRecognizerRunnerViewControllerDelegate + +- (void)recognizerRunnerViewController:(nonnull UIViewController *)recognizerRunnerViewController didFinishScanningWithState:(MBRecognizerResultState)state { + + /** This is done on background thread */ + if (state == MBRecognizerResultStateValid) { + [recognizerRunnerViewController pauseScanning]; + + dispatch_async(dispatch_get_main_queue(), ^{ + for (MBRecognizer *recognizer in self.recognizerCollection.recognizerList) { + if (recognizer.baseResult.resultState == MBRecognizerResultStateValid) { + if ([recognizer isKindOfClass:[MBBarcodeRecognizer class]]) { + MBBarcodeRecognizer *barcodeRecognizer = (MBBarcodeRecognizer *)recognizer; + self.titleAlert = @"QR Code"; + self.messageAlert = barcodeRecognizer.result.stringData; + } + else if ([recognizer isKindOfClass:[MBPdf417Recognizer class]]) { + MBPdf417Recognizer *pdf417Recognizer = (MBPdf417Recognizer *)recognizer; + self.titleAlert = @"PDF417"; + self.messageAlert = pdf417Recognizer.result.stringData; + } + + UIAlertController * alert = [UIAlertController + alertControllerWithTitle:self.titleAlert + message:self.messageAlert + preferredStyle:UIAlertControllerStyleAlert]; + + UIAlertAction* okButton = [UIAlertAction + actionWithTitle:@"Ok" + style:UIAlertActionStyleDefault + handler:^(UIAlertAction * action) { + [self dismissViewControllerAnimated:YES completion:nil]; + }]; + + [alert addAction:okButton]; + + [self presentViewController:alert animated:YES completion:nil]; + } + } + }); + } +} + +- (IBAction)didTapClose:(UIButton *)sender { + [self.recognizerRunnerViewController overlayViewControllerWillCloseCamera:self]; + [self dismissViewControllerAnimated:YES completion:nil]; +} + +@end 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 4e0679ee..c0baaea3 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-ObjC/BlinkInput-sample/ViewController.m b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/ViewController.m index 4f83b142..1affac1c 100644 --- a/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/ViewController.m +++ b/Samples/BlinkInput-sample-ObjC/BlinkInput-sample/ViewController.m @@ -7,6 +7,7 @@ // #import "ViewController.h" +#import "CustomOverlayViewController.h" #import @@ -16,6 +17,9 @@ @interface ViewController () @property (nonatomic, strong) MBParserGroupProcessor *parserGroupProcessor; @property (nonatomic, strong) MBBlinkInputRecognizer *blinkInputRecognizer; +@property (nonatomic, strong) MBBarcodeRecognizer *barcodeRecognizer; +@property (nonatomic, strong) MBPdf417Recognizer *pdf417Recognizer; + @end @implementation ViewController @@ -38,6 +42,32 @@ - (IBAction)didTapScan:(id)sender { [self presentViewController:recognizerRunnerViewController animated:YES completion:nil]; } +- (IBAction)didTapCustomScan:(id)sender { + + /** Create barcode recognizer */ + self.barcodeRecognizer = [[MBBarcodeRecognizer alloc] init]; + self.barcodeRecognizer.scanQrCode = YES; + + self.pdf417Recognizer = [[MBPdf417Recognizer alloc] init]; + + /** Crate recognizer collection */ + NSArray *recognizerList = @[self.barcodeRecognizer, self.pdf417Recognizer]; + MBRecognizerCollection *recognizerCollection = [[MBRecognizerCollection alloc] initWithRecognizers:recognizerList]; + + /** Create your overlay view controller */ + CustomOverlayViewController *overlayVC = [CustomOverlayViewController initFromStoryBoard]; + + /** This has to be called for custom controller */ + [overlayVC reconfigureRecognizers:recognizerCollection]; + + /** Create recognizer view controller with wanted overlay view controller */ + UIViewController* recognizerRunnerViewController = [MBViewControllerFactory recognizerRunnerViewControllerWithOverlayViewController:overlayVC]; + + /** Present the recognizer runner view controller. You can use other presentation methods as well (instead of presentViewController) */ + [self presentViewController:recognizerRunnerViewController animated:YES completion:nil]; + +} + #pragma mark - MBBarcodeOverlayViewControllerDelegate - (void)barcodeOverlayViewControllerDidFinishScanning:(MBBarcodeOverlayViewController *)barcodeOverlayViewController state:(MBRecognizerResultState)state { 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 10c47a1c..17de9313 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 */; }; - A254B5232174D2F200E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B5222174D2F100E720C4 /* blinkid-license.txt */; }; + A28E566C21A2D5B6001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566B21A2D5B6001C3BA9 /* 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 = ""; }; - A254B5222174D2F100E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A28E566B21A2D5B6001C3BA9 /* 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 = ( - A254B5222174D2F100E720C4 /* blinkid-license.txt */, + A28E566B21A2D5B6001C3BA9 /* 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 */, - A254B5232174D2F200E720C4 /* blinkid-license.txt in Resources */, + A28E566C21A2D5B6001C3BA9 /* 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 d94934ab..c70037bf 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: 2018-12-24 + // Valid until: 2019-02-07 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 4e0679ee..c0baaea3 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 0a2d751d..d8677df8 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 */; }; - A254B52D2174DE7F00E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B52C2174DE7F00E720C4 /* blinkid-license.txt */; }; + A28E566E21A2D5F7001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566D21A2D5F7001C3BA9 /* 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 = ""; }; - A254B52C2174DE7F00E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A28E566D21A2D5F7001C3BA9 /* 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 = ( - A254B52C2174DE7F00E720C4 /* blinkid-license.txt */, + A28E566D21A2D5F7001C3BA9 /* 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 */, - A254B52D2174DE7F00E720C4 /* blinkid-license.txt in Resources */, + A28E566E21A2D5F7001C3BA9 /* 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 fbd61b34..388ed5a0 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: 2018-12-24 + // Valid until: 2019-02-07 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 4e0679ee..c0baaea3 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 701a2671..ff184b45 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 */; }; - A254B5272174D3C900E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B5262174D3C900E720C4 /* blinkid-license.txt */; }; + A28E567021A2D632001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E566F21A2D632001C3BA9 /* 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 = ""; }; - A254B5262174D3C900E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A28E566F21A2D632001C3BA9 /* 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 = ( - A254B5262174D3C900E720C4 /* blinkid-license.txt */, + A28E566F21A2D632001C3BA9 /* 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 */, - A254B5272174D3C900E720C4 /* blinkid-license.txt in Resources */, + A28E567021A2D632001C3BA9 /* 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 1fc75988..f40868b6 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: 2018-12-24 + // Valid until: 2019-02-07 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 4e0679ee..c0baaea3 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 5522766c..377803ca 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 */; }; - A254B52B2174D45F00E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B52A2174D45E00E720C4 /* blinkid-license.txt */; }; + A28E567421A2D6B2001C3BA9 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A28E567321A2D6B2001C3BA9 /* 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 = ""; }; - A254B52A2174D45E00E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; + A28E567321A2D6B2001C3BA9 /* 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 = ( - A254B52A2174D45E00E720C4 /* blinkid-license.txt */, + A28E567321A2D6B2001C3BA9 /* 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 */, - A254B52B2174D45F00E720C4 /* blinkid-license.txt in Resources */, + A28E567421A2D6B2001C3BA9 /* 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 734027bc..f012b355 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: 2018-12-24 + // Valid until: 2019-02-07 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 4e0679ee..c0baaea3 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 33eb6887..19b104e7 100755 --- a/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj +++ b/Samples/pdf417-sample-Swift/pdf417-sample-Swift.xcodeproj/project.pbxproj @@ -19,8 +19,8 @@ 3139C8341C22B333005AC32C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C8331C22B333005AC32C /* AudioToolbox.framework */; }; 3139C8361C22B338005AC32C /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C8351C22B338005AC32C /* libc++.tbd */; }; 3139C8381C22B33E005AC32C /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C8371C22B33E005AC32C /* libiconv.tbd */; }; - A254B5292174D42F00E720C4 /* blinkid-license.txt in Resources */ = {isa = PBXBuildFile; fileRef = A254B5282174D42F00E720C4 /* blinkid-license.txt */; }; 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, ); }; }; A2FE137F1F75106F00C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE137E1F75106F00C6F1EA /* libz.tbd */; }; @@ -56,8 +56,8 @@ 3139C8331C22B333005AC32C /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; 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; }; - A254B5282174D42F00E720C4 /* blinkid-license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blinkid-license.txt"; sourceTree = ""; }; 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 = ""; }; 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 = ( - A254B5282174D42F00E720C4 /* blinkid-license.txt */, + A28E567121A2D662001C3BA9 /* 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 */, - A254B5292174D42F00E720C4 /* blinkid-license.txt in Resources */, + A28E567221A2D662001C3BA9 /* 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 4e0679ee..c0baaea3 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 fa51d918..f010a5af 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: 2018-12-24 + // Valid until: 2019-02-07 MBMicroblinkSDK.sharedInstance().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) } diff --git a/Transition guide.md b/Transition guide.md index e3289a75..214f5b91 100644 --- a/Transition guide.md +++ b/Transition guide.md @@ -1,3 +1,23 @@ +## 4.4.0 + +- Minor API changes + - renamed `MBMyTenteraRecognizer` to `MBMalaysiaMyTenteraFrontRecognizer` + - renamed `MBMyTenteraRecognizerResult` to `MBMalaysiaMyTenteraFrontRecognizerResult` and properties + - `nricNumber` to `nric` + - `ownerAddress` to `fullAddress` + - `ownerAddressCity` to `city` + - `ownerAddressState` to `ownerState` + - `ownerAddressZipCode` to `zipcode` + - `ownerAddressStreet` to `street` + - `ownerBirthDate` to `birthDate` and it is now of type `MBDateResult` + - `ownerFullName` to `fullName` + - `ownerReligion` to `religion` + - `ownerSex` to `sex` + - renamed properties in `MBGermanyIdFrontRecognizerResult` + - `firstName` to `givenNames` + - `lastName` to `surname` + - `dateOfBirth` adn `dateOfExpiry` are now of type `MBDateResult` + ## 4.3.0 - Minor API changes diff --git a/buildCommit.txt b/buildCommit.txt index 1a06028a..05f4909a 100644 --- a/buildCommit.txt +++ b/buildCommit.txt @@ -1 +1 @@ -Built from core repository commit 7502a63ba4fcab9e75d995e2475ce87656a2900d +Built from core repository commit f3c647e5b1ef43fc6843fefc7ff5e33ca21fc98e diff --git a/docs/Classes.html b/docs/Classes.html index f899788e..4843308e 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1554,16 +1596,17 @@

Declaration

Objective-C


 @interface MBAustriaCombinedRecognizer
-    : MBRecognizer <
-          NSCopying, MBCombinedRecognizer, MBGlareDetection,
-          MBFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage,
-          MBSignatureImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage,
-          MBEncodeFullDocumentImage, MBEncodeSignatureImage, MBDigitalSignature>
+ : MBRecognizer <NSCopying, MBCombinedRecognizer, MBGlareDetection, + MBFullDocumentImage, MBFullDocumentImageDpi, + MBSignatureImage, MBSignatureImageDpi, MBFaceImage, + MBFaceImageDpi, MBEncodeFaceImage, + MBEncodeFullDocumentImage, MBEncodeSignatureImage, + MBDigitalSignature, MBFullDocumentImageExtensionFactors> @@ -1616,6 +1659,91 @@

Declaration

+
+ +
+
+ +
@@ -1729,12 +1858,12 @@

Declaration

MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1815,12 +1944,13 @@

Declaration

: MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFaceImage, - MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection> + MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2292,6 +2422,89 @@

Declaration

+
+ +
+
+ +
@@ -2405,12 +2619,12 @@

Declaration

MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -2578,12 +2792,13 @@

Declaration


 @interface MBCroatiaIdBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2664,12 +2879,12 @@

Declaration

MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -2785,12 +3000,13 @@

Declaration


 @interface MBCyprusIdBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2866,12 +3082,13 @@

Declaration

@interface MBCyprusIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -3817,12 +4034,13 @@

Declaration


 @interface MBDocumentFaceRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
-                    MBFaceImage, MBFaceImageDpi>
+ MBFaceImage, MBFaceImageDpi, + MBFullDocumentImageExtensionFactors> @@ -4048,19 +4266,254 @@

Declaration

Undocumented

- See more + See more +
+
+

Declaration

+
+

Objective-C

+

+@interface MBDocumentVerificationInstructionsSubview : MBSubview
+ +
+
+

Swift

+
class MBDocumentVerificationInstructionsSubview : MBSubview
+ +
+
+ + + + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + +
+ +
+ +
+
@@ -5949,12 +6587,13 @@

Declaration

@interface MBKuwaitIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6209,9 +6848,7 @@

Declaration

-

Class for configuring Malaysian DL Front Recognizer.

- -

Malaysian DL Front recognizer is used for scanning front side of Malaysian DL.

+

Recognizer which can scan front side of Malaysian DL cards.

See more
@@ -6221,13 +6858,15 @@

Declaration

Objective-C


 @interface MBMalaysiaDlFrontRecognizer
-    : MBLegacyRecognizer <NSCopying, MBFullDocumentImage, MBFaceImage,
-                          MBGlareDetection, MBFullDocumentImageDpi>
+ : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBFullDocumentImage, MBEncodeFullDocumentImage, + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6251,7 +6890,7 @@

Declaration

-

Class representing values obtained when scanning front side of Malaysian DL

+

Class representing values obtained when scanning front side of the Malaysia Dl

See more
@@ -6261,13 +6900,14 @@

Declaration

Objective-C


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

Swift

-
class MBMalaysiaDlFrontRecognizerResult : MBLegacyRecognizerResult, NSCopying, MBFullDocumentImageResult, MBFaceImageResult
+
class MBMalaysiaDlFrontRecognizerResult : MBRecognizerResult, NSCopying, MBFaceImageResult, MBEncodedFaceImageResult, MBFullDocumentImageResult, MBEncodedFullDocumentImageResult
@@ -6461,12 +7101,13 @@

Declaration


 @interface MBMoroccoIdBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6546,12 +7187,12 @@

Declaration

MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -7060,12 +7701,13 @@

Declaration


 @interface MBMyKadBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
-                    MBSignatureImage, MBSignatureImageDpi, MBGlareDetection>
+ MBSignatureImage, MBSignatureImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -7309,12 +7951,12 @@

Declaration

MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -8062,12 +8704,13 @@

Declaration


 @interface MBPaymentCardBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -8143,12 +8786,13 @@

Declaration

@interface MBPaymentCardCombinedRecognizer : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection, MBDigitalSignature> + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -8225,12 +8869,13 @@

Declaration


 @interface MBPaymentCardFrontRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -9781,12 +10426,13 @@

Declaration

@interface MBSingaporeChangiEmployeeIdRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -9864,13 +10510,15 @@

Declaration


 @interface MBSingaporeCombinedRecognizer
     : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage,
-                    MBEncodeFullDocumentImage, MBFaceImage, MBEncodeFaceImage,
-                    MBGlareDetection, MBDigitalSignature>
+ MBEncodeFullDocumentImage, MBFullDocumentImageDpi, + MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -9951,12 +10599,13 @@

Declaration

@interface MBSingaporeDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10034,12 +10683,13 @@

Declaration


 @interface MBSingaporeIdBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10117,12 +10767,13 @@

Declaration

@interface MBSingaporeIdFrontRecognizer : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBEncodeFaceImage, - MBFaceImageDpi, MBGlareDetection> + MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10705,12 +11356,12 @@

Declaration

MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -10990,12 +11641,12 @@

Declaration

MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -11546,12 +12197,13 @@

Declaration

@interface MBUnitedArabEmiratesDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -11629,12 +12281,13 @@

Declaration


 @interface MBUnitedArabEmiratesIdBackRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
-                    MBFullDocumentImageDpi, MBGlareDetection>
+ MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -11711,12 +12364,13 @@

Declaration


 @interface MBUnitedArabEmiratesIdFrontRecognizer
     : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
-                    MBFaceImage, MBFaceImageDpi, MBGlareDetection>
+ MBFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>

Swift

-
class MBUnitedArabEmiratesIdFrontRecognizer : MBRecognizer, NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBGlareDetection
+
class MBUnitedArabEmiratesIdFrontRecognizer : MBRecognizer, NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBGlareDetection, MBFullDocumentImageExtensionFactors
@@ -12125,7 +12779,7 @@

Declaration

diff --git a/docs/Classes/MBAmountParser.html b/docs/Classes/MBAmountParser.html index 14aa916d..e43caab2 100644 --- a/docs/Classes/MBAmountParser.html +++ b/docs/Classes/MBAmountParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1509,7 +1551,7 @@

Declaration

diff --git a/docs/Classes/MBAmountParserResult.html b/docs/Classes/MBAmountParserResult.html index 05d794ca..8f53db1a 100644 --- a/docs/Classes/MBAmountParserResult.html +++ b/docs/Classes/MBAmountParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlBackRecognizer.html b/docs/Classes/MBAustraliaDlBackRecognizer.html index 69bf6c8e..047f5564 100644 --- a/docs/Classes/MBAustraliaDlBackRecognizer.html +++ b/docs/Classes/MBAustraliaDlBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlBackRecognizerResult.html b/docs/Classes/MBAustraliaDlBackRecognizerResult.html index 5afaca5c..5b2b3539 100644 --- a/docs/Classes/MBAustraliaDlBackRecognizerResult.html +++ b/docs/Classes/MBAustraliaDlBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1492,7 +1534,7 @@

Declaration

diff --git a/docs/Classes/MBAustraliaDlFrontRecognizer.html b/docs/Classes/MBAustraliaDlFrontRecognizer.html index c9712833..3458feb0 100644 --- a/docs/Classes/MBAustraliaDlFrontRecognizer.html +++ b/docs/Classes/MBAustraliaDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,40 +1441,6 @@

Declaration

-
  • -
    - - - - extractLicenceNumber - -
    -
    -
    -
    -
    -
    -

    Defines if citizenship of Australian DL owner should be extracted

    - -

    Default: YES

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractLicenceNumber;
    - -
    -
    -

    Swift

    -
    var extractLicenceNumber: Bool { get set }
    - -
    -
    -
    -
    -
  • @@ -1509,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustraliaDlFrontRecognizerResult.html b/docs/Classes/MBAustraliaDlFrontRecognizerResult.html index 5a9c4dac..b247e68a 100644 --- a/docs/Classes/MBAustraliaDlFrontRecognizerResult.html +++ b/docs/Classes/MBAustraliaDlFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaCombinedRecognizer.html b/docs/Classes/MBAustriaCombinedRecognizer.html index dbdb0529..516afb31 100644 --- a/docs/Classes/MBAustriaCombinedRecognizer.html +++ b/docs/Classes/MBAustriaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,11 +1326,12 @@

    MBAustriaCombinedRecognizer

    @@ -1818,7 +1861,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaCombinedRecognizerResult.html b/docs/Classes/MBAustriaCombinedRecognizerResult.html index e5c12d00..96d9275c 100644 --- a/docs/Classes/MBAustriaCombinedRecognizerResult.html +++ b/docs/Classes/MBAustriaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1785,7 +1827,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaDlFrontRecognizer.html b/docs/Classes/MBAustriaDlFrontRecognizer.html new file mode 100644 index 00000000..60dbacaa --- /dev/null +++ b/docs/Classes/MBAustriaDlFrontRecognizer.html @@ -0,0 +1,1696 @@ + + + + MBAustriaDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBAustriaDlFrontRecognizer

    + +

    Recognizer which can scan front side of Austrian national DL cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Austria Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBAustriaDlFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if date of birth of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFirstName + +
      +
      +
      +
      +
      +
      +

      Defines if first name of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractFirstName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if issuing authority of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAuthority: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractName + +
      +
      +
      +
      +
      +
      +

      Defines if name of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if vehicle categories of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractVehicleCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBAustriaDlFrontRecognizerResult.html b/docs/Classes/MBAustriaDlFrontRecognizerResult.html new file mode 100644 index 00000000..f12ede50 --- /dev/null +++ b/docs/Classes/MBAustriaDlFrontRecognizerResult.html @@ -0,0 +1,1673 @@ + + + + MBAustriaDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBAustriaDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Austria Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date Of Birth of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + firstName + +
      +
      +
      +
      +
      +
      +

      The first Name of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var firstName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAuthority + +
      +
      +
      +
      +
      +
      +

      The issuing Authority of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAuthority: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var name: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + vehicleCategories + +
      +
      +
      +
      +
      +
      +

      The vehicle Categories of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var vehicleCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBAustriaIdBackRecognizer.html b/docs/Classes/MBAustriaIdBackRecognizer.html index fe38422c..549a10cd 100644 --- a/docs/Classes/MBAustriaIdBackRecognizer.html +++ b/docs/Classes/MBAustriaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBAustriaIdBackRecognizer

    
     @interface MBAustriaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1543,7 +1586,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaIdBackRecognizerResult.html b/docs/Classes/MBAustriaIdBackRecognizerResult.html index 531531bd..9e7c82e8 100644 --- a/docs/Classes/MBAustriaIdBackRecognizerResult.html +++ b/docs/Classes/MBAustriaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1589,7 +1631,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaIdFrontRecognizer.html b/docs/Classes/MBAustriaIdFrontRecognizer.html index ec5111c4..774175d9 100644 --- a/docs/Classes/MBAustriaIdFrontRecognizer.html +++ b/docs/Classes/MBAustriaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBAustriaIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1512,7 +1554,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaIdFrontRecognizerResult.html b/docs/Classes/MBAustriaIdFrontRecognizerResult.html index 22ad93a9..c89333ae 100644 --- a/docs/Classes/MBAustriaIdFrontRecognizerResult.html +++ b/docs/Classes/MBAustriaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaPassportRecognizer.html b/docs/Classes/MBAustriaPassportRecognizer.html index 33c90e08..c0066dae 100644 --- a/docs/Classes/MBAustriaPassportRecognizer.html +++ b/docs/Classes/MBAustriaPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1287,7 +1329,8 @@

    MBAustriaPassportRecognizer

    : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFaceImage, - MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection> + MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1749,7 +1792,7 @@

    Declaration

    diff --git a/docs/Classes/MBAustriaPassportRecognizerResult.html b/docs/Classes/MBAustriaPassportRecognizerResult.html index 4afb5a12..f15971c6 100644 --- a/docs/Classes/MBAustriaPassportRecognizerResult.html +++ b/docs/Classes/MBAustriaPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1719,7 +1761,7 @@

    Declaration

    diff --git a/docs/Classes/MBBarcodeOverlaySettings.html b/docs/Classes/MBBarcodeOverlaySettings.html index 424aaf13..61fa7133 100644 --- a/docs/Classes/MBBarcodeOverlaySettings.html +++ b/docs/Classes/MBBarcodeOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,7 @@

    Declaration

    diff --git a/docs/Classes/MBBarcodeOverlayViewController.html b/docs/Classes/MBBarcodeOverlayViewController.html index 761f09ff..05500915 100644 --- a/docs/Classes/MBBarcodeOverlayViewController.html +++ b/docs/Classes/MBBarcodeOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Return Value

    diff --git a/docs/Classes/MBBarcodeRecognizer.html b/docs/Classes/MBBarcodeRecognizer.html index 81c5f07f..6d2bc3cb 100644 --- a/docs/Classes/MBBarcodeRecognizer.html +++ b/docs/Classes/MBBarcodeRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1964,7 +2006,7 @@

    Declaration

    diff --git a/docs/Classes/MBBarcodeRecognizerResult.html b/docs/Classes/MBBarcodeRecognizerResult.html index 1c138cc7..1843f13d 100644 --- a/docs/Classes/MBBarcodeRecognizerResult.html +++ b/docs/Classes/MBBarcodeRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1520,7 +1562,7 @@

    Return Value

    diff --git a/docs/Classes/MBBaseOcrEngineOptions.html b/docs/Classes/MBBaseOcrEngineOptions.html index 34e273e4..e7fb4bd8 100644 --- a/docs/Classes/MBBaseOcrEngineOptions.html +++ b/docs/Classes/MBBaseOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1380,7 +1422,7 @@

    Declaration

    diff --git a/docs/Classes/MBBaseOcrOverlaySettings.html b/docs/Classes/MBBaseOcrOverlaySettings.html index 910b50b0..be565fac 100644 --- a/docs/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/Classes/MBBaseOcrOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,7 @@

    Declaration

    diff --git a/docs/Classes/MBBaseOverlaySettings.html b/docs/Classes/MBBaseOverlaySettings.html index b5ac5934..659acea2 100644 --- a/docs/Classes/MBBaseOverlaySettings.html +++ b/docs/Classes/MBBaseOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1609,7 +1651,7 @@

    Declaration

    diff --git a/docs/Classes/MBBaseOverlayViewController.html b/docs/Classes/MBBaseOverlayViewController.html index 8aa1cccc..1fbea765 100644 --- a/docs/Classes/MBBaseOverlayViewController.html +++ b/docs/Classes/MBBaseOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1337,7 +1379,7 @@

    Declaration

    diff --git a/docs/Classes/MBBlinkInputRecognizer.html b/docs/Classes/MBBlinkInputRecognizer.html index 71a30a91..34ec5f8e 100644 --- a/docs/Classes/MBBlinkInputRecognizer.html +++ b/docs/Classes/MBBlinkInputRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1402,7 +1444,7 @@

    Declaration

    diff --git a/docs/Classes/MBBlinkInputRecognizerResult.html b/docs/Classes/MBBlinkInputRecognizerResult.html index 3a336896..47e1d132 100644 --- a/docs/Classes/MBBlinkInputRecognizerResult.html +++ b/docs/Classes/MBBlinkInputRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,7 @@

    Declaration

    diff --git a/docs/Classes/MBCameraSettings.html b/docs/Classes/MBCameraSettings.html index af2ceaf0..b64dfc5e 100644 --- a/docs/Classes/MBCameraSettings.html +++ b/docs/Classes/MBCameraSettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1691,7 +1733,7 @@

    Return Value

    diff --git a/docs/Classes/MBCharWithVariants.html b/docs/Classes/MBCharWithVariants.html index 8991d21b..d24d6db8 100644 --- a/docs/Classes/MBCharWithVariants.html +++ b/docs/Classes/MBCharWithVariants.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1486,7 +1528,7 @@

    Return Value

    diff --git a/docs/Classes/MBColombiaDlFrontRecognizer.html b/docs/Classes/MBColombiaDlFrontRecognizer.html new file mode 100644 index 00000000..9cc2d455 --- /dev/null +++ b/docs/Classes/MBColombiaDlFrontRecognizer.html @@ -0,0 +1,1559 @@ + + + + MBColombiaDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBColombiaDlFrontRecognizer

    + +

    Recognizer which can scan front side of Colombia drivers licence.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Colombia Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBColombiaDlFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDriverRestrictions: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractIssuingAgency + +
      +
      +
      +
      +
      +
      +

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAgency: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractName + +
      +
      +
      +
      +
      +
      +

      Defines if the name of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBColombiaDlFrontRecognizerResult.html b/docs/Classes/MBColombiaDlFrontRecognizerResult.html new file mode 100644 index 00000000..52ca6059 --- /dev/null +++ b/docs/Classes/MBColombiaDlFrontRecognizerResult.html @@ -0,0 +1,1576 @@ + + + + MBColombiaDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBColombiaDlFrontRecognizerResult

    +
    +
    +
    
    +@interface MBColombiaDlFrontRecognizerResult
    +    : MBRecognizerResult <NSCopying, MBFaceImageResult,
    +                          MBEncodedFaceImageResult, MBFullDocumentImageResult,
    +                          MBEncodedFullDocumentImageResult>
    + +
    +
    +

    Class representing values obtained when scanning front side of the Colombia Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date Of Birth of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Issue of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + driverRestrictions + +
      +
      +
      +
      +
      +
      +

      The driver Restrictions of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var driverRestrictions: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAgency + +
      +
      +
      +
      +
      +
      +

      The issuing Agency of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAgency: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var name: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBColombiaIdBackRecognizer.html b/docs/Classes/MBColombiaIdBackRecognizer.html index 6968d6d3..f35a684a 100644 --- a/docs/Classes/MBColombiaIdBackRecognizer.html +++ b/docs/Classes/MBColombiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBColombiaIdBackRecognizer

    
     @interface MBColombiaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1446,7 +1489,7 @@

    Declaration

    diff --git a/docs/Classes/MBColombiaIdBackRecognizerResult.html b/docs/Classes/MBColombiaIdBackRecognizerResult.html index 00f1b51d..db08dc90 100644 --- a/docs/Classes/MBColombiaIdBackRecognizerResult.html +++ b/docs/Classes/MBColombiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,7 @@

    Declaration

    diff --git a/docs/Classes/MBColombiaIdFrontRecognizer.html b/docs/Classes/MBColombiaIdFrontRecognizer.html index 71c70265..bdba8cd3 100644 --- a/docs/Classes/MBColombiaIdFrontRecognizer.html +++ b/docs/Classes/MBColombiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBColombiaIdFrontRecognizer

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1444,7 +1486,7 @@

    Declaration

    diff --git a/docs/Classes/MBColombiaIdFrontRecognizerResult.html b/docs/Classes/MBColombiaIdFrontRecognizerResult.html index 157d3cf6..f4c32219 100644 --- a/docs/Classes/MBColombiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBColombiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaCombinedRecognizer.html b/docs/Classes/MBCroatiaCombinedRecognizer.html index 5afc432b..5d22bd34 100644 --- a/docs/Classes/MBCroatiaCombinedRecognizer.html +++ b/docs/Classes/MBCroatiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaCombinedRecognizerResult.html b/docs/Classes/MBCroatiaCombinedRecognizerResult.html index 79d9be5f..5ca02cf4 100644 --- a/docs/Classes/MBCroatiaCombinedRecognizerResult.html +++ b/docs/Classes/MBCroatiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaIdBackRecognizer.html b/docs/Classes/MBCroatiaIdBackRecognizer.html index 1f7d9b30..23807395 100644 --- a/docs/Classes/MBCroatiaIdBackRecognizer.html +++ b/docs/Classes/MBCroatiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBCroatiaIdBackRecognizer

    
     @interface MBCroatiaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1475,7 +1518,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaIdBackRecognizerResult.html b/docs/Classes/MBCroatiaIdBackRecognizerResult.html index d56015a9..e7b1817a 100644 --- a/docs/Classes/MBCroatiaIdBackRecognizerResult.html +++ b/docs/Classes/MBCroatiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1525,7 +1567,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaIdFrontRecognizer.html b/docs/Classes/MBCroatiaIdFrontRecognizer.html index a2c40fa4..1ce0b959 100644 --- a/docs/Classes/MBCroatiaIdFrontRecognizer.html +++ b/docs/Classes/MBCroatiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBCroatiaIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1580,7 +1622,7 @@

    Declaration

    diff --git a/docs/Classes/MBCroatiaIdFrontRecognizerResult.html b/docs/Classes/MBCroatiaIdFrontRecognizerResult.html index f35d99da..8ab845eb 100644 --- a/docs/Classes/MBCroatiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBCroatiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBCustomOverlayViewController.html b/docs/Classes/MBCustomOverlayViewController.html index 4ad42f5b..d58a3ec7 100644 --- a/docs/Classes/MBCustomOverlayViewController.html +++ b/docs/Classes/MBCustomOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1705,7 +1747,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdBackRecognizer.html b/docs/Classes/MBCyprusIdBackRecognizer.html index 2feb147e..c9372a96 100644 --- a/docs/Classes/MBCyprusIdBackRecognizer.html +++ b/docs/Classes/MBCyprusIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBCyprusIdBackRecognizer

    
     @interface MBCyprusIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1405,7 +1448,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdBackRecognizerResult.html b/docs/Classes/MBCyprusIdBackRecognizerResult.html index 696b08f4..9cb3a3c9 100644 --- a/docs/Classes/MBCyprusIdBackRecognizerResult.html +++ b/docs/Classes/MBCyprusIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdFrontRecognizer.html b/docs/Classes/MBCyprusIdFrontRecognizer.html index 1712df46..738655b2 100644 --- a/docs/Classes/MBCyprusIdFrontRecognizer.html +++ b/docs/Classes/MBCyprusIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBCyprusIdFrontRecognizer

    @interface MBCyprusIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1474,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBCyprusIdFrontRecognizerResult.html b/docs/Classes/MBCyprusIdFrontRecognizerResult.html index ec8c7339..ae931a8b 100644 --- a/docs/Classes/MBCyprusIdFrontRecognizerResult.html +++ b/docs/Classes/MBCyprusIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaCombinedRecognizer.html b/docs/Classes/MBCzechiaCombinedRecognizer.html index c00525e1..9094082b 100644 --- a/docs/Classes/MBCzechiaCombinedRecognizer.html +++ b/docs/Classes/MBCzechiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaCombinedRecognizerResult.html b/docs/Classes/MBCzechiaCombinedRecognizerResult.html index 423c1ad2..171672de 100644 --- a/docs/Classes/MBCzechiaCombinedRecognizerResult.html +++ b/docs/Classes/MBCzechiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1754,7 +1796,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdBackRecognizer.html b/docs/Classes/MBCzechiaIdBackRecognizer.html index afea56d6..6102431e 100644 --- a/docs/Classes/MBCzechiaIdBackRecognizer.html +++ b/docs/Classes/MBCzechiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1474,7 +1516,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdBackRecognizerResult.html b/docs/Classes/MBCzechiaIdBackRecognizerResult.html index e8ad3fe9..57b527b9 100644 --- a/docs/Classes/MBCzechiaIdBackRecognizerResult.html +++ b/docs/Classes/MBCzechiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdFrontRecognizer.html b/docs/Classes/MBCzechiaIdFrontRecognizer.html index 1566c070..ca4b8d98 100644 --- a/docs/Classes/MBCzechiaIdFrontRecognizer.html +++ b/docs/Classes/MBCzechiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1611,7 +1653,7 @@

    Declaration

    diff --git a/docs/Classes/MBCzechiaIdFrontRecognizerResult.html b/docs/Classes/MBCzechiaIdFrontRecognizerResult.html index 3164fa4d..1916731e 100644 --- a/docs/Classes/MBCzechiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBCzechiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1686,7 +1728,7 @@

    Declaration

    diff --git a/docs/Classes/MBDPIBasedDewarpPolicy.html b/docs/Classes/MBDPIBasedDewarpPolicy.html index c8f5249f..00f98970 100644 --- a/docs/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/Classes/MBDPIBasedDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1425,7 +1467,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateParser.html b/docs/Classes/MBDateParser.html index 69d9505d..591b79d9 100644 --- a/docs/Classes/MBDateParser.html +++ b/docs/Classes/MBDateParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1438,7 +1480,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateParserResult.html b/docs/Classes/MBDateParserResult.html index 213bb7c5..c8c5990b 100644 --- a/docs/Classes/MBDateParserResult.html +++ b/docs/Classes/MBDateParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBDateResult.html b/docs/Classes/MBDateResult.html index 048618ba..ce4de1ed 100644 --- a/docs/Classes/MBDateResult.html +++ b/docs/Classes/MBDateResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1678,7 +1720,7 @@

    Return Value

    diff --git a/docs/Classes/MBDeepOcrEngineOptions.html b/docs/Classes/MBDeepOcrEngineOptions.html index 052f27db..be6fc25e 100644 --- a/docs/Classes/MBDeepOcrEngineOptions.html +++ b/docs/Classes/MBDeepOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1443,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetector.html b/docs/Classes/MBDetector.html index 14496445..a72e42de 100644 --- a/docs/Classes/MBDetector.html +++ b/docs/Classes/MBDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorRecognizer.html b/docs/Classes/MBDetectorRecognizer.html index 674d6b1b..b12eb42b 100644 --- a/docs/Classes/MBDetectorRecognizer.html +++ b/docs/Classes/MBDetectorRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1467,7 +1509,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorRecognizerResult.html b/docs/Classes/MBDetectorRecognizerResult.html index 8945c86d..8f9e8250 100644 --- a/docs/Classes/MBDetectorRecognizerResult.html +++ b/docs/Classes/MBDetectorRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,7 @@

    Declaration

    diff --git a/docs/Classes/MBDetectorResult.html b/docs/Classes/MBDetectorResult.html index b0809b71..7fb9b216 100644 --- a/docs/Classes/MBDetectorResult.html +++ b/docs/Classes/MBDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,7 @@

    Declaration

    diff --git a/docs/Classes/MBDewarpPolicy.html b/docs/Classes/MBDewarpPolicy.html index 4d94f34c..c33185c6 100644 --- a/docs/Classes/MBDewarpPolicy.html +++ b/docs/Classes/MBDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableDetection.html b/docs/Classes/MBDisplayableDetection.html index 32e8ca5c..aed64f61 100644 --- a/docs/Classes/MBDisplayableDetection.html +++ b/docs/Classes/MBDisplayableDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableObject.html b/docs/Classes/MBDisplayableObject.html index 88f07dd2..75852fa6 100644 --- a/docs/Classes/MBDisplayableObject.html +++ b/docs/Classes/MBDisplayableObject.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1337,7 +1379,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayablePointsDetection.html b/docs/Classes/MBDisplayablePointsDetection.html index 8ac1de99..8b43dddd 100644 --- a/docs/Classes/MBDisplayablePointsDetection.html +++ b/docs/Classes/MBDisplayablePointsDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBDisplayableQuadDetection.html b/docs/Classes/MBDisplayableQuadDetection.html index 5c4a507c..6924e530 100644 --- a/docs/Classes/MBDisplayableQuadDetection.html +++ b/docs/Classes/MBDisplayableQuadDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentDetector.html b/docs/Classes/MBDocumentDetector.html index 91a2464b..c779073d 100644 --- a/docs/Classes/MBDocumentDetector.html +++ b/docs/Classes/MBDocumentDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1485,7 +1527,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentDetectorResult.html b/docs/Classes/MBDocumentDetectorResult.html index bd5ee82e..da774808 100644 --- a/docs/Classes/MBDocumentDetectorResult.html +++ b/docs/Classes/MBDocumentDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizer.html b/docs/Classes/MBDocumentFaceRecognizer.html index 884817e8..07158104 100644 --- a/docs/Classes/MBDocumentFaceRecognizer.html +++ b/docs/Classes/MBDocumentFaceRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBDocumentFaceRecognizer

    
     @interface MBDocumentFaceRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi>
    + MBFaceImage, MBFaceImageDpi, + MBFullDocumentImageExtensionFactors> @@ -1399,6 +1442,43 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1407,7 +1487,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentFaceRecognizerResult.html b/docs/Classes/MBDocumentFaceRecognizerResult.html index 1fd0397b..2df0ab00 100644 --- a/docs/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/Classes/MBDocumentFaceRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlaySettings.html b/docs/Classes/MBDocumentOverlaySettings.html index eece0907..ef4ab6dd 100644 --- a/docs/Classes/MBDocumentOverlaySettings.html +++ b/docs/Classes/MBDocumentOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentOverlayViewController.html b/docs/Classes/MBDocumentOverlayViewController.html index 1ef483fe..ab1f8cbf 100644 --- a/docs/Classes/MBDocumentOverlayViewController.html +++ b/docs/Classes/MBDocumentOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentSpecification.html b/docs/Classes/MBDocumentSpecification.html index 7811f44c..e922b624 100644 --- a/docs/Classes/MBDocumentSpecification.html +++ b/docs/Classes/MBDocumentSpecification.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1711,7 +1753,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentSubview.html b/docs/Classes/MBDocumentSubview.html index 22c25a73..70d4bf27 100644 --- a/docs/Classes/MBDocumentSubview.html +++ b/docs/Classes/MBDocumentSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationInstructionsSubview.html b/docs/Classes/MBDocumentVerificationInstructionsSubview.html index 07e9ef40..880e73e7 100644 --- a/docs/Classes/MBDocumentVerificationInstructionsSubview.html +++ b/docs/Classes/MBDocumentVerificationInstructionsSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationOverlaySettings.html b/docs/Classes/MBDocumentVerificationOverlaySettings.html index 4cadc6dd..8f1b3d6c 100644 --- a/docs/Classes/MBDocumentVerificationOverlaySettings.html +++ b/docs/Classes/MBDocumentVerificationOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1622,7 +1664,7 @@

    Declaration

    diff --git a/docs/Classes/MBDocumentVerificationOverlayViewController.html b/docs/Classes/MBDocumentVerificationOverlayViewController.html index 27e0fd3e..742e645b 100644 --- a/docs/Classes/MBDocumentVerificationOverlayViewController.html +++ b/docs/Classes/MBDocumentVerificationOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1434,7 +1476,7 @@

    Return Value

    diff --git a/docs/Classes/MBDocumentVerificationSubview.html b/docs/Classes/MBDocumentVerificationSubview.html index 4f9b9162..115c1517 100644 --- a/docs/Classes/MBDocumentVerificationSubview.html +++ b/docs/Classes/MBDocumentVerificationSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1432,7 +1474,7 @@

    Declaration

    diff --git a/docs/Classes/MBDotsResultSubview.html b/docs/Classes/MBDotsResultSubview.html index 13998e19..926dce72 100644 --- a/docs/Classes/MBDotsResultSubview.html +++ b/docs/Classes/MBDotsResultSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1470,7 +1512,7 @@

    Declaration

    diff --git a/docs/Classes/MBDotsSubview.html b/docs/Classes/MBDotsSubview.html index 3851e6ac..a87956f7 100644 --- a/docs/Classes/MBDotsSubview.html +++ b/docs/Classes/MBDotsSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1525,7 +1567,7 @@

    Declaration

    diff --git a/docs/Classes/MBEgyptIdFrontRecognizer.html b/docs/Classes/MBEgyptIdFrontRecognizer.html index a8e9411a..e87bf17e 100644 --- a/docs/Classes/MBEgyptIdFrontRecognizer.html +++ b/docs/Classes/MBEgyptIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,7 @@

    Declaration

    diff --git a/docs/Classes/MBEgyptIdFrontRecognizerResult.html b/docs/Classes/MBEgyptIdFrontRecognizerResult.html index abbc9e82..6cdf4045 100644 --- a/docs/Classes/MBEgyptIdFrontRecognizerResult.html +++ b/docs/Classes/MBEgyptIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,7 @@

    Declaration

    diff --git a/docs/Classes/MBElitePaymentCardBackRecognizer.html b/docs/Classes/MBElitePaymentCardBackRecognizer.html new file mode 100644 index 00000000..44b6899a --- /dev/null +++ b/docs/Classes/MBElitePaymentCardBackRecognizer.html @@ -0,0 +1,1524 @@ + + + + MBElitePaymentCardBackRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardBackRecognizer

    +
    + +
    +

    Recognizer used for scanning the back side of elite payment cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Elite Payment Card Back Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardBackRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCvv + +
      +
      +
      +
      +
      +
      +

      Should extract the card’s security code/value

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractCvv: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Should extract the card’s inventory number

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractInventoryNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractValidThru + +
      +
      +
      +
      +
      +
      +

      Should extract the payment card’s month of expiry

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractValidThru: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBElitePaymentCardBackRecognizerResult.html b/docs/Classes/MBElitePaymentCardBackRecognizerResult.html new file mode 100644 index 00000000..e5e22e82 --- /dev/null +++ b/docs/Classes/MBElitePaymentCardBackRecognizerResult.html @@ -0,0 +1,1511 @@ + + + + MBElitePaymentCardBackRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardBackRecognizerResult

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

    Class representing values obtained when scanning back side of the Elite Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cardNumber + +
      +
      +
      +
      +
      +
      +

      The card Number of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cardNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cvv + +
      +
      +
      +
      +
      +
      +

      The cvv of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cvv: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + inventoryNumber + +
      +
      +
      +
      +
      +
      +

      The inventory Number of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var inventoryNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + validThru + +
      +
      +
      +
      +
      +
      +

      The valid Thru of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var validThru: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBElitePaymentCardCombinedRecognizer.html b/docs/Classes/MBElitePaymentCardCombinedRecognizer.html new file mode 100644 index 00000000..82f47b3d --- /dev/null +++ b/docs/Classes/MBElitePaymentCardCombinedRecognizer.html @@ -0,0 +1,1559 @@ + + + + MBElitePaymentCardCombinedRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardCombinedRecognizer

    + +

    Recognizer used for scanning the front and back side of credit/debit cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Payment Card Combined Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardCombinedRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractOwner + +
      +
      +
      +
      +
      +
      +

      Should extract the card owner information

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractOwner: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCvv + +
      +
      +
      +
      +
      +
      +

      Should extract the card’s security code/value

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractCvv: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Should extract the card’s inventory number

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractInventoryNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractValidThru + +
      +
      +
      +
      +
      +
      +

      Should extract the payment card’s month of expiry

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractValidThru: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html b/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html new file mode 100644 index 00000000..3da7bd91 --- /dev/null +++ b/docs/Classes/MBElitePaymentCardCombinedRecognizerResult.html @@ -0,0 +1,1545 @@ + + + + MBElitePaymentCardCombinedRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardCombinedRecognizerResult

    +
    + +
    +

    Class representing values obtained when scanning front and back side of the Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cardNumber + +
      +
      +
      +
      +
      +
      +

      The payment card number.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cardNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + owner + +
      +
      +
      +
      +
      +
      +

      Information about the payment card owner (name, company, etc.).

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var owner: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + validThru + +
      +
      +
      +
      +
      +
      +

      The payment card’s last month of validity.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var validThru: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cvv + +
      +
      +
      +
      +
      +
      +

      Payment card’s security code/value.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cvv: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + inventoryNumber + +
      +
      +
      +
      +
      +
      +

      Payment card’s inventory number.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var inventoryNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBElitePaymentCardFrontRecognizer.html b/docs/Classes/MBElitePaymentCardFrontRecognizer.html new file mode 100644 index 00000000..948281cc --- /dev/null +++ b/docs/Classes/MBElitePaymentCardFrontRecognizer.html @@ -0,0 +1,1456 @@ + + + + MBElitePaymentCardFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardFrontRecognizer

    +
    + +
    +

    Recognizer used for scanning the front side of elite credit/debit cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Elite Payment Card Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractOwner + +
      +
      +
      +
      +
      +
      +

      Should extract the card owner information

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractOwner: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html b/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html new file mode 100644 index 00000000..345cc758 --- /dev/null +++ b/docs/Classes/MBElitePaymentCardFrontRecognizerResult.html @@ -0,0 +1,1415 @@ + + + + MBElitePaymentCardFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardFrontRecognizerResult

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

    Class representing values obtained when scanning front side of the Elite Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + owner + +
      +
      +
      +
      +
      +
      +

      The owner of the front side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var owner: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/Classes/MBEmailParser.html b/docs/Classes/MBEmailParser.html index bfa4cb10..22db4865 100644 --- a/docs/Classes/MBEmailParser.html +++ b/docs/Classes/MBEmailParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBEmailParserResult.html b/docs/Classes/MBEmailParserResult.html index 0846b8b1..1b874738 100644 --- a/docs/Classes/MBEmailParserResult.html +++ b/docs/Classes/MBEmailParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBEudlRecognizer.html b/docs/Classes/MBEudlRecognizer.html index d67af90b..30a87ec4 100644 --- a/docs/Classes/MBEudlRecognizer.html +++ b/docs/Classes/MBEudlRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,7 @@

    MBEudlRecognizer

    @interface MBEudlRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi> + MBFullDocumentImageDpi, MBFullDocumentImageExtensionFactors> @@ -1577,7 +1619,7 @@

    Declaration

    diff --git a/docs/Classes/MBEudlRecognizerResult.html b/docs/Classes/MBEudlRecognizerResult.html index 223dc003..c82e34a5 100644 --- a/docs/Classes/MBEudlRecognizerResult.html +++ b/docs/Classes/MBEudlRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1654,7 +1696,7 @@

    Declaration

    diff --git a/docs/Classes/MBFieldByFieldOverlaySettings.html b/docs/Classes/MBFieldByFieldOverlaySettings.html index bbba9fcb..6fd556ec 100644 --- a/docs/Classes/MBFieldByFieldOverlaySettings.html +++ b/docs/Classes/MBFieldByFieldOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1531,7 +1573,7 @@

    Declaration

    diff --git a/docs/Classes/MBFieldByFieldOverlayViewController.html b/docs/Classes/MBFieldByFieldOverlayViewController.html index c7e3f5b8..220f405d 100644 --- a/docs/Classes/MBFieldByFieldOverlayViewController.html +++ b/docs/Classes/MBFieldByFieldOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1454,7 +1496,7 @@

    Declaration

    diff --git a/docs/Classes/MBFixedDewarpPolicy.html b/docs/Classes/MBFixedDewarpPolicy.html index 64f2db42..9564680b 100644 --- a/docs/Classes/MBFixedDewarpPolicy.html +++ b/docs/Classes/MBFixedDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1423,7 +1465,7 @@

    Declaration

    diff --git a/docs/Classes/MBFrameGrabberRecognizer.html b/docs/Classes/MBFrameGrabberRecognizer.html index de381219..390379b5 100644 --- a/docs/Classes/MBFrameGrabberRecognizer.html +++ b/docs/Classes/MBFrameGrabberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyCombinedRecognizer.html b/docs/Classes/MBGermanyCombinedRecognizer.html index ae2c93ae..db36f15b 100644 --- a/docs/Classes/MBGermanyCombinedRecognizer.html +++ b/docs/Classes/MBGermanyCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1410,7 +1452,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyCombinedRecognizerResult.html b/docs/Classes/MBGermanyCombinedRecognizerResult.html index 1bb0c435..265451a3 100644 --- a/docs/Classes/MBGermanyCombinedRecognizerResult.html +++ b/docs/Classes/MBGermanyCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdBackRecognizer.html b/docs/Classes/MBGermanyIdBackRecognizer.html index e50f9d87..36c87399 100644 --- a/docs/Classes/MBGermanyIdBackRecognizer.html +++ b/docs/Classes/MBGermanyIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1543,7 +1585,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdBackRecognizerResult.html b/docs/Classes/MBGermanyIdBackRecognizerResult.html index 4c452086..2f12c5fd 100644 --- a/docs/Classes/MBGermanyIdBackRecognizerResult.html +++ b/docs/Classes/MBGermanyIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1652,7 +1694,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdFrontRecognizer.html b/docs/Classes/MBGermanyIdFrontRecognizer.html index 01a7fc3b..f5be1d6a 100644 --- a/docs/Classes/MBGermanyIdFrontRecognizer.html +++ b/docs/Classes/MBGermanyIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1612,7 +1654,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyIdFrontRecognizerResult.html b/docs/Classes/MBGermanyIdFrontRecognizerResult.html index 04456a36..3c1a6c03 100644 --- a/docs/Classes/MBGermanyIdFrontRecognizerResult.html +++ b/docs/Classes/MBGermanyIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1654,7 +1696,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyOldIdRecognizer.html b/docs/Classes/MBGermanyOldIdRecognizer.html index a5cedba3..4c65bd59 100644 --- a/docs/Classes/MBGermanyOldIdRecognizer.html +++ b/docs/Classes/MBGermanyOldIdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1408,7 +1450,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyOldIdRecognizerResult.html b/docs/Classes/MBGermanyOldIdRecognizerResult.html index 1de85d86..e42a1d32 100644 --- a/docs/Classes/MBGermanyOldIdRecognizerResult.html +++ b/docs/Classes/MBGermanyOldIdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyPassportRecognizer.html b/docs/Classes/MBGermanyPassportRecognizer.html index e208f043..7c07d8c6 100644 --- a/docs/Classes/MBGermanyPassportRecognizer.html +++ b/docs/Classes/MBGermanyPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1578,7 +1620,7 @@

    Declaration

    diff --git a/docs/Classes/MBGermanyPassportRecognizerResult.html b/docs/Classes/MBGermanyPassportRecognizerResult.html index d9271ed0..ef85263e 100644 --- a/docs/Classes/MBGermanyPassportRecognizerResult.html +++ b/docs/Classes/MBGermanyPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,7 @@

    Declaration

    diff --git a/docs/Classes/MBGlareStatusSubview.html b/docs/Classes/MBGlareStatusSubview.html index 2c51e3d4..1e926190 100644 --- a/docs/Classes/MBGlareStatusSubview.html +++ b/docs/Classes/MBGlareStatusSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1455,7 +1497,7 @@

    Declaration

    diff --git a/docs/Classes/MBHongKongIdFrontRecognizer.html b/docs/Classes/MBHongKongIdFrontRecognizer.html index 0115a443..a5a7485b 100644 --- a/docs/Classes/MBHongKongIdFrontRecognizer.html +++ b/docs/Classes/MBHongKongIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBHongKongIdFrontRecognizer

    @interface MBHongKongIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1578,7 +1621,7 @@

    Declaration

    diff --git a/docs/Classes/MBHongKongIdFrontRecognizerResult.html b/docs/Classes/MBHongKongIdFrontRecognizerResult.html index cfe1fa55..88adbdfe 100644 --- a/docs/Classes/MBHongKongIdFrontRecognizerResult.html +++ b/docs/Classes/MBHongKongIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1558,7 +1600,7 @@

    Declaration

    diff --git a/docs/Classes/MBIbanParser.html b/docs/Classes/MBIbanParser.html index d5548a9a..46239f71 100644 --- a/docs/Classes/MBIbanParser.html +++ b/docs/Classes/MBIbanParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1438,7 +1480,7 @@

    Declaration

    diff --git a/docs/Classes/MBIbanParserResult.html b/docs/Classes/MBIbanParserResult.html index 23fd81b0..4c3d7d23 100644 --- a/docs/Classes/MBIbanParserResult.html +++ b/docs/Classes/MBIbanParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBIkadRecognizer.html b/docs/Classes/MBIkadRecognizer.html index 43d6f511..76005f14 100644 --- a/docs/Classes/MBIkadRecognizer.html +++ b/docs/Classes/MBIkadRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1644,7 +1686,7 @@

    Declaration

    diff --git a/docs/Classes/MBIkadRecognizerResult.html b/docs/Classes/MBIkadRecognizerResult.html index 13fbc710..516ee455 100644 --- a/docs/Classes/MBIkadRecognizerResult.html +++ b/docs/Classes/MBIkadRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1717,7 +1759,7 @@

    Declaration

    diff --git a/docs/Classes/MBImage.html b/docs/Classes/MBImage.html index 0ea4e870..a0e16d55 100644 --- a/docs/Classes/MBImage.html +++ b/docs/Classes/MBImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1605,7 +1647,7 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessor.html b/docs/Classes/MBImageReturnProcessor.html index 464ade8b..29f28368 100644 --- a/docs/Classes/MBImageReturnProcessor.html +++ b/docs/Classes/MBImageReturnProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,7 @@

    Declaration

    diff --git a/docs/Classes/MBImageReturnProcessorResult.html b/docs/Classes/MBImageReturnProcessorResult.html index c178b728..28b23998 100644 --- a/docs/Classes/MBImageReturnProcessorResult.html +++ b/docs/Classes/MBImageReturnProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1396,7 +1438,7 @@

    Declaration

    diff --git a/docs/Classes/MBIndonesiaIdFrontRecognizer.html b/docs/Classes/MBIndonesiaIdFrontRecognizer.html index 96b4c090..a923a0c1 100644 --- a/docs/Classes/MBIndonesiaIdFrontRecognizer.html +++ b/docs/Classes/MBIndonesiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,14 +1326,15 @@

    MBIndonesiaIdFrontRecognizer

    -

    Class for configuring Indonesian ID Front Recognizer.

    - -

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

    +

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

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

    Declaration

    -

    Indonesian ID Front recognizer result

    +

    Result of scanning Indonesia Id Front Recognizer

    @@ -1368,9 +1411,9 @@

    Declaration

  • @@ -1378,7 +1421,7 @@

    Declaration

    -

    Defines if city of Indonesian ID owner should be extracted

    +

    Defines if address of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1387,12 +1430,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractCity: Bool { get set }
    +
    var extractAddress: Bool { get set }
    @@ -1402,9 +1445,9 @@

    Declaration

  • @@ -1412,7 +1455,7 @@

    Declaration

    -

    Defines if name of Indonesian ID owner should be extracted

    +

    Defines if blood type of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1421,12 +1464,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractName;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;

    Swift

    -
    var extractName: Bool { get set }
    +
    var extractBloodType: Bool { get set }
    @@ -1436,9 +1479,9 @@

    Declaration

  • @@ -1446,7 +1489,7 @@

    Declaration

    -

    Defines if place of birth of Indonesian ID owner should be extracted

    +

    Defines if citizenship of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1455,12 +1498,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractPlaceOfBirth: Bool { get set }
    +
    var extractCitizenship: Bool { get set }
    @@ -1470,9 +1513,9 @@

    Declaration

  • @@ -1480,7 +1523,7 @@

    Declaration

    -

    Defines if blood type should be extracted from Indonesian ID

    +

    Defines if city of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1489,12 +1532,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractCity;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractCity: Bool { get set }
    @@ -1504,9 +1547,9 @@

    Declaration

  • @@ -1514,7 +1557,7 @@

    Declaration

    -

    Defines if address should be extracted from Indonesian ID

    +

    Defines if date of expiry of Indonesian ID card should be extracted.

    Default: YES

    @@ -1523,12 +1566,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractAddress: Bool { get set }
    +
    var extractDateOfExpiry: Bool { get set }
    @@ -1538,9 +1581,9 @@

    Declaration

  • @@ -1548,7 +1591,7 @@

    Declaration

    -

    Defines if rt should be extracted from Indonesian ID

    +

    Defines if district of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1557,12 +1600,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractRt;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDistrict;

    Swift

    -
    var extractRt: Bool { get set }
    +
    var extractDistrict: Bool { get set }
    @@ -1572,9 +1615,9 @@

    Declaration

  • @@ -1582,7 +1625,7 @@

    Declaration

    -

    Defines if rw should be extracted from Indonesian ID

    +

    Defines if Kel/Desa of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1591,12 +1634,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractRw;
    +
    @property (assign, readwrite, nonatomic) BOOL extractKelDesa;

    Swift

    -
    var extractRw: Bool { get set }
    +
    var extractKelDesa: Bool { get set }
    @@ -1606,9 +1649,9 @@

    Declaration

  • @@ -1616,7 +1659,7 @@

    Declaration

    -

    Defines if keldesa should be extracted from Indonesian ID

    +

    Defines if marital status of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1625,12 +1668,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractKelDesa;
    +
    @property (assign, readwrite, nonatomic) BOOL extractMaritalStatus;

    Swift

    -
    var extractKelDesa: Bool { get set }
    +
    var extractMaritalStatus: Bool { get set }
    @@ -1640,9 +1683,9 @@

    Declaration

  • @@ -1650,7 +1693,7 @@

    Declaration

    -

    Defines if district should be extracted from Indonesian ID

    +

    Defines if name of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1659,12 +1702,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDistrict;
    +
    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    -
    var extractDistrict: Bool { get set }
    +
    var extractName: Bool { get set }
    @@ -1674,9 +1717,9 @@

    Declaration

  • @@ -1684,7 +1727,7 @@

    Declaration

    -

    Defines if religion should be extracted from Indonesian ID

    +

    Defines if occupation of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1693,12 +1736,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractReligion: Bool { get set }
    +
    var extractOccupation: Bool { get set }
    @@ -1708,9 +1751,9 @@

    Declaration

  • @@ -1718,7 +1761,7 @@

    Declaration

    -

    Defines if marital status should be extracted from Indonesian ID

    +

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

    Default: YES

    @@ -1727,12 +1770,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractMaritalStatus: Bool { get set }
    +
    var extractPlaceOfBirth: Bool { get set }
    @@ -1742,9 +1785,9 @@

    Declaration

  • @@ -1752,7 +1795,7 @@

    Declaration

    -

    Defines if occupation should be extracted from Indonesian ID

    +

    Defines if religion of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1761,12 +1804,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractOccupation: Bool { get set }
    +
    var extractReligion: Bool { get set }
    @@ -1776,9 +1819,9 @@

    Declaration

  • @@ -1786,7 +1829,7 @@

    Declaration

    -

    Defines if citizenship should be extracted from Indonesian ID

    +

    Defines if RT number of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1795,12 +1838,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractCitizenship;
    +
    @property (assign, readwrite, nonatomic) BOOL extractRt;

    Swift

    -
    var extractCitizenship: Bool { get set }
    +
    var extractRt: Bool { get set }
    @@ -1810,9 +1853,9 @@

    Declaration

  • @@ -1820,7 +1863,7 @@

    Declaration

    -

    Defines if valid until should be extracted from Indonesian ID

    +

    Defines if RW number of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1829,12 +1872,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;
    +
    @property (assign, readwrite, nonatomic) BOOL extractRw;

    Swift

    -
    var extractValidUntil: Bool { get set }
    +
    var extractRw: Bool { get set }
    @@ -1849,7 +1892,7 @@

    Declaration

    diff --git a/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html b/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html index b45f0300..0f0d1a1c 100644 --- a/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBIndonesiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,13 +1326,14 @@

    MBIndonesiaIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Indonesian ID

    +

    Class representing values obtained when scanning front side of the Indonesia Id

  • @@ -1329,73 +1372,9 @@

    Declaration

  • - - - province - -
    -
    -
    -
    -
    -
    -

    The province of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var province: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - city - -
    -
    -
    -
    -
    -
    -

    The city of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var city: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - documentNumber + + + address
    @@ -1403,19 +1382,19 @@

    Declaration

    -

    The document number of the Indonesian ID owner.

    +

    The address of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var documentNumber: String? { get }
    +
    var address: String { get }
    @@ -1425,9 +1404,9 @@

    Declaration

  • - - - name + + + bloodType
    @@ -1435,19 +1414,19 @@

    Declaration

    -

    The name of the Indonesian ID owner.

    +

    The blood Type of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var name: String? { get }
    +
    var bloodType: String { get }
    @@ -1457,9 +1436,9 @@

    Declaration

  • @@ -1467,19 +1446,19 @@

    Declaration

    -

    The place of birth of the Indonesian ID owner.

    +

    The citizenship of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var placeOfBirth: String? { get }
    +
    var citizenship: String { get }
    @@ -1489,9 +1468,9 @@

    Declaration

  • - - - rawDateOfBirth + + + city
    @@ -1499,19 +1478,19 @@

    Declaration

    -

    The date of birth of Indonesian ID owner in DD.MM.yyyy format.

    +

    The city of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var city: String { get }
    @@ -1531,19 +1510,19 @@

    Declaration

    -

    The date of birth of Indonesian ID owner

    +

    The date Of Birth of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1553,9 +1532,9 @@

    Declaration

  • - - - sex + + + dateOfExpiry
    @@ -1563,19 +1542,19 @@

    Declaration

    -

    The sex of the Indonesian ID owner.

    +

    The date Of Expiry of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var sex: String? { get }
    +
    var dateOfExpiry: MBDateResult { get }
    @@ -1585,9 +1564,9 @@

    Declaration

  • @@ -1595,19 +1574,19 @@

    Declaration

    -

    The blood type of the Indonesian ID owner.

    +

    The date Of Expiry Permanent of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *bloodType;
    +
    @property (readonly, assign, nonatomic) BOOL dateOfExpiryPermanent;

    Swift

    -
    var bloodType: String? { get }
    +
    var dateOfExpiryPermanent: Bool { get }
    @@ -1617,41 +1596,9 @@

    Declaration

  • - - - address - -
    -
    -
    -
    -
    -
    -

    The address of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var address: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - rt + + + district
    @@ -1659,19 +1606,19 @@

    Declaration

    -

    The rt of the Indonesian ID owner.

    +

    The district of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rt: String? { get }
    +
    var district: String { get }
    @@ -1681,9 +1628,9 @@

    Declaration

  • - - - rw + + + documentNumber
    @@ -1691,19 +1638,19 @@

    Declaration

    -

    The rw of the Indonesian ID owner.

    +

    The document Number of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rw: String? { get }
    +
    var documentNumber: String { get }
    @@ -1723,19 +1670,19 @@

    Declaration

    -

    The kel desa of the Indonesian ID owner.

    +

    The kel Desa of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var kelDesa: String? { get }
    +
    var kelDesa: String { get }
    @@ -1745,9 +1692,9 @@

    Declaration

  • - - - district + + + maritalStatus
    @@ -1755,19 +1702,19 @@

    Declaration

    -

    The district of the Indonesian ID owner.

    +

    The marital Status of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var district: String? { get }
    +
    var maritalStatus: String { get }
    @@ -1777,9 +1724,9 @@

    Declaration

  • - - - religion + + + name
    @@ -1787,19 +1734,19 @@

    Declaration

    -

    The religion of the Indonesian ID owner.

    +

    The name of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var religion: String? { get }
    +
    var name: String { get }
    @@ -1809,9 +1756,9 @@

    Declaration

  • @@ -1819,19 +1766,19 @@

    Declaration

    -

    The marital status of the Indonesian ID owner.

    +

    The occupation of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var maritalStatus: String? { get }
    +
    var occupation: String { get }
    @@ -1841,9 +1788,9 @@

    Declaration

  • - - - occupation + + + placeOfBirth
    @@ -1851,19 +1798,19 @@

    Declaration

    -

    The occupation of the Indonesian ID owner.

    +

    The place Of Birth of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var occupation: String? { get }
    +
    var placeOfBirth: String { get }
    @@ -1873,9 +1820,9 @@

    Declaration

  • - - - citizenship + + + province
    @@ -1883,19 +1830,19 @@

    Declaration

    -

    The occupation of the Indonesian ID owner.

    +

    The province of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var citizenship: String? { get }
    +
    var province: String { get }
    @@ -1905,9 +1852,9 @@

    Declaration

  • - - - rawValidUntil + + + religion
    @@ -1915,19 +1862,19 @@

    Declaration

    -

    The document date of expiry of the Indonesian ID in DD.MM.yyyy format.

    +

    The religion of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rawValidUntil: String? { get }
    +
    var religion: String { get }
    @@ -1937,9 +1884,9 @@

    Declaration

  • - - - validUntil + + + rt
    @@ -1947,19 +1894,19 @@

    Declaration

    -

    The document date of expiry of the Indonesian ID

    +

    The rt of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *validUntil;
    +
    @property (readonly, nonatomic) NSString *_Nonnull rt;

    Swift

    -
    var validUntil: Date? { get }
    +
    var rt: String { get }
    @@ -1969,9 +1916,9 @@

    Declaration

  • - - - validUntilPermanent + + + rw
    @@ -1979,19 +1926,19 @@

    Declaration

    -

    Check if date of expiry is permanent on the Indonesian ID.

    +

    The rw of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) BOOL validUntilPermanent;
    +
    @property (readonly, nonatomic) NSString *_Nonnull rw;

    Swift

    -
    var validUntilPermanent: Bool { get }
    +
    var rw: String { get }
    @@ -2001,9 +1948,9 @@

    Declaration

  • - - - documentClassifier + + + sex
    @@ -2011,19 +1958,19 @@

    Declaration

    -

    The document classifier of Indonesian ID

    +

    The sex of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var documentClassifier: String? { get }
    +
    var sex: String { get }
    @@ -2038,7 +1985,7 @@

    Declaration

    diff --git a/docs/Classes/MBIrelandDlFrontRecognizer.html b/docs/Classes/MBIrelandDlFrontRecognizer.html new file mode 100644 index 00000000..4d9f6c25 --- /dev/null +++ b/docs/Classes/MBIrelandDlFrontRecognizer.html @@ -0,0 +1,1764 @@ + + + + MBIrelandDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBIrelandDlFrontRecognizer

    + +

    Recognizer which can scan front side of Ireland drivers license.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Ireland Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if address of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if date of birth of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFirstName + +
      +
      +
      +
      +
      +
      +

      Defines if first name of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractFirstName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractIssuedBy + +
      +
      +
      +
      +
      +
      +

      Defines if issuing authority of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuedBy: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if licence categories of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractLicenceNumber + +
      +
      +
      +
      +
      +
      +

      Defines if licence number of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractSurname + +
      +
      +
      +
      +
      +
      +

      Defines if surname of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractSurname: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBIrelandDlFrontRecognizerResult.html b/docs/Classes/MBIrelandDlFrontRecognizerResult.html new file mode 100644 index 00000000..a0c48ed3 --- /dev/null +++ b/docs/Classes/MBIrelandDlFrontRecognizerResult.html @@ -0,0 +1,1737 @@ + + + + MBIrelandDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBIrelandDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Ireland Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      The address of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Birth of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + driverNumber + +
      +
      +
      +
      +
      +
      +

      The driver Number of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var driverNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + firstName + +
      +
      +
      +
      +
      +
      +

      The first Name of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var firstName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuedBy + +
      +
      +
      +
      +
      +
      +

      The issued By of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuedBy: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceCategories + +
      +
      +
      +
      +
      +
      +

      The licence Categories of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + surname + +
      +
      +
      +
      +
      +
      +

      The surname of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var surname: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBItalyDlFrontRecognizer.html b/docs/Classes/MBItalyDlFrontRecognizer.html new file mode 100644 index 00000000..76820778 --- /dev/null +++ b/docs/Classes/MBItalyDlFrontRecognizer.html @@ -0,0 +1,1730 @@ + + + + MBItalyDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBItalyDlFrontRecognizer

    + +

    Recognizer which can scan front side of Italian driver licence.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Italy Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if address of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if date of birth of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractGivenName + +
      +
      +
      +
      +
      +
      +

      Defines if given name of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractGivenName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if issuing authority of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAuthority: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if licence categories of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractSurname + +
      +
      +
      +
      +
      +
      +

      Defines if surname of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractSurname: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBItalyDlFrontRecognizerResult.html b/docs/Classes/MBItalyDlFrontRecognizerResult.html new file mode 100644 index 00000000..ad93079c --- /dev/null +++ b/docs/Classes/MBItalyDlFrontRecognizerResult.html @@ -0,0 +1,1705 @@ + + + + MBItalyDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBItalyDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Italy Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      The address of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Birth of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + givenName + +
      +
      +
      +
      +
      +
      +

      The given Name of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var givenName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAuthority + +
      +
      +
      +
      +
      +
      +

      The issuing Authority of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAuthority: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceCategories + +
      +
      +
      +
      +
      +
      +

      The licence Categories of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + surname + +
      +
      +
      +
      +
      +
      +

      The surname of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var surname: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/Classes/MBJordanCombinedRecognizer.html b/docs/Classes/MBJordanCombinedRecognizer.html index 7d339667..2a38ff68 100644 --- a/docs/Classes/MBJordanCombinedRecognizer.html +++ b/docs/Classes/MBJordanCombinedRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanCombinedRecognizerResult.html b/docs/Classes/MBJordanCombinedRecognizerResult.html index 49021c39..98e20b3b 100644 --- a/docs/Classes/MBJordanCombinedRecognizerResult.html +++ b/docs/Classes/MBJordanCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1624,7 +1666,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdBackRecognizer.html b/docs/Classes/MBJordanIdBackRecognizer.html index cc12b035..32e3d0ff 100644 --- a/docs/Classes/MBJordanIdBackRecognizer.html +++ b/docs/Classes/MBJordanIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdBackRecognizerResult.html b/docs/Classes/MBJordanIdBackRecognizerResult.html index c397cbde..40e22a6c 100644 --- a/docs/Classes/MBJordanIdBackRecognizerResult.html +++ b/docs/Classes/MBJordanIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdFrontRecognizer.html b/docs/Classes/MBJordanIdFrontRecognizer.html index b3a5ccb7..f5a84267 100644 --- a/docs/Classes/MBJordanIdFrontRecognizer.html +++ b/docs/Classes/MBJordanIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBJordanIdFrontRecognizerResult.html b/docs/Classes/MBJordanIdFrontRecognizerResult.html index 271d2f45..8392238a 100644 --- a/docs/Classes/MBJordanIdFrontRecognizerResult.html +++ b/docs/Classes/MBJordanIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1461,7 +1503,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdBackRecognizer.html b/docs/Classes/MBKuwaitIdBackRecognizer.html index ad90dbb3..3f6d975d 100644 --- a/docs/Classes/MBKuwaitIdBackRecognizer.html +++ b/docs/Classes/MBKuwaitIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBKuwaitIdBackRecognizer

    
     @interface MBKuwaitIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1405,7 +1448,7 @@

    Declaration

  • diff --git a/docs/Classes/MBKuwaitIdBackRecognizerResult.html b/docs/Classes/MBKuwaitIdBackRecognizerResult.html index 12124532..2e6945a3 100644 --- a/docs/Classes/MBKuwaitIdBackRecognizerResult.html +++ b/docs/Classes/MBKuwaitIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,7 @@

    Declaration

    diff --git a/docs/Classes/MBKuwaitIdFrontRecognizer.html b/docs/Classes/MBKuwaitIdFrontRecognizer.html index a3bb1a25..6f1b2405 100644 --- a/docs/Classes/MBKuwaitIdFrontRecognizer.html +++ b/docs/Classes/MBKuwaitIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBKuwaitIdFrontRecognizer

    @interface MBKuwaitIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1508,7 +1551,7 @@

    Declaration

  • diff --git a/docs/Classes/MBKuwaitIdFrontRecognizerResult.html b/docs/Classes/MBKuwaitIdFrontRecognizerResult.html index 3939fc92..4132331f 100644 --- a/docs/Classes/MBKuwaitIdFrontRecognizerResult.html +++ b/docs/Classes/MBKuwaitIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyMRTDRecognizerResult.html b/docs/Classes/MBLegacyMRTDRecognizerResult.html index fd658381..dd3877d6 100644 --- a/docs/Classes/MBLegacyMRTDRecognizerResult.html +++ b/docs/Classes/MBLegacyMRTDRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1877,7 +1919,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyRecognizer.html b/docs/Classes/MBLegacyRecognizer.html index 250588ee..e96df481 100644 --- a/docs/Classes/MBLegacyRecognizer.html +++ b/docs/Classes/MBLegacyRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,7 @@

    Declaration

    diff --git a/docs/Classes/MBLegacyRecognizerResult.html b/docs/Classes/MBLegacyRecognizerResult.html index a30a7066..79d3e780 100644 --- a/docs/Classes/MBLegacyRecognizerResult.html +++ b/docs/Classes/MBLegacyRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,7 @@

    Declaration

    diff --git a/docs/Classes/MBLicensePlatesParser.html b/docs/Classes/MBLicensePlatesParser.html index cc68c9b5..93f424e5 100644 --- a/docs/Classes/MBLicensePlatesParser.html +++ b/docs/Classes/MBLicensePlatesParser.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1369,7 +1411,7 @@

    Declaration

    diff --git a/docs/Classes/MBLicensePlatesParserResult.html b/docs/Classes/MBLicensePlatesParserResult.html index 179e3709..f8851397 100644 --- a/docs/Classes/MBLicensePlatesParserResult.html +++ b/docs/Classes/MBLicensePlatesParserResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBMalaysiaDlFrontRecognizer.html b/docs/Classes/MBMalaysiaDlFrontRecognizer.html index 8fcaf9dc..2e7ba0d8 100644 --- a/docs/Classes/MBMalaysiaDlFrontRecognizer.html +++ b/docs/Classes/MBMalaysiaDlFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,14 +1326,14 @@

    MBMalaysiaDlFrontRecognizer

    -

    Class for configuring Malaysian DL Front Recognizer.

    - -

    Malaysian DL Front recognizer is used for scanning front side of Malaysian DL.

    +

    Recognizer which can scan front side of Malaysian DL cards.

  • @@ -1345,7 +1387,7 @@

    Declaration

    -

    Malaysian DL Front recognizer result

    +

    Result of scanning Malaysia Dl Front Recognizer

    @@ -1368,9 +1410,9 @@

    Declaration

  • @@ -1378,7 +1420,7 @@

    Declaration

    -

    Defines if owner’s name should be extracted from Malaysian DL

    +

    Defines if address of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1387,12 +1429,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractName: Bool { get set }
    +
    var extractAddress: Bool { get set }
    @@ -1402,9 +1444,9 @@

    Declaration

  • @@ -1412,7 +1454,7 @@

    Declaration

    -

    Defines if owner’s nationality should be extracted from Malaysian DL

    +

    Defines if vehicle classes of Malaysian DL should be extracted.

    Default: YES

    @@ -1421,12 +1463,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractNationality: Bool { get set }
    +
    var extractClass: Bool { get set }
    @@ -1436,9 +1478,9 @@

    Declaration

  • @@ -1446,7 +1488,7 @@

    Declaration

    -

    Defines if owner’s license class should be extracted from Malaysian DL

    +

    Defines if name of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1455,12 +1497,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDlClass;
    +
    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    -
    var extractDlClass: Bool { get set }
    +
    var extractName: Bool { get set }
    @@ -1470,9 +1512,9 @@

    Declaration

  • @@ -1480,7 +1522,7 @@

    Declaration

    -

    Defines if owner’s valid from should be extracted from Malaysian DL

    +

    Defines if nationality of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1489,12 +1531,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractValidFrom: Bool { get set }
    +
    var extractNationality: Bool { get set }
    @@ -1504,9 +1546,9 @@

    Declaration

  • @@ -1514,7 +1556,7 @@

    Declaration

    -

    Defines if owner’s valid until should be extracted from Malaysian DL

    +

    Defines if date of issue of Malaysian DL should be extracted.

    Default: YES

    @@ -1523,12 +1565,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;
    +
    @property (assign, readwrite, nonatomic) BOOL extractValidFrom;

    Swift

    -
    var extractValidUntil: Bool { get set }
    +
    var extractValidFrom: Bool { get set }
    @@ -1538,9 +1580,9 @@

    Declaration

  • @@ -1548,7 +1590,7 @@

    Declaration

    -

    Defines if owner’s full address should be extracted from Malaysian DL

    +

    Defines if date of expiry of Malaysian DL should be extracted.

    Default: YES

    @@ -1557,12 +1599,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractFullAddress;
    +
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;

    Swift

    -
    var extractFullAddress: Bool { get set }
    +
    var extractValidUntil: Bool { get set }
    @@ -1577,7 +1619,7 @@

    Declaration

    diff --git a/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html b/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html index 19ac18db..542eb631 100644 --- a/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html +++ b/docs/Classes/MBMalaysiaDlFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,12 +1326,13 @@

    MBMalaysiaDlFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Malaysian DL

    +

    Class representing values obtained when scanning front side of the Malaysia Dl

  • @@ -1328,9 +1371,9 @@

    Declaration

  • - - - name + + + city
    @@ -1338,19 +1381,19 @@

    Declaration

    -

    The Name of the Malaysian DL owner.

    +

    The city of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var name: String? { get }
    +
    var city: String { get }
    @@ -1360,9 +1403,9 @@

    Declaration

  • - - - identityNumber + + + dlClass
    @@ -1370,19 +1413,19 @@

    Declaration

    -

    The Identity Number of the Malaysian DL owner.

    +

    The dl Class of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var identityNumber: String? { get }
    +
    var dlClass: String { get }
    @@ -1392,9 +1435,9 @@

    Declaration

  • - - - nationality + + + fullAddress
    @@ -1402,19 +1445,19 @@

    Declaration

    -

    The Nationality of the Malaysian DL owner.

    +

    The full Address of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var nationality: String? { get }
    +
    var fullAddress: String { get }
    @@ -1424,9 +1467,9 @@

    Declaration

  • - - - dlClass + + + identityNumber
    @@ -1434,19 +1477,19 @@

    Declaration

    -

    The Class of the Malaysian DL.

    +

    The identity Number of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var dlClass: String? { get }
    +
    var identityNumber: String { get }
    @@ -1456,9 +1499,9 @@

    Declaration

  • - - - validFrom + + + name
    @@ -1466,19 +1509,19 @@

    Declaration

    -

    The Valid From date of the Malaysian DL owner.

    +

    The name of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *validFrom;
    +
    @property (readonly, nonatomic) NSString *_Nonnull name;

    Swift

    -
    var validFrom: Date? { get }
    +
    var name: String { get }
    @@ -1488,9 +1531,9 @@

    Declaration

  • - - - validUntil + + + nationality
    @@ -1498,19 +1541,19 @@

    Declaration

    -

    The Valid Until date of the Malaysian DL owner.

    +

    The nationality of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var validUntil: Date? { get }
    +
    var nationality: String { get }
    @@ -1520,9 +1563,9 @@

    Declaration

  • - - - street + + + ownerState
    @@ -1530,19 +1573,19 @@

    Declaration

    -

    The Street of the Malaysian DL owner.

    +

    The owner State of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var street: String? { get }
    +
    var ownerState: String { get }
    @@ -1552,9 +1595,9 @@

    Declaration

  • - - - zipCode + + + street
    @@ -1562,19 +1605,19 @@

    Declaration

    -

    The Zip Code of the Malaysian DL owner.

    +

    The street of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var zipCode: String? { get }
    +
    var street: String { get }
    @@ -1584,9 +1627,9 @@

    Declaration

  • - - - city + + + validFrom
    @@ -1594,19 +1637,19 @@

    Declaration

    -

    The City of the Malaysian DL owner.

    +

    The valid From of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var city: String? { get }
    +
    var validFrom: MBDateResult { get }
    @@ -1616,9 +1659,9 @@

    Declaration

  • - - - state + + + validUntil
    @@ -1626,19 +1669,19 @@

    Declaration

    -

    The State of the Malaysian DL owner.

    +

    The valid Until of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *state;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull validUntil;

    Swift

    -
    var state: String? { get }
    +
    var validUntil: MBDateResult { get }
    @@ -1648,9 +1691,9 @@

    Declaration

  • - - - fullAddress + + + zipcode
    @@ -1658,19 +1701,19 @@

    Declaration

    -

    The Full Address of the Malaysian DL owner.

    +

    The zipcode of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var fullAddress: String? { get }
    +
    var zipcode: String { get }
    @@ -1685,7 +1728,7 @@

    Declaration

    diff --git a/docs/Classes/MBMicroblinkApp.html b/docs/Classes/MBMicroblinkApp.html index c3dcf042..3855bf8c 100644 --- a/docs/Classes/MBMicroblinkApp.html +++ b/docs/Classes/MBMicroblinkApp.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1729,7 +1771,7 @@

    Declaration

    diff --git a/docs/Classes/MBMicroblinkSDK.html b/docs/Classes/MBMicroblinkSDK.html index 1c1bdc93..dfef729b 100644 --- a/docs/Classes/MBMicroblinkSDK.html +++ b/docs/Classes/MBMicroblinkSDK.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1945,7 +1987,7 @@

    Return Value

    diff --git a/docs/Classes/MBModernViewfinderSubview.html b/docs/Classes/MBModernViewfinderSubview.html index 8ca71bce..705a1fd8 100644 --- a/docs/Classes/MBModernViewfinderSubview.html +++ b/docs/Classes/MBModernViewfinderSubview.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1436,7 +1478,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdBackRecognizer.html b/docs/Classes/MBMoroccoIdBackRecognizer.html index 63c79b81..956ac8c8 100644 --- a/docs/Classes/MBMoroccoIdBackRecognizer.html +++ b/docs/Classes/MBMoroccoIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBMoroccoIdBackRecognizer

    
     @interface MBMoroccoIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1577,7 +1620,7 @@

    Declaration

  • diff --git a/docs/Classes/MBMoroccoIdBackRecognizerResult.html b/docs/Classes/MBMoroccoIdBackRecognizerResult.html index 176998ec..9d66920b 100644 --- a/docs/Classes/MBMoroccoIdBackRecognizerResult.html +++ b/docs/Classes/MBMoroccoIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,7 @@

    Declaration

    diff --git a/docs/Classes/MBMoroccoIdFrontRecognizer.html b/docs/Classes/MBMoroccoIdFrontRecognizer.html index fab729c3..6b620f24 100644 --- a/docs/Classes/MBMoroccoIdFrontRecognizer.html +++ b/docs/Classes/MBMoroccoIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBMoroccoIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors>
  • @@ -1580,7 +1622,7 @@

    Declaration

  • diff --git a/docs/Classes/MBMoroccoIdFrontRecognizerResult.html b/docs/Classes/MBMoroccoIdFrontRecognizerResult.html index 129e5e8e..f47c420f 100644 --- a/docs/Classes/MBMoroccoIdFrontRecognizerResult.html +++ b/docs/Classes/MBMoroccoIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1559,7 +1601,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdCombinedRecognizer.html b/docs/Classes/MBMrtdCombinedRecognizer.html index 98c644e3..50531c92 100644 --- a/docs/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/Classes/MBMrtdCombinedRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,6 +1407,112 @@

    Declaration

  • +
  • +
    + + + + allowUnparsedResults + +
    +
    +
    +
    +
    +
    +

    Whether returning of unparsed results is allowed

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var allowUnparsedResults: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Whether returning of unverified results is allowed + Unverified result is result that is parsed, but check digits are incorrect.

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var allowUnverifiedResults: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1373,7 +1521,7 @@

    Declaration

  • diff --git a/docs/Classes/MBMrtdCombinedRecognizerResult.html b/docs/Classes/MBMrtdCombinedRecognizerResult.html index 5b560974..7e8f4845 100644 --- a/docs/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/Classes/MBMrtdCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2013,7 +2055,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdDetector.html b/docs/Classes/MBMrtdDetector.html index 94728286..cec43903 100644 --- a/docs/Classes/MBMrtdDetector.html +++ b/docs/Classes/MBMrtdDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,7 @@

    Parameters

    diff --git a/docs/Classes/MBMrtdDetectorResult.html b/docs/Classes/MBMrtdDetectorResult.html index 560b888f..abd5e1e0 100644 --- a/docs/Classes/MBMrtdDetectorResult.html +++ b/docs/Classes/MBMrtdDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1395,7 +1437,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizer.html b/docs/Classes/MBMrtdRecognizer.html index 0c7297e9..90ecf950 100644 --- a/docs/Classes/MBMrtdRecognizer.html +++ b/docs/Classes/MBMrtdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1573,7 +1615,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdRecognizerResult.html b/docs/Classes/MBMrtdRecognizerResult.html index f51f7449..beb13895 100644 --- a/docs/Classes/MBMrtdRecognizerResult.html +++ b/docs/Classes/MBMrtdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Classes/MBMrtdSpecification.html b/docs/Classes/MBMrtdSpecification.html index d09a130b..7b30ce25 100644 --- a/docs/Classes/MBMrtdSpecification.html +++ b/docs/Classes/MBMrtdSpecification.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1387,7 +1429,7 @@

    Return Value

    diff --git a/docs/Classes/MBMrzResult.html b/docs/Classes/MBMrzResult.html index b0c9d61f..b1e2e79f 100644 --- a/docs/Classes/MBMrzResult.html +++ b/docs/Classes/MBMrzResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2041,7 +2083,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadBackRecognizer.html b/docs/Classes/MBMyKadBackRecognizer.html index 2122c8e3..bb36cd9d 100644 --- a/docs/Classes/MBMyKadBackRecognizer.html +++ b/docs/Classes/MBMyKadBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBMyKadBackRecognizer

    
     @interface MBMyKadBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBSignatureImage, MBSignatureImageDpi, MBGlareDetection>
    + MBSignatureImage, MBSignatureImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1407,7 +1450,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadBackRecognizerResult.html b/docs/Classes/MBMyKadBackRecognizerResult.html index be125011..de03507d 100644 --- a/docs/Classes/MBMyKadBackRecognizerResult.html +++ b/docs/Classes/MBMyKadBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadFrontRecognizer.html b/docs/Classes/MBMyKadFrontRecognizer.html index 42135d62..aeb26e86 100644 --- a/docs/Classes/MBMyKadFrontRecognizer.html +++ b/docs/Classes/MBMyKadFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyKadFrontRecognizerResult.html b/docs/Classes/MBMyKadFrontRecognizerResult.html index ac3799bf..787b089b 100644 --- a/docs/Classes/MBMyKadFrontRecognizerResult.html +++ b/docs/Classes/MBMyKadFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyTenteraRecognizer.html b/docs/Classes/MBMyTenteraRecognizer.html index aff54152..65f6b234 100644 --- a/docs/Classes/MBMyTenteraRecognizer.html +++ b/docs/Classes/MBMyTenteraRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBMyTenteraRecognizerResult.html b/docs/Classes/MBMyTenteraRecognizerResult.html index 3cc3d2a9..277fb96c 100644 --- a/docs/Classes/MBMyTenteraRecognizerResult.html +++ b/docs/Classes/MBMyTenteraRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,7 @@

    Declaration

    diff --git a/docs/Classes/MBNewZealandDlFrontRecognizer.html b/docs/Classes/MBNewZealandDlFrontRecognizer.html index 022ec2a2..c202b0e2 100644 --- a/docs/Classes/MBNewZealandDlFrontRecognizer.html +++ b/docs/Classes/MBNewZealandDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBNewZealandDlFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1614,7 +1656,7 @@

    Declaration

    diff --git a/docs/Classes/MBNewZealandDlFrontRecognizerResult.html b/docs/Classes/MBNewZealandDlFrontRecognizerResult.html index e48154dc..1bc95a4c 100644 --- a/docs/Classes/MBNewZealandDlFrontRecognizerResult.html +++ b/docs/Classes/MBNewZealandDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBNoUpScalingDewarpPolicy.html b/docs/Classes/MBNoUpScalingDewarpPolicy.html index 03e2fbfa..1e0afd2f 100644 --- a/docs/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/Classes/MBNoUpScalingDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,7 @@

    Declaration

    diff --git a/docs/Classes/MBOcrBlock.html b/docs/Classes/MBOcrBlock.html index 3999e831..3b6b48bc 100644 --- a/docs/Classes/MBOcrBlock.html +++ b/docs/Classes/MBOcrBlock.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1505,7 +1547,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrChar.html b/docs/Classes/MBOcrChar.html index cba2ea8b..19f90b2c 100644 --- a/docs/Classes/MBOcrChar.html +++ b/docs/Classes/MBOcrChar.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1604,7 +1646,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrCharKey.html b/docs/Classes/MBOcrCharKey.html index 74d7840a..7b1ca962 100644 --- a/docs/Classes/MBOcrCharKey.html +++ b/docs/Classes/MBOcrCharKey.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrEngineOptions.html b/docs/Classes/MBOcrEngineOptions.html index 7a10a716..8eb8f59c 100644 --- a/docs/Classes/MBOcrEngineOptions.html +++ b/docs/Classes/MBOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1515,7 +1557,7 @@

    Declaration

    diff --git a/docs/Classes/MBOcrLayout.html b/docs/Classes/MBOcrLayout.html index d29266cb..92f1df75 100644 --- a/docs/Classes/MBOcrLayout.html +++ b/docs/Classes/MBOcrLayout.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1710,7 +1752,7 @@

    Return Value

    diff --git a/docs/Classes/MBOcrLine.html b/docs/Classes/MBOcrLine.html index a8062945..e2bf981e 100644 --- a/docs/Classes/MBOcrLine.html +++ b/docs/Classes/MBOcrLine.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,7 @@

    Return Value

    diff --git a/docs/Classes/MBOverlaySettings.html b/docs/Classes/MBOverlaySettings.html index 5564db5a..130cd9ea 100644 --- a/docs/Classes/MBOverlaySettings.html +++ b/docs/Classes/MBOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,7 @@

    Return Value

    diff --git a/docs/Classes/MBOverlayViewController.html b/docs/Classes/MBOverlayViewController.html index d9656381..ba2f5e12 100644 --- a/docs/Classes/MBOverlayViewController.html +++ b/docs/Classes/MBOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1425,7 +1467,7 @@

    Declaration

    diff --git a/docs/Classes/MBParser.html b/docs/Classes/MBParser.html index 562f7658..483def45 100644 --- a/docs/Classes/MBParser.html +++ b/docs/Classes/MBParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1328,6 +1370,40 @@

    Declaration

    +
  • +
    + + + + required + +
    +
    +
    +
    +
    +
    +

    Defines/returns whether the parser configured with this parser settings object will be required or optional.

    + +

    Default: YES

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var required: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1336,7 +1412,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessor.html b/docs/Classes/MBParserGroupProcessor.html index 46ff9a9c..ac7c7c45 100644 --- a/docs/Classes/MBParserGroupProcessor.html +++ b/docs/Classes/MBParserGroupProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserGroupProcessorResult.html b/docs/Classes/MBParserGroupProcessorResult.html index ec5b7f1b..0957b840 100644 --- a/docs/Classes/MBParserGroupProcessorResult.html +++ b/docs/Classes/MBParserGroupProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBParserResult.html b/docs/Classes/MBParserResult.html index 22954056..78aed1b4 100644 --- a/docs/Classes/MBParserResult.html +++ b/docs/Classes/MBParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardBackRecognizer.html b/docs/Classes/MBPaymentCardBackRecognizer.html index eec61576..9595bb68 100644 --- a/docs/Classes/MBPaymentCardBackRecognizer.html +++ b/docs/Classes/MBPaymentCardBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBPaymentCardBackRecognizer

    
     @interface MBPaymentCardBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1405,7 +1448,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardBackRecognizerResult.html b/docs/Classes/MBPaymentCardBackRecognizerResult.html index e5a249c9..117a4f53 100644 --- a/docs/Classes/MBPaymentCardBackRecognizerResult.html +++ b/docs/Classes/MBPaymentCardBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardCombinedRecognizer.html b/docs/Classes/MBPaymentCardCombinedRecognizer.html index 94f56b7f..2429a501 100644 --- a/docs/Classes/MBPaymentCardCombinedRecognizer.html +++ b/docs/Classes/MBPaymentCardCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBPaymentCardCombinedRecognizer

    @interface MBPaymentCardCombinedRecognizer : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection, MBDigitalSignature> + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -1474,7 +1517,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardCombinedRecognizerResult.html b/docs/Classes/MBPaymentCardCombinedRecognizerResult.html index 99673081..170a1547 100644 --- a/docs/Classes/MBPaymentCardCombinedRecognizerResult.html +++ b/docs/Classes/MBPaymentCardCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardFrontRecognizer.html b/docs/Classes/MBPaymentCardFrontRecognizer.html index 96b30575..f1efea53 100644 --- a/docs/Classes/MBPaymentCardFrontRecognizer.html +++ b/docs/Classes/MBPaymentCardFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBPaymentCardFrontRecognizer

    
     @interface MBPaymentCardFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1439,7 +1482,7 @@

    Declaration

    diff --git a/docs/Classes/MBPaymentCardFrontRecognizerResult.html b/docs/Classes/MBPaymentCardFrontRecognizerResult.html index a8891685..60fa6f6c 100644 --- a/docs/Classes/MBPaymentCardFrontRecognizerResult.html +++ b/docs/Classes/MBPaymentCardFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1429,7 +1471,7 @@

    Declaration

    diff --git a/docs/Classes/MBPdf417Recognizer.html b/docs/Classes/MBPdf417Recognizer.html index f1c4691e..d2934eee 100644 --- a/docs/Classes/MBPdf417Recognizer.html +++ b/docs/Classes/MBPdf417Recognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1479,7 +1521,7 @@

    Declaration

    diff --git a/docs/Classes/MBPdf417RecognizerResult.html b/docs/Classes/MBPdf417RecognizerResult.html index 5efb25ff..a8652574 100644 --- a/docs/Classes/MBPdf417RecognizerResult.html +++ b/docs/Classes/MBPdf417RecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,7 @@

    Return Value

    diff --git a/docs/Classes/MBPolandCombinedRecognizer.html b/docs/Classes/MBPolandCombinedRecognizer.html index 05e1d867..424300e6 100644 --- a/docs/Classes/MBPolandCombinedRecognizer.html +++ b/docs/Classes/MBPolandCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1577,7 +1619,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandCombinedRecognizerResult.html b/docs/Classes/MBPolandCombinedRecognizerResult.html index 60ffe253..0dc3c164 100644 --- a/docs/Classes/MBPolandCombinedRecognizerResult.html +++ b/docs/Classes/MBPolandCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1720,7 +1762,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdBackRecognizer.html b/docs/Classes/MBPolandIdBackRecognizer.html index 0bda50b8..b8cc3f63 100644 --- a/docs/Classes/MBPolandIdBackRecognizer.html +++ b/docs/Classes/MBPolandIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdBackRecognizerResult.html b/docs/Classes/MBPolandIdBackRecognizerResult.html index e1e479f3..a800d800 100644 --- a/docs/Classes/MBPolandIdBackRecognizerResult.html +++ b/docs/Classes/MBPolandIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdFrontRecognizer.html b/docs/Classes/MBPolandIdFrontRecognizer.html index e0071845..3a2ef381 100644 --- a/docs/Classes/MBPolandIdFrontRecognizer.html +++ b/docs/Classes/MBPolandIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1577,7 +1619,7 @@

    Declaration

    diff --git a/docs/Classes/MBPolandIdFrontRecognizerResult.html b/docs/Classes/MBPolandIdFrontRecognizerResult.html index 45872ff2..38e1ff9e 100644 --- a/docs/Classes/MBPolandIdFrontRecognizerResult.html +++ b/docs/Classes/MBPolandIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,7 @@

    Declaration

    diff --git a/docs/Classes/MBPosition.html b/docs/Classes/MBPosition.html index 54506013..92dfb6d7 100644 --- a/docs/Classes/MBPosition.html +++ b/docs/Classes/MBPosition.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1718,7 +1760,7 @@

    Return Value

    diff --git a/docs/Classes/MBProcessor.html b/docs/Classes/MBProcessor.html index d43389dc..8e47a170 100644 --- a/docs/Classes/MBProcessor.html +++ b/docs/Classes/MBProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBProcessorGroup.html b/docs/Classes/MBProcessorGroup.html index 16a014f6..8e4f25ff 100644 --- a/docs/Classes/MBProcessorGroup.html +++ b/docs/Classes/MBProcessorGroup.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1443,7 +1485,7 @@

    Declaration

    diff --git a/docs/Classes/MBProcessorResult.html b/docs/Classes/MBProcessorResult.html index b12284d6..d77f8f17 100644 --- a/docs/Classes/MBProcessorResult.html +++ b/docs/Classes/MBProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadDetector.html b/docs/Classes/MBQuadDetector.html index 0c44e552..ebc43353 100644 --- a/docs/Classes/MBQuadDetector.html +++ b/docs/Classes/MBQuadDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadDetectorResult.html b/docs/Classes/MBQuadDetectorResult.html index 25e2edd9..af4ecf87 100644 --- a/docs/Classes/MBQuadDetectorResult.html +++ b/docs/Classes/MBQuadDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadWithSizeDetector.html b/docs/Classes/MBQuadWithSizeDetector.html index aa4c191d..d1c9f5ab 100644 --- a/docs/Classes/MBQuadWithSizeDetector.html +++ b/docs/Classes/MBQuadWithSizeDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadWithSizeDetectorResult.html b/docs/Classes/MBQuadWithSizeDetectorResult.html index 4855c90d..acf4a8c6 100644 --- a/docs/Classes/MBQuadWithSizeDetectorResult.html +++ b/docs/Classes/MBQuadWithSizeDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1364,7 +1406,7 @@

    Declaration

    diff --git a/docs/Classes/MBQuadrangle.html b/docs/Classes/MBQuadrangle.html index 3f751cd3..417d507f 100644 --- a/docs/Classes/MBQuadrangle.html +++ b/docs/Classes/MBQuadrangle.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1637,7 +1679,7 @@

    Return Value

    diff --git a/docs/Classes/MBRawParser.html b/docs/Classes/MBRawParser.html index 2a9830e0..0f4dd81a 100644 --- a/docs/Classes/MBRawParser.html +++ b/docs/Classes/MBRawParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1444,7 +1486,7 @@

    Declaration

    diff --git a/docs/Classes/MBRawParserResult.html b/docs/Classes/MBRawParserResult.html index 34b88df2..ced142d0 100644 --- a/docs/Classes/MBRawParserResult.html +++ b/docs/Classes/MBRawParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizer.html b/docs/Classes/MBRecognizer.html index 11ec8695..07a4779c 100644 --- a/docs/Classes/MBRecognizer.html +++ b/docs/Classes/MBRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerCollection.html b/docs/Classes/MBRecognizerCollection.html index f06776c2..15bb3290 100644 --- a/docs/Classes/MBRecognizerCollection.html +++ b/docs/Classes/MBRecognizerCollection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1546,7 +1588,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerResult.html b/docs/Classes/MBRecognizerResult.html index 46115614..8c7c6712 100644 --- a/docs/Classes/MBRecognizerResult.html +++ b/docs/Classes/MBRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunner.html b/docs/Classes/MBRecognizerRunner.html index 9bb67a83..5b4ac012 100644 --- a/docs/Classes/MBRecognizerRunner.html +++ b/docs/Classes/MBRecognizerRunner.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1766,7 +1808,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunnerMetadataDelegates.html b/docs/Classes/MBRecognizerRunnerMetadataDelegates.html index 84aa7436..60f6c5dc 100644 --- a/docs/Classes/MBRecognizerRunnerMetadataDelegates.html +++ b/docs/Classes/MBRecognizerRunnerMetadataDelegates.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,7 @@

    Declaration

    diff --git a/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html b/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html index f14f7f86..1db0da31 100644 --- a/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html +++ b/docs/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,7 @@

    Declaration

    diff --git a/docs/Classes/MBRegexParser.html b/docs/Classes/MBRegexParser.html index a7f381c4..1f542676 100644 --- a/docs/Classes/MBRegexParser.html +++ b/docs/Classes/MBRegexParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1599,7 +1641,7 @@

    Declaration

    diff --git a/docs/Classes/MBRegexParserResult.html b/docs/Classes/MBRegexParserResult.html index 458b51a5..a710a562 100644 --- a/docs/Classes/MBRegexParserResult.html +++ b/docs/Classes/MBRegexParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBRomaniaIdFrontRecognizer.html b/docs/Classes/MBRomaniaIdFrontRecognizer.html index 7e72d41c..0c0e1860 100644 --- a/docs/Classes/MBRomaniaIdFrontRecognizer.html +++ b/docs/Classes/MBRomaniaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1646,7 +1688,7 @@

    Declaration

    diff --git a/docs/Classes/MBRomaniaIdFrontRecognizerResult.html b/docs/Classes/MBRomaniaIdFrontRecognizerResult.html index 27cea539..732d69b0 100644 --- a/docs/Classes/MBRomaniaIdFrontRecognizerResult.html +++ b/docs/Classes/MBRomaniaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1813,7 +1855,7 @@

    Declaration

    diff --git a/docs/Classes/MBScanElement.html b/docs/Classes/MBScanElement.html index 526a75d7..2dbfb7da 100644 --- a/docs/Classes/MBScanElement.html +++ b/docs/Classes/MBScanElement.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1798,7 +1840,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaCombinedRecognizer.html b/docs/Classes/MBSerbiaCombinedRecognizer.html index 2c81e565..65585cd4 100644 --- a/docs/Classes/MBSerbiaCombinedRecognizer.html +++ b/docs/Classes/MBSerbiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1374,7 +1416,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaCombinedRecognizerResult.html b/docs/Classes/MBSerbiaCombinedRecognizerResult.html index 9a14fda3..5e73bdd7 100644 --- a/docs/Classes/MBSerbiaCombinedRecognizerResult.html +++ b/docs/Classes/MBSerbiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1690,7 +1732,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdBackRecognizer.html b/docs/Classes/MBSerbiaIdBackRecognizer.html index 847965fb..cb7aef1a 100644 --- a/docs/Classes/MBSerbiaIdBackRecognizer.html +++ b/docs/Classes/MBSerbiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdBackRecognizerResult.html b/docs/Classes/MBSerbiaIdBackRecognizerResult.html index e3f18392..82b7a0af 100644 --- a/docs/Classes/MBSerbiaIdBackRecognizerResult.html +++ b/docs/Classes/MBSerbiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdFrontRecognizer.html b/docs/Classes/MBSerbiaIdFrontRecognizer.html index a8fba848..06135461 100644 --- a/docs/Classes/MBSerbiaIdFrontRecognizer.html +++ b/docs/Classes/MBSerbiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBSerbiaIdFrontRecognizerResult.html b/docs/Classes/MBSerbiaIdFrontRecognizerResult.html index 5e7e9373..c96d21c2 100644 --- a/docs/Classes/MBSerbiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSerbiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1430,7 +1472,7 @@

    Declaration

    diff --git a/docs/Classes/MBSimNumberRecognizer.html b/docs/Classes/MBSimNumberRecognizer.html index ea2fb89c..efdddd2f 100644 --- a/docs/Classes/MBSimNumberRecognizer.html +++ b/docs/Classes/MBSimNumberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1369,7 +1411,7 @@

    Declaration

    diff --git a/docs/Classes/MBSimNumberRecognizerResult.html b/docs/Classes/MBSimNumberRecognizerResult.html index 6eec99ac..005848f4 100644 --- a/docs/Classes/MBSimNumberRecognizerResult.html +++ b/docs/Classes/MBSimNumberRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html index 132c4a42..5b199d94 100644 --- a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html +++ b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeChangiEmployeeIdRecognizer

    @interface MBSingaporeChangiEmployeeIdRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1476,7 +1519,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html index d9af6852..b844fc9d 100644 --- a/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html +++ b/docs/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeCombinedRecognizer.html b/docs/Classes/MBSingaporeCombinedRecognizer.html index f86106c9..83744d70 100644 --- a/docs/Classes/MBSingaporeCombinedRecognizer.html +++ b/docs/Classes/MBSingaporeCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,8 +1327,10 @@

    MBSingaporeCombinedRecognizer

    
     @interface MBSingaporeCombinedRecognizer
         : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage,
    -                    MBEncodeFullDocumentImage, MBFaceImage, MBEncodeFaceImage,
    -                    MBGlareDetection, MBDigitalSignature>
    + MBEncodeFullDocumentImage, MBFullDocumentImageDpi, + MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -1607,9 +1651,9 @@

    Declaration

  • @@ -1626,12 +1670,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodGroup;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractBloodGroup: Bool { get set }
    @@ -1680,7 +1724,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeCombinedRecognizerResult.html b/docs/Classes/MBSingaporeCombinedRecognizerResult.html index 66d1bcab..06ae19d4 100644 --- a/docs/Classes/MBSingaporeCombinedRecognizerResult.html +++ b/docs/Classes/MBSingaporeCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1587,9 +1629,9 @@

    Declaration

  • - - - bloodType + + + bloodGroup
    @@ -1604,12 +1646,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) NSString *_Nonnull bloodType;
    +
    @property (readonly, nonatomic) NSString *_Nonnull bloodGroup;

    Swift

    -
    var bloodType: String { get }
    +
    var bloodGroup: String { get }
    @@ -1656,7 +1698,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeDlFrontRecognizer.html b/docs/Classes/MBSingaporeDlFrontRecognizer.html index 0b100ba2..f165a70d 100644 --- a/docs/Classes/MBSingaporeDlFrontRecognizer.html +++ b/docs/Classes/MBSingaporeDlFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeDlFrontRecognizer

    @interface MBSingaporeDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1510,7 +1553,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeDlFrontRecognizerResult.html b/docs/Classes/MBSingaporeDlFrontRecognizerResult.html index 4a0407cd..6ad71558 100644 --- a/docs/Classes/MBSingaporeDlFrontRecognizerResult.html +++ b/docs/Classes/MBSingaporeDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1494,7 +1536,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdBackRecognizer.html b/docs/Classes/MBSingaporeIdBackRecognizer.html index 9a96a595..6b6929f0 100644 --- a/docs/Classes/MBSingaporeIdBackRecognizer.html +++ b/docs/Classes/MBSingaporeIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBSingaporeIdBackRecognizer

    
     @interface MBSingaporeIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1436,9 +1479,9 @@

    Declaration

  • @@ -1455,12 +1498,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodGroup;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractBloodGroup: Bool { get set }
    @@ -1509,7 +1552,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdBackRecognizerResult.html b/docs/Classes/MBSingaporeIdBackRecognizerResult.html index 690a7696..b6d6e3b1 100644 --- a/docs/Classes/MBSingaporeIdBackRecognizerResult.html +++ b/docs/Classes/MBSingaporeIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1392,9 +1434,9 @@

    Declaration

  • - - - bloodType + + + bloodGroup
    @@ -1409,12 +1451,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) NSString *_Nonnull bloodType;
    +
    @property (readonly, nonatomic) NSString *_Nonnull bloodGroup;

    Swift

    -
    var bloodType: String { get }
    +
    var bloodGroup: String { get }
    @@ -1493,7 +1535,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdFrontRecognizer.html b/docs/Classes/MBSingaporeIdFrontRecognizer.html index 4d46c539..abf40108 100644 --- a/docs/Classes/MBSingaporeIdFrontRecognizer.html +++ b/docs/Classes/MBSingaporeIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeIdFrontRecognizer

    @interface MBSingaporeIdFrontRecognizer : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBEncodeFaceImage, - MBFaceImageDpi, MBGlareDetection> + MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1544,7 +1587,7 @@

    Declaration

    diff --git a/docs/Classes/MBSingaporeIdFrontRecognizerResult.html b/docs/Classes/MBSingaporeIdFrontRecognizerResult.html index 331da7dd..5b500d47 100644 --- a/docs/Classes/MBSingaporeIdFrontRecognizerResult.html +++ b/docs/Classes/MBSingaporeIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaCombinedRecognizer.html b/docs/Classes/MBSlovakiaCombinedRecognizer.html index b6f03f66..ce4945df 100644 --- a/docs/Classes/MBSlovakiaCombinedRecognizer.html +++ b/docs/Classes/MBSlovakiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1715,7 +1757,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaCombinedRecognizerResult.html b/docs/Classes/MBSlovakiaCombinedRecognizerResult.html index 3435a692..1579969a 100644 --- a/docs/Classes/MBSlovakiaCombinedRecognizerResult.html +++ b/docs/Classes/MBSlovakiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdBackRecognizer.html b/docs/Classes/MBSlovakiaIdBackRecognizer.html index d3acb6dc..b30a46ca 100644 --- a/docs/Classes/MBSlovakiaIdBackRecognizer.html +++ b/docs/Classes/MBSlovakiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1474,7 +1516,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdBackRecognizerResult.html b/docs/Classes/MBSlovakiaIdBackRecognizerResult.html index aa63ba76..c9cba9a7 100644 --- a/docs/Classes/MBSlovakiaIdBackRecognizerResult.html +++ b/docs/Classes/MBSlovakiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1460,7 +1502,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdFrontRecognizer.html b/docs/Classes/MBSlovakiaIdFrontRecognizer.html index defdc1f3..208e1476 100644 --- a/docs/Classes/MBSlovakiaIdFrontRecognizer.html +++ b/docs/Classes/MBSlovakiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1611,7 +1653,7 @@

    Declaration

    diff --git a/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html b/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html index 38330639..b6e63ce2 100644 --- a/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSlovakiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1750,7 +1792,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaCombinedRecognizer.html b/docs/Classes/MBSloveniaCombinedRecognizer.html index 5b124038..4032d20b 100644 --- a/docs/Classes/MBSloveniaCombinedRecognizer.html +++ b/docs/Classes/MBSloveniaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaCombinedRecognizerResult.html b/docs/Classes/MBSloveniaCombinedRecognizerResult.html index a35dd1ef..b7113e3a 100644 --- a/docs/Classes/MBSloveniaCombinedRecognizerResult.html +++ b/docs/Classes/MBSloveniaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdBackRecognizer.html b/docs/Classes/MBSloveniaIdBackRecognizer.html index 79c8aa05..1ffb957b 100644 --- a/docs/Classes/MBSloveniaIdBackRecognizer.html +++ b/docs/Classes/MBSloveniaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1440,7 +1482,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdBackRecognizerResult.html b/docs/Classes/MBSloveniaIdBackRecognizerResult.html index 45d9fe4e..bd2617e1 100644 --- a/docs/Classes/MBSloveniaIdBackRecognizerResult.html +++ b/docs/Classes/MBSloveniaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1460,7 +1502,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdFrontRecognizer.html b/docs/Classes/MBSloveniaIdFrontRecognizer.html index 4d1ab445..bdee9735 100644 --- a/docs/Classes/MBSloveniaIdFrontRecognizer.html +++ b/docs/Classes/MBSloveniaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1509,7 +1551,7 @@

    Declaration

    diff --git a/docs/Classes/MBSloveniaIdFrontRecognizerResult.html b/docs/Classes/MBSloveniaIdFrontRecognizerResult.html index 4ba45225..b3a95586 100644 --- a/docs/Classes/MBSloveniaIdFrontRecognizerResult.html +++ b/docs/Classes/MBSloveniaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBSpainDlFrontRecognizer.html b/docs/Classes/MBSpainDlFrontRecognizer.html index 8db1484c..85472a60 100644 --- a/docs/Classes/MBSpainDlFrontRecognizer.html +++ b/docs/Classes/MBSpainDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBSpainDlFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1648,7 +1690,7 @@

    Declaration

    diff --git a/docs/Classes/MBSpainDlFrontRecognizerResult.html b/docs/Classes/MBSpainDlFrontRecognizerResult.html index 6d6dd9e3..927b474e 100644 --- a/docs/Classes/MBSpainDlFrontRecognizerResult.html +++ b/docs/Classes/MBSpainDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,7 @@

    Declaration

    diff --git a/docs/Classes/MBSubview.html b/docs/Classes/MBSubview.html index 6ed0246a..425cb23f 100644 --- a/docs/Classes/MBSubview.html +++ b/docs/Classes/MBSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizer.html b/docs/Classes/MBSuccessFrameGrabberRecognizer.html index 742fec51..c7579c0f 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,7 @@

    Declaration

    diff --git a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html index c7910c2e..6b93bde5 100644 --- a/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1364,7 +1406,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwedenDlFrontRecognizer.html b/docs/Classes/MBSwedenDlFrontRecognizer.html index ae14962d..56d30619 100644 --- a/docs/Classes/MBSwedenDlFrontRecognizer.html +++ b/docs/Classes/MBSwedenDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1646,7 +1688,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwedenDlFrontRecognizerResult.html b/docs/Classes/MBSwedenDlFrontRecognizerResult.html index 4c5a5861..ec9b06ed 100644 --- a/docs/Classes/MBSwedenDlFrontRecognizerResult.html +++ b/docs/Classes/MBSwedenDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1621,7 +1663,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandDlFrontRecognizer.html b/docs/Classes/MBSwitzerlandDlFrontRecognizer.html index 975b053e..65988103 100644 --- a/docs/Classes/MBSwitzerlandDlFrontRecognizer.html +++ b/docs/Classes/MBSwitzerlandDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBSwitzerlandDlFrontRecognizer

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1648,7 +1690,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html b/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html index 98388900..c25498f4 100644 --- a/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1655,7 +1697,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdBackRecognizer.html b/docs/Classes/MBSwitzerlandIdBackRecognizer.html index a167df89..054aeb6d 100644 --- a/docs/Classes/MBSwitzerlandIdBackRecognizer.html +++ b/docs/Classes/MBSwitzerlandIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1576,7 +1618,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html b/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html index 48558652..ab1a68f7 100644 --- a/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1588,7 +1630,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdFrontRecognizer.html b/docs/Classes/MBSwitzerlandIdFrontRecognizer.html index 6cb180e4..9f9ba096 100644 --- a/docs/Classes/MBSwitzerlandIdFrontRecognizer.html +++ b/docs/Classes/MBSwitzerlandIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html b/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html index 69d7886d..e848059c 100644 --- a/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandPassportRecognizer.html b/docs/Classes/MBSwitzerlandPassportRecognizer.html index 2a68e1ee..14588a44 100644 --- a/docs/Classes/MBSwitzerlandPassportRecognizer.html +++ b/docs/Classes/MBSwitzerlandPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1713,7 +1755,7 @@

    Declaration

    diff --git a/docs/Classes/MBSwitzerlandPassportRecognizerResult.html b/docs/Classes/MBSwitzerlandPassportRecognizerResult.html index 8484cf6e..5274e024 100644 --- a/docs/Classes/MBSwitzerlandPassportRecognizerResult.html +++ b/docs/Classes/MBSwitzerlandPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1653,7 +1695,7 @@

    Declaration

    diff --git a/docs/Classes/MBTapToFocusSubview.html b/docs/Classes/MBTapToFocusSubview.html index c6df6353..37103acd 100644 --- a/docs/Classes/MBTapToFocusSubview.html +++ b/docs/Classes/MBTapToFocusSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1414,7 +1456,7 @@

    Declaration

    diff --git a/docs/Classes/MBTemplatingClass.html b/docs/Classes/MBTemplatingClass.html index eee5ae1a..c17e6ce9 100644 --- a/docs/Classes/MBTemplatingClass.html +++ b/docs/Classes/MBTemplatingClass.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1568,7 +1610,7 @@

    Parameters

    diff --git a/docs/Classes/MBTemplatingRecognizer.html b/docs/Classes/MBTemplatingRecognizer.html index 3f8b3343..64c9a652 100644 --- a/docs/Classes/MBTemplatingRecognizer.html +++ b/docs/Classes/MBTemplatingRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Classes/MBTemplatingRecognizerResult.html b/docs/Classes/MBTemplatingRecognizerResult.html index 8ec255a7..d90e6e64 100644 --- a/docs/Classes/MBTemplatingRecognizerResult.html +++ b/docs/Classes/MBTemplatingRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,7 @@

    Declaration

    diff --git a/docs/Classes/MBTopUpParser.html b/docs/Classes/MBTopUpParser.html index 685452a7..089f974f 100644 --- a/docs/Classes/MBTopUpParser.html +++ b/docs/Classes/MBTopUpParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1527,7 +1569,7 @@

    Declaration

    diff --git a/docs/Classes/MBTopUpParserResult.html b/docs/Classes/MBTopUpParserResult.html index 760684b0..00778f86 100644 --- a/docs/Classes/MBTopUpParserResult.html +++ b/docs/Classes/MBTopUpParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html index e61e2ec3..4885f8f3 100644 --- a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBUnitedArabEmiratesDlFrontRecognizer

    @interface MBUnitedArabEmiratesDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1610,7 +1653,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html index d3a74337..f0ec38be 100644 --- a/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html index 9fcaec5a..f27a8d94 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBUnitedArabEmiratesIdBackRecognizer

    
     @interface MBUnitedArabEmiratesIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1373,7 +1416,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html index 8e01900b..212a9bbb 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html index 2d89630c..1ad0d5dd 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html +++ b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBUnitedArabEmiratesIdFrontRecognizer

    
     @interface MBUnitedArabEmiratesIdFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi, MBGlareDetection>
    + MBFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1441,7 +1484,7 @@

    Declaration

    diff --git a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html index 8154f735..6af83f47 100644 --- a/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html +++ b/docs/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1430,7 +1472,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizer.html b/docs/Classes/MBUsdlCombinedRecognizer.html index 0fdbd40b..5c8bba83 100644 --- a/docs/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/Classes/MBUsdlCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,6 +1483,43 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1481,7 +1560,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlCombinedRecognizerResult.html b/docs/Classes/MBUsdlCombinedRecognizerResult.html index c77ba81a..b0bdea6e 100644 --- a/docs/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/Classes/MBUsdlCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizer.html b/docs/Classes/MBUsdlRecognizer.html index ce714744..f8ebf488 100644 --- a/docs/Classes/MBUsdlRecognizer.html +++ b/docs/Classes/MBUsdlRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,7 @@

    Declaration

    diff --git a/docs/Classes/MBUsdlRecognizerResult.html b/docs/Classes/MBUsdlRecognizerResult.html index 7ec1d3a7..3a4ed8bd 100644 --- a/docs/Classes/MBUsdlRecognizerResult.html +++ b/docs/Classes/MBUsdlRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1489,7 +1531,7 @@

    Declaration

    diff --git a/docs/Classes/MBViewControllerFactory.html b/docs/Classes/MBViewControllerFactory.html index 32fb6024..628c2580 100644 --- a/docs/Classes/MBViewControllerFactory.html +++ b/docs/Classes/MBViewControllerFactory.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1373,7 +1415,7 @@

    Return Value

    diff --git a/docs/Classes/MBVinParser.html b/docs/Classes/MBVinParser.html index 72f6e196..3318def9 100644 --- a/docs/Classes/MBVinParser.html +++ b/docs/Classes/MBVinParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinParserResult.html b/docs/Classes/MBVinParserResult.html index af11f9bc..78c9a382 100644 --- a/docs/Classes/MBVinParserResult.html +++ b/docs/Classes/MBVinParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinRecognizer.html b/docs/Classes/MBVinRecognizer.html index 94e6ea5a..4e10ed33 100644 --- a/docs/Classes/MBVinRecognizer.html +++ b/docs/Classes/MBVinRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,7 @@

    Declaration

    diff --git a/docs/Classes/MBVinRecognizerResult.html b/docs/Classes/MBVinRecognizerResult.html index 873f9065..ae3d18a7 100644 --- a/docs/Classes/MBVinRecognizerResult.html +++ b/docs/Classes/MBVinRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,7 @@

    Declaration

    diff --git a/docs/Constants.html b/docs/Constants.html index ea0cb083..15013b4f 100644 --- a/docs/Constants.html +++ b/docs/Constants.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1521,7 +1563,7 @@

    Declaration

    diff --git a/docs/Enums.html b/docs/Enums.html index 1299b039..47b663ed 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2142,7 +2184,7 @@

    Declaration

    diff --git a/docs/Enums/MBBarcodeType.html b/docs/Enums/MBBarcodeType.html index 3afbd2ed..eb8c9f8c 100644 --- a/docs/Enums/MBBarcodeType.html +++ b/docs/Enums/MBBarcodeType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1627,7 +1669,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraAutofocusRestriction.html b/docs/Enums/MBCameraAutofocusRestriction.html index 0b710a61..9ccfe58f 100644 --- a/docs/Enums/MBCameraAutofocusRestriction.html +++ b/docs/Enums/MBCameraAutofocusRestriction.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraPreset.html b/docs/Enums/MBCameraPreset.html index c1caa554..25d91468 100644 --- a/docs/Enums/MBCameraPreset.html +++ b/docs/Enums/MBCameraPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,7 @@

    Declaration

    diff --git a/docs/Enums/MBCameraType.html b/docs/Enums/MBCameraType.html index ce5e00f6..18de488b 100644 --- a/docs/Enums/MBCameraType.html +++ b/docs/Enums/MBCameraType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,7 @@

    Declaration

    diff --git a/docs/Enums/MBDateFormat.html b/docs/Enums/MBDateFormat.html index 38a0ae5a..4f6de98e 100644 --- a/docs/Enums/MBDateFormat.html +++ b/docs/Enums/MBDateFormat.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1689,7 +1731,7 @@

    Declaration

    diff --git a/docs/Enums/MBDeepOcrModel.html b/docs/Enums/MBDeepOcrModel.html index 25ace8db..751f2437 100644 --- a/docs/Enums/MBDeepOcrModel.html +++ b/docs/Enums/MBDeepOcrModel.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1335,7 +1377,7 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionCode.html b/docs/Enums/MBDetectionCode.html index 79d8be8f..c95560c7 100644 --- a/docs/Enums/MBDetectionCode.html +++ b/docs/Enums/MBDetectionCode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBDetectionStatus.html b/docs/Enums/MBDetectionStatus.html index 41235d09..3d2bdccb 100644 --- a/docs/Enums/MBDetectionStatus.html +++ b/docs/Enums/MBDetectionStatus.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1573,7 +1615,7 @@

    Declaration

    diff --git a/docs/Enums/MBDocumentFaceDetectorType.html b/docs/Enums/MBDocumentFaceDetectorType.html index 11c5d400..caf337b2 100644 --- a/docs/Enums/MBDocumentFaceDetectorType.html +++ b/docs/Enums/MBDocumentFaceDetectorType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1384,7 +1426,7 @@

    Declaration

    diff --git a/docs/Enums/MBDocumentSpecificationPreset.html b/docs/Enums/MBDocumentSpecificationPreset.html index f8ebecfe..b8a27ad5 100644 --- a/docs/Enums/MBDocumentSpecificationPreset.html +++ b/docs/Enums/MBDocumentSpecificationPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1527,7 +1569,7 @@

    Declaration

    diff --git a/docs/Enums/MBEudlCountry.html b/docs/Enums/MBEudlCountry.html index 757dfdcd..bba8f736 100644 --- a/docs/Enums/MBEudlCountry.html +++ b/docs/Enums/MBEudlCountry.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Enums/MBFrameQualityEstimationMode.html b/docs/Enums/MBFrameQualityEstimationMode.html index 50694aee..0e866edb 100644 --- a/docs/Enums/MBFrameQualityEstimationMode.html +++ b/docs/Enums/MBFrameQualityEstimationMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdDocumentType.html b/docs/Enums/MBMrtdDocumentType.html index e7d8cf5e..a23075dd 100644 --- a/docs/Enums/MBMrtdDocumentType.html +++ b/docs/Enums/MBMrtdDocumentType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,7 @@

    Declaration

    diff --git a/docs/Enums/MBMrtdSpecificationPreset.html b/docs/Enums/MBMrtdSpecificationPreset.html index d91ca106..9a9990ab 100644 --- a/docs/Enums/MBMrtdSpecificationPreset.html +++ b/docs/Enums/MBMrtdSpecificationPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBOcrFont.html b/docs/Enums/MBOcrFont.html index 24f00734..c5fbf532 100644 --- a/docs/Enums/MBOcrFont.html +++ b/docs/Enums/MBOcrFont.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -3584,7 +3626,7 @@

    Declaration

    diff --git a/docs/Enums/MBParserResultState.html b/docs/Enums/MBParserResultState.html index e6c2695f..4362664d 100644 --- a/docs/Enums/MBParserResultState.html +++ b/docs/Enums/MBParserResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessingOrientation.html b/docs/Enums/MBProcessingOrientation.html index 5e239c5b..3963e47c 100644 --- a/docs/Enums/MBProcessingOrientation.html +++ b/docs/Enums/MBProcessingOrientation.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Enums/MBProcessorResultState.html b/docs/Enums/MBProcessorResultState.html index 4a7ac3ab..bdcb5930 100644 --- a/docs/Enums/MBProcessorResultState.html +++ b/docs/Enums/MBProcessorResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBRecognitionMode.html b/docs/Enums/MBRecognitionMode.html index f3dcb9ee..124af961 100644 --- a/docs/Enums/MBRecognitionMode.html +++ b/docs/Enums/MBRecognitionMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBRecognizerResultState.html b/docs/Enums/MBRecognizerResultState.html index a1361eb1..645bbbd6 100644 --- a/docs/Enums/MBRecognizerResultState.html +++ b/docs/Enums/MBRecognizerResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBScanningMode.html b/docs/Enums/MBScanningMode.html index 60cedeb3..03c0e712 100644 --- a/docs/Enums/MBScanningMode.html +++ b/docs/Enums/MBScanningMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,7 @@

    Declaration

    diff --git a/docs/Enums/MBTopUpPreset.html b/docs/Enums/MBTopUpPreset.html index 91888c25..58a60b83 100644 --- a/docs/Enums/MBTopUpPreset.html +++ b/docs/Enums/MBTopUpPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Enums/MBUsdlKeys.html b/docs/Enums/MBUsdlKeys.html index 2ec5cf85..2d8d5436 100644 --- a/docs/Enums/MBUsdlKeys.html +++ b/docs/Enums/MBUsdlKeys.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -4072,7 +4114,7 @@

    Declaration

    diff --git a/docs/Enums/PPDocumentType.html b/docs/Enums/PPDocumentType.html index df8aa2be..0e9c284a 100644 --- a/docs/Enums/PPDocumentType.html +++ b/docs/Enums/PPDocumentType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,7 @@

    Declaration

    diff --git a/docs/Functions.html b/docs/Functions.html index d8f9639a..eb67800a 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2382,7 +2424,7 @@

    Declaration

    diff --git a/docs/Protocols.html b/docs/Protocols.html index a00827f3..bd5fffae 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -3833,7 +3875,7 @@

    Declaration

    diff --git a/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html b/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html index f4d2c7f6..a8ec7d65 100644 --- a/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBBarcodeOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1434,7 +1476,7 @@

    Parameters

    diff --git a/docs/Protocols/MBCombinedFullDocumentImageResult.html b/docs/Protocols/MBCombinedFullDocumentImageResult.html index b88c6e17..405cfb90 100644 --- a/docs/Protocols/MBCombinedFullDocumentImageResult.html +++ b/docs/Protocols/MBCombinedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,7 @@

    Declaration

    diff --git a/docs/Protocols/MBCombinedRecognizer.html b/docs/Protocols/MBCombinedRecognizer.html index 0b51bfea..433aaf1d 100644 --- a/docs/Protocols/MBCombinedRecognizer.html +++ b/docs/Protocols/MBCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1341,7 +1383,7 @@

    Declaration

    diff --git a/docs/Protocols/MBCombinedRecognizerResult.html b/docs/Protocols/MBCombinedRecognizerResult.html index ab31f47d..7d80a0f9 100644 --- a/docs/Protocols/MBCombinedRecognizerResult.html +++ b/docs/Protocols/MBCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1391,7 +1433,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html index ca6e4f15..a99aca72 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1371,7 +1413,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html index 7eb4216f..f1520ec2 100644 --- a/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html index 32e11e21..414dd4b0 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1501,7 +1543,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html index ebbaaec9..4c30e660 100644 --- a/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDigitalSignature.html b/docs/Protocols/MBDigitalSignature.html index 056ac2b2..866542d2 100644 --- a/docs/Protocols/MBDigitalSignature.html +++ b/docs/Protocols/MBDigitalSignature.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDigitalSignatureResult.html b/docs/Protocols/MBDigitalSignatureResult.html index 4eaa2d40..c2b41f73 100644 --- a/docs/Protocols/MBDigitalSignatureResult.html +++ b/docs/Protocols/MBDigitalSignatureResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,7 @@

    Declaration

    diff --git a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html index 19a3bb41..d00b03ad 100644 --- a/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1436,7 +1478,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html b/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html index 272d4465..5d092b42 100644 --- a/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,7 @@

    Parameters

    diff --git a/docs/Protocols/MBDocumentVerificationSubviewDelegate.html b/docs/Protocols/MBDocumentVerificationSubviewDelegate.html index a5e8154a..d883e497 100644 --- a/docs/Protocols/MBDocumentVerificationSubviewDelegate.html +++ b/docs/Protocols/MBDocumentVerificationSubviewDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1339,7 +1381,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeFaceImage.html b/docs/Protocols/MBEncodeFaceImage.html index 34325005..59b72385 100644 --- a/docs/Protocols/MBEncodeFaceImage.html +++ b/docs/Protocols/MBEncodeFaceImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeFullDocumentImage.html b/docs/Protocols/MBEncodeFullDocumentImage.html index dd1dbe7c..cf20be70 100644 --- a/docs/Protocols/MBEncodeFullDocumentImage.html +++ b/docs/Protocols/MBEncodeFullDocumentImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeMrzImage.html b/docs/Protocols/MBEncodeMrzImage.html index 86f16190..d3280c79 100644 --- a/docs/Protocols/MBEncodeMrzImage.html +++ b/docs/Protocols/MBEncodeMrzImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodeSignatureImage.html b/docs/Protocols/MBEncodeSignatureImage.html index b386d5d0..00d488c4 100644 --- a/docs/Protocols/MBEncodeSignatureImage.html +++ b/docs/Protocols/MBEncodeSignatureImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html b/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html index 1330d503..be4ad30b 100644 --- a/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html +++ b/docs/Protocols/MBEncodedCombinedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedFaceImageResult.html b/docs/Protocols/MBEncodedFaceImageResult.html index 14ff96e4..38567bc0 100644 --- a/docs/Protocols/MBEncodedFaceImageResult.html +++ b/docs/Protocols/MBEncodedFaceImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedFullDocumentImageResult.html b/docs/Protocols/MBEncodedFullDocumentImageResult.html index c9ab963c..85caaa65 100644 --- a/docs/Protocols/MBEncodedFullDocumentImageResult.html +++ b/docs/Protocols/MBEncodedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedMrzImageResult.html b/docs/Protocols/MBEncodedMrzImageResult.html index 324c4440..b54835c0 100644 --- a/docs/Protocols/MBEncodedMrzImageResult.html +++ b/docs/Protocols/MBEncodedMrzImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBEncodedSignatureImageResult.html b/docs/Protocols/MBEncodedSignatureImageResult.html index e600b726..de8b55da 100644 --- a/docs/Protocols/MBEncodedSignatureImageResult.html +++ b/docs/Protocols/MBEncodedSignatureImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImage.html b/docs/Protocols/MBFaceImage.html index a13138ad..09af34c5 100644 --- a/docs/Protocols/MBFaceImage.html +++ b/docs/Protocols/MBFaceImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImageDpi.html b/docs/Protocols/MBFaceImageDpi.html index b6decc8e..6daac7fc 100644 --- a/docs/Protocols/MBFaceImageDpi.html +++ b/docs/Protocols/MBFaceImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFaceImageResult.html b/docs/Protocols/MBFaceImageResult.html index 57f02a47..a8e3b214 100644 --- a/docs/Protocols/MBFaceImageResult.html +++ b/docs/Protocols/MBFaceImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html b/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html index 675556b5..3bfcfb76 100644 --- a/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html +++ b/docs/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1548,7 +1590,7 @@

    Parameters

    diff --git a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html index 90f77f27..f2d184de 100644 --- a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html index 6f235f4b..36c72c38 100644 --- a/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1347,7 +1389,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFrameGrabberRecognizerDelegate.html b/docs/Protocols/MBFrameGrabberRecognizerDelegate.html index 17a0a7e2..a4993364 100644 --- a/docs/Protocols/MBFrameGrabberRecognizerDelegate.html +++ b/docs/Protocols/MBFrameGrabberRecognizerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,7 @@

    Parameters

    diff --git a/docs/Protocols/MBFullDocumentImage.html b/docs/Protocols/MBFullDocumentImage.html index f8a21eac..2dd7a7be 100644 --- a/docs/Protocols/MBFullDocumentImage.html +++ b/docs/Protocols/MBFullDocumentImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageDpi.html b/docs/Protocols/MBFullDocumentImageDpi.html index a6260c64..a253e0c9 100644 --- a/docs/Protocols/MBFullDocumentImageDpi.html +++ b/docs/Protocols/MBFullDocumentImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageExtensionFactors.html b/docs/Protocols/MBFullDocumentImageExtensionFactors.html index 64d8796d..5b3d43d8 100644 --- a/docs/Protocols/MBFullDocumentImageExtensionFactors.html +++ b/docs/Protocols/MBFullDocumentImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1350,7 +1392,7 @@

    Declaration

    diff --git a/docs/Protocols/MBFullDocumentImageResult.html b/docs/Protocols/MBFullDocumentImageResult.html index 6b4a6208..1760b5ce 100644 --- a/docs/Protocols/MBFullDocumentImageResult.html +++ b/docs/Protocols/MBFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareDetection.html b/docs/Protocols/MBGlareDetection.html index 424dcd99..55af7078 100644 --- a/docs/Protocols/MBGlareDetection.html +++ b/docs/Protocols/MBGlareDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareRecognizerRunnerDelegate.html b/docs/Protocols/MBGlareRecognizerRunnerDelegate.html index 4a25cfe1..4e875c25 100644 --- a/docs/Protocols/MBGlareRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBGlareRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html index 19961b93..8fdb8372 100644 --- a/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1347,7 +1389,7 @@

    Declaration

    diff --git a/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html b/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html index 0ad4a606..70c93e87 100644 --- a/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBImageProcessingRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,7 @@

    Declaration

    diff --git a/docs/Protocols/MBMrzFilter.html b/docs/Protocols/MBMrzFilter.html index fce42c6f..d2b01000 100644 --- a/docs/Protocols/MBMrzFilter.html +++ b/docs/Protocols/MBMrzFilter.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1348,7 +1390,7 @@

    Return Value

    diff --git a/docs/Protocols/MBMrzImage.html b/docs/Protocols/MBMrzImage.html index 71a0e398..60630739 100644 --- a/docs/Protocols/MBMrzImage.html +++ b/docs/Protocols/MBMrzImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBMrzImageResult.html b/docs/Protocols/MBMrzImageResult.html index 3199ef20..def4461a 100644 --- a/docs/Protocols/MBMrzImageResult.html +++ b/docs/Protocols/MBMrzImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBNativeResult.html b/docs/Protocols/MBNativeResult.html index 83a1fc8f..56e26679 100644 --- a/docs/Protocols/MBNativeResult.html +++ b/docs/Protocols/MBNativeResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrLayoutSubview.html b/docs/Protocols/MBOcrLayoutSubview.html index 5707d4d3..549799d9 100644 --- a/docs/Protocols/MBOcrLayoutSubview.html +++ b/docs/Protocols/MBOcrLayoutSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html index 82f65a28..60551c01 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html index de9ae748..ddc42407 100644 --- a/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1340,7 +1382,7 @@

    Declaration

    diff --git a/docs/Protocols/MBOverlayContainerViewController.html b/docs/Protocols/MBOverlayContainerViewController.html index 6254e5ca..46a68bf2 100644 --- a/docs/Protocols/MBOverlayContainerViewController.html +++ b/docs/Protocols/MBOverlayContainerViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1540,7 +1582,7 @@

    Declaration

    diff --git a/docs/Protocols/MBPointDetectorSubview.html b/docs/Protocols/MBPointDetectorSubview.html index 2312c620..c1cfe794 100644 --- a/docs/Protocols/MBPointDetectorSubview.html +++ b/docs/Protocols/MBPointDetectorSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Protocols/MBQuadDetectorSubview.html b/docs/Protocols/MBQuadDetectorSubview.html index 59a31dd1..ce93f0a4 100644 --- a/docs/Protocols/MBQuadDetectorSubview.html +++ b/docs/Protocols/MBQuadDetectorSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewController.html b/docs/Protocols/MBRecognizerRunnerViewController.html index da394cfa..44c83e0d 100644 --- a/docs/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/Protocols/MBRecognizerRunnerViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1730,7 +1772,7 @@

    Declaration

    diff --git a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html index 811c7e6c..ce2eaff8 100644 --- a/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1649,7 +1691,7 @@

    Parameters

    diff --git a/docs/Protocols/MBResultSubview.html b/docs/Protocols/MBResultSubview.html index b5bc82b5..3ee1b473 100644 --- a/docs/Protocols/MBResultSubview.html +++ b/docs/Protocols/MBResultSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1335,7 +1377,7 @@

    Declaration

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html index e8c6141b..f5794703 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1381,7 +1423,7 @@

    Parameters

    diff --git a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html index 733a24cb..1ee20f40 100644 --- a/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,7 @@

    Parameters

    diff --git a/docs/Protocols/MBSignatureImage.html b/docs/Protocols/MBSignatureImage.html index 37a914c3..5d28063e 100644 --- a/docs/Protocols/MBSignatureImage.html +++ b/docs/Protocols/MBSignatureImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSignatureImageDpi.html b/docs/Protocols/MBSignatureImageDpi.html index 1f31a0e4..ed5a8a5f 100644 --- a/docs/Protocols/MBSignatureImageDpi.html +++ b/docs/Protocols/MBSignatureImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSignatureImageResult.html b/docs/Protocols/MBSignatureImageResult.html index 95de5337..0622810a 100644 --- a/docs/Protocols/MBSignatureImageResult.html +++ b/docs/Protocols/MBSignatureImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,7 @@

    Declaration

    diff --git a/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html b/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html index 1e0be043..19a5a8c2 100644 --- a/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html +++ b/docs/Protocols/MBStringProcessingRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,7 @@

    Declaration

    diff --git a/docs/Protocols/MBSubviewDelegate.html b/docs/Protocols/MBSubviewDelegate.html index dae60125..0b9ca258 100644 --- a/docs/Protocols/MBSubviewDelegate.html +++ b/docs/Protocols/MBSubviewDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,7 @@

    Declaration

    diff --git a/docs/Protocols/MBTemplatingClassifier.html b/docs/Protocols/MBTemplatingClassifier.html index 9bc6ab33..5a1b123a 100644 --- a/docs/Protocols/MBTemplatingClassifier.html +++ b/docs/Protocols/MBTemplatingClassifier.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1339,7 +1381,7 @@

    Declaration

    diff --git a/docs/Structs.html b/docs/Structs.html index 43699ca4..1880c315 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1402,7 +1444,7 @@

    Declaration

    diff --git a/docs/Structs/_MBImageExtensionFactors.html b/docs/Structs/_MBImageExtensionFactors.html index e3860a08..ebe7f8ad 100644 --- a/docs/Structs/_MBImageExtensionFactors.html +++ b/docs/Structs/_MBImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1433,7 +1475,7 @@

    Declaration

    diff --git a/docs/Structs/_MBRange.html b/docs/Structs/_MBRange.html index f570ced4..7ff534d1 100644 --- a/docs/Structs/_MBRange.html +++ b/docs/Structs/_MBRange.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,7 @@

    Declaration

    diff --git a/docs/Structs/_MBScale.html b/docs/Structs/_MBScale.html index a529fa7f..a8a5e235 100644 --- a/docs/Structs/_MBScale.html +++ b/docs/Structs/_MBScale.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,7 @@

    Declaration

    diff --git a/docs/Type Definitions.html b/docs/Type Definitions.html index f4324b5b..10f15cad 100644 --- a/docs/Type Definitions.html +++ b/docs/Type Definitions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1561,7 +1603,7 @@

    Declaration

    diff --git a/docs/Type Definitions/CGLine.html b/docs/Type Definitions/CGLine.html index 98ed4a7f..cc7774e9 100644 --- a/docs/Type Definitions/CGLine.html +++ b/docs/Type Definitions/CGLine.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1342,7 +1384,7 @@

    Declaration

    diff --git a/docs/Type Definitions/CGLine/.html b/docs/Type Definitions/CGLine/.html index 2bae434b..2ba29f8c 100644 --- a/docs/Type Definitions/CGLine/.html +++ b/docs/Type Definitions/CGLine/.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1370,7 +1412,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors.html index 09aaccef..736c1dba 100644 --- a/docs/Type Definitions/MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html b/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html index 0b934e1a..74384f3c 100644 --- a/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html +++ b/docs/Type Definitions/MBImageExtensionFactors/_MBImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1433,7 +1475,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBRange.html b/docs/Type Definitions/MBRange.html index 720ba751..4450ae8c 100644 --- a/docs/Type Definitions/MBRange.html +++ b/docs/Type Definitions/MBRange.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBRange/_MBRange.html b/docs/Type Definitions/MBRange/_MBRange.html index 9260586c..42c47da6 100644 --- a/docs/Type Definitions/MBRange/_MBRange.html +++ b/docs/Type Definitions/MBRange/_MBRange.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBScale.html b/docs/Type Definitions/MBScale.html index 4350d5a7..ee3887ec 100644 --- a/docs/Type Definitions/MBScale.html +++ b/docs/Type Definitions/MBScale.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,7 @@

    Declaration

    diff --git a/docs/Type Definitions/MBScale/_MBScale.html b/docs/Type Definitions/MBScale/_MBScale.html index f14bac09..3beb50ea 100644 --- a/docs/Type Definitions/MBScale/_MBScale.html +++ b/docs/Type Definitions/MBScale/_MBScale.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 f899788e..4843308e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1554,16 +1596,17 @@

    Declaration

    Objective-C

    
     @interface MBAustriaCombinedRecognizer
    -    : MBRecognizer <
    -          NSCopying, MBCombinedRecognizer, MBGlareDetection,
    -          MBFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage,
    -          MBSignatureImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage,
    -          MBEncodeFullDocumentImage, MBEncodeSignatureImage, MBDigitalSignature>
    + : MBRecognizer <NSCopying, MBCombinedRecognizer, MBGlareDetection, + MBFullDocumentImage, MBFullDocumentImageDpi, + MBSignatureImage, MBSignatureImageDpi, MBFaceImage, + MBFaceImageDpi, MBEncodeFaceImage, + MBEncodeFullDocumentImage, MBEncodeSignatureImage, + MBDigitalSignature, MBFullDocumentImageExtensionFactors>
    @@ -1616,6 +1659,91 @@

    Declaration

    +
    + +
    +
    + +
    @@ -1729,12 +1858,12 @@

    Declaration

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1815,12 +1944,13 @@

    Declaration

    : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFaceImage, - MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection> + MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2292,6 +2422,89 @@

    Declaration

    +
    + +
    +
    + +
    @@ -2405,12 +2619,12 @@

    Declaration

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -2578,12 +2792,13 @@

    Declaration

    
     @interface MBCroatiaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2664,12 +2879,12 @@

    Declaration

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -2785,12 +3000,13 @@

    Declaration

    
     @interface MBCyprusIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -2866,12 +3082,13 @@

    Declaration

    @interface MBCyprusIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -3817,12 +4034,13 @@

    Declaration

    
     @interface MBDocumentFaceRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi>
    + MBFaceImage, MBFaceImageDpi, + MBFullDocumentImageExtensionFactors> @@ -4048,19 +4266,254 @@

    Declaration

    Undocumented

    - See more + See more +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    
    +@interface MBDocumentVerificationInstructionsSubview : MBSubview
    + +
    +
    +

    Swift

    +
    class MBDocumentVerificationInstructionsSubview : MBSubview
    + +
    +
    + + + + + +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + + + + +
    + +
    + +
    +
    @@ -5949,12 +6587,13 @@

    Declaration

    @interface MBKuwaitIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6209,9 +6848,7 @@

    Declaration

    -

    Class for configuring Malaysian DL Front Recognizer.

    - -

    Malaysian DL Front recognizer is used for scanning front side of Malaysian DL.

    +

    Recognizer which can scan front side of Malaysian DL cards.

    See more
    @@ -6221,13 +6858,15 @@

    Declaration

    Objective-C

    
     @interface MBMalaysiaDlFrontRecognizer
    -    : MBLegacyRecognizer <NSCopying, MBFullDocumentImage, MBFaceImage,
    -                          MBGlareDetection, MBFullDocumentImageDpi>
    + : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBFullDocumentImage, MBEncodeFullDocumentImage, + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6251,7 +6890,7 @@

    Declaration

    -

    Class representing values obtained when scanning front side of Malaysian DL

    +

    Class representing values obtained when scanning front side of the Malaysia Dl

    See more
    @@ -6261,13 +6900,14 @@

    Declaration

    Objective-C

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

    Swift

    -
    class MBMalaysiaDlFrontRecognizerResult : MBLegacyRecognizerResult, NSCopying, MBFullDocumentImageResult, MBFaceImageResult
    +
    class MBMalaysiaDlFrontRecognizerResult : MBRecognizerResult, NSCopying, MBFaceImageResult, MBEncodedFaceImageResult, MBFullDocumentImageResult, MBEncodedFullDocumentImageResult
    @@ -6461,12 +7101,13 @@

    Declaration

    
     @interface MBMoroccoIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -6546,12 +7187,12 @@

    Declaration

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -7060,12 +7701,13 @@

    Declaration

    
     @interface MBMyKadBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBSignatureImage, MBSignatureImageDpi, MBGlareDetection>
    + MBSignatureImage, MBSignatureImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -7309,12 +7951,12 @@

    Declaration

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -8062,12 +8704,13 @@

    Declaration

    
     @interface MBPaymentCardBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -8143,12 +8786,13 @@

    Declaration

    @interface MBPaymentCardCombinedRecognizer : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection, MBDigitalSignature> + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -8225,12 +8869,13 @@

    Declaration

    
     @interface MBPaymentCardFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -9781,12 +10426,13 @@

    Declaration

    @interface MBSingaporeChangiEmployeeIdRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -9864,13 +10510,15 @@

    Declaration

    
     @interface MBSingaporeCombinedRecognizer
         : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage,
    -                    MBEncodeFullDocumentImage, MBFaceImage, MBEncodeFaceImage,
    -                    MBGlareDetection, MBDigitalSignature>
    + MBEncodeFullDocumentImage, MBFullDocumentImageDpi, + MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -9951,12 +10599,13 @@

    Declaration

    @interface MBSingaporeDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10034,12 +10683,13 @@

    Declaration

    
     @interface MBSingaporeIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10117,12 +10767,13 @@

    Declaration

    @interface MBSingaporeIdFrontRecognizer : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBEncodeFaceImage, - MBFaceImageDpi, MBGlareDetection> + MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -10705,12 +11356,12 @@

    Declaration

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -10990,12 +11641,12 @@

    Declaration

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -11546,12 +12197,13 @@

    Declaration

    @interface MBUnitedArabEmiratesDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -11629,12 +12281,13 @@

    Declaration

    
     @interface MBUnitedArabEmiratesIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -11711,12 +12364,13 @@

    Declaration

    
     @interface MBUnitedArabEmiratesIdFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi, MBGlareDetection>
    + MBFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>

    Swift

    -
    class MBUnitedArabEmiratesIdFrontRecognizer : MBRecognizer, NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBGlareDetection
    +
    class MBUnitedArabEmiratesIdFrontRecognizer : MBRecognizer, NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBGlareDetection, MBFullDocumentImageExtensionFactors
    @@ -12125,7 +12779,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 14aa916d..e43caab2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1509,7 +1551,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 05d794ca..8f53db1a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAmountParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 69bf6c8e..047f5564 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,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 5afaca5c..5b2b3539 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1492,7 +1534,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 c9712833..3458feb0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,40 +1441,6 @@

    Declaration

    -
  • -
    - - - - extractLicenceNumber - -
    -
    -
    -
    -
    -
    -

    Defines if citizenship of Australian DL owner should be extracted

    - -

    Default: YES

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractLicenceNumber;
    - -
    -
    -

    Swift

    -
    var extractLicenceNumber: Bool { get set }
    - -
    -
    -
    -
    -
  • @@ -1509,7 +1517,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 5a9c4dac..b247e68a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustraliaDlFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,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 dbdb0529..516afb31 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,11 +1326,12 @@

    MBAustriaCombinedRecognizer

    @@ -1818,7 +1861,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 e5c12d00..96d9275c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1785,7 +1827,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 new file mode 100644 index 00000000..60dbacaa --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizer.html @@ -0,0 +1,1696 @@ + + + + MBAustriaDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBAustriaDlFrontRecognizer

    + +

    Recognizer which can scan front side of Austrian national DL cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Austria Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBAustriaDlFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if date of birth of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFirstName + +
      +
      +
      +
      +
      +
      +

      Defines if first name of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractFirstName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if issuing authority of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAuthority: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractName + +
      +
      +
      +
      +
      +
      +

      Defines if name of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Austrian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if vehicle categories of Austrian DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractVehicleCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html new file mode 100644 index 00000000..f12ede50 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaDlFrontRecognizerResult.html @@ -0,0 +1,1673 @@ + + + + MBAustriaDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBAustriaDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Austria Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date Of Birth of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + firstName + +
      +
      +
      +
      +
      +
      +

      The first Name of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var firstName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAuthority + +
      +
      +
      +
      +
      +
      +

      The issuing Authority of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAuthority: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var name: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + vehicleCategories + +
      +
      +
      +
      +
      +
      +

      The vehicle Categories of the front side of the Austria Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var vehicleCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + 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 fe38422c..549a10cd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBAustriaIdBackRecognizer

    
     @interface MBAustriaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1543,7 +1586,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 531531bd..9e7c82e8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1589,7 +1631,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 ec5111c4..774175d9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBAustriaIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1512,7 +1554,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 22ad93a9..c89333ae 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,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 33c90e08..c0066dae 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1287,7 +1329,8 @@

    MBAustriaPassportRecognizer

    : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFaceImage, - MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection> + MBEncodeFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1749,7 +1792,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 4afb5a12..f15971c6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBAustriaPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1719,7 +1761,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 424aaf13..61fa7133 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,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 761f09ff..05500915 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 81c5f07f..6d2bc3cb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1964,7 +2006,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 1c138cc7..1843f13d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBarcodeRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1520,7 +1562,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 34e273e4..e7fb4bd8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1380,7 +1422,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 910b50b0..be565fac 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOcrOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,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 b5ac5934..659acea2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1609,7 +1651,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 8aa1cccc..1fbea765 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBaseOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1337,7 +1379,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 71a30a91..34ec5f8e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1402,7 +1444,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 3a336896..47e1d132 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBBlinkInputRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,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 af2ceaf0..b64dfc5e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCameraSettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1691,7 +1733,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 8991d21b..d24d6db8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCharWithVariants.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1486,7 +1528,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 new file mode 100644 index 00000000..9cc2d455 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizer.html @@ -0,0 +1,1559 @@ + + + + MBColombiaDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBColombiaDlFrontRecognizer

    + +

    Recognizer which can scan front side of Colombia drivers licence.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Colombia Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBColombiaDlFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if the date of birth of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if the driver restrictions of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDriverRestrictions: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractIssuingAgency + +
      +
      +
      +
      +
      +
      +

      Defines if the issuing agency of the Colombia Dl card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAgency: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractName + +
      +
      +
      +
      +
      +
      +

      Defines if the name of the Colombia Dl owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html new file mode 100644 index 00000000..52ca6059 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaDlFrontRecognizerResult.html @@ -0,0 +1,1576 @@ + + + + MBColombiaDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBColombiaDlFrontRecognizerResult

    +
    +
    +
    
    +@interface MBColombiaDlFrontRecognizerResult
    +    : MBRecognizerResult <NSCopying, MBFaceImageResult,
    +                          MBEncodedFaceImageResult, MBFullDocumentImageResult,
    +                          MBEncodedFullDocumentImageResult>
    + +
    +
    +

    Class representing values obtained when scanning front side of the Colombia Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfBirth + +
      +
      +
      +
      +
      +
      +

      The date Of Birth of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Issue of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + driverRestrictions + +
      +
      +
      +
      +
      +
      +

      The driver Restrictions of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var driverRestrictions: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAgency + +
      +
      +
      +
      +
      +
      +

      The issuing Agency of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAgency: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + name + +
      +
      +
      +
      +
      +
      +

      The name of the front side of the Colombia Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var name: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + 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 6968d6d3..f35a684a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBColombiaIdBackRecognizer

    
     @interface MBColombiaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1446,7 +1489,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 00f1b51d..db08dc90 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,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 71c70265..bdba8cd3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBColombiaIdFrontRecognizer

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1444,7 +1486,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 157d3cf6..f4c32219 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBColombiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 5afc432b..5d22bd34 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,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 79d9be5f..5ca02cf4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,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 1f7d9b30..23807395 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBCroatiaIdBackRecognizer

    
     @interface MBCroatiaIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1475,7 +1518,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 d56015a9..e7b1817a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1525,7 +1567,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 a2c40fa4..1ce0b959 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBCroatiaIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1580,7 +1622,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 f35d99da..8ab845eb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCroatiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,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 4ad42f5b..d58a3ec7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCustomOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1705,7 +1747,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 2feb147e..c9372a96 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBCyprusIdBackRecognizer

    
     @interface MBCyprusIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1405,7 +1448,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 696b08f4..9cb3a3c9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,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 1712df46..738655b2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBCyprusIdFrontRecognizer

    @interface MBCyprusIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1474,7 +1517,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 ec8c7339..ae931a8b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCyprusIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,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 c00525e1..9094082b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,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 423c1ad2..171672de 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1754,7 +1796,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 afea56d6..6102431e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1474,7 +1516,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 e8ad3fe9..57b527b9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,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 1566c070..ca4b8d98 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1611,7 +1653,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 3164fa4d..1916731e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBCzechiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1686,7 +1728,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 c8f5249f..00f98970 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDPIBasedDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1425,7 +1467,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 69d9505d..591b79d9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1438,7 +1480,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 213bb7c5..c8c5990b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 048618ba..ce4de1ed 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDateResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1678,7 +1720,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 052f27db..be6fc25e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDeepOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1443,7 +1485,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 14496445..a72e42de 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 674d6b1b..b12eb42b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1467,7 +1509,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 8945c86d..8f9e8250 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,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 b0809b71..7fb9b216 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,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 4d94f34c..c33185c6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 32e8ca5c..aed64f61 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 88f07dd2..75852fa6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableObject.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1337,7 +1379,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 8ac1de99..8b43dddd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayablePointsDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 5c4a507c..6924e530 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDisplayableQuadDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,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 91a2464b..c779073d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1485,7 +1527,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 bd5ee82e..da774808 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 884817e8..07158104 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBDocumentFaceRecognizer

    
     @interface MBDocumentFaceRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi>
    + MBFaceImage, MBFaceImageDpi, + MBFullDocumentImageExtensionFactors> @@ -1399,6 +1442,43 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1407,7 +1487,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 1fd0397b..2df0ab00 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentFaceRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,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 eece0907..ef4ab6dd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,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 1ef483fe..ab1f8cbf 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 7811f44c..e922b624 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSpecification.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1711,7 +1753,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 22c25a73..70d4bf27 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,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 07e9ef40..880e73e7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationInstructionsSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,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 4cadc6dd..8f1b3d6c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1622,7 +1664,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 27e0fd3e..742e645b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1434,7 +1476,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 4f9b9162..115c1517 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDocumentVerificationSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1432,7 +1474,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 13998e19..926dce72 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsResultSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1470,7 +1512,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 3851e6ac..a87956f7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBDotsSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1525,7 +1567,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 a8e9411a..e87bf17e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,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 abbc9e82..6cdf4045 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEgyptIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,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 new file mode 100644 index 00000000..44b6899a --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizer.html @@ -0,0 +1,1524 @@ + + + + MBElitePaymentCardBackRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardBackRecognizer

    +
    + +
    +

    Recognizer used for scanning the back side of elite payment cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Elite Payment Card Back Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardBackRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCvv + +
      +
      +
      +
      +
      +
      +

      Should extract the card’s security code/value

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractCvv: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Should extract the card’s inventory number

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractInventoryNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractValidThru + +
      +
      +
      +
      +
      +
      +

      Should extract the payment card’s month of expiry

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractValidThru: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html new file mode 100644 index 00000000..e5e22e82 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardBackRecognizerResult.html @@ -0,0 +1,1511 @@ + + + + MBElitePaymentCardBackRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardBackRecognizerResult

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

    Class representing values obtained when scanning back side of the Elite Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cardNumber + +
      +
      +
      +
      +
      +
      +

      The card Number of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cardNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cvv + +
      +
      +
      +
      +
      +
      +

      The cvv of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cvv: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + inventoryNumber + +
      +
      +
      +
      +
      +
      +

      The inventory Number of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var inventoryNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + validThru + +
      +
      +
      +
      +
      +
      +

      The valid Thru of the back side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var validThru: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html new file mode 100644 index 00000000..82f47b3d --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizer.html @@ -0,0 +1,1559 @@ + + + + MBElitePaymentCardCombinedRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardCombinedRecognizer

    + +

    Recognizer used for scanning the front and back side of credit/debit cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Payment Card Combined Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardCombinedRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractOwner + +
      +
      +
      +
      +
      +
      +

      Should extract the card owner information

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractOwner: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractCvv + +
      +
      +
      +
      +
      +
      +

      Should extract the card’s security code/value

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractCvv: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Should extract the card’s inventory number

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractInventoryNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractValidThru + +
      +
      +
      +
      +
      +
      +

      Should extract the payment card’s month of expiry

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractValidThru: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html new file mode 100644 index 00000000..3da7bd91 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardCombinedRecognizerResult.html @@ -0,0 +1,1545 @@ + + + + MBElitePaymentCardCombinedRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardCombinedRecognizerResult

    +
    + +
    +

    Class representing values obtained when scanning front and back side of the Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cardNumber + +
      +
      +
      +
      +
      +
      +

      The payment card number.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cardNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + owner + +
      +
      +
      +
      +
      +
      +

      Information about the payment card owner (name, company, etc.).

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var owner: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + validThru + +
      +
      +
      +
      +
      +
      +

      The payment card’s last month of validity.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var validThru: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + cvv + +
      +
      +
      +
      +
      +
      +

      Payment card’s security code/value.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var cvv: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + inventoryNumber + +
      +
      +
      +
      +
      +
      +

      Payment card’s inventory number.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var inventoryNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html new file mode 100644 index 00000000..948281cc --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizer.html @@ -0,0 +1,1456 @@ + + + + MBElitePaymentCardFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardFrontRecognizer

    +
    + +
    +

    Recognizer used for scanning the front side of elite credit/debit cards.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Elite Payment Card Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var result: MBElitePaymentCardFrontRecognizerResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractOwner + +
      +
      +
      +
      +
      +
      +

      Should extract the card owner information

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractOwner: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html new file mode 100644 index 00000000..345cc758 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBElitePaymentCardFrontRecognizerResult.html @@ -0,0 +1,1415 @@ + + + + MBElitePaymentCardFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBElitePaymentCardFrontRecognizerResult

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

    Class representing values obtained when scanning front side of the Elite Payment Card

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT_UNAVAILABLE
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + owner + +
      +
      +
      +
      +
      +
      +

      The owner of the front side of the Elite Payment Card owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var owner: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + + + 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 bfa4cb10..22db4865 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 0846b8b1..1b874738 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEmailParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 d67af90b..30a87ec4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,7 @@

    MBEudlRecognizer

    @interface MBEudlRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi> + MBFullDocumentImageDpi, MBFullDocumentImageExtensionFactors> @@ -1577,7 +1619,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 223dc003..c82e34a5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBEudlRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1654,7 +1696,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 bbba9fcb..6fd556ec 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1531,7 +1573,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 c7e3f5b8..220f405d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFieldByFieldOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1454,7 +1496,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 64f2db42..9564680b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFixedDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1423,7 +1465,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 de381219..390379b5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBFrameGrabberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 ae2c93ae..db36f15b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1410,7 +1452,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 1bb0c435..265451a3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,7 @@

    Declaration

    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 e50f9d87..36c87399 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1543,7 +1585,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 4c452086..2f12c5fd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1652,7 +1694,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 01a7fc3b..f5be1d6a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1612,7 +1654,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 04456a36..3c1a6c03 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1654,7 +1696,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 a5cedba3..4c65bd59 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1408,7 +1450,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 1de85d86..e42a1d32 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyOldIdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,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 e208f043..7c07d8c6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1578,7 +1620,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 d9271ed0..ef85263e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGermanyPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,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 2c51e3d4..1e926190 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBGlareStatusSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1455,7 +1497,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 0115a443..a5a7485b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBHongKongIdFrontRecognizer

    @interface MBHongKongIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1578,7 +1621,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 cfe1fa55..88adbdfe 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBHongKongIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1558,7 +1600,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 d5548a9a..46239f71 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1438,7 +1480,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 23fd81b0..4c3d7d23 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIbanParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 43d6f511..76005f14 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1644,7 +1686,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 13fbc710..516ee455 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIkadRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1717,7 +1759,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 0ea4e870..a0e16d55 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1605,7 +1647,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 464ade8b..29f28368 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,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 c178b728..28b23998 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBImageReturnProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1396,7 +1438,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 96b4c090..a923a0c1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,14 +1326,15 @@

    MBIndonesiaIdFrontRecognizer

    -

    Class for configuring Indonesian ID Front Recognizer.

    - -

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

    +

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

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

    Declaration

    -

    Indonesian ID Front recognizer result

    +

    Result of scanning Indonesia Id Front Recognizer

    @@ -1368,9 +1411,9 @@

    Declaration

  • @@ -1378,7 +1421,7 @@

    Declaration

    -

    Defines if city of Indonesian ID owner should be extracted

    +

    Defines if address of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1387,12 +1430,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractCity: Bool { get set }
    +
    var extractAddress: Bool { get set }
    @@ -1402,9 +1445,9 @@

    Declaration

  • @@ -1412,7 +1455,7 @@

    Declaration

    -

    Defines if name of Indonesian ID owner should be extracted

    +

    Defines if blood type of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1421,12 +1464,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractName;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;

    Swift

    -
    var extractName: Bool { get set }
    +
    var extractBloodType: Bool { get set }
    @@ -1436,9 +1479,9 @@

    Declaration

  • @@ -1446,7 +1489,7 @@

    Declaration

    -

    Defines if place of birth of Indonesian ID owner should be extracted

    +

    Defines if citizenship of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1455,12 +1498,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractPlaceOfBirth: Bool { get set }
    +
    var extractCitizenship: Bool { get set }
    @@ -1470,9 +1513,9 @@

    Declaration

  • @@ -1480,7 +1523,7 @@

    Declaration

    -

    Defines if blood type should be extracted from Indonesian ID

    +

    Defines if city of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1489,12 +1532,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractCity;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractCity: Bool { get set }
    @@ -1504,9 +1547,9 @@

    Declaration

  • @@ -1514,7 +1557,7 @@

    Declaration

    -

    Defines if address should be extracted from Indonesian ID

    +

    Defines if date of expiry of Indonesian ID card should be extracted.

    Default: YES

    @@ -1523,12 +1566,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractAddress: Bool { get set }
    +
    var extractDateOfExpiry: Bool { get set }
    @@ -1538,9 +1581,9 @@

    Declaration

  • @@ -1548,7 +1591,7 @@

    Declaration

    -

    Defines if rt should be extracted from Indonesian ID

    +

    Defines if district of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1557,12 +1600,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractRt;
    +
    @property (assign, readwrite, nonatomic) BOOL extractDistrict;

    Swift

    -
    var extractRt: Bool { get set }
    +
    var extractDistrict: Bool { get set }
    @@ -1572,9 +1615,9 @@

    Declaration

  • @@ -1582,7 +1625,7 @@

    Declaration

    -

    Defines if rw should be extracted from Indonesian ID

    +

    Defines if Kel/Desa of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1591,12 +1634,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractRw;
    +
    @property (assign, readwrite, nonatomic) BOOL extractKelDesa;

    Swift

    -
    var extractRw: Bool { get set }
    +
    var extractKelDesa: Bool { get set }
    @@ -1606,9 +1649,9 @@

    Declaration

  • @@ -1616,7 +1659,7 @@

    Declaration

    -

    Defines if keldesa should be extracted from Indonesian ID

    +

    Defines if marital status of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1625,12 +1668,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractKelDesa;
    +
    @property (assign, readwrite, nonatomic) BOOL extractMaritalStatus;

    Swift

    -
    var extractKelDesa: Bool { get set }
    +
    var extractMaritalStatus: Bool { get set }
    @@ -1640,9 +1683,9 @@

    Declaration

  • @@ -1650,7 +1693,7 @@

    Declaration

    -

    Defines if district should be extracted from Indonesian ID

    +

    Defines if name of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1659,12 +1702,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDistrict;
    +
    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    -
    var extractDistrict: Bool { get set }
    +
    var extractName: Bool { get set }
    @@ -1674,9 +1717,9 @@

    Declaration

  • @@ -1684,7 +1727,7 @@

    Declaration

    -

    Defines if religion should be extracted from Indonesian ID

    +

    Defines if occupation of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1693,12 +1736,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractReligion: Bool { get set }
    +
    var extractOccupation: Bool { get set }
    @@ -1708,9 +1751,9 @@

    Declaration

  • @@ -1718,7 +1761,7 @@

    Declaration

    -

    Defines if marital status should be extracted from Indonesian ID

    +

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

    Default: YES

    @@ -1727,12 +1770,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractMaritalStatus: Bool { get set }
    +
    var extractPlaceOfBirth: Bool { get set }
    @@ -1742,9 +1785,9 @@

    Declaration

  • @@ -1752,7 +1795,7 @@

    Declaration

    -

    Defines if occupation should be extracted from Indonesian ID

    +

    Defines if religion of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1761,12 +1804,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractOccupation: Bool { get set }
    +
    var extractReligion: Bool { get set }
    @@ -1776,9 +1819,9 @@

    Declaration

  • @@ -1786,7 +1829,7 @@

    Declaration

    -

    Defines if citizenship should be extracted from Indonesian ID

    +

    Defines if RT number of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1795,12 +1838,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractCitizenship;
    +
    @property (assign, readwrite, nonatomic) BOOL extractRt;

    Swift

    -
    var extractCitizenship: Bool { get set }
    +
    var extractRt: Bool { get set }
    @@ -1810,9 +1853,9 @@

    Declaration

  • @@ -1820,7 +1863,7 @@

    Declaration

    -

    Defines if valid until should be extracted from Indonesian ID

    +

    Defines if RW number of Indonesian ID owner should be extracted.

    Default: YES

    @@ -1829,12 +1872,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;
    +
    @property (assign, readwrite, nonatomic) BOOL extractRw;

    Swift

    -
    var extractValidUntil: Bool { get set }
    +
    var extractRw: Bool { get set }
    @@ -1849,7 +1892,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 b45f0300..0f0d1a1c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIndonesiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,13 +1326,14 @@

    MBIndonesiaIdFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Indonesian ID

    +

    Class representing values obtained when scanning front side of the Indonesia Id

  • @@ -1329,73 +1372,9 @@

    Declaration

  • - - - province - -
    -
    -
    -
    -
    -
    -

    The province of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var province: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - city - -
    -
    -
    -
    -
    -
    -

    The city of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var city: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - documentNumber + + + address
    @@ -1403,19 +1382,19 @@

    Declaration

    -

    The document number of the Indonesian ID owner.

    +

    The address of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var documentNumber: String? { get }
    +
    var address: String { get }
    @@ -1425,9 +1404,9 @@

    Declaration

  • - - - name + + + bloodType
    @@ -1435,19 +1414,19 @@

    Declaration

    -

    The name of the Indonesian ID owner.

    +

    The blood Type of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var name: String? { get }
    +
    var bloodType: String { get }
    @@ -1457,9 +1436,9 @@

    Declaration

  • @@ -1467,19 +1446,19 @@

    Declaration

    -

    The place of birth of the Indonesian ID owner.

    +

    The citizenship of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var placeOfBirth: String? { get }
    +
    var citizenship: String { get }
    @@ -1489,9 +1468,9 @@

    Declaration

  • - - - rawDateOfBirth + + + city
    @@ -1499,19 +1478,19 @@

    Declaration

    -

    The date of birth of Indonesian ID owner in DD.MM.yyyy format.

    +

    The city of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rawDateOfBirth: String? { get }
    +
    var city: String { get }
    @@ -1531,19 +1510,19 @@

    Declaration

    -

    The date of birth of Indonesian ID owner

    +

    The date Of Birth of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var dateOfBirth: Date? { get }
    +
    var dateOfBirth: MBDateResult { get }
    @@ -1553,9 +1532,9 @@

    Declaration

  • - - - sex + + + dateOfExpiry
    @@ -1563,19 +1542,19 @@

    Declaration

    -

    The sex of the Indonesian ID owner.

    +

    The date Of Expiry of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var sex: String? { get }
    +
    var dateOfExpiry: MBDateResult { get }
    @@ -1585,9 +1564,9 @@

    Declaration

  • @@ -1595,19 +1574,19 @@

    Declaration

    -

    The blood type of the Indonesian ID owner.

    +

    The date Of Expiry Permanent of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *bloodType;
    +
    @property (readonly, assign, nonatomic) BOOL dateOfExpiryPermanent;

    Swift

    -
    var bloodType: String? { get }
    +
    var dateOfExpiryPermanent: Bool { get }
    @@ -1617,41 +1596,9 @@

    Declaration

  • - - - address - -
    -
    -
    -
    -
    -
    -

    The address of the Indonesian ID owner.

    - -
    -
    -

    Declaration

    -
    -

    Objective-C

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

    Swift

    -
    var address: String? { get }
    - -
    -
    -
    -
    -
  • -
  • -
    - - - - rt + + + district
    @@ -1659,19 +1606,19 @@

    Declaration

    -

    The rt of the Indonesian ID owner.

    +

    The district of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rt: String? { get }
    +
    var district: String { get }
    @@ -1681,9 +1628,9 @@

    Declaration

  • - - - rw + + + documentNumber
    @@ -1691,19 +1638,19 @@

    Declaration

    -

    The rw of the Indonesian ID owner.

    +

    The document Number of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rw: String? { get }
    +
    var documentNumber: String { get }
    @@ -1723,19 +1670,19 @@

    Declaration

    -

    The kel desa of the Indonesian ID owner.

    +

    The kel Desa of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var kelDesa: String? { get }
    +
    var kelDesa: String { get }
    @@ -1745,9 +1692,9 @@

    Declaration

  • - - - district + + + maritalStatus
    @@ -1755,19 +1702,19 @@

    Declaration

    -

    The district of the Indonesian ID owner.

    +

    The marital Status of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var district: String? { get }
    +
    var maritalStatus: String { get }
    @@ -1777,9 +1724,9 @@

    Declaration

  • - - - religion + + + name
    @@ -1787,19 +1734,19 @@

    Declaration

    -

    The religion of the Indonesian ID owner.

    +

    The name of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var religion: String? { get }
    +
    var name: String { get }
    @@ -1809,9 +1756,9 @@

    Declaration

  • @@ -1819,19 +1766,19 @@

    Declaration

    -

    The marital status of the Indonesian ID owner.

    +

    The occupation of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var maritalStatus: String? { get }
    +
    var occupation: String { get }
    @@ -1841,9 +1788,9 @@

    Declaration

  • - - - occupation + + + placeOfBirth
    @@ -1851,19 +1798,19 @@

    Declaration

    -

    The occupation of the Indonesian ID owner.

    +

    The place Of Birth of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var occupation: String? { get }
    +
    var placeOfBirth: String { get }
    @@ -1873,9 +1820,9 @@

    Declaration

  • - - - citizenship + + + province
    @@ -1883,19 +1830,19 @@

    Declaration

    -

    The occupation of the Indonesian ID owner.

    +

    The province of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var citizenship: String? { get }
    +
    var province: String { get }
    @@ -1905,9 +1852,9 @@

    Declaration

  • - - - rawValidUntil + + + religion
    @@ -1915,19 +1862,19 @@

    Declaration

    -

    The document date of expiry of the Indonesian ID in DD.MM.yyyy format.

    +

    The religion of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var rawValidUntil: String? { get }
    +
    var religion: String { get }
    @@ -1937,9 +1884,9 @@

    Declaration

  • - - - validUntil + + + rt
    @@ -1947,19 +1894,19 @@

    Declaration

    -

    The document date of expiry of the Indonesian ID

    +

    The rt of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *validUntil;
    +
    @property (readonly, nonatomic) NSString *_Nonnull rt;

    Swift

    -
    var validUntil: Date? { get }
    +
    var rt: String { get }
    @@ -1969,9 +1916,9 @@

    Declaration

  • - - - validUntilPermanent + + + rw
    @@ -1979,19 +1926,19 @@

    Declaration

    -

    Check if date of expiry is permanent on the Indonesian ID.

    +

    The rw of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) BOOL validUntilPermanent;
    +
    @property (readonly, nonatomic) NSString *_Nonnull rw;

    Swift

    -
    var validUntilPermanent: Bool { get }
    +
    var rw: String { get }
    @@ -2001,9 +1948,9 @@

    Declaration

  • - - - documentClassifier + + + sex
    @@ -2011,19 +1958,19 @@

    Declaration

    -

    The document classifier of Indonesian ID

    +

    The sex of the front side of the Indonesia Id owner.

    Declaration

    Objective-C

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

    Swift

    -
    var documentClassifier: String? { get }
    +
    var sex: String { get }
    @@ -2038,7 +1985,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 new file mode 100644 index 00000000..4d9f6c25 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizer.html @@ -0,0 +1,1764 @@ + + + + MBIrelandDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBIrelandDlFrontRecognizer

    + +

    Recognizer which can scan front side of Ireland drivers license.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Ireland Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if address of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if date of birth of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractFirstName + +
      +
      +
      +
      +
      +
      +

      Defines if first name of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractFirstName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractIssuedBy + +
      +
      +
      +
      +
      +
      +

      Defines if issuing authority of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuedBy: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if licence categories of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractLicenceNumber + +
      +
      +
      +
      +
      +
      +

      Defines if licence number of Ireland DL should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceNumber: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractSurname + +
      +
      +
      +
      +
      +
      +

      Defines if surname of Ireland DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractSurname: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html new file mode 100644 index 00000000..a0c48ed3 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBIrelandDlFrontRecognizerResult.html @@ -0,0 +1,1737 @@ + + + + MBIrelandDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBIrelandDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Ireland Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      The address of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Birth of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + driverNumber + +
      +
      +
      +
      +
      +
      +

      The driver Number of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var driverNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + firstName + +
      +
      +
      +
      +
      +
      +

      The first Name of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var firstName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuedBy + +
      +
      +
      +
      +
      +
      +

      The issued By of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuedBy: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceCategories + +
      +
      +
      +
      +
      +
      +

      The licence Categories of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + surname + +
      +
      +
      +
      +
      +
      +

      The surname of the front side of the Ireland Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var surname: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html new file mode 100644 index 00000000..76820778 --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizer.html @@ -0,0 +1,1730 @@ + + + + MBItalyDlFrontRecognizer Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBItalyDlFrontRecognizer

    + +

    Recognizer which can scan front side of Italian driver licence.

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

      +
      MB_INIT
      + +
      +
      +

      Swift

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

      Result of scanning Italy Dl Front Recognizer

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if address of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      Defines if date of birth of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfExpiry + +
      +
      +
      +
      +
      +
      +

      Defines if date of expiry of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfExpiry: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractDateOfIssue + +
      +
      +
      +
      +
      +
      +

      Defines if date of issue of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractDateOfIssue: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractGivenName + +
      +
      +
      +
      +
      +
      +

      Defines if given name of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractGivenName: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if issuing authority of Italian DL card should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractIssuingAuthority: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • + +
      +
      +
      +
      +
      +

      Defines if licence categories of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractLicenceCategories: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractPlaceOfBirth + +
      +
      +
      +
      +
      +
      +

      Defines if place of birth of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractPlaceOfBirth: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + extractSurname + +
      +
      +
      +
      +
      +
      +

      Defines if surname of Italian DL owner should be extracted.

      + +

      Default: YES

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var extractSurname: Bool { get set }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html new file mode 100644 index 00000000..ad93079c --- /dev/null +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBItalyDlFrontRecognizerResult.html @@ -0,0 +1,1705 @@ + + + + MBItalyDlFrontRecognizerResult Class Reference + + + + + + + + + + + + + + + + +
    +

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

    + +

    +

    + +
    +

    + +

    + + + View on GitHub + +

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

    MBItalyDlFrontRecognizerResult

    + +

    Class representing values obtained when scanning front side of the Italy Dl

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

      Undocumented

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      The address of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Birth of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

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

      The date Of Expiry of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfExpiry: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + dateOfIssue + +
      +
      +
      +
      +
      +
      +

      The date Of Issue of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var dateOfIssue: MBDateResult { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + givenName + +
      +
      +
      +
      +
      +
      +

      The given Name of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var givenName: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + issuingAuthority + +
      +
      +
      +
      +
      +
      +

      The issuing Authority of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var issuingAuthority: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceCategories + +
      +
      +
      +
      +
      +
      +

      The licence Categories of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceCategories: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + licenceNumber + +
      +
      +
      +
      +
      +
      +

      The licence Number of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var licenceNumber: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + placeOfBirth + +
      +
      +
      +
      +
      +
      +

      The place Of Birth of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var placeOfBirth: String { get }
      + +
      +
      +
      +
      +
    • +
    • +
      + + + + surname + +
      +
      +
      +
      +
      +
      +

      The surname of the front side of the Italy Dl owner.

      + +
      +
      +

      Declaration

      +
      +

      Objective-C

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

      Swift

      +
      var surname: String { get }
      + +
      +
      +
      +
      +
    • +
    +
    +
    +
    + +
    +
    + + +
  • + 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 7d339667..2a38ff68 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,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 49021c39..98e20b3b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1624,7 +1666,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 cc12b035..32e3d0ff 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,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 c397cbde..40e22a6c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,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 b3a5ccb7..f5a84267 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1475,7 +1517,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 271d2f45..8392238a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBJordanIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1461,7 +1503,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 ad90dbb3..3f6d975d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBKuwaitIdBackRecognizer

    
     @interface MBKuwaitIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1405,7 +1448,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 12124532..2e6945a3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,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 a3bb1a25..6f1b2405 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBKuwaitIdFrontRecognizer

    @interface MBKuwaitIdFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1508,7 +1551,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 3939fc92..4132331f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBKuwaitIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,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 fd658381..dd3877d6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyMRTDRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1877,7 +1919,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 250588ee..e96df481 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,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 a30a7066..79d3e780 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLegacyRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1331,7 +1373,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 cc68c9b5..93f424e5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParser.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1369,7 +1411,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 179e3709..f8851397 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBLicensePlatesParserResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 8fcaf9dc..2e7ba0d8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,14 +1326,14 @@

    MBMalaysiaDlFrontRecognizer

    -

    Class for configuring Malaysian DL Front Recognizer.

    - -

    Malaysian DL Front recognizer is used for scanning front side of Malaysian DL.

    +

    Recognizer which can scan front side of Malaysian DL cards.

  • @@ -1345,7 +1387,7 @@

    Declaration

    -

    Malaysian DL Front recognizer result

    +

    Result of scanning Malaysia Dl Front Recognizer

    @@ -1368,9 +1410,9 @@

    Declaration

  • @@ -1378,7 +1420,7 @@

    Declaration

    -

    Defines if owner’s name should be extracted from Malaysian DL

    +

    Defines if address of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1387,12 +1429,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractName: Bool { get set }
    +
    var extractAddress: Bool { get set }
    @@ -1402,9 +1444,9 @@

    Declaration

  • @@ -1412,7 +1454,7 @@

    Declaration

    -

    Defines if owner’s nationality should be extracted from Malaysian DL

    +

    Defines if vehicle classes of Malaysian DL should be extracted.

    Default: YES

    @@ -1421,12 +1463,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractNationality: Bool { get set }
    +
    var extractClass: Bool { get set }
    @@ -1436,9 +1478,9 @@

    Declaration

  • @@ -1446,7 +1488,7 @@

    Declaration

    -

    Defines if owner’s license class should be extracted from Malaysian DL

    +

    Defines if name of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1455,12 +1497,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractDlClass;
    +
    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    -
    var extractDlClass: Bool { get set }
    +
    var extractName: Bool { get set }
    @@ -1470,9 +1512,9 @@

    Declaration

  • @@ -1480,7 +1522,7 @@

    Declaration

    -

    Defines if owner’s valid from should be extracted from Malaysian DL

    +

    Defines if nationality of Malaysian DL owner should be extracted.

    Default: YES

    @@ -1489,12 +1531,12 @@

    Declaration

    Declaration

    Objective-C

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

    Swift

    -
    var extractValidFrom: Bool { get set }
    +
    var extractNationality: Bool { get set }
    @@ -1504,9 +1546,9 @@

    Declaration

  • @@ -1514,7 +1556,7 @@

    Declaration

    -

    Defines if owner’s valid until should be extracted from Malaysian DL

    +

    Defines if date of issue of Malaysian DL should be extracted.

    Default: YES

    @@ -1523,12 +1565,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;
    +
    @property (assign, readwrite, nonatomic) BOOL extractValidFrom;

    Swift

    -
    var extractValidUntil: Bool { get set }
    +
    var extractValidFrom: Bool { get set }
    @@ -1538,9 +1580,9 @@

    Declaration

  • @@ -1548,7 +1590,7 @@

    Declaration

    -

    Defines if owner’s full address should be extracted from Malaysian DL

    +

    Defines if date of expiry of Malaysian DL should be extracted.

    Default: YES

    @@ -1557,12 +1599,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractFullAddress;
    +
    @property (assign, readwrite, nonatomic) BOOL extractValidUntil;

    Swift

    -
    var extractFullAddress: Bool { get set }
    +
    var extractValidUntil: Bool { get set }
    @@ -1577,7 +1619,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 19ac18db..542eb631 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMalaysiaDlFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1284,12 +1326,13 @@

    MBMalaysiaDlFrontRecognizerResult

    -

    Class representing values obtained when scanning front side of Malaysian DL

    +

    Class representing values obtained when scanning front side of the Malaysia Dl

  • @@ -1328,9 +1371,9 @@

    Declaration

  • - - - name + + + city
    @@ -1338,19 +1381,19 @@

    Declaration

    -

    The Name of the Malaysian DL owner.

    +

    The city of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var name: String? { get }
    +
    var city: String { get }
    @@ -1360,9 +1403,9 @@

    Declaration

  • - - - identityNumber + + + dlClass
    @@ -1370,19 +1413,19 @@

    Declaration

    -

    The Identity Number of the Malaysian DL owner.

    +

    The dl Class of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var identityNumber: String? { get }
    +
    var dlClass: String { get }
    @@ -1392,9 +1435,9 @@

    Declaration

  • - - - nationality + + + fullAddress
    @@ -1402,19 +1445,19 @@

    Declaration

    -

    The Nationality of the Malaysian DL owner.

    +

    The full Address of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var nationality: String? { get }
    +
    var fullAddress: String { get }
    @@ -1424,9 +1467,9 @@

    Declaration

  • - - - dlClass + + + identityNumber
    @@ -1434,19 +1477,19 @@

    Declaration

    -

    The Class of the Malaysian DL.

    +

    The identity Number of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var dlClass: String? { get }
    +
    var identityNumber: String { get }
    @@ -1456,9 +1499,9 @@

    Declaration

  • - - - validFrom + + + name
    @@ -1466,19 +1509,19 @@

    Declaration

    -

    The Valid From date of the Malaysian DL owner.

    +

    The name of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSDate *validFrom;
    +
    @property (readonly, nonatomic) NSString *_Nonnull name;

    Swift

    -
    var validFrom: Date? { get }
    +
    var name: String { get }
    @@ -1488,9 +1531,9 @@

    Declaration

  • - - - validUntil + + + nationality
    @@ -1498,19 +1541,19 @@

    Declaration

    -

    The Valid Until date of the Malaysian DL owner.

    +

    The nationality of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var validUntil: Date? { get }
    +
    var nationality: String { get }
    @@ -1520,9 +1563,9 @@

    Declaration

  • - - - street + + + ownerState
    @@ -1530,19 +1573,19 @@

    Declaration

    -

    The Street of the Malaysian DL owner.

    +

    The owner State of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var street: String? { get }
    +
    var ownerState: String { get }
    @@ -1552,9 +1595,9 @@

    Declaration

  • - - - zipCode + + + street
    @@ -1562,19 +1605,19 @@

    Declaration

    -

    The Zip Code of the Malaysian DL owner.

    +

    The street of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var zipCode: String? { get }
    +
    var street: String { get }
    @@ -1584,9 +1627,9 @@

    Declaration

  • - - - city + + + validFrom
    @@ -1594,19 +1637,19 @@

    Declaration

    -

    The City of the Malaysian DL owner.

    +

    The valid From of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var city: String? { get }
    +
    var validFrom: MBDateResult { get }
    @@ -1616,9 +1659,9 @@

    Declaration

  • - - - state + + + validUntil
    @@ -1626,19 +1669,19 @@

    Declaration

    -

    The State of the Malaysian DL owner.

    +

    The valid Until of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic, nullable) NSString *state;
    +
    @property (readonly, nonatomic) MBDateResult *_Nonnull validUntil;

    Swift

    -
    var state: String? { get }
    +
    var validUntil: MBDateResult { get }
    @@ -1648,9 +1691,9 @@

    Declaration

  • - - - fullAddress + + + zipcode
    @@ -1658,19 +1701,19 @@

    Declaration

    -

    The Full Address of the Malaysian DL owner.

    +

    The zipcode of the front side of the Malaysia Dl owner.

    Declaration

    Objective-C

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

    Swift

    -
    var fullAddress: String? { get }
    +
    var zipcode: String { get }
    @@ -1685,7 +1728,7 @@

    Declaration

    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 c3dcf042..3855bf8c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkApp.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1729,7 +1771,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 1c1bdc93..dfef729b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMicroblinkSDK.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1945,7 +1987,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 8ca71bce..705a1fd8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBModernViewfinderSubview.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1436,7 +1478,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 63c79b81..956ac8c8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBMoroccoIdBackRecognizer

    
     @interface MBMoroccoIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors>
  • @@ -1577,7 +1620,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 176998ec..9d66920b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,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 fab729c3..6b620f24 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBMoroccoIdFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors>
  • @@ -1580,7 +1622,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 129e5e8e..f47c420f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMoroccoIdFrontRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1559,7 +1601,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 98c644e3..50531c92 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,6 +1407,112 @@

    Declaration

  • +
  • +
    + + + + allowUnparsedResults + +
    +
    +
    +
    +
    +
    +

    Whether returning of unparsed results is allowed

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var allowUnparsedResults: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Whether returning of unverified results is allowed + Unverified result is result that is parsed, but check digits are incorrect.

    + +

    Default: NO

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var allowUnverifiedResults: Bool { get set }
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1373,7 +1521,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 5b560974..7e8f4845 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2013,7 +2055,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 94728286..cec43903 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,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 560b888f..abd5e1e0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1395,7 +1437,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 0c7297e9..90ecf950 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1573,7 +1615,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 f51f7449..beb13895 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 d09a130b..7b30ce25 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrtdSpecification.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1387,7 +1429,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 b0c9d61f..b1e2e79f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMrzResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2041,7 +2083,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 2122c8e3..bb36cd9d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBMyKadBackRecognizer

    
     @interface MBMyKadBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBSignatureImage, MBSignatureImageDpi, MBGlareDetection>
    + MBSignatureImage, MBSignatureImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1407,7 +1450,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 be125011..de03507d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,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 42135d62..aeb26e86 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,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 ac3799bf..787b089b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyKadFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html index aff54152..65f6b234 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,7 @@

    Declaration

    diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html index 3cc3d2a9..277fb96c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBMyTenteraRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,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 022ec2a2..c202b0e2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBNewZealandDlFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1614,7 +1656,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 e48154dc..1bc95a4c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNewZealandDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,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 03e2fbfa..1e0afd2f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBNoUpScalingDewarpPolicy.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,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 3999e831..3b6b48bc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrBlock.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1505,7 +1547,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 cba2ea8b..19f90b2c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrChar.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1604,7 +1646,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 74d7840a..7b1ca962 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrCharKey.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,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 7a10a716..8eb8f59c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrEngineOptions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1515,7 +1557,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 d29266cb..92f1df75 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLayout.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1710,7 +1752,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 a8062945..e2bf981e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOcrLine.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,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 5564db5a..130cd9ea 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlaySettings.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1407,7 +1449,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 d9656381..ba2f5e12 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBOverlayViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1425,7 +1467,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 562f7658..483def45 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1328,6 +1370,40 @@

    Declaration

    +
  • +
    + + + + required + +
    +
    +
    +
    +
    +
    +

    Defines/returns whether the parser configured with this parser settings object will be required or optional.

    + +

    Default: YES

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

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

    Swift

    +
    var required: Bool { get set }
    + +
    +
    +
    +
    +
  • @@ -1336,7 +1412,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 46ff9a9c..ac7c7c45 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,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 ec5b7f1b..0957b840 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserGroupProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 22954056..78aed1b4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 eec61576..9595bb68 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBPaymentCardBackRecognizer

    
     @interface MBPaymentCardBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1405,7 +1448,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 e5a249c9..117a4f53 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1397,7 +1439,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 94f56b7f..2429a501 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBPaymentCardCombinedRecognizer

    @interface MBPaymentCardCombinedRecognizer : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection, MBDigitalSignature> + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -1474,7 +1517,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 99673081..170a1547 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1495,7 +1537,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 96b30575..f1efea53 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBPaymentCardFrontRecognizer

    
     @interface MBPaymentCardFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1439,7 +1482,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 a8891685..60fa6f6c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPaymentCardFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1429,7 +1471,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 f1c4691e..d2934eee 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417Recognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1479,7 +1521,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 5efb25ff..a8652574 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPdf417RecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,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 05e1d867..424300e6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1577,7 +1619,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 60ffe253..0dc3c164 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1720,7 +1762,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 0bda50b8..b8cc3f63 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,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 e1e479f3..a800d800 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,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 e0071845..3a2ef381 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1577,7 +1619,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 45872ff2..38e1ff9e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPolandIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1557,7 +1599,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 54506013..92dfb6d7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBPosition.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1718,7 +1760,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 d43389dc..8e47a170 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessor.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 16a014f6..8e4f25ff 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorGroup.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1443,7 +1485,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 b12284d6..d77f8f17 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBProcessorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 0c44e552..ebc43353 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 25e2edd9..af4ecf87 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 aa4c191d..d1c9f5ab 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetector.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,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 4855c90d..acf4a8c6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadWithSizeDetectorResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1364,7 +1406,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 3f751cd3..417d507f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBQuadrangle.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1637,7 +1679,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 2a9830e0..0f4dd81a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1444,7 +1486,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 34b88df2..ced142d0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRawParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 11ec8695..07a4779c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,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 f06776c2..15bb3290 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerCollection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1546,7 +1588,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 46115614..8c7c6712 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 9bb67a83..5b4ac012 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunner.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1766,7 +1808,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 84aa7436..60f6c5dc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerMetadataDelegates.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,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 f14f7f86..1db0da31 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRecognizerRunnerViewControllerMetadataDelegates.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1464,7 +1506,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 a7f381c4..1f542676 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1599,7 +1641,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 458b51a5..a710a562 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRegexParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 7e72d41c..0c0e1860 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1646,7 +1688,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 27cea539..732d69b0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBRomaniaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1813,7 +1855,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 526a75d7..2dbfb7da 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBScanElement.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1798,7 +1840,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 2c81e565..65585cd4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1374,7 +1416,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 9a14fda3..5e73bdd7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1690,7 +1732,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 847965fb..cb7aef1a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1372,7 +1414,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 e3f18392..82b7a0af 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1332,7 +1374,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 a8fba848..06135461 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,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 5e7e9373..c96d21c2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSerbiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1430,7 +1472,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 ea2fb89c..efdddd2f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1369,7 +1411,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 6eec99ac..005848f4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSimNumberRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 132c4a42..5b199d94 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeChangiEmployeeIdRecognizer

    @interface MBSingaporeChangiEmployeeIdRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1476,7 +1519,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 d9af6852..b844fc9d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeChangiEmployeeIdRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,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 f86106c9..83744d70 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,8 +1327,10 @@

    MBSingaporeCombinedRecognizer

    
     @interface MBSingaporeCombinedRecognizer
         : MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage,
    -                    MBEncodeFullDocumentImage, MBFaceImage, MBEncodeFaceImage,
    -                    MBGlareDetection, MBDigitalSignature>
    + MBEncodeFullDocumentImage, MBFullDocumentImageDpi, + MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, + MBGlareDetection, MBDigitalSignature, + MBFullDocumentImageExtensionFactors> @@ -1607,9 +1651,9 @@

    Declaration

  • @@ -1626,12 +1670,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodGroup;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractBloodGroup: Bool { get set }
    @@ -1680,7 +1724,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 66d1bcab..06ae19d4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1587,9 +1629,9 @@

    Declaration

  • - - - bloodType + + + bloodGroup
    @@ -1604,12 +1646,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) NSString *_Nonnull bloodType;
    +
    @property (readonly, nonatomic) NSString *_Nonnull bloodGroup;

    Swift

    -
    var bloodType: String { get }
    +
    var bloodGroup: String { get }
    @@ -1656,7 +1698,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 0b100ba2..f165a70d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeDlFrontRecognizer

    @interface MBSingaporeDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1510,7 +1553,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 4a0407cd..6ad71558 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1494,7 +1536,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 9a96a595..6b6929f0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBSingaporeIdBackRecognizer

    
     @interface MBSingaporeIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1436,9 +1479,9 @@

    Declaration

  • @@ -1455,12 +1498,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (assign, readwrite, nonatomic) BOOL extractBloodType;
    +
    @property (assign, readwrite, nonatomic) BOOL extractBloodGroup;

    Swift

    -
    var extractBloodType: Bool { get set }
    +
    var extractBloodGroup: Bool { get set }
    @@ -1509,7 +1552,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 690a7696..b6d6e3b1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdBackRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1392,9 +1434,9 @@

    Declaration

  • - - - bloodType + + + bloodGroup
    @@ -1409,12 +1451,12 @@

    Declaration

    Declaration

    Objective-C

    -
    @property (readonly, nonatomic) NSString *_Nonnull bloodType;
    +
    @property (readonly, nonatomic) NSString *_Nonnull bloodGroup;

    Swift

    -
    var bloodType: String { get }
    +
    var bloodGroup: String { get }
    @@ -1493,7 +1535,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 4d46c539..abf40108 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizer.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBSingaporeIdFrontRecognizer

    @interface MBSingaporeIdFrontRecognizer : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBEncodeFaceImage, - MBFaceImageDpi, MBGlareDetection> + MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1544,7 +1587,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 331da7dd..5b500d47 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSingaporeIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1526,7 +1568,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 b6f03f66..ce4945df 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1715,7 +1757,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 3435a692..1579969a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1818,7 +1860,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 d3acb6dc..b30a46ca 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1474,7 +1516,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 aa63ba76..c9cba9a7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1460,7 +1502,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 defdc1f3..208e1476 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1611,7 +1653,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 38330639..b6e63ce2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSlovakiaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1750,7 +1792,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 5b124038..4032d20b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,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 a35dd1ef..b7113e3a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1722,7 +1764,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 79c8aa05..1ffb957b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1440,7 +1482,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 45d9fe4e..bd2617e1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1460,7 +1502,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 4d1ab445..bdee9735 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1509,7 +1551,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 4ba45225..b3a95586 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSloveniaIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,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 8db1484c..85472a60 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBSpainDlFrontRecognizer

    MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1648,7 +1690,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 6d6dd9e3..927b474e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSpainDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1623,7 +1665,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 6ed0246a..425cb23f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 742fec51..c7579c0f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1428,7 +1470,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 c7910c2e..6b93bde5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSuccessFrameGrabberRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1364,7 +1406,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 ae14962d..56d30619 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1646,7 +1688,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 4c5a5861..ec9b06ed 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwedenDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1621,7 +1663,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 975b053e..65988103 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1288,7 +1330,7 @@

    MBSwitzerlandDlFrontRecognizer

    MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBSignatureImage, MBEncodeSignatureImage, MBSignatureImageDpi, - MBGlareDetection> + MBGlareDetection, MBFullDocumentImageExtensionFactors> @@ -1648,7 +1690,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 98388900..c25498f4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1655,7 +1697,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 a167df89..054aeb6d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1576,7 +1618,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 48558652..ab1a68f7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1588,7 +1630,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 6cb180e4..9f9ba096 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,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 69d7886d..e848059c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1462,7 +1504,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 2a68e1ee..14588a44 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1713,7 +1755,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 8484cf6e..5274e024 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBSwitzerlandPassportRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1653,7 +1695,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 c6df6353..37103acd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTapToFocusSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1414,7 +1456,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 eee5ae1a..c17e6ce9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingClass.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1568,7 +1610,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 3f8b3343..64c9a652 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 8ec255a7..d90e6e64 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTemplatingRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,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 685452a7..089f974f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1527,7 +1569,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 760684b0..00778f86 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBTopUpParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 e61e2ec3..4885f8f3 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1286,7 +1328,8 @@

    MBUnitedArabEmiratesDlFrontRecognizer

    @interface MBUnitedArabEmiratesDlFrontRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, - MBFullDocumentImageDpi, MBGlareDetection> + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1610,7 +1653,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 d3a74337..f0ec38be 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesDlFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1590,7 +1632,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 9fcaec5a..f27a8d94 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBUnitedArabEmiratesIdBackRecognizer

    
     @interface MBUnitedArabEmiratesIdBackRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
    -                    MBFullDocumentImageDpi, MBGlareDetection>
    + MBFullDocumentImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1373,7 +1416,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 8e01900b..212a9bbb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdBackRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1365,7 +1407,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 2d89630c..1ad0d5dd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1285,7 +1327,8 @@

    MBUnitedArabEmiratesIdFrontRecognizer

    
     @interface MBUnitedArabEmiratesIdFrontRecognizer
         : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
    -                    MBFaceImage, MBFaceImageDpi, MBGlareDetection>
    + MBFaceImage, MBFaceImageDpi, MBGlareDetection, + MBFullDocumentImageExtensionFactors> @@ -1441,7 +1484,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 8154f735..6af83f47 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUnitedArabEmiratesIdFrontRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1430,7 +1472,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 0fdbd40b..5c8bba83 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,6 +1483,43 @@

    Declaration

    +
  • + +
    +
    +
    +
    +
    +

    Defines how many times the same document should be detected before the detector + returns this document as a result of the deteciton

    + +

    Higher number means more reliable detection, but slower processing

    + +

    Default: 6

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @property (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;
    + +
    +
    +

    Swift

    +
    var numStableDetectionsThreshold: UInt { get set }
    + +
    +
    +
    +
    +
  • @@ -1481,7 +1560,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 c77ba81a..b0bdea6e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlCombinedRecognizerResult.html @@ -77,6 +77,12 @@
  • + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,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 ce714744..f8ebf488 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1441,7 +1483,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 7ec1d3a7..3a4ed8bd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBUsdlRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1489,7 +1531,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 32fb6024..628c2580 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBViewControllerFactory.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1373,7 +1415,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 72f6e196..3318def9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParser.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,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 af11f9bc..78c9a382 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinParserResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 94e6ea5a..4e10ed33 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1368,7 +1410,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 873f9065..ae3d18a7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Classes/MBVinRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1363,7 +1405,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 ea0cb083..15013b4f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Constants.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1521,7 +1563,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 1299b039..47b663ed 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2142,7 +2184,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 3afbd2ed..eb8c9f8c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBBarcodeType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1627,7 +1669,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 0b710a61..9ccfe58f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraAutofocusRestriction.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 c1caa554..25d91468 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,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 ce5e00f6..18de488b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBCameraType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 38a0ae5a..4f6de98e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDateFormat.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1689,7 +1731,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 25ace8db..751f2437 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDeepOcrModel.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1335,7 +1377,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 79d8be8f..c95560c7 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionCode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 41235d09..3d2bdccb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDetectionStatus.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1573,7 +1615,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 11c5d400..caf337b2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentFaceDetectorType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1384,7 +1426,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 f8ebecfe..b8a27ad5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBDocumentSpecificationPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1527,7 +1569,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 757dfdcd..bba8f736 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBEudlCountry.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 50694aee..0e866edb 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBFrameQualityEstimationMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 e7d8cf5e..a23075dd 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdDocumentType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1463,7 +1505,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 d91ca106..9a9990ab 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBMrtdSpecificationPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 24f00734..c5fbf532 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBOcrFont.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -3584,7 +3626,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 e6c2695f..4362664d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBParserResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 5e239c5b..3963e47c 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessingOrientation.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 4a7ac3ab..bdcb5930 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBProcessorResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 f3dcb9ee..124af961 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognitionMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 a1361eb1..645bbbd6 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBRecognizerResultState.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 60cedeb3..03c0e712 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBScanningMode.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1399,7 +1441,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 91888c25..58a60b83 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBTopUpPreset.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 2ec5cf85..2d8d5436 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/MBUsdlKeys.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -4072,7 +4114,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 df8aa2be..0e9c284a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Enums/PPDocumentType.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1431,7 +1473,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 d8f9639a..eb67800a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Functions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -2382,7 +2424,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 a00827f3..bd5fffae 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -3833,7 +3875,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 f4d2c7f6..a8ec7d65 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBBarcodeOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1434,7 +1476,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 b88c6e17..405cfb90 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,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 0b51bfea..433aaf1d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizer.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1341,7 +1383,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 ab31f47d..7d80a0f9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBCombinedRecognizerResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1391,7 +1433,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 ca6e4f15..a99aca72 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1371,7 +1413,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 7eb4216f..f1520ec2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDebugRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1375,7 +1417,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 32e11e21..414dd4b0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1501,7 +1543,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 ebbaaec9..4c30e660 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDetectionRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1506,7 +1548,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 056ac2b2..866542d2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignature.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 4eaa2d40..c2b41f73 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDigitalSignatureResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,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 19a3bb41..d00b03ad 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1436,7 +1478,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 272d4465..5d092b42 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1493,7 +1535,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 a5e8154a..d883e497 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBDocumentVerificationSubviewDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1339,7 +1381,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 34325005..59b72385 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFaceImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 dd1dbe7c..cf20be70 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeFullDocumentImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 86f16190..d3280c79 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeMrzImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 b386d5d0..00d488c4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodeSignatureImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 1330d503..be4ad30b 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedCombinedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,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 14ff96e4..38567bc0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFaceImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 c9ab963c..85caaa65 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 324c4440..b54835c0 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedMrzImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 e600b726..de8b55da 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBEncodedSignatureImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 a13138ad..09af34c5 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 b6decc8e..6daac7fc 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,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 57f02a47..a8e3b214 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFaceImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 675556b5..3bfcfb76 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFieldByFieldOverlayViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1548,7 +1590,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 90f77f27..f2d184de 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,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 6f235f4b..36c72c38 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFirstSideFinishedRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1347,7 +1389,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 17a0a7e2..a4993364 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFrameGrabberRecognizerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1404,7 +1446,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 f8a21eac..2dd7a7be 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 a6260c64..a253e0c9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,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 64d8796d..5b3d43d8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1350,7 +1392,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 6b4a6208..1760b5ce 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBFullDocumentImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 424dcd99..55af7078 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareDetection.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 4a25cfe1..4e875c25 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 19961b93..8fdb8372 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBGlareRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1347,7 +1389,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 0ad4a606..70c93e87 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBImageProcessingRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,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 fce42c6f..d2b01000 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzFilter.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1348,7 +1390,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 71a0e398..60630739 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 3199ef20..def4461a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBMrzImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 83a1fc8f..56e26679 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBNativeResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,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 5707d4d3..549799d9 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrLayoutSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 82f65a28..60551c01 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,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 de9ae748..ddc42407 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOcrRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1340,7 +1382,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 6254e5ca..46a68bf2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBOverlayContainerViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1540,7 +1582,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 2312c620..c1cfe794 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBPointDetectorSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 59a31dd1..ce93f0a4 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBQuadDetectorSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 da394cfa..44c83e0d 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewController.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1730,7 +1772,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 811c7e6c..ce2eaff8 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1649,7 +1691,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 b5bc82b5..3ee1b473 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBResultSubview.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1335,7 +1377,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 e8c6141b..f5794703 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1381,7 +1423,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 733a24cb..1ee20f40 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBScanningRecognizerRunnerViewControllerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1383,7 +1425,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 37a914c3..5d28063e 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImage.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1349,7 +1391,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 1f31a0e4..ed5a8a5f 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageDpi.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1351,7 +1393,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 95de5337..0622810a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSignatureImageResult.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1345,7 +1387,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 1e0be043..19a5a8c2 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBStringProcessingRecognizerRunnerDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1346,7 +1388,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 dae60125..0b9ca258 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBSubviewDelegate.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 9bc6ab33..5a1b123a 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Protocols/MBTemplatingClassifier.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1339,7 +1381,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 43699ca4..1880c315 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1402,7 +1444,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 e3860a08..ebe7f8ad 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBImageExtensionFactors.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1433,7 +1475,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 f570ced4..7ff534d1 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBRange.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 a529fa7f..a8a5e235 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Structs/_MBScale.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 f4324b5b..10f15cad 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/Type Definitions.html @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1561,7 +1603,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 98ed4a7f..cc7774e9 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1342,7 +1384,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 2bae434b..2ba29f8c 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1370,7 +1412,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 09aaccef..736c1dba 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1338,7 +1380,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 0b934e1a..74384f3c 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1433,7 +1475,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 720ba751..4450ae8c 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 9260586c..42c47da6 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 4350d5a7..ee3887ec 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1336,7 +1378,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 f14bac09..3beb50ea 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 @@ -77,6 +77,12 @@ + + @@ -131,6 +137,12 @@ + + @@ -284,6 +296,24 @@ + + + + + + @@ -377,6 +407,18 @@ + + + + @@ -1367,7 +1409,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 9a3ba963..7d09bb58 100644 --- a/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/PPBlinkID.docset/Contents/Resources/Documents/index.html @@ -76,6 +76,12 @@ + + @@ -130,6 +136,12 @@ + + @@ -283,6 +295,24 @@ + + + + + + @@ -376,6 +406,18 @@ + + + + @@ -1307,91 +1349,97 @@

    BlinkID SDK for ID scanning

    Table of contents

    Requirements

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

    Using CocoaPods

  • Copy and paste the following lines into the TextEdit window:

  • platform :ios, '9.0'
    -pod 'PPBlinkID', '~> 4.1.0'
    +pod 'PPBlinkID', '~> 4.3.0'
     
      @@ -1948,6 +1996,10 @@

      MBAustriaCombinedRecognizer is recognizer specialised for scanning both front and back side of Austrian ID.

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      + +

      The MBAustriaDlFrontRecognizerResult is recognizer specialised for scanning front side of Austrian Driver’s License.

      + +

      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.

      Australia

      The MBAustraliaDlFrontRecognizer is recognizer specialised for scanning front side of Australian Driver’s License.

      @@ -1965,6 +2017,10 @@

      MBColombiaIdBackRecognizer is recognizer specialised for scanning back side of Colombian ID.

      +

      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 MBColombiaDlFrontRecognizer is recognizer specialised for scanning front side Colombian Driver’s License.

      +

      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.

      Croatia

      @@ -2042,6 +2098,21 @@

      MBIndonesiaIdFrontRecognizer is recognizer specialised for scanning front side of Indonesian ID.

      +

      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.

      +

      Ireland

      + +

      The MBIrelandDlFrontRecognizer is recognizer specialised for scanning front side of Irish Driver’s License.

      + +

      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.

      +

      Ireland

      + +

      The MBIrelandDlFrontRecognizer is recognizer specialised for scanning front side of Irish Driver’s License.

      + +

      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.

      +

      Italy

      + +

      The MBItalyDlFrontRecognizer is recognizer specialised for scanning front side of Italian Driver’s License.

      +

      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.

      Jordan

      @@ -2100,6 +2171,19 @@

      MBNewZealandDLFrontRecognizer is recognizer specialised for scanning front side of New Zealand Driver’s License.

      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.

      +

      Elite Payment Card

      + +

      The MBElitePaymentCardFrontRecognizer is recognizer specialised for scanning front side of Elite Payment 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.

      + +

      The MBElitePaymentCardBackRecognizer is recognizer specialised for scanning back side of Elite Payment 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.

      + +

      The MBElitePaymentCardCombinedRecognizer is recognizer specialised for scanning both front and back side of Elite Payment Card.

      + +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      Payment Card

      The MBPaymentCardFrontRecognizer is recognizer specialised for scanning front side of Payment Card.

      @@ -2239,7 +2323,8 @@

      MBUsdlCombinedRecognizer is recognizer specialised for scanning both front and back side of US Driver’s License.

      -

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.# Field by field scanning feature

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      +

      Field by field scanning feature

      Field by field scanning feature is designed for scanning small text fields which are called scan elements. For each scan element, specific MBParser that will extract structured data of interest from the OCR result is defined. Focusing on the small text fields which are scanned one by one enables implementing support for the free-form documents because field detection is not required. The user is responsible for positioning the field of interest inside the scanning window and the scanning process guides him. When implementing support for the custom document, only fields of interest has to be defined.

      @@ -2361,7 +2446,8 @@

      MBTopUpParser is used for extracting TopUp (mobile phone coupon) codes from the OCR result. There exists TopUpPreset enum with presets for most common vendors. Method - (void)setTopUpPreset:(MBTopUpPreset)topUpPreset can be used to configure parser to only return codes with the appropriate format defined by the used preset.

      VIN (Vehicle Identification Number) Parser

      -

      MBVinParser is used for extracting VIN (Vehicle Identification Number) from the OCR result.# Scanning generic documents with Templating API

      +

      MBVinParser is used for extracting VIN (Vehicle Identification Number) from the OCR result.

      +

      Scanning generic documents with Templating API

      This section discusses the setting up of MBDetectorRecognizer for scanning templated documents. Please check Templating-sample sample app for source code examples.

      @@ -2482,6 +2568,91 @@

      MBMrtdDetector doc, and for available result content see MBMrtdDetectorResult doc.

      +

      Creating customized build of BlinkID SDK

      + +

      If your final app size is too large, you can create a customised build of MicroBlink.framework and MicroBlink.bundle which will contain only features and resources that you really need.

      + +

      In order to create customised build of BlinkID SDK, you first need to download the static distribution of BlinkID SDK. A valid production licence key is required in order to gain access to the download link of BlinkID SDK static distribution. Once you have a valid production licence key, please contact our support team and ask them to provide you with the download link. After they give you access to the static distribution of BlinkID SDK, you will be able to download it from you account at MicroBlink Developer Dashboard.

      + +

      The static distribution of BlinkID SDK is a large zip file (several hundred megabytes) which contains static libraries of BlinkID SDK’s native code, all assets and resources and a script which will create the customised build for you.

      +

      Prerequisites for creating customised build

      + +

      In order to create customised build of BlinkID SDK, you will need following tools:

      + +
        +
      • XCode and latest iOS SDK
      • +
      • CMake - you can install it from Homebrew with brew install cmake, or you can download it from official page + +
          +
        • please note that command-line version of CMake is required, so if you have downloaded CMake from official page, make sure you install command-line support as well
        • +
      • +
      +

      Steps for creating customised build

      + +
        +
      1. Obtain the static distribution of BlinkID SDK by contacting us
      2. +
      3. Download the zip from link that you will be provided
      4. +
      5. Unzip the file into an empty folder
      6. +
      7. Edit the file enabled-features.cmake + +
          +
        • you should enable only features that you need to use by setting appropriate variables to ON.
        • +
        • the list of all possible feature variables can be found in features.cmake + +
            +
          • for each feature_option command, first parameter defines the feature variable, and the second is the description of the feature, i.e. what it provides. Other parameters are information for script to work correctly.
          • +
        • +
        • you should not edit any file except enabled-features.cmake (except if instructed so by our support team) to ensure creation of customised build works well
        • +
      8. +
      9. Open terminal and navigate to folder with zip’s contents.
      10. +
      11. Execute command ./create-custom-build.sh and select whether you want static or dynamic frameowk. + +
          +
        • when asked, enter s to build static framework or d to build dynamic framework
        • +
      12. +
      13. After several minutes (depedending of CPU speed of your computer), customised build will appear in the Release folder. Use that bundle and framework in your app instead of default one.
      14. +
      +

      Warning:

      + +

      Attempt to use feature within your app which was not enabled in customised build will cause a linker error when linking against the customised framework.

      +

      Troubleshooting:

      +

      Getting unrecognized selector sent to instance when using customised static framework, while everything works OK with dynamic framework

      + +

      This happens when your app has not been linked with -ObjC flag against static framework. The problem is related to using Objective C categories within static library which are thrown away by linker. You can see more information in official Apple documentation.

      +

      App crashing when scanning starts with log message Failed to load resource XX. The program will now crash.

      + +

      This means that a required resource was not packaged into final app. This usually indicates a bug in our script that makes the customised build. Please contact us and send your version of enabled-features.cmake and crash log.

      +

      CMake error while running script.

      + +

      You probably have a typo in enabled-features.cmake. CMake is very sensitive language and will throw an non-understandable error if you have a typo or invoke any of its commands with wrong number of parameters.

      +

      Linker error while running the script.

      + +

      This sometimes happens when XCode’s link time optimizer runs out of memory. Usually running the script again solves the problem. Please reboot your Mac if this keeps happening.

      + + +

      FEATURE_MRTD marks the MRTD recognizer. However, MRTD recognizer can also be used in Templating API mode where non-MRZ data can be scanned. To perform OCR of non-MRZ data, a rather large OCR model must be used, which supports all fonts. If you only plan to scan MRZ part of the document, you can edit the features.cmake in following way:

      + +
        +
      • find the following line:
      • +
      +
      feature_resources( FEATURE_MRTD model_mrtd model_general_blink_ocr model_micr model_arabic )
      +
      + +
        +
      • keep only model_mrtd in the list, i.e. modify the line so that it will be like this:
      • +
      +
      feature_resources( FEATURE_MRTD model_mrtd )
      +
      + +

      This will keep only support for reading MRZ zone in OCR - you will not be able to scan non-MRZ data with such configuration using MRTD recognizer, however you will reduce the MicroBlink.bundle and then final app size by more than 4MB.

      +
      More information about OCR models in FEATURE_MRTD
      + +
        +
      • model_mrtd is OCR model for performing OCR of MRZ zone
      • +
      • model_arabic is OCR model for performing OCR of digits used in arabic languages - text scanning is not supported
      • +
      • model_micr is OCR model for performing OCR of Magnetic Ink Characters
      • +
      • model_general_blink_ocr is OCR model for performing general-purpose OCR. This model is usually required for performing OCR of non-MRZ text on documents.
      • +

      Troubleshooting

      Integration problems

      @@ -2571,7 +2742,7 @@

      Additional info

      -

      Complete API reference can be found here.

      +

      Complete API reference can be found here.

      For any other questions, feel free to contact us at help.microblink.com.

      @@ -2582,7 +2753,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 492755c7..b399be3a 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(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)bloodType":{"name":"bloodType","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)extractBloodType":{"name":"extractBloodType","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)bloodType":{"name":"bloodType","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)extractBloodType":{"name":"extractBloodType","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/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/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)name":{"name":"name","abstract":"

      The Name of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The Identity Number of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The Nationality of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The Class of the Malaysian DL.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The Valid From date of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The Valid Until date of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The Street of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipCode":{"name":"zipCode","abstract":"

      The Zip Code of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The City of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)state":{"name":"state","abstract":"

      The State of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The Full Address of the Malaysian 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":"

      Malaysian DL Front recognizer result

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractDlClass":{"name":"extractDlClass","abstract":"

      Defines if owner’s license class should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if owner’s valid from should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if owner’s valid until should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractFullAddress":{"name":"extractFullAddress","abstract":"

      Defines if owner’s full address should be extracted from Malaysian DL

      ","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/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Indonesian ID owner in DD.MM.yyyy format.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Indonesian ID owner

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood type of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel desa of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital status of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The occupation of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      The document date of expiry of the Indonesian ID in DD.MM.yyyy format.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The document date of expiry of the Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)validUntilPermanent":{"name":"validUntilPermanent","abstract":"

      Check if date of expiry is permanent on the Indonesian ID.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentClassifier":{"name":"documentClassifier","abstract":"

      The document classifier of Indonesian ID

      ","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":"

      Indonesian ID Front recognizer result

      ","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)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)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)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if rt should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if rw should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if keldesa should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until should be extracted from Indonesian ID

      ","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/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/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/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/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)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if citizenship 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/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/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/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":"

      Class for configuring Indonesian ID Front Recognizer.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Indonesian ID

      "},"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":"

      Class for configuring Malaysian DL Front Recognizer.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Malaysian 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)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 diff --git a/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx b/docs/docsets/PPBlinkID.docset/Contents/Resources/docSet.dsidx index 6dc00468..537a95aa 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 39208f0d..644abce3 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 9a3ba963..7d09bb58 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,6 +76,12 @@ + + @@ -130,6 +136,12 @@ + + @@ -283,6 +295,24 @@ + + + + + + @@ -376,6 +406,18 @@ + + + + @@ -1307,91 +1349,97 @@

      BlinkID SDK for ID scanning

      Table of contents

      Requirements

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

      Using CocoaPods

    • Copy and paste the following lines into the TextEdit window:

    platform :ios, '9.0'
    -pod 'PPBlinkID', '~> 4.1.0'
    +pod 'PPBlinkID', '~> 4.3.0'
     
      @@ -1948,6 +1996,10 @@

      MBAustriaCombinedRecognizer is recognizer specialised for scanning both front and back side of Austrian ID.

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      + +

      The MBAustriaDlFrontRecognizerResult is recognizer specialised for scanning front side of Austrian Driver’s License.

      + +

      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.

      Australia

      The MBAustraliaDlFrontRecognizer is recognizer specialised for scanning front side of Australian Driver’s License.

      @@ -1965,6 +2017,10 @@

      MBColombiaIdBackRecognizer is recognizer specialised for scanning back side of Colombian ID.

      +

      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 MBColombiaDlFrontRecognizer is recognizer specialised for scanning front side Colombian Driver’s License.

      +

      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.

      Croatia

      @@ -2042,6 +2098,21 @@

      MBIndonesiaIdFrontRecognizer is recognizer specialised for scanning front side of Indonesian ID.

      +

      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.

      +

      Ireland

      + +

      The MBIrelandDlFrontRecognizer is recognizer specialised for scanning front side of Irish Driver’s License.

      + +

      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.

      +

      Ireland

      + +

      The MBIrelandDlFrontRecognizer is recognizer specialised for scanning front side of Irish Driver’s License.

      + +

      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.

      +

      Italy

      + +

      The MBItalyDlFrontRecognizer is recognizer specialised for scanning front side of Italian Driver’s License.

      +

      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.

      Jordan

      @@ -2100,6 +2171,19 @@

      MBNewZealandDLFrontRecognizer is recognizer specialised for scanning front side of New Zealand Driver’s License.

      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.

      +

      Elite Payment Card

      + +

      The MBElitePaymentCardFrontRecognizer is recognizer specialised for scanning front side of Elite Payment 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.

      + +

      The MBElitePaymentCardBackRecognizer is recognizer specialised for scanning back side of Elite Payment 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.

      + +

      The MBElitePaymentCardCombinedRecognizer is recognizer specialised for scanning both front and back side of Elite Payment Card.

      + +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      Payment Card

      The MBPaymentCardFrontRecognizer is recognizer specialised for scanning front side of Payment Card.

      @@ -2239,7 +2323,8 @@

      MBUsdlCombinedRecognizer is recognizer specialised for scanning both front and back side of US Driver’s License.

      -

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.# Field by field scanning feature

      +

      This recognizer can be used in any overlay view controller, but it works best with the MBDocumentVerificationOverlayViewController, which has UI best suited for both side document scanning.

      +

      Field by field scanning feature

      Field by field scanning feature is designed for scanning small text fields which are called scan elements. For each scan element, specific MBParser that will extract structured data of interest from the OCR result is defined. Focusing on the small text fields which are scanned one by one enables implementing support for the free-form documents because field detection is not required. The user is responsible for positioning the field of interest inside the scanning window and the scanning process guides him. When implementing support for the custom document, only fields of interest has to be defined.

      @@ -2361,7 +2446,8 @@

      MBTopUpParser is used for extracting TopUp (mobile phone coupon) codes from the OCR result. There exists TopUpPreset enum with presets for most common vendors. Method - (void)setTopUpPreset:(MBTopUpPreset)topUpPreset can be used to configure parser to only return codes with the appropriate format defined by the used preset.

      VIN (Vehicle Identification Number) Parser

      -

      MBVinParser is used for extracting VIN (Vehicle Identification Number) from the OCR result.# Scanning generic documents with Templating API

      +

      MBVinParser is used for extracting VIN (Vehicle Identification Number) from the OCR result.

      +

      Scanning generic documents with Templating API

      This section discusses the setting up of MBDetectorRecognizer for scanning templated documents. Please check Templating-sample sample app for source code examples.

      @@ -2482,6 +2568,91 @@

      MBMrtdDetector doc, and for available result content see MBMrtdDetectorResult doc.

      +

      Creating customized build of BlinkID SDK

      + +

      If your final app size is too large, you can create a customised build of MicroBlink.framework and MicroBlink.bundle which will contain only features and resources that you really need.

      + +

      In order to create customised build of BlinkID SDK, you first need to download the static distribution of BlinkID SDK. A valid production licence key is required in order to gain access to the download link of BlinkID SDK static distribution. Once you have a valid production licence key, please contact our support team and ask them to provide you with the download link. After they give you access to the static distribution of BlinkID SDK, you will be able to download it from you account at MicroBlink Developer Dashboard.

      + +

      The static distribution of BlinkID SDK is a large zip file (several hundred megabytes) which contains static libraries of BlinkID SDK’s native code, all assets and resources and a script which will create the customised build for you.

      +

      Prerequisites for creating customised build

      + +

      In order to create customised build of BlinkID SDK, you will need following tools:

      + +
        +
      • XCode and latest iOS SDK
      • +
      • CMake - you can install it from Homebrew with brew install cmake, or you can download it from official page + +
          +
        • please note that command-line version of CMake is required, so if you have downloaded CMake from official page, make sure you install command-line support as well
        • +
      • +
      +

      Steps for creating customised build

      + +
        +
      1. Obtain the static distribution of BlinkID SDK by contacting us
      2. +
      3. Download the zip from link that you will be provided
      4. +
      5. Unzip the file into an empty folder
      6. +
      7. Edit the file enabled-features.cmake + +
          +
        • you should enable only features that you need to use by setting appropriate variables to ON.
        • +
        • the list of all possible feature variables can be found in features.cmake + +
            +
          • for each feature_option command, first parameter defines the feature variable, and the second is the description of the feature, i.e. what it provides. Other parameters are information for script to work correctly.
          • +
        • +
        • you should not edit any file except enabled-features.cmake (except if instructed so by our support team) to ensure creation of customised build works well
        • +
      8. +
      9. Open terminal and navigate to folder with zip’s contents.
      10. +
      11. Execute command ./create-custom-build.sh and select whether you want static or dynamic frameowk. + +
          +
        • when asked, enter s to build static framework or d to build dynamic framework
        • +
      12. +
      13. After several minutes (depedending of CPU speed of your computer), customised build will appear in the Release folder. Use that bundle and framework in your app instead of default one.
      14. +
      +

      Warning:

      + +

      Attempt to use feature within your app which was not enabled in customised build will cause a linker error when linking against the customised framework.

      +

      Troubleshooting:

      +

      Getting unrecognized selector sent to instance when using customised static framework, while everything works OK with dynamic framework

      + +

      This happens when your app has not been linked with -ObjC flag against static framework. The problem is related to using Objective C categories within static library which are thrown away by linker. You can see more information in official Apple documentation.

      +

      App crashing when scanning starts with log message Failed to load resource XX. The program will now crash.

      + +

      This means that a required resource was not packaged into final app. This usually indicates a bug in our script that makes the customised build. Please contact us and send your version of enabled-features.cmake and crash log.

      +

      CMake error while running script.

      + +

      You probably have a typo in enabled-features.cmake. CMake is very sensitive language and will throw an non-understandable error if you have a typo or invoke any of its commands with wrong number of parameters.

      +

      Linker error while running the script.

      + +

      This sometimes happens when XCode’s link time optimizer runs out of memory. Usually running the script again solves the problem. Please reboot your Mac if this keeps happening.

      + + +

      FEATURE_MRTD marks the MRTD recognizer. However, MRTD recognizer can also be used in Templating API mode where non-MRZ data can be scanned. To perform OCR of non-MRZ data, a rather large OCR model must be used, which supports all fonts. If you only plan to scan MRZ part of the document, you can edit the features.cmake in following way:

      + +
        +
      • find the following line:
      • +
      +
      feature_resources( FEATURE_MRTD model_mrtd model_general_blink_ocr model_micr model_arabic )
      +
      + +
        +
      • keep only model_mrtd in the list, i.e. modify the line so that it will be like this:
      • +
      +
      feature_resources( FEATURE_MRTD model_mrtd )
      +
      + +

      This will keep only support for reading MRZ zone in OCR - you will not be able to scan non-MRZ data with such configuration using MRTD recognizer, however you will reduce the MicroBlink.bundle and then final app size by more than 4MB.

      +
      More information about OCR models in FEATURE_MRTD
      + +
        +
      • model_mrtd is OCR model for performing OCR of MRZ zone
      • +
      • model_arabic is OCR model for performing OCR of digits used in arabic languages - text scanning is not supported
      • +
      • model_micr is OCR model for performing OCR of Magnetic Ink Characters
      • +
      • model_general_blink_ocr is OCR model for performing general-purpose OCR. This model is usually required for performing OCR of non-MRZ text on documents.
      • +

      Troubleshooting

      Integration problems

      @@ -2571,7 +2742,7 @@

      Additional info

      -

      Complete API reference can be found here.

      +

      Complete API reference can be found here.

      For any other questions, feel free to contact us at help.microblink.com.

      @@ -2582,7 +2753,7 @@

      Addit diff --git a/docs/search.json b/docs/search.json index 492755c7..b399be3a 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(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)bloodType":{"name":"bloodType","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)extractBloodType":{"name":"extractBloodType","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)bloodType":{"name":"bloodType","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)extractBloodType":{"name":"extractBloodType","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/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/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)name":{"name":"name","abstract":"

      The Name of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)identityNumber":{"name":"identityNumber","abstract":"

      The Identity Number of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)nationality":{"name":"nationality","abstract":"

      The Nationality of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)dlClass":{"name":"dlClass","abstract":"

      The Class of the Malaysian DL.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validFrom":{"name":"validFrom","abstract":"

      The Valid From date of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The Valid Until date of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)street":{"name":"street","abstract":"

      The Street of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)zipCode":{"name":"zipCode","abstract":"

      The Zip Code of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The City of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)state":{"name":"state","abstract":"

      The State of the Malaysian DL owner.

      ","parent_name":"MBMalaysiaDlFrontRecognizerResult"},"Classes/MBMalaysiaDlFrontRecognizerResult.html#/c:objc(cs)MBMalaysiaDlFrontRecognizerResult(py)fullAddress":{"name":"fullAddress","abstract":"

      The Full Address of the Malaysian 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":"

      Malaysian DL Front recognizer result

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractName":{"name":"extractName","abstract":"

      Defines if owner’s name should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractNationality":{"name":"extractNationality","abstract":"

      Defines if owner’s nationality should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractDlClass":{"name":"extractDlClass","abstract":"

      Defines if owner’s license class should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidFrom":{"name":"extractValidFrom","abstract":"

      Defines if owner’s valid from should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if owner’s valid until should be extracted from Malaysian DL

      ","parent_name":"MBMalaysiaDlFrontRecognizer"},"Classes/MBMalaysiaDlFrontRecognizer.html#/c:objc(cs)MBMalaysiaDlFrontRecognizer(py)extractFullAddress":{"name":"extractFullAddress","abstract":"

      Defines if owner’s full address should be extracted from Malaysian DL

      ","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/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(im)init":{"name":"-init","abstract":"

      Undocumented

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)province":{"name":"province","abstract":"

      The province of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)city":{"name":"city","abstract":"

      The city of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentNumber":{"name":"documentNumber","abstract":"

      The document number of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)name":{"name":"name","abstract":"

      The name of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)placeOfBirth":{"name":"placeOfBirth","abstract":"

      The place of birth of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rawDateOfBirth":{"name":"rawDateOfBirth","abstract":"

      The date of birth of Indonesian ID owner in DD.MM.yyyy format.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)dateOfBirth":{"name":"dateOfBirth","abstract":"

      The date of birth of Indonesian ID owner

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)sex":{"name":"sex","abstract":"

      The sex of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)bloodType":{"name":"bloodType","abstract":"

      The blood type of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)address":{"name":"address","abstract":"

      The address of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rt":{"name":"rt","abstract":"

      The rt of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rw":{"name":"rw","abstract":"

      The rw of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)kelDesa":{"name":"kelDesa","abstract":"

      The kel desa of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)district":{"name":"district","abstract":"

      The district of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)religion":{"name":"religion","abstract":"

      The religion of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)maritalStatus":{"name":"maritalStatus","abstract":"

      The marital status of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)occupation":{"name":"occupation","abstract":"

      The occupation of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)citizenship":{"name":"citizenship","abstract":"

      The occupation of the Indonesian ID owner.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)rawValidUntil":{"name":"rawValidUntil","abstract":"

      The document date of expiry of the Indonesian ID in DD.MM.yyyy format.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)validUntil":{"name":"validUntil","abstract":"

      The document date of expiry of the Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)validUntilPermanent":{"name":"validUntilPermanent","abstract":"

      Check if date of expiry is permanent on the Indonesian ID.

      ","parent_name":"MBIndonesiaIdFrontRecognizerResult"},"Classes/MBIndonesiaIdFrontRecognizerResult.html#/c:objc(cs)MBIndonesiaIdFrontRecognizerResult(py)documentClassifier":{"name":"documentClassifier","abstract":"

      The document classifier of Indonesian ID

      ","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":"

      Indonesian ID Front recognizer result

      ","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)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)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)extractBloodType":{"name":"extractBloodType","abstract":"

      Defines if blood type should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractAddress":{"name":"extractAddress","abstract":"

      Defines if address should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRt":{"name":"extractRt","abstract":"

      Defines if rt should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractRw":{"name":"extractRw","abstract":"

      Defines if rw should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractKelDesa":{"name":"extractKelDesa","abstract":"

      Defines if keldesa should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractDistrict":{"name":"extractDistrict","abstract":"

      Defines if district should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractReligion":{"name":"extractReligion","abstract":"

      Defines if religion should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractMaritalStatus":{"name":"extractMaritalStatus","abstract":"

      Defines if marital status should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractOccupation":{"name":"extractOccupation","abstract":"

      Defines if occupation should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractCitizenship":{"name":"extractCitizenship","abstract":"

      Defines if citizenship should be extracted from Indonesian ID

      ","parent_name":"MBIndonesiaIdFrontRecognizer"},"Classes/MBIndonesiaIdFrontRecognizer.html#/c:objc(cs)MBIndonesiaIdFrontRecognizer(py)extractValidUntil":{"name":"extractValidUntil","abstract":"

      Defines if valid until should be extracted from Indonesian ID

      ","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/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/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/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/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)extractLicenceNumber":{"name":"extractLicenceNumber","abstract":"

      Defines if citizenship 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/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/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/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":"

      Class for configuring Indonesian ID Front Recognizer.

      "},"Classes/MBIndonesiaIdFrontRecognizerResult.html":{"name":"MBIndonesiaIdFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Indonesian ID

      "},"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":"

      Class for configuring Malaysian DL Front Recognizer.

      "},"Classes/MBMalaysiaDlFrontRecognizerResult.html":{"name":"MBMalaysiaDlFrontRecognizerResult","abstract":"

      Class representing values obtained when scanning front side of Malaysian 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)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 diff --git a/docs/undocumented.json b/docs/undocumented.json index 21ed16bb..37c4cef8 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -44,7 +44,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBAustriaCombinedRecognizer.h", - "line": 41, + "line": 43, "symbol": "MBAustriaCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -56,6 +56,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/MBAustriaDlFrontRecognizer.h", + "line": 31, + "symbol": "MBAustriaDlFrontRecognizer.-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/MBAustriaDlFrontRecognizerResult.h", + "line": 26, + "symbol": "MBAustriaDlFrontRecognizerResult.-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/MBAustriaIdBackRecognizer.h", "line": 27, @@ -72,7 +86,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBAustriaIdFrontRecognizer.h", - "line": 36, + "line": 37, "symbol": "MBAustriaIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -86,7 +100,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBAustriaPassportRecognizer.h", - "line": 33, + "line": 34, "symbol": "MBAustriaPassportRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -140,6 +154,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/MBColombiaDlFrontRecognizer.h", + "line": 28, + "symbol": "MBColombiaDlFrontRecognizer.-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/MBColombiaDlFrontRecognizerResult.h", + "line": 24, + "symbol": "MBColombiaDlFrontRecognizerResult.-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/MBColombiaIdBackRecognizer.h", "line": 27, @@ -205,7 +233,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCroatiaIdBackRecognizer.h", - "line": 28, + "line": 29, "symbol": "MBCroatiaIdBackRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -219,7 +247,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCroatiaIdFrontRecognizer.h", - "line": 36, + "line": 37, "symbol": "MBCroatiaIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -275,7 +303,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCyprusIdBackRecognizer.h", - "line": 24, + "line": 25, "symbol": "MBCyprusIdBackRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -289,7 +317,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBCyprusIdFrontRecognizer.h", - "line": 27, + "line": 28, "symbol": "MBCyprusIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -728,6 +756,48 @@ "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, + { + "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBElitePaymentCardBackRecognizer.h", + "line": 25, + "symbol": "MBElitePaymentCardBackRecognizer.-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/MBElitePaymentCardBackRecognizerResult.h", + "line": 22, + "symbol": "MBElitePaymentCardBackRecognizerResult.-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/MBElitePaymentCardCombinedRecognizer.h", + "line": 28, + "symbol": "MBElitePaymentCardCombinedRecognizer.-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/MBElitePaymentCardCombinedRecognizerResult.h", + "line": 25, + "symbol": "MBElitePaymentCardCombinedRecognizerResult.-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/MBElitePaymentCardFrontRecognizer.h", + "line": 25, + "symbol": "MBElitePaymentCardFrontRecognizer.-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/MBElitePaymentCardFrontRecognizerResult.h", + "line": 22, + "symbol": "MBElitePaymentCardFrontRecognizerResult.-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/MBEmailParserResult.h", "line": 20, @@ -1360,7 +1430,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBHongKongIdFrontRecognizer.h", - "line": 29, + "line": 30, "symbol": "MBHongKongIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1486,18 +1556,46 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBIndonesiaIdFrontRecognizer.h", - "line": 28, + "line": 31, "symbol": "MBIndonesiaIdFrontRecognizer.-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/MBIndonesiaIdFrontRecognizerResult.h", - "line": 22, + "line": 26, "symbol": "MBIndonesiaIdFrontRecognizerResult.-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/MBIrelandDlFrontRecognizer.h", + "line": 31, + "symbol": "MBIrelandDlFrontRecognizer.-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/MBIrelandDlFrontRecognizerResult.h", + "line": 27, + "symbol": "MBIrelandDlFrontRecognizerResult.-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/MBItalyDlFrontRecognizer.h", + "line": 31, + "symbol": "MBItalyDlFrontRecognizer.-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/MBItalyDlFrontRecognizerResult.h", + "line": 26, + "symbol": "MBItalyDlFrontRecognizerResult.-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/MBJordanCombinedRecognizer.h", "line": 34, @@ -1542,7 +1640,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBKuwaitIdBackRecognizer.h", - "line": 24, + "line": 25, "symbol": "MBKuwaitIdBackRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1556,7 +1654,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBKuwaitIdFrontRecognizer.h", - "line": 28, + "line": 29, "symbol": "MBKuwaitIdFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1633,7 +1731,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBMalaysiaDlFrontRecognizerResult.h", - "line": 21, + "line": 24, "symbol": "MBMalaysiaDlFrontRecognizerResult.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1927,7 +2025,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBPaymentCardBackRecognizer.h", - "line": 24, + "line": 25, "symbol": "MBPaymentCardBackRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -1941,7 +2039,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBPaymentCardCombinedRecognizer.h", - "line": 27, + "line": 28, "symbol": "MBPaymentCardCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2375,7 +2473,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSingaporeCombinedRecognizer.h", - "line": 27, + "line": 31, "symbol": "MBSingaporeCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2515,7 +2613,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBSpainDlFrontRecognizer.h", - "line": 37, + "line": 38, "symbol": "MBSpainDlFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2690,7 +2788,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBUnitedArabEmiratesDlFrontRecognizer.h", - "line": 27, + "line": 28, "symbol": "MBUnitedArabEmiratesDlFrontRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" @@ -2732,7 +2830,7 @@ }, { "file": "/opt/jenkins-ios/E0/blinkid-ios-framework/blinkid-ios/MicroBlink.framework/Headers/MBUsdlCombinedRecognizer.h", - "line": 65, + "line": 75, "symbol": "MBUsdlCombinedRecognizer.-init", "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented"