MetaFeature
data class MetaFeature<T>(val description: Translatable, val representation: Any?, val maybeSubject: Option<T>)(source)
Represents an extracted feature of type T defined by the given maybeSubject including a description and a representation