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

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

Type: list


See Also