Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

LongLinesUnit

The LongLinesUnit interface extends the IntermediateResultUnit interface and represents a unit of long line segments.

interface LongLinesUnit extends IntermediateResultUnit {
    longLines: Array<LineSegment>;
}

longLines

An array of long line segments detected within the image.

See Also

IntermediateResultUnit

LineSegment

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: