thumbnails property

thumbnails property

Gets or sets an array of thumbnail images for the file, which can differ in characteristics such as size or image encoding.

Definition:

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

See Also