Web-based responsive document annotation tool
activeannoservice / api.manage / AnalyzedAnnotationResult
data class AnalyzedAnnotationResult
Analyzed individual annotation result
| Name | Summary |
|---|---|
| <init> | Analyzed individual annotation resultAnalyzedAnnotationResult(annotationResultID: AnnotationResultID, timestamp: Long, annotations: AnnotationMap, creator: AnnotationResultCreator, fullDuration: Long? = null, interactionDuration: Long? = null) |
| 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 |