OfficeIMO

API Reference

Class

PowerPointExtractChunk

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

A chunk of PowerPoint content extracted as Markdown for ingestion (RAG/search/summarization).

Inheritance

  • Object
  • PowerPointExtractChunk

Constructors

Properties

public String Id { get; set; } #

Stable, ASCII-only identifier (producer-defined).

public PowerPointExtractLocation Location { get; set; } #

Source location information for citations and debugging.

public String Text { get; set; } #

Plain text representation of the chunk.

public String Markdown { get; set; } #

Optional Markdown representation of the chunk.

public IReadOnlyList<String> Warnings { get; set; } #

Optional warnings about truncation or unsupported content.