scholium.unified_parser.Slide#

class Slide(index, markdown_content, narration_segments, metadata=<factory>, fixed_duration=None, min_duration=None, pre_delay=0.0, post_delay=0.0)[source]#

Bases: object

Represents a slide with content and narration.

Methods

Attributes

fixed_duration

has_narration

Check if this slide has narration.

is_incremental

Check if this slide has incremental reveals (>- bullets).

is_title_slide

Check if this is the title slide.

min_duration

post_delay

pre_delay

index

markdown_content

narration_segments

metadata

property is_title_slide: bool#

Check if this is the title slide.

property is_incremental: bool#

Check if this slide has incremental reveals (>- bullets).

property has_narration: bool#

Check if this slide has narration.