interpreted_value property

interpreted_value property

The interpreted property value, if available.

The interpreted value is a user‑friendly form of the original property value. For example, it returns a human‑readable string instead of numeric flags and IDs, and translates byte arrays to text when necessary.

Definition:

@property
def interpreted_value(self):
    ...

See Also