aspectRatio property

double? aspectRatio
getter/setter pair

The aspect ratio to use if the crop type is RECTANGLE_CUSTOM.

For example, here's how to apply a 16:9 aspect ratio: cropStyle { "type": "RECTANGLE_CUSTOM", "aspectRatio": 16/9 }

Implementation

core.double? aspectRatio;