API Reference
Class
PowerPointExtractChunk
A chunk of PowerPoint content extracted as Markdown for ingestion (RAG/search/summarization).
Inheritance
- Object
- PowerPointExtractChunk
Constructors
public PowerPointExtractChunk() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.