scenes property

scenes property

Gets or sets the scene of the photo content.

Remarks

Specifies one or more terms from the IPTC “Scene-NewsCodes”. Each Scene is represented as a string of 6 digits in an unordered list

Definition:

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

See Also