imageType property
The shape used to crop the image.
[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend): Possible string values are:
- "SQUARE" : Default value. Applies a square mask to the image. For example, a 4x3 image becomes 3x3.
- "CIRCLE" : Applies a circular mask to the image. For example, a 4x3 image becomes a circle with a diameter of 3.
Implementation
core.String? imageType;