Web-based responsive document annotation tool
activeannoservice / project.inputmapping / MetaData
data class MetaData
| Name | Summary |
|---|---|
| <init> | MetaData(id: String, key: String, index: CreateIndex? = null) |
| Name | Summary |
|---|---|
| id | ID to reference this metadata in the layout etc.val id: String |
| index | val index: CreateIndex? |
| key | key inside the originalDocument Syntax separated with dots for inner objects (“document.metadata.key”)val key: String |