|
Scanbot SDK
|
Parsed data. More...
Public Member Functions | |
| None | __init__ (self, *, FieldDataFormat type, str value) |
| Constructs FieldParsedData with the given params. | |
| FieldDataFormat | type (self) |
| Getter for type field. | |
| str | value (self) |
| Getter for value field. | |
Parsed data.
| None __init__ | ( | self, | |
| * | , | ||
| FieldDataFormat | type, | ||
| str | value ) |
Constructs FieldParsedData with the given params.
| type | Parsing type. |
| value | Parsed value. |
| FieldDataFormat type | ( | self | ) |
Getter for type field.
See __init__ method documentation for more information about the field.
| str value | ( | self | ) |
Getter for value field.
See __init__ method documentation for more information about the field.