image_description property

image_description property

Gets or sets a character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like.

Definition:

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

See Also