subject_codes property

subject_codes property

Gets or sets one or more Subjects from the IPTC “Subject-NewsCodes” taxonomy to categorize the content.Each Subject is represented as a string of 8 digits in an unordered list.

Remarks

More about IPTC Subject-NewsCodes at http://www.newscodes.org.

Definition:

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

See Also