Class ImagePayload (1.6.2)

ImagePayload(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Container of information about an image.

Attributes

NameDescription
mime_type str
Image format.
image_thumbnail bytes
A byte string of a thumbnail image.
image_uri str
Image uri from the user bucket.
signed_uri str
Signed uri of the image file in the service bucket.

Inheritance

builtins.object > proto.message.Message > ImagePayload