model property

model property

The tag that denotes information about a person the content of the file is about.

For photos, this is the person shown in the image.

Definition:

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

See Also