AnnotationLabel¶
Language specific labels and other text resources per annotation.
Fields¶
| Field | Type | Description |
|---|---|---|
| AnnotationID | numeric | Internal ID that references the Annotation entity (Foreign Key) |
| ID | numeric | Internal ID for the AnnotationLabel entity (Primary Key) |
| LanguageID | numeric | Internal ID that references the Language entity (Foreign Key) |
| Text | string | Text of the label. Depending on the usage, the text can contain HTML formatting. |
| Type | string | Type of Label. 'L' for labels, 'T' for tooltips |