class Aws::MediaConvert::Types::Rectangle


@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Rectangle AWS API Documentation
@return [Integer]
the video frame. Specify only even numbers.
The distance, in pixels, between the rectangle and the top edge of
@!attribute [rw] y
@return [Integer]
the video frame. Specify only even numbers.
The distance, in pixels, between the rectangle and the left edge of
@!attribute [rw] x
@return [Integer]
Width of rectangle in pixels. Specify only even numbers.
@!attribute [rw] width
@return [Integer]
Height of rectangle in pixels. Specify only even numbers.
@!attribute [rw] height
}
y: 1,
x: 1,
width: 1,
height: 1,
{
data as a hash:
@note When making an API call, you may pass Rectangle
Use Rectangle to identify a specific area of the video frame.