-
public final class IdScanResult.FieldContainer for detected field data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumIdScanResult.Field.TypePossible ID card fields enumerated
-
Field Summary
Fields Modifier and Type Field Description private final IdScanResult.Field.Typetypeprivate final BitmapvisualSourceprivate final Stringtextprivate final FloattextConfidenceprivate final Booleanvalidated
-
Constructor Summary
Constructors Constructor Description IdScanResult.Field(IdScanResult.Field.Type type, Bitmap visualSource, String text, Float textConfidence, Boolean validated)
-
Method Summary
Modifier and Type Method Description final IdScanResult.Field.TypegetType()final BitmapgetVisualSource()Cropped image part for given field final StringgetText()final FloatgetTextConfidence()final BooleangetValidated()If this field was validated with MRZ or not (only valid for MRZ fields) - false otherwise -
-
Constructor Detail
-
IdScanResult.Field
IdScanResult.Field(IdScanResult.Field.Type type, Bitmap visualSource, String text, Float textConfidence, Boolean validated)
-
-
Method Detail
-
getType
final IdScanResult.Field.Type getType()
-
getVisualSource
final Bitmap getVisualSource()
Cropped image part for given field
-
getTextConfidence
final Float getTextConfidence()
-
getValidated
final Boolean getValidated()
If this field was validated with MRZ or not (only valid for MRZ fields) - false otherwise
-
-
-
-