Documentation
Table of contents

LocalizedTextLinesUnit

The LocalizedTextLinesUnit interface represents a unit that contains localized text lines.

interface LocalizedTextLinesUnit extends Core.IntermediateResultUnit {
    localizedTextLines: Array<LocalizedTextLineElement>;
}

localizedTextLines

The localized text line elements.

localizedTextLines: Array<LocalizedTextLineElement>;

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: