annotation_types property

annotation_types property

The annotations that will be in the resultant document.

Definition:

@property
def annotation_types(self):
    ...
@annotation_types.setter
def annotation_types(self, value):
    ...

See Also