Entity Detection
Task Description
The Entity Detection endpoint identifies and extracts both traditional named entities and novel entity types from text. It goes beyond standard entity recognition by detecting abstract concepts, domain-specific entities, and creating meaningful entity categorizations with descriptive explanations.
Inputs
- Text: The transcript or text content to analyze for entities.
Output
Description
The API returns a JSON object containing an array of entity objects. Each entity object includes:
text
: The exact text span identified as an entitytype
: A meaningful classification or concept for the entitydescription
: An explanation of what this entity type represents