ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.target / Target

Target

sealed class Target

The target of an annotation can be the whole document or a specific offset of characters, a span.

Properties

Name Summary
type abstract val type: TargetType

Inheritors

Name Summary
DocumentTarget Use this for annotations that should be created for the whole document.class DocumentTarget : Target
SpanTarget Use this for annotations that should be created for a specific span. Define characteristics of how the span should be set.data class SpanTarget : Target