ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.target

Package annotationdefinition.target

Types

Name Summary
DocumentTarget Use this for annotations that should be created for the whole document.class DocumentTarget : Target
SpanGranularity What is the allowed cutoff point for a span, a single character or only whole tokens?enum class SpanGranularity
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
Target The target of an annotation can be the whole document or a specific offset of characters, a span.sealed class Target
TargetType Enum class representing the two Target types, equivalent value to the JsonSubType of Target classenum class TargetType