Scanbot SDK
Loading...
Searching...
No Matches
FieldParsedData

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.
 

Detailed Description

Parsed data.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
FieldDataFormat type,
str value )

Constructs FieldParsedData with the given params.

Parameters
typeParsing type.
valueParsed value.

Member Function Documentation

◆ type()

FieldDataFormat type ( self)

Getter for type field.

See __init__ method documentation for more information about the field.

◆ value()

str value ( self)

Getter for value field.

See __init__ method documentation for more information about the field.


The documentation for this class was generated from the following file: