TfModelsUpdateCheckpoint

data class TfModelsUpdateCheckpoint(val fingerModelReport: TfModelUpdateReport? = null, val handModelReport: TfModelUpdateReport? = null) : Event

Event data class used to inform about the presence/absence of errors in the loading of TensorFlow neural models.

Constructors

Link copied to clipboard
fun TfModelsUpdateCheckpoint(fingerModelReport: TfModelUpdateReport? = null, handModelReport: TfModelUpdateReport? = null)

Properties

Link copied to clipboard
val fingerModelReport: TfModelUpdateReport? = null

Report on the loading of finger transform recognition model.

Link copied to clipboard
val handModelReport: TfModelUpdateReport? = null

Report on the loading of hand presence recognition model.