BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-core
/
com.microblink.blinkid.core.resources
/
OtaVersionsResponse
Ota
Versions
Response
@
Serializable
data
class
OtaVersionsResponse
(
val
embedderEngine
:
Engine
,
val
templateEngine
:
Engine
,
val
documentKnowledgeEngine
:
Engine
)
Members
Constructors
Ota
Versions
Response
Link copied to clipboard
constructor
(
embedderEngine
:
Engine
,
templateEngine
:
Engine
,
documentKnowledgeEngine
:
Engine
)
Properties
document
Knowledge
Engine
Link copied to clipboard
@
SerialName
(
value
=
"document_knowledge_engine"
)
val
documentKnowledgeEngine
:
Engine
embedder
Engine
Link copied to clipboard
@
SerialName
(
value
=
"embedder_engine"
)
val
embedderEngine
:
Engine
template
Engine
Link copied to clipboard
@
SerialName
(
value
=
"template_engine"
)
val
templateEngine
:
Engine