glam/schemas/20251121/linkml/modules/enums/ChapterSourceEnum.yaml
2026-01-08 15:56:28 +01:00

31 lines
989 B
YAML

id: https://nde.nl/ontology/hc/enum/ChapterSourceEnum
name: chapter_source_enum
title: Chapter Source Enum
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
imports:
- linkml:types
default_prefix: hc
enums:
ChapterSourceEnum:
description: |
Source or method that created video chapters.
permissible_values:
MANUAL:
description: Creator manually defined chapters in video description
YOUTUBE_AI:
description: YouTube auto-chapters feature (AI-generated)
WHISPER_CHAPTERS:
description: Generated from Whisper transcript analysis
SCENE_DETECTION:
description: Based on visual scene change detection
TRANSCRIPT_ANALYSIS:
description: Topic segmentation from transcript
THIRD_PARTY:
description: External tool or service
IMPORTED:
description: Imported from another platform/format
UNKNOWN:
description: Chapter source not determined