field.text-annotation
A component for text segmentation.
Use it to select multiple words, individual words, or letters in the text and label them with values. You can create multiple categories to label parts of the text, like all nouns and adjectives.
You can use plugin.field.text-annotation.hotkeys to assign keyboard shortcuts for selecting categories.
Component properties
Name | Type | Description |
---|---|---|
type * | "field.text-annotation" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
adjust | string | If the property value is set to |
content * | string | The text where the performer has to select part of a line. |
disabled | boolean | This property blocks the component. If |
hint | string | Hint text. |
labels * | array | An array of categories that the performer uses to label parts of the text. |
labels[] | object | A category. |
labels[].label * | string | Specify the category name in the |
labels[].value * | string | Specify the category value in the |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "field.text-annotation" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
adjust | string | If the property value is set to |
content * | string | The text where the performer has to select part of a line. |
disabled | boolean | This property blocks the component. If |
hint | string | Hint text. |
labels * | array | An array of categories that the performer uses to label parts of the text. |
labels[] | object | A category. |
labels[].label * | string | Specify the category name in the |
labels[].value * | string | Specify the category value in the |
validation | condition | Validation based on condition. |