stream_captions

APIs.ioEngineeringPlatform

Properties

Name Type Description
generated object
label object
language object
status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-captions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_captions",
  "title": "stream_captions",
  "properties": {
    "generated": {
      "$ref": "#/components/schemas/stream_generated_caption"
    },
    "label": {
      "$ref": "#/components/schemas/stream_label"
    },
    "language": {
      "$ref": "#/components/schemas/stream_language"
    },
    "status": {
      "$ref": "#/components/schemas/stream_caption_status"
    }
  },
  "type": "object"
}