New features
- Changes to the
BlinkIdSingleSideRecognizer
andBlinkIdMultiSideRecognizer
:- add new fields inside
StringResult
:arabicLocation
- location coordinates of the arabic text orundefined
if arabic text is emptycyrillicLocation
- location coordinates of the cyrillic text orundefined
if cyrillic text is emptylatinLocation
- location coordinates of the latin text orundefined
if latin text is emptyarabicSide
- document side of the arabic text orundefined
if arabic text is emptycyrillicSide
- document side of the cyrillic text orundefined
if cyrillic text is emptylatinSide
- document side of the latin text orundefined
if latin text is empty
- new results in
Recognizer.Result
:faceImageLocation
faceImageSide
- add new fields inside
- Add new
Country
enum value -SCHENGEN_AREA
- And new
Type
enum value -IMMIGRANT_VISA
Bugfixes
- Improved scanning success rate and stability when using
BlinkIdMultiSideRecognizer
Minor breaking changes
- renamed and reordeded elements in the
DetectionStatus
enum