API Reference
Class
PowerPointVisualSlideProof
Structural, extraction, accessibility, and visual evidence for one slide.
Inheritance
- Object
- PowerPointVisualSlideProof
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointVisualProofReport.Slides
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 SlideNumber { get; } #1-based slide number.
public Int32 ShapeCount { get; } #Visible and hidden explicit/inherited shape count.
public Int32 ExtractedTextLength { get; } #Extracted Markdown length.
public String ExtractedTextSha256 { get; } #SHA-256 digest of the slide extraction.
public Int32 SnapshotDiagnosticCount { get; } #Shared snapshot diagnostic count.
public Int32 SnapshotErrorCount { get; } #Shared snapshot error count.
public IReadOnlyList<String> SnapshotDiagnosticCodes { get; } #Stable snapshot diagnostic codes.
public PowerPointVisualProofArtifact Png { get; } #PNG evidence.
public PowerPointVisualProofArtifact Svg { get; } #SVG evidence.
public Int32 AccessibilityErrors { get; } #Accessibility errors assigned to this slide.
public Int32 AccessibilityWarnings { get; } #Accessibility warnings assigned to this slide.