Social Voice Entity Detection
Automatically find and classify named entities like people, organizations, locations, and dates mentioned in text
Extract structured information from unstructured text with Named Entity Recognition (NER). This component identifies and classifies entities into categories such as persons, organizations, locations, dates, monetary values, and more. Each extracted entity comes with a classification label and confidence score, enabling you to build knowledge graphs, automate data entry, and enrich content metadata.
Component Configuration
Users must specify the Target Text field, which is the JSON path to the property from the incoming document, containing the text to be analyzed (e.g., content.body
).

When the Social Voice API returns the response, the response is attached to the original document in a social_voice
property.
Updated about 7 hours ago