Enumeration EnumLayoutElementSource
EnumLayoutElementSource describes the origin of an element in a layout analysis.
- JavaScript
enum EnumLayoutElementSource{ /**No element exists at this logical grid position (used for alignment in non-uniform rows).*/ LES_NONE = 0, /**Element is provided from the original input array.*/ LES_INPUT = 1, /**Element is inferred by the engine.*/ LES_INFERRED = 2 }
Remarks
New added in CaptureVisionBundle version 3.6.2000 & BarcodeReaderBundle version 11.6.2000.