AttributeMeta

Inheritance diagram of AttributeMeta

AttributeMeta inheritance diagram

class savant.meta.attribute.AttributeMeta(element_name, name, value, confidence)

Attribute meta information.

element_name: str

Element name that created the attribute.

name: str

Attribute name.

value: Any

Attribute value.

confidence: float

Attribute confidence.