The status of a generated caption.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_caption_status", "title": "stream_caption_status", "description": "The status of a generated caption.", "enum": [ "ready", "inprogress", "error" ], "type": "string" }