ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document.annotation / InteractionLog

InteractionLog

data class InteractionLog

Data class representing log data from the interaction of the user with the document during annotation.

Constructors

Name Summary
<init> Data class representing log data from the interaction of the user with the document during annotation.InteractionLog(firstShownTimestamp: Long, firstInteractionTimestamp: Long, lastInteractionTimestamp: Long)

Properties

Name Summary
firstInteractionTimestamp val firstInteractionTimestamp: Long
firstShownTimestamp val firstShownTimestamp: Long
lastInteractionTimestamp val lastInteractionTimestamp: Long