Reference documentation and code samples for the Google Apps Chat V1 Client class ImageCropType.
Represents the crop style applied to an image.
Google Workspace Add-ons and Chat apps:
Protobuf type google.apps.card.v1.ImageCropStyle.ImageCropType
Namespace
Google \ Apps \ Card \ V1 \ ImageCropStyleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
IMAGE_CROP_TYPE_UNSPECIFIED
Value: 0
Don't use. Unspecified.
Generated from protobuf enum IMAGE_CROP_TYPE_UNSPECIFIED = 0;
SQUARE
Value: 1
Default value. Applies a square crop.
Generated from protobuf enum SQUARE = 1;
CIRCLE
Value: 2
Applies a circular crop.
Generated from protobuf enum CIRCLE = 2;
RECTANGLE_CUSTOM
Value: 3
Applies a rectangular crop with a custom aspect ratio. Set the custom
aspect ratio with aspectRatio
.
Generated from protobuf enum RECTANGLE_CUSTOM = 3;
RECTANGLE_4_3
Value: 4
Applies a rectangular crop with a 4:3 aspect ratio.
Generated from protobuf enum RECTANGLE_4_3 = 4;