type property

String? type
getter/setter pair

The crop type. Possible string values are:

  • "IMAGE_CROP_TYPE_UNSPECIFIED" : Don't use. Unspecified.
  • "SQUARE" : Default value. Applies a square crop.
  • "CIRCLE" : Applies a circular crop.
  • "RECTANGLE_CUSTOM" : Applies a rectangular crop with a custom aspect ratio. Set the custom aspect ratio with aspectRatio.
  • "RECTANGLE_4_3" : Applies a rectangular crop with a 4:3 aspect ratio.

Implementation

core.String? type;