Skip to main content

VoidInclusionLabelStatistics

Other

Statistics for an individual detected component/label.

Import

import ScriptingApi as api

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

Properties

label

Label identifier assigned to the detected component.

Type: int


statistics

All computed statistics for this label, keyed by statistic type. A list of api.VoidInclusionStatistic()

Type: list


See Also