Class DocumentLayoutResult<T>
- Namespace
- AiDotNet.ComputerVision.Visualization
- Assembly
- AiDotNet.dll
Result of document layout analysis.
public class DocumentLayoutResult<T>
Type Parameters
TThe 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
ReadingOrder
Reading order as indices into Blocks list.
public List<int>? ReadingOrder { get; set; }