confidence property

double? confidence
getter/setter pair

Confidence of the current Layout within context of the object this layout is for.

e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].

Implementation

core.double? confidence;