str
Required. Asset to use for the overlaid image. The asset
must be represented in the form of:
projects/{project}/locations/{location}/assets/{assetId}.
The asset's resource type must be image.
resolution
google.cloud.video.live_stream_v1.types.NormalizedResolution
Optional. Normalized image resolution, based on output video
resolution. Valid values are [0.0, 1.0]. To respect the
original image aspect ratio, set either w or h to 0.
To use the original image resolution, set both w and
h to 0. The default is {0, 0}.
position
google.cloud.video.live_stream_v1.types.NormalizedCoordinate
Optional. Position of the image in terms of
normalized coordinates of the upper-left corner
of the image, based on output video resolution.
For example, use the x and y coordinates {0, 0}
to position the top-left corner of the overlay
animation in the top-left corner of the output
video.
opacity
float
Optional. Target image opacity. Valid values are from
1.0 (solid, default) to 0.0 (transparent),
exclusive. Set this to a value greater than 0.0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class StaticOverlay (1.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.12.0 (latest)](/python/docs/reference/livestream/latest/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.11.0](/python/docs/reference/livestream/1.11.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.10.0](/python/docs/reference/livestream/1.10.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.9.1](/python/docs/reference/livestream/1.9.1/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.8.1](/python/docs/reference/livestream/1.8.1/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.7.4](/python/docs/reference/livestream/1.7.4/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.6.0](/python/docs/reference/livestream/1.6.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.5.2](/python/docs/reference/livestream/1.5.2/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.4.1](/python/docs/reference/livestream/1.4.1/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.3.0](/python/docs/reference/livestream/1.3.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.2.1](/python/docs/reference/livestream/1.2.1/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.1.0](/python/docs/reference/livestream/1.1.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [1.0.4](/python/docs/reference/livestream/1.0.4/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [0.2.0](/python/docs/reference/livestream/0.2.0/google.cloud.video.live_stream_v1.types.StaticOverlay)\n- [0.1.5](/python/docs/reference/livestream/0.1.5/google.cloud.video.live_stream_v1.types.StaticOverlay) \n\n StaticOverlay(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nConfiguration for the static overlay."]]