Package io.scanbot.check.entity
Class Check
-
- All Implemented Interfaces:
public class Check extends GenericDocumentWrapper
Check Document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Check.FieldNames
public class
Check.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description private final TextFieldWrapper
fontType
private final TextFieldWrapper
rawString
-
Constructor Summary
Constructors Constructor Description Check(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getFontType()
type of check font final TextFieldWrapper
getRawString()
Detected raw string -
-
Constructor Detail
-
Check
Check(GenericDocument document)
-
-
Method Detail
-
getFontType
final TextFieldWrapper getFontType()
type of check font
-
getRawString
final TextFieldWrapper getRawString()
Detected raw string
-
-
-
-