Documentation
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.

LocalizedTextLineElement

The LocalizedTextLineElement interface represents a localized text line element.

interface LocalizedTextLineElement extends Core.RegionObjectElement {
    characterQuads: Array<Core.Quadrilateral>;
    rowNumber: number;
}

characterQuads

The quadrilaterals of all characters in the text line.

characterQuads: Array<Quadrilateral>;

See Also

rowNumber

The row number of the text line.

rowNumber: number

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: