Table of Contents

Class DocumentLayoutResult<T>

Namespace
AiDotNet.ComputerVision.Visualization
Assembly
AiDotNet.dll

Result of document layout analysis.

public class DocumentLayoutResult<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
DocumentLayoutResult<T>
Inherited Members

Properties

Blocks

Detected document blocks.

public List<DocumentBlock<T>> Blocks { get; set; }

Property Value

List<DocumentBlock<T>>

InferenceTime

Total inference time.

public TimeSpan InferenceTime { get; set; }

Property Value

TimeSpan

ReadingOrder

Reading order as indices into Blocks list.

public List<int>? ReadingOrder { get; set; }

Property Value

List<int>