UserAction

@Serializable
sealed class UserAction

Represents an action that the user must perform to meet the Frame quality criteria.

Subtypes:

Inheritors

Types

Link copied to clipboard
@Serializable
sealed class Barcode : UserAction

Represents actions related to the analysis of a barcode Frame.

Link copied to clipboard
@Serializable
sealed class Document : UserAction

Represents actions related to the analysis of a document Frame.

Link copied to clipboard
@Serializable
sealed class Face : UserAction

Represents actions related to the analysis of a face Frame.

Link copied to clipboard
@Serializable
object NONE : UserAction

Represents that there is not an action required from the user.