Skip to main content

CaptionMeasurement

Other

Caption measurement result containing position and gray value.

Import

import ScriptingApi as api

# Access the class
# CaptionMeasurement is available via api.CaptionMeasurement

Properties

position

Position of the caption anchor point [x, y, z].

Type: list


gray_value

Gray value at the caption location.

Type: float


text

Caption text.

Type: str


See Also