Summary
Enable this model configuration to get the extractive summary of the video/audio.
Overview
This model extracts the key sentences used in the video/audio and summarizes them .
modelType
Configuration
modelType
Configuration Keys | Value |
|
|
| Model Configuration object for extractive_summary(No configurations) |
Example Request
Response
Response Object
Field | Description |
| List of key sentences identified in the Video/Audio |
| A sentence identified by the model in the given time frame. |
| Start time of the sentence in the input Video/Audio in milliseconds. |
| End time of the sentence in the input Video/Audio in milliseconds. |
| Id of the speaker whose voice is identified in the given time frame. (Will return a String "unknown" if the speaker could not be identified or speaker separation is set to -1(disabled). |
Last updated