Web-based responsive document annotation tool
activeannoservice / annotationdefinition / TagSetAnnotationDefinition / TagSetOption
data class TagSetOption
Option for a tag set.
Name | Summary |
---|---|
<init> | Option for a tag set.TagSetOption(id: String , name: String , shortName: String ?) |
Name | Summary |
---|---|
id | Unique ID for the tag set option, needs to be unique for the annotation. If you want comparability across annotations, you might want to re-use them if it makes sense.val id: String |
name | Short, clear name describing the option. Will be displayed in a button or dropdown.val name: String |
shortName | Shorter version of name, optional. If present, will be used for UI elements with limited space, i.e. for inline span labelsval shortName: String ? |