Entity Detection
The Entity Detection model lets you automatically identify and categorize key information in transcribed audio content.
Here are a few examples of what you can detect:
- Names of people
- Organizations
- Addresses
- Phone numbers
- Medical data
- Social security numbers
For the full list of entities that you can detect, see Supported entities.
Supported languages
Entity Detection is available in multiple languages. See Supported languages.
Quickstart
Python
TypeScript
Go
Java
C#
Ruby
Example output
API reference
Request
Response
The response also includes the request parameters used to generate the transcript.
Supported entities
The model is designed to automatically detect and classify various types of entities within the transcription text. The detected entities and their corresponding types is listed individually in the entities key of the response object, ordered by when they first appear in the transcript.
Frequently asked questions
How does the Entity Detection model handle misspellings or variations of entities?
The model is capable of identifying entities with variations in spelling or formatting. However, the accuracy of the detection may depend on the severity of the variation or misspelling.
Can the Entity Detection model identify custom entity types?
No, the Entity Detection model doesn’t support the detection of custom entity types. However, the model is capable of detecting a wide range of predefined entity types, including people, organizations, locations, dates, times, addresses, phone numbers, medical data, and banking information, among others.
How can I improve the accuracy of the Entity Detection model?
To improve the accuracy of the Entity Detection model, it’s recommended to provide high-quality audio files with clear and distinct speech. In addition, it’s important to ensure that the audio content is relevant to the use case and that the entities being detected are relevant to the intended analysis. Finally, it may be helpful to review and adjust the model’s configuration parameters, such as the confidence threshold for entity detection, to optimize the results.