ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / AnalyzedAnnotationResult

AnalyzedAnnotationResult

data class AnalyzedAnnotationResult

Analyzed individual annotation result

Constructors

Name Summary
<init> Analyzed individual annotation resultAnalyzedAnnotationResult(annotationResultID: AnnotationResultID, timestamp: Long, annotations: AnnotationMap, creator: AnnotationResultCreator, fullDuration: Long? = null, interactionDuration: Long? = null)

Properties

Name Summary
annotationResultID val annotationResultID: AnnotationResultID
annotations val annotations: AnnotationMap
creator val creator: AnnotationResultCreator
fullDuration val fullDuration: Long?
interactionDuration val interactionDuration: Long?
timestamp val timestamp: Long