stream_caption_status

The status of a generated caption.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-caption-status-schema.json Raw ↑
{
  "$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"
}