Package io.scanbot.ehicscanner.model
Class EhicRecognitionResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class EhicRecognitionResult implements Parcelable
The result of EHIC recognition returned by io.scanbot.ehicscanner.EhicRecognizer
-
-
Field Summary
Fields Modifier and Type Field Description private Bitmap
debugImage
public final List<EhicField>
fields
public final EhicDetectionStatus
status
-
Constructor Summary
Constructors Constructor Description EhicRecognitionResult(List<EhicField> fields, Integer status, Bitmap debugImage)
EhicRecognitionResult(List<EhicField> fields, EhicDetectionStatus status)
-
Method Summary
Modifier and Type Method Description final Bitmap
getDebugImage()
Internal field, do not use. final Unit
setDebugImage(Bitmap debugImage)
Internal field, do not use. -
-
Method Detail
-
getDebugImage
final Bitmap getDebugImage()
Internal field, do not use.
-
setDebugImage
final Unit setDebugImage(Bitmap debugImage)
Internal field, do not use.
-
-
-
-