Class OrderedElement<T>
Represents an element with reading order information.
public class OrderedElement<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
OrderedElement<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence score as generic type.
public T Confidence { get; init; }
Property Value
- T
ConfidenceValue
Gets or sets the confidence score as double.
public double ConfidenceValue { get; init; }
Property Value
ElementIndex
Gets or sets the element index.
public int ElementIndex { get; init; }
Property Value
ReadingOrderPosition
Gets or sets the reading order position.
public int ReadingOrderPosition { get; init; }