Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp.genericdocument
/
FieldParsedData
Field
Parsed
Data
data
class
FieldParsedData
(
val
type
:
FieldDataFormat
,
val
value
:
String
)
Parsed data.
Members
Constructors
Field
Parsed
Data
Link copied to clipboard
constructor
(
type
:
FieldDataFormat
,
value
:
String
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
FieldDataFormat
Parsing type.
value
Link copied to clipboard
val
value
:
String
Parsed value.
Functions
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
String