Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
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