This section defines the possible values for the enumerations that are in the Image and Video Manager.
String | Description |
---|
DURATION | The pristine video exceeds the maximum duration of 5 minutes. |
BYTES | The pristine video exceeds the maximum size of 256 MB. |
PIXEL | The pristine video pixels exceed 3,686,400 (1920×1920). |
SAMPLERATE | The pristine video exceeds a maximum sample rate of 60 Hz. |
UNPARSEABLE | The pristine video isn't a recognized or supported video format. |
PRISTINE_TOO_WIDE | The pristine image width exceeds 9999 pixels. |
PRISTINE_TOO_TALL | The pristine image height exceeds 9999 pixels. |
PROCESS_FAILED_INTERNALLY | The image or video couldn't be fetched from the origin or the policy is outdated. |
INVALID_POLICY | The policy parameters are invalid. |
String | Description |
---|
bool | Boolean type, representing true or false values. |
number | Numeric value, used for specifying dimensions, scale, or other numerical attributes. |
url | URL type, representing a link to an external resource, image, or video. |
color | Color value in hex format used for backgrounds, overlays, or filters. |
gravity | Specifies focus area for cropping or positioning (e.g., "top," "center," "bottom"). |
placement | Defines alignment or position of an element (e.g., "top-left," "center-right"). |
scaleDimension | Scaling factor for resizing dimensions, expressed as a percentage of the width and height. |
grayscaleType | Type of grayscale transformation, if multiple grayscale styles are supported. |
aspect | Aspect ratio value to maintain consistent width-to-height proportions (e.g., "16:9," "1:1"). |
resizeType | Method of changing an image's size to fit a specific width and height |
dimension | Specific dimension values, such as width and height, for sizing media. |
perceptualQuality | Quality setting balancing file size and visual fidelity. |
string | Textual value, used for tags, labels, or other descriptive elements. |
focus | Defines focal point within an image, to direct the viewer’s attention to a specific area. |