Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 923 Bytes

File metadata and controls

28 lines (20 loc) · 923 Bytes
layout title description keywords needAutoGenerateSidebar noTitleIndex
default-layout
Interface ShortLinesUnit - Dynamsoft Document Normalizer JS Edition API Reference
This page shows the JS edition of the interface ShortLinesUnit.
short lines, JS
true
true

ShortLinesUnit

The ShortLinesUnit interface extends the IntermediateResultUnit interface and represents a unit of short line segments.

interface ShortLinesUnit extends IntermediateResultUnit {
    shortLines: Array<LineSegment>;
}

shortLines

An array of short line segments detected within the image.

See Also

IntermediateResultUnit

LineSegment