Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.genericdocument.entity
/
FieldParsedData
Field
Parsed
Data
data
class
FieldParsedData
(
val
type
:
FieldDataFormat
,
val
value
:
String
)
:
Parcelable
Parsed data.
Members
Constructors
Field
Parsed
Data
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
type
:
FieldDataFormat
,
value
:
String
)
Properties
type
Link copied to clipboard
val
type
:
FieldDataFormat
Parsing type.
value
Link copied to clipboard
val
value
:
String
Parsed value.
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
FieldParsedData
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject