model property

model property

Gets the tag that denotes information about a person the content of the file is about. For photos that is a person shown in the image.

Definition:

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

See Also