API Reference

Class

ReaderTableDiagnostics

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Optional table confidence and geometry diagnostics for reader ingestion consumers.

Inheritance

  • Object
  • ReaderTableDiagnostics

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

Constructors

public ReaderTableDiagnostics() #

Properties

public Double Confidence { get; set; } #

Overall confidence score between 0 and 1 based on source-specific table signals.

public Double SchemaConfidence { get; set; } #

Confidence score between 0 and 1 for the inferred table schema.

public Double CellCompleteness { get; set; } #

Ratio between 0 and 1 of non-empty cells to expected cells in the source table.

public Double ColumnGeometryConfidence { get; set; } #

Confidence score between 0 and 1 for source column geometry.

public Int32 SourceRowCount { get; set; } #

Number of source rows detected before reader row truncation.

public Int32 ExpectedCellCount { get; set; } #

Expected source cell count from source rows multiplied by inferred columns.

public Int32 FilledCellCount { get; set; } #

Number of non-empty source cells detected.

public Int32 MissingCellCount { get; set; } #

Number of expected source cells that were empty or unavailable.

public Double XStart { get; set; } #

Left edge of the source table geometry in source units, when available.

public Double XEnd { get; set; } #

Right edge of the source table geometry in source units, when available.

public Double YTop { get; set; } #

Top coordinate of the source table geometry in source units, when available.

public Double YBottom { get; set; } #

Bottom coordinate of the source table geometry in source units, when available.

public Double Width { get; set; } #

Source table width in source units.

public Double Height { get; set; } #

Source table height in source units.

public Boolean HasGeometry { get; set; } #

True when source table geometry was available.