concrete.property package¶
-
class
concrete.property.ttypes.Property(value=None, metadata=None, polarity=None)¶ Bases:
objectAttached to situations, entities, or arguments (or mentions thereof)to support multi-label annotations.Attributes:- value: The required value of the property.- metadata: Metadata to support this particular property object.- polarity: This value is typically boolean, 0.0 or 1.0, but we use afloat in order to potentially capture cases where an annotator ishighly confident that the value is underspecified, via a value of0.5.-
read(iprot)¶
-
validate()¶
-
write(oprot)¶
-