ValueInterpreter class

ValueInterpreter class

Defines operations required to interpret metadata property values.

The ValueInterpreter type exposes the following members:

Properties

Property Description
interpreted_value_type Gets the type of the interpreted value.

Methods

Method Description
to_interpreted_value(self, original_value) Interprets the provided property value.
to_source_value(self, interpreted_value) Converts an interpreted value back to its original form.

See Also