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.tiffgeneration
/
UserFieldStringValue
User
Field
String
Value
data
class
UserFieldStringValue
(
var
value
:
String
)
:
UserFieldValue
ASCII string value (TIFF_ASCII).
Members
Constructors
User
Field
String
Value
Link copied to clipboard
constructor
(
value
:
String
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
value
Link copied to clipboard
var
value
:
String
Value.
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
)
:
String