Name | Type | Description | Notes |
---|---|---|---|
videoId | String | Create a summary of a video using the video ID. | |
origin | OriginEnum | 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<AttributesEnum> | 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] |
Name | Value |
---|---|
AUTO | "auto" |
Name | Value |
---|---|
ABSTRACT | "abstract" |
TAKEAWAYS | "takeaways" |
- Serializable
- DeepObject