Class ImageCharacteristics (0.13.11)

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

Standard characteristics of an image media view.

Attributes

Name Description
width int
Output only. Image width in pixels.
height int
Output only. Image height in pixels.
color_space google.cloud.discoveryengine_v1alpha.types.ImageCharacteristics.ColorSpace
Output only. Color space of the image (e.g., "RGB", "CMYK", "Grayscale").
bit_depth int
Output only. Bit depth of the image (e.g., 8-bit, 16-bit).

Classes

ColorSpace

ColorSpace(value)

Possible color spaces of an image (e.g., "RGB", "CMYK", "Grayscale").