Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.15 KB

SummaryCreationPayload.md

File metadata and controls

12 lines (8 loc) · 1.15 KB

ApiVideo.Model.SummaryCreationPayload

Properties

Name Type Description Notes
VideoId string Create a summary of a video using the video ID.
Origin string Use this parameter to define how the API generates the summary. The only allowed value is `auto`, which means that the API generates a summary automatically. If you do not set this parameter, the API will not generate a summary automatically. In this case, `sourceStatus` will return `missing`, and you have to manually add a summary using the `PATCH /summaries/{summaryId}/source` endpoint operation. [optional]
Attributes List<string> Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes. The possible values are `abstract` and `takeaways`. [optional]

[Back to Model list] [Back to API list] [Back to README]