Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.documentdata
/
DocumentDataExtractorConfigurationElement
Document
Data
Extractor
Configuration
Element
sealed
class
DocumentDataExtractorConfigurationElement
:
Parcelable
Base class for all generic document configuration elements.
Inheritors
DateValidationConfiguration
DeAddressParserConfiguration
EuropeanHealthInsuranceCardConfiguration
MrzFallbackConfiguration
AutoFocusConfiguration
GlareDetectionConfiguration
DocumentDataExtractorCommonConfiguration
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
abstract
val
_type
:
String
Functions
clone
Link copied to clipboard
abstract
fun
clone
(
)
:
DocumentDataExtractorConfigurationElement
to
Json
Link copied to clipboard
abstract
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject