Table of Contents

Class OrderedElement<T>

Namespace
AiDotNet.Document
Assembly
AiDotNet.dll

Represents an element with reading order information.

public class OrderedElement<T>

Type Parameters

T

The 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

double

ElementIndex

Gets or sets the element index.

public int ElementIndex { get; init; }

Property Value

int

ReadingOrderPosition

Gets or sets the reading order position.

public int ReadingOrderPosition { get; init; }

Property Value

int