Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Nov 13, 2024
1 parent 054291f commit 0714ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vod/create-summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The `summary` object returns the status of summary generation in the `sourceStat
- `missing`: the source for a summary is not present.
- `waiting` : the source video is being processed and a summary will be generated.
- `failed`: a technical issue prevented summary generation.
- `completed`: the summary is generated. Subscribe to the [`video.summary.generated`](/reference/api/Webhooks#video-summary-generated) webhook to get a notification when this happes.
- `completed`: the summary is generated. Subscribe to the [`video.summary.generated`](/reference/api/Webhooks#video-summary-generated) webhook to get a notification when this happens.
- `unprocessable`: the source video is unsuitable for summary generation. An example for this is a source video that has no audio, or has less than 50 words.

## Supported languages
Expand Down

0 comments on commit 0714ec9

Please sign in to comment.