Class Image (0.4.1)

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

Overlaid jpeg image. .. attribute:: uri

Required. URI of the image in Cloud Storage. For example, gs://bucket/inputs/image.jpeg.

:type: str

Attributes

NameDescription
resolution google.cloud.video.transcoder_v1beta1.types.Overlay.NormalizedCoordinate
Normalized image resolution, based on output video resolution. Valid values: 0.01.0. To respect the original image aspect ratio, set either x or y to 0.0. To use the original image resolution, set both x and y to 0.0.
alpha float
Target image opacity. Valid values: 1 (solid, default), 0 (transparent).