--- Title: Content Enrichment Menu Component Added: v6.10.0 Status: Active Last reviewed: 2024-06-11 --- # [Content Enrichment Menu Component](../../../lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.ts "Defined in content-enrichment-menu.component.ts") Allows the user to handle AI predictions by confirming or rejecting changes. ![Content Enrichment Menu Component](../../docassets/images/content-enrichment-menu.png) ## Basic Usage ```html Form field ``` ### Properties | Name | Type | Default value | Description | |------------|----------------------------------------------------------------------------------|---------------|-----------------------------------| | prediction | [`Prediction`](../../../lib/js-api/src/api/hxi-connector-api/docs/Prediction.md) | | Prediction for the node property. | ## See also - [Prediction Status Update Interface](../interfaces/prediction-status-update.interface.md)