Captured Text

Defined under the namespace Scandit.Datacapture.Text

CapturedText
class CapturedText

Added in version 6.5.0

A captured text.

value
get value(): string

Added in version 6.5.0

The value of the captured text.

location
get location(): Quadrilateral

Added in version 6.5.0

The location of the captured text. The coordinates are in image-space, meaning that the coordinates correspond to actual pixels in the image. For display, the coordinates need first to be converted into screen-space.

The meaning of the values of Quadrilateral.topLeft etc is such that the top left point corresponds to the top left corner of the captured text, independent of how the captured text is oriented in the image.