You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: openapi.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -16076,7 +16076,7 @@ components:
16076
16076
- The default value is `false`.
16077
16077
- If you define a video language using the `language` parameter, the API uses that language to summarize the video. If you do not define a language, the API detects it based on the video.
16078
16078
transcriptSummaryAttributes:
16079
-
description: 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.
16079
+
description: 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`.
16080
16080
type: array
16081
16081
items:
16082
16082
type: string
@@ -16103,7 +16103,7 @@ components:
16103
16103
In this case, `sourceStatus` will return `missing`, and you have to manually add a summary using the `PATCH /summaries/{summaryId}/source` endpoint operation.
16104
16104
example: auto
16105
16105
attributes:
16106
-
description: 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.
16106
+
description: 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`.
16107
16107
type: array
16108
16108
items:
16109
16109
type: string
@@ -16322,7 +16322,7 @@ components:
16322
16322
- The default value is `false`.
16323
16323
- If you define a video language using the `language` parameter, the API uses that language to summarize the video. If you do not define a language, the API detects it based on the video.
16324
16324
transcriptSummaryAttributes:
16325
-
description: 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.
16325
+
description: 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`.
0 commit comments