Web-based responsive document annotation tool
activeannoservice / annotationdefinition.target / TargetType
enum class TargetType
Enum class representing the two Target types, equivalent value to the JsonSubType of Target class
| Name | Summary |
|---|---|
| DOCUMENT_TARGET | |
| SPAN_TARGET |
| Name | Summary |
|---|---|
| value | val value: String |
| Name | Summary |
|---|---|
| forTargetTypeString | fun forTargetTypeString(targetType: String?): TargetType? |