ContentCategoryDefinition interface
Content category definition.
Properties
| analyzer | Optional inline definition of analyzer used to process the content. |
| analyzer |
Optional analyzer used to process the content. |
| description | The description of the category. |
Property Details
analyzer
Optional inline definition of analyzer used to process the content.
analyzer?: ContentAnalyzer
Property Value
analyzerId
Optional analyzer used to process the content.
analyzerId?: string
Property Value
string
description
The description of the category.
description?: string
Property Value
string