1. Packages
  2. Akamai
  3. API Docs
  4. getImagingPolicyImage
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getImagingPolicyImage

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getImagingPolicyImage

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getImagingPolicyImage(args: GetImagingPolicyImageArgs, opts?: InvokeOptions): Promise<GetImagingPolicyImageResult>
    function getImagingPolicyImageOutput(args: GetImagingPolicyImageOutputArgs, opts?: InvokeOptions): Output<GetImagingPolicyImageResult>
    def get_imaging_policy_image(policy: Optional[GetImagingPolicyImagePolicy] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetImagingPolicyImageResult
    def get_imaging_policy_image_output(policy: Optional[pulumi.Input[GetImagingPolicyImagePolicyArgs]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetImagingPolicyImageResult]
    func LookupImagingPolicyImage(ctx *Context, args *LookupImagingPolicyImageArgs, opts ...InvokeOption) (*LookupImagingPolicyImageResult, error)
    func LookupImagingPolicyImageOutput(ctx *Context, args *LookupImagingPolicyImageOutputArgs, opts ...InvokeOption) LookupImagingPolicyImageResultOutput

    > Note: This function is named LookupImagingPolicyImage in the Go SDK.

    public static class GetImagingPolicyImage 
    {
        public static Task<GetImagingPolicyImageResult> InvokeAsync(GetImagingPolicyImageArgs args, InvokeOptions? opts = null)
        public static Output<GetImagingPolicyImageResult> Invoke(GetImagingPolicyImageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetImagingPolicyImageResult> getImagingPolicyImage(GetImagingPolicyImageArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getImagingPolicyImage:getImagingPolicyImage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getImagingPolicyImage Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Policy GetImagingPolicyImagePolicy
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    Policy GetImagingPolicyImagePolicy
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    policy GetImagingPolicyImagePolicy
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    policy GetImagingPolicyImagePolicy
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    policy GetImagingPolicyImagePolicy
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    policy Property Map

    Supporting Types

    GetImagingPolicyImagePolicy

    Breakpoints GetImagingPolicyImagePolicyBreakpoints
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    Hosts List<string>
    Hosts that are allowed for image/video URLs within transformations or variables.
    Output GetImagingPolicyImagePolicyOutput
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    PostBreakpointTransformations List<GetImagingPolicyImagePolicyPostBreakpointTransformation>
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    RolloutDuration string
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    ServeStaleDuration string
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    Transformations List<GetImagingPolicyImagePolicyTransformation>
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    Variables List<GetImagingPolicyImagePolicyVariable>
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.
    Breakpoints GetImagingPolicyImagePolicyBreakpoints
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    Hosts []string
    Hosts that are allowed for image/video URLs within transformations or variables.
    Output GetImagingPolicyImagePolicyOutputType
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    PostBreakpointTransformations []GetImagingPolicyImagePolicyPostBreakpointTransformation
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    RolloutDuration string
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    ServeStaleDuration string
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    Transformations []GetImagingPolicyImagePolicyTransformation
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    Variables []GetImagingPolicyImagePolicyVariable
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.
    breakpoints GetImagingPolicyImagePolicyBreakpoints
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    hosts List<String>
    Hosts that are allowed for image/video URLs within transformations or variables.
    output GetImagingPolicyImagePolicyOutput
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    postBreakpointTransformations List<GetImagingPolicyImagePolicyPostBreakpointTransformation>
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    rolloutDuration String
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    serveStaleDuration String
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    transformations List<GetImagingPolicyImagePolicyTransformation>
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    variables List<GetImagingPolicyImagePolicyVariable>
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.
    breakpoints GetImagingPolicyImagePolicyBreakpoints
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    hosts string[]
    Hosts that are allowed for image/video URLs within transformations or variables.
    output GetImagingPolicyImagePolicyOutput
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    postBreakpointTransformations GetImagingPolicyImagePolicyPostBreakpointTransformation[]
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    rolloutDuration string
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    serveStaleDuration string
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    transformations GetImagingPolicyImagePolicyTransformation[]
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    variables GetImagingPolicyImagePolicyVariable[]
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.
    breakpoints GetImagingPolicyImagePolicyBreakpoints
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    hosts Sequence[str]
    Hosts that are allowed for image/video URLs within transformations or variables.
    output GetImagingPolicyImagePolicyOutput
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    post_breakpoint_transformations Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformation]
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    rollout_duration str
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    serve_stale_duration str
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    transformations Sequence[GetImagingPolicyImagePolicyTransformation]
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    variables Sequence[GetImagingPolicyImagePolicyVariable]
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.
    breakpoints Property Map
    The breakpoint widths (in pixels) to use to create derivative images/videos.
    hosts List<String>
    Hosts that are allowed for image/video URLs within transformations or variables.
    output Property Map
    Dictates the output quality (either quality or perceptualQuality) and formats that are created for each resized image. If unspecified, image formats are created to support all browsers at the default quality level (85), which includes formats such as WEBP, JPEG2000 and JPEG-XR for specific browsers.
    postBreakpointTransformations List<Property Map>
    Post-processing Transformations are applied to the image after image and quality settings have been applied.
    rolloutDuration String
    The amount of time in seconds that the policy takes to rollout. During the rollout an increasing proportion of images/videos will begin to use the new policy instead of the cached images/videos from the previous version. This value has no effect on the staging network.
    serveStaleDuration String
    The amount of time in seconds that the policy will serve stale images. During the serve stale period realtime images will attempt to use the offline image from the previous policy version first if possible.
    transformations List<Property Map>
    Set of image transformations to apply to the source image. If unspecified, no operations are performed.
    variables List<Property Map>
    Declares variables for use within the policy. Any variable declared here can be invoked throughout transformations as a Variable object, so that you don't have to specify values separately. You can also pass in these variable names and values dynamically as query parameters in the image's request URL.

    GetImagingPolicyImagePolicyBreakpoints

    Widths List<int>
    Widths []int
    widths List<Integer>
    widths number[]
    widths Sequence[int]
    widths List<Number>

    GetImagingPolicyImagePolicyOutput

    AdaptiveQuality string
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    AllowPristineOnDownsize string
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    AllowedFormats List<string>
    The graphics file formats allowed for browser specific results.
    ForcedFormats List<string>
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    PerceptualQuality string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    PerceptualQualityFloor string
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    PerceptualQualityVar string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    PreferModernFormats string
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    Quality string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    QualityVar string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    AdaptiveQuality string
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    AllowPristineOnDownsize string
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    AllowedFormats []string
    The graphics file formats allowed for browser specific results.
    ForcedFormats []string
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    PerceptualQuality string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    PerceptualQualityFloor string
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    PerceptualQualityVar string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    PreferModernFormats string
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    Quality string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    QualityVar string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    adaptiveQuality String
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    allowPristineOnDownsize String
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    allowedFormats List<String>
    The graphics file formats allowed for browser specific results.
    forcedFormats List<String>
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    perceptualQuality String
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    perceptualQualityFloor String
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    perceptualQualityVar String
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    preferModernFormats String
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    quality String
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    qualityVar String
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    adaptiveQuality string
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    allowPristineOnDownsize string
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    allowedFormats string[]
    The graphics file formats allowed for browser specific results.
    forcedFormats string[]
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    perceptualQuality string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    perceptualQualityFloor string
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    perceptualQualityVar string
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    preferModernFormats string
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    quality string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    qualityVar string
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    adaptive_quality str
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    allow_pristine_on_downsize str
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    allowed_formats Sequence[str]
    The graphics file formats allowed for browser specific results.
    forced_formats Sequence[str]
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    perceptual_quality str
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    perceptual_quality_floor str
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    perceptual_quality_var str
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    prefer_modern_formats str
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    quality str
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    quality_var str
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    adaptiveQuality String
    Override the quality of image to serve when Image & Video Manager detects a slow connection. Specifying lower values lets users with slow connections browse your site with reduced load times without impacting the quality of images for users with faster connections.
    allowPristineOnDownsize String
    Whether a pristine image wider than the requested breakpoint is allowed as a derivative image if it has the fewest bytes. This will not have an affect if transformations are present.
    allowedFormats List<String>
    The graphics file formats allowed for browser specific results.
    forcedFormats List<String>
    The forced extra formats for the imFormat query parameter, which requests a specific browser type. By default, Image and Video Manager detects the browser and returns the appropriate image.
    perceptualQuality String
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    perceptualQualityFloor String
    Only applies with perceptualQuality set. Sets a minimum image quality to respect when using perceptual quality. Perceptual quality will not reduce the quality below this value even if it determines the compressed image to be acceptably visually similar.
    perceptualQualityVar String
    Mutually exclusive with quality. The perceptual quality to use when comparing resulting images, which overrides the quality setting. Perceptual quality tunes each image format's quality parameter dynamically based on the human-perceived quality of the output image. This can result in better byte savings (as compared to using regular quality) as many images can be encoded at a much lower quality without compromising perception of the image. In addition, certain images may need to be encoded at a slightly higher quality in order to maintain human-perceived quality. Values are tiered high, mediumHigh, medium, mediumLow, or low.
    preferModernFormats String
    Whether derivative image formats should be selected with a preference for modern formats (such as WebP and Avif) instead the format that results in the fewest bytes.
    quality String
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.
    qualityVar String
    Mutually exclusive with perceptualQuality, used by default if neither is specified. The chosen quality of the output images. Using a quality value from 1-100 resembles JPEG quality across output formats.

    GetImagingPolicyImagePolicyPostBreakpointTransformation

    BackgroundColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    Blurs List<GetImagingPolicyImagePolicyPostBreakpointTransformationBlur>
    Applies a Gaussian blur to the image.
    ChromaKeys List<GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    Composites List<GetImagingPolicyImagePolicyPostBreakpointTransformationComposite>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    Compounds List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompound>
    Contrasts List<GetImagingPolicyImagePolicyPostBreakpointTransformationContrast>
    Adjusts both the contrast and brightness of an image.
    Goops List<GetImagingPolicyImagePolicyPostBreakpointTransformationGoop>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    Grayscales List<GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale>
    Restricts image color to shades of gray only.
    Hsls List<GetImagingPolicyImagePolicyPostBreakpointTransformationHsl>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    Hsvs List<GetImagingPolicyImagePolicyPostBreakpointTransformationHsv>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    IfDimensions List<GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension>
    IfOrientations List<GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation>
    MaxColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    Mirrors List<GetImagingPolicyImagePolicyPostBreakpointTransformationMirror>
    Flips an image horizontally, vertically, or both.
    MonoHues List<GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    Opacities List<GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    RemoveColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    UnsharpMasks List<GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    BackgroundColors []GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    Blurs []GetImagingPolicyImagePolicyPostBreakpointTransformationBlur
    Applies a Gaussian blur to the image.
    ChromaKeys []GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    Composites []GetImagingPolicyImagePolicyPostBreakpointTransformationComposite
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    Compounds []GetImagingPolicyImagePolicyPostBreakpointTransformationCompound
    Contrasts []GetImagingPolicyImagePolicyPostBreakpointTransformationContrast
    Adjusts both the contrast and brightness of an image.
    Goops []GetImagingPolicyImagePolicyPostBreakpointTransformationGoop
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    Grayscales []GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale
    Restricts image color to shades of gray only.
    Hsls []GetImagingPolicyImagePolicyPostBreakpointTransformationHsl
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    Hsvs []GetImagingPolicyImagePolicyPostBreakpointTransformationHsv
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    IfDimensions []GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension
    IfOrientations []GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation
    MaxColors []GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    Mirrors []GetImagingPolicyImagePolicyPostBreakpointTransformationMirror
    Flips an image horizontally, vertically, or both.
    MonoHues []GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    Opacities []GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    RemoveColors []GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    UnsharpMasks []GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    backgroundColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs List<GetImagingPolicyImagePolicyPostBreakpointTransformationBlur>
    Applies a Gaussian blur to the image.
    chromaKeys List<GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites List<GetImagingPolicyImagePolicyPostBreakpointTransformationComposite>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompound>
    contrasts List<GetImagingPolicyImagePolicyPostBreakpointTransformationContrast>
    Adjusts both the contrast and brightness of an image.
    goops List<GetImagingPolicyImagePolicyPostBreakpointTransformationGoop>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales List<GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale>
    Restricts image color to shades of gray only.
    hsls List<GetImagingPolicyImagePolicyPostBreakpointTransformationHsl>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs List<GetImagingPolicyImagePolicyPostBreakpointTransformationHsv>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions List<GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension>
    ifOrientations List<GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation>
    maxColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors List<GetImagingPolicyImagePolicyPostBreakpointTransformationMirror>
    Flips an image horizontally, vertically, or both.
    monoHues List<GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities List<GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    removeColors List<GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    unsharpMasks List<GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    backgroundColors GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor[]
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs GetImagingPolicyImagePolicyPostBreakpointTransformationBlur[]
    Applies a Gaussian blur to the image.
    chromaKeys GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey[]
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites GetImagingPolicyImagePolicyPostBreakpointTransformationComposite[]
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds GetImagingPolicyImagePolicyPostBreakpointTransformationCompound[]
    contrasts GetImagingPolicyImagePolicyPostBreakpointTransformationContrast[]
    Adjusts both the contrast and brightness of an image.
    goops GetImagingPolicyImagePolicyPostBreakpointTransformationGoop[]
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale[]
    Restricts image color to shades of gray only.
    hsls GetImagingPolicyImagePolicyPostBreakpointTransformationHsl[]
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs GetImagingPolicyImagePolicyPostBreakpointTransformationHsv[]
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension[]
    ifOrientations GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation[]
    maxColors GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor[]
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors GetImagingPolicyImagePolicyPostBreakpointTransformationMirror[]
    Flips an image horizontally, vertically, or both.
    monoHues GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue[]
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity[]
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    removeColors GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor[]
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    unsharpMasks GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask[]
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    background_colors Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor]
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationBlur]
    Applies a Gaussian blur to the image.
    chroma_keys Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey]
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationComposite]
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationCompound]
    contrasts Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationContrast]
    Adjusts both the contrast and brightness of an image.
    goops Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationGoop]
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale]
    Restricts image color to shades of gray only.
    hsls Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationHsl]
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationHsv]
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    if_dimensions Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension]
    if_orientations Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation]
    max_colors Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor]
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationMirror]
    Flips an image horizontally, vertically, or both.
    mono_hues Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue]
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity]
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    remove_colors Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor]
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    unsharp_masks Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask]
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    backgroundColors List<Property Map>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs List<Property Map>
    Applies a Gaussian blur to the image.
    chromaKeys List<Property Map>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites List<Property Map>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds List<Property Map>
    contrasts List<Property Map>
    Adjusts both the contrast and brightness of an image.
    goops List<Property Map>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales List<Property Map>
    Restricts image color to shades of gray only.
    hsls List<Property Map>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs List<Property Map>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions List<Property Map>
    ifOrientations List<Property Map>
    maxColors List<Property Map>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors List<Property Map>
    Flips an image horizontally, vertically, or both.
    monoHues List<Property Map>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities List<Property Map>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    removeColors List<Property Map>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    unsharpMasks List<Property Map>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.

    GetImagingPolicyImagePolicyPostBreakpointTransformationBackgroundColor

    Color string
    The hexadecimal CSS color value for the background.
    ColorVar string
    The hexadecimal CSS color value for the background.
    Color string
    The hexadecimal CSS color value for the background.
    ColorVar string
    The hexadecimal CSS color value for the background.
    color String
    The hexadecimal CSS color value for the background.
    colorVar String
    The hexadecimal CSS color value for the background.
    color string
    The hexadecimal CSS color value for the background.
    colorVar string
    The hexadecimal CSS color value for the background.
    color str
    The hexadecimal CSS color value for the background.
    color_var str
    The hexadecimal CSS color value for the background.
    color String
    The hexadecimal CSS color value for the background.
    colorVar String
    The hexadecimal CSS color value for the background.

    GetImagingPolicyImagePolicyPostBreakpointTransformationBlur

    Sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    SigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    Sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    SigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma str
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma_var str
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.

    GetImagingPolicyImagePolicyPostBreakpointTransformationChromaKey

    Hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    HueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    LightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    LightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    SaturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    SaturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    Hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    HueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    LightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    LightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    SaturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    SaturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue str
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hue_feather str
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hue_feather_var str
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hue_tolerance str
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hue_tolerance_var str
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hue_var str
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightness_feather str
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightness_feather_var str
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightness_tolerance str
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightness_tolerance_var str
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturation_feather str
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturation_feather_var str
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturation_tolerance str
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturation_tolerance_var str
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.

    GetImagingPolicyImagePolicyPostBreakpointTransformationComposite

    Image GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage
    Gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    GravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    Placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    PlacementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    Scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    ScaleDimension string
    The dimension, either width or height, of the source image to scale.
    ScaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    ScaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    XPosition string
    The x-axis position of the image to apply.
    XPositionVar string
    The x-axis position of the image to apply.
    YPosition string
    The y-axis position of the image to apply.
    YPositionVar string
    The y-axis position of the image to apply.
    Image GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage
    Gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    GravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    Placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    PlacementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    Scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    ScaleDimension string
    The dimension, either width or height, of the source image to scale.
    ScaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    ScaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    XPosition string
    The x-axis position of the image to apply.
    XPositionVar string
    The x-axis position of the image to apply.
    YPosition string
    The y-axis position of the image to apply.
    YPositionVar string
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage
    gravity String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension String
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar String
    The dimension, either width or height, of the source image to scale.
    scaleVar String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition String
    The x-axis position of the image to apply.
    xPositionVar String
    The x-axis position of the image to apply.
    yPosition String
    The y-axis position of the image to apply.
    yPositionVar String
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage
    gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension string
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    scaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition string
    The x-axis position of the image to apply.
    xPositionVar string
    The x-axis position of the image to apply.
    yPosition string
    The y-axis position of the image to apply.
    yPositionVar string
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage
    gravity str
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravity_var str
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement str
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placement_var str
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale str
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scale_dimension str
    The dimension, either width or height, of the source image to scale.
    scale_dimension_var str
    The dimension, either width or height, of the source image to scale.
    scale_var str
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    x_position str
    The x-axis position of the image to apply.
    x_position_var str
    The x-axis position of the image to apply.
    y_position str
    The y-axis position of the image to apply.
    y_position_var str
    The y-axis position of the image to apply.
    image Property Map
    gravity String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension String
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar String
    The dimension, either width or height, of the source image to scale.
    scaleVar String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition String
    The x-axis position of the image to apply.
    xPositionVar String
    The x-axis position of the image to apply.
    yPosition String
    The y-axis position of the image to apply.
    yPositionVar String
    The y-axis position of the image to apply.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImage

    BoxImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    CircleImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    TextImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage>
    An image loaded from a URL.
    BoxImages []GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage
    A rectangular box, with a specified color and applied transformation.
    CircleImages []GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage
    A rectangular box, with a specified color and applied transformation.
    TextImages []GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages []GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage
    An image loaded from a URL.
    boxImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    textImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage>
    An image loaded from a URL.
    boxImages GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage[]
    A rectangular box, with a specified color and applied transformation.
    circleImages GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage[]
    A rectangular box, with a specified color and applied transformation.
    textImages GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage[]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage[]
    An image loaded from a URL.
    box_images Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage]
    A rectangular box, with a specified color and applied transformation.
    circle_images Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage]
    A rectangular box, with a specified color and applied transformation.
    text_images Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    url_images Sequence[GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage]
    An image loaded from a URL.
    boxImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    textImages List<Property Map>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<Property Map>
    An image loaded from a URL.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageBoxImage

    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height string
    The height of the box in pixels.
    heightVar string
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height str
    The height of the box in pixels.
    height_var str
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageCircleImage

    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameter_var str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageTextImage

    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill string
    The main fill color of the text.
    fillVar string
    The main fill color of the text.
    size string
    The size in pixels to render the text.
    sizeVar string
    The size in pixels to render the text.
    stroke string
    The color for the outline of the text.
    strokeSize string
    The thickness in points for the outline of the text.
    strokeSizeVar string
    The thickness in points for the outline of the text.
    strokeVar string
    The color for the outline of the text.
    text string
    The line of text to render.
    textVar string
    The line of text to render.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill str
    The main fill color of the text.
    fill_var str
    The main fill color of the text.
    size str
    The size in pixels to render the text.
    size_var str
    The size in pixels to render the text.
    stroke str
    The color for the outline of the text.
    stroke_size str
    The thickness in points for the outline of the text.
    stroke_size_var str
    The thickness in points for the outline of the text.
    stroke_var str
    The color for the outline of the text.
    text str
    The line of text to render.
    text_var str
    The line of text to render.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    typeface str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typeface_var str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation Property Map
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompositeImageUrlImage

    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    Transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    url String
    The URL of the image.
    urlVar String
    The URL of the image.
    transformation GetImagingPolicyImagePolicyPostBreakpointTransformation
    url string
    The URL of the image.
    urlVar string
    The URL of the image.
    transformation Property Map
    url String
    The URL of the image.
    urlVar String
    The URL of the image.

    GetImagingPolicyImagePolicyPostBreakpointTransformationCompound

    GetImagingPolicyImagePolicyPostBreakpointTransformationContrast

    Brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    BrightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    Contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    ContrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    Brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    BrightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    Contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    ContrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness str
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightness_var str
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast str
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrast_var str
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.

    GetImagingPolicyImagePolicyPostBreakpointTransformationGoop

    Chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    ChaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    Density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    DensityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    Power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    PowerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    Seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    SeedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    Chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    ChaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    Density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    DensityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    Power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    PowerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    Seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    SeedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos str
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaos_var str
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density str
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    density_var str
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power str
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    power_var str
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed str
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seed_var str
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.

    GetImagingPolicyImagePolicyPostBreakpointTransformationGrayscale

    Type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    TypeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    Type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    TypeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type str
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type_var str
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.

    GetImagingPolicyImagePolicyPostBreakpointTransformationHsl

    Hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    Lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    LightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    Lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    LightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue str
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hue_var str
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness str
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightness_var str
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturation_var str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.

    GetImagingPolicyImagePolicyPostBreakpointTransformationHsv

    Hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    ValueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    Hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    ValueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue str
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hue_var str
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturation_var str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value str
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    value_var str
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.

    GetImagingPolicyImagePolicyPostBreakpointTransformationIfDimension

    Default GetImagingPolicyImagePolicyPostBreakpointTransformation
    Dimension string
    The dimension to use to select the transformation, either height, width, or both.
    DimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    Equal GetImagingPolicyImagePolicyPostBreakpointTransformation
    GreaterThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    LessThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    Value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    ValueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    Default GetImagingPolicyImagePolicyPostBreakpointTransformation
    Dimension string
    The dimension to use to select the transformation, either height, width, or both.
    DimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    Equal GetImagingPolicyImagePolicyPostBreakpointTransformation
    GreaterThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    LessThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    Value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    ValueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default_ GetImagingPolicyImagePolicyPostBreakpointTransformation
    dimension String
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar String
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyPostBreakpointTransformation
    greaterThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    lessThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    value String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default GetImagingPolicyImagePolicyPostBreakpointTransformation
    dimension string
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyPostBreakpointTransformation
    greaterThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    lessThan GetImagingPolicyImagePolicyPostBreakpointTransformation
    value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default GetImagingPolicyImagePolicyPostBreakpointTransformation
    dimension str
    The dimension to use to select the transformation, either height, width, or both.
    dimension_var str
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyPostBreakpointTransformation
    greater_than GetImagingPolicyImagePolicyPostBreakpointTransformation
    less_than GetImagingPolicyImagePolicyPostBreakpointTransformation
    value str
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    value_var str
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default Property Map
    dimension String
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar String
    The dimension to use to select the transformation, either height, width, or both.
    equal Property Map
    greaterThan Property Map
    lessThan Property Map
    value String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.

    GetImagingPolicyImagePolicyPostBreakpointTransformationIfOrientation

    GetImagingPolicyImagePolicyPostBreakpointTransformationMaxColor

    Colors string
    The value representing the maximum number of colors to use with the source image.
    ColorsVar string
    The value representing the maximum number of colors to use with the source image.
    Colors string
    The value representing the maximum number of colors to use with the source image.
    ColorsVar string
    The value representing the maximum number of colors to use with the source image.
    colors String
    The value representing the maximum number of colors to use with the source image.
    colorsVar String
    The value representing the maximum number of colors to use with the source image.
    colors string
    The value representing the maximum number of colors to use with the source image.
    colorsVar string
    The value representing the maximum number of colors to use with the source image.
    colors str
    The value representing the maximum number of colors to use with the source image.
    colors_var str
    The value representing the maximum number of colors to use with the source image.
    colors String
    The value representing the maximum number of colors to use with the source image.
    colorsVar String
    The value representing the maximum number of colors to use with the source image.

    GetImagingPolicyImagePolicyPostBreakpointTransformationMirror

    Horizontal string
    Flips the image horizontally.
    HorizontalVar string
    Flips the image horizontally.
    Vertical string
    Flips the image vertically.
    VerticalVar string
    Flips the image vertically.
    Horizontal string
    Flips the image horizontally.
    HorizontalVar string
    Flips the image horizontally.
    Vertical string
    Flips the image vertically.
    VerticalVar string
    Flips the image vertically.
    horizontal String
    Flips the image horizontally.
    horizontalVar String
    Flips the image horizontally.
    vertical String
    Flips the image vertically.
    verticalVar String
    Flips the image vertically.
    horizontal string
    Flips the image horizontally.
    horizontalVar string
    Flips the image horizontally.
    vertical string
    Flips the image vertically.
    verticalVar string
    Flips the image vertically.
    horizontal str
    Flips the image horizontally.
    horizontal_var str
    Flips the image horizontally.
    vertical str
    Flips the image vertically.
    vertical_var str
    Flips the image vertically.
    horizontal String
    Flips the image horizontally.
    horizontalVar String
    Flips the image horizontally.
    vertical String
    Flips the image vertically.
    verticalVar String
    Flips the image vertically.

    GetImagingPolicyImagePolicyPostBreakpointTransformationMonoHue

    Hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    HueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    Hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    HueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue str
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue_var str
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.

    GetImagingPolicyImagePolicyPostBreakpointTransformationOpacity

    Opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    OpacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    Opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    OpacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity str
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity_var str
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.

    GetImagingPolicyImagePolicyPostBreakpointTransformationRemoveColor

    Color string
    The hexadecimal CSS color value to remove.
    ColorVar string
    The hexadecimal CSS color value to remove.
    Feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    FeatherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    Tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    ToleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    Color string
    The hexadecimal CSS color value to remove.
    ColorVar string
    The hexadecimal CSS color value to remove.
    Feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    FeatherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    Tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    ToleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color String
    The hexadecimal CSS color value to remove.
    colorVar String
    The hexadecimal CSS color value to remove.
    feather String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color string
    The hexadecimal CSS color value to remove.
    colorVar string
    The hexadecimal CSS color value to remove.
    feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color str
    The hexadecimal CSS color value to remove.
    color_var str
    The hexadecimal CSS color value to remove.
    feather str
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    feather_var str
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance str
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    tolerance_var str
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color String
    The hexadecimal CSS color value to remove.
    colorVar String
    The hexadecimal CSS color value to remove.
    feather String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.

    GetImagingPolicyImagePolicyPostBreakpointTransformationUnsharpMask

    Gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    GainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    Sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    SigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    Threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    ThresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    Gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    GainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    Sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    SigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    Threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    ThresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain str
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gain_var str
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma str
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigma_var str
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold str
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    threshold_var str
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.

    GetImagingPolicyImagePolicyTransformation

    Appends List<GetImagingPolicyImagePolicyTransformationAppend>
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    AspectCrops List<GetImagingPolicyImagePolicyTransformationAspectCrop>
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    BackgroundColors List<GetImagingPolicyImagePolicyTransformationBackgroundColor>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    Blurs List<GetImagingPolicyImagePolicyTransformationBlur>
    Applies a Gaussian blur to the image.
    ChromaKeys List<GetImagingPolicyImagePolicyTransformationChromaKey>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    Composites List<GetImagingPolicyImagePolicyTransformationComposite>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    Compounds List<GetImagingPolicyImagePolicyTransformationCompound>
    Contrasts List<GetImagingPolicyImagePolicyTransformationContrast>
    Adjusts both the contrast and brightness of an image.
    Crops List<GetImagingPolicyImagePolicyTransformationCrop>
    Crops an image.
    FaceCrops List<GetImagingPolicyImagePolicyTransformationFaceCrop>
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    FeatureCrops List<GetImagingPolicyImagePolicyTransformationFeatureCrop>
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    FitAndFills List<GetImagingPolicyImagePolicyTransformationFitAndFill>
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    Goops List<GetImagingPolicyImagePolicyTransformationGoop>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    Grayscales List<GetImagingPolicyImagePolicyTransformationGrayscale>
    Restricts image color to shades of gray only.
    Hsls List<GetImagingPolicyImagePolicyTransformationHsl>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    Hsvs List<GetImagingPolicyImagePolicyTransformationHsv>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    IfDimensions List<GetImagingPolicyImagePolicyTransformationIfDimension>
    IfOrientations List<GetImagingPolicyImagePolicyTransformationIfOrientation>
    ImQueries List<GetImagingPolicyImagePolicyTransformationImQuery>
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    MaxColors List<GetImagingPolicyImagePolicyTransformationMaxColor>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    Mirrors List<GetImagingPolicyImagePolicyTransformationMirror>
    Flips an image horizontally, vertically, or both.
    MonoHues List<GetImagingPolicyImagePolicyTransformationMonoHue>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    Opacities List<GetImagingPolicyImagePolicyTransformationOpacity>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    RegionOfInterestCrops List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop>
    Crops to a region around a specified area of interest relative to the specified width and height values.
    RelativeCrops List<GetImagingPolicyImagePolicyTransformationRelativeCrop>
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    RemoveColors List<GetImagingPolicyImagePolicyTransformationRemoveColor>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    Resizes List<GetImagingPolicyImagePolicyTransformationResize>
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    Rotates List<GetImagingPolicyImagePolicyTransformationRotate>
    Rotate the image around its center by indicating the degrees of rotation.
    Scales List<GetImagingPolicyImagePolicyTransformationScale>
    Changes the image's size to different dimensions relative to its starting size.
    Shears List<GetImagingPolicyImagePolicyTransformationShears>
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    Trims List<GetImagingPolicyImagePolicyTransformationTrim>
    Automatically crops uniform backgrounds from the edges of an image.
    UnsharpMasks List<GetImagingPolicyImagePolicyTransformationUnsharpMask>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    Appends []GetImagingPolicyImagePolicyTransformationAppend
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    AspectCrops []GetImagingPolicyImagePolicyTransformationAspectCrop
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    BackgroundColors []GetImagingPolicyImagePolicyTransformationBackgroundColor
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    Blurs []GetImagingPolicyImagePolicyTransformationBlur
    Applies a Gaussian blur to the image.
    ChromaKeys []GetImagingPolicyImagePolicyTransformationChromaKey
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    Composites []GetImagingPolicyImagePolicyTransformationComposite
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    Compounds []GetImagingPolicyImagePolicyTransformationCompound
    Contrasts []GetImagingPolicyImagePolicyTransformationContrast
    Adjusts both the contrast and brightness of an image.
    Crops []GetImagingPolicyImagePolicyTransformationCrop
    Crops an image.
    FaceCrops []GetImagingPolicyImagePolicyTransformationFaceCrop
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    FeatureCrops []GetImagingPolicyImagePolicyTransformationFeatureCrop
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    FitAndFills []GetImagingPolicyImagePolicyTransformationFitAndFill
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    Goops []GetImagingPolicyImagePolicyTransformationGoop
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    Grayscales []GetImagingPolicyImagePolicyTransformationGrayscale
    Restricts image color to shades of gray only.
    Hsls []GetImagingPolicyImagePolicyTransformationHsl
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    Hsvs []GetImagingPolicyImagePolicyTransformationHsv
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    IfDimensions []GetImagingPolicyImagePolicyTransformationIfDimension
    IfOrientations []GetImagingPolicyImagePolicyTransformationIfOrientation
    ImQueries []GetImagingPolicyImagePolicyTransformationImQuery
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    MaxColors []GetImagingPolicyImagePolicyTransformationMaxColor
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    Mirrors []GetImagingPolicyImagePolicyTransformationMirror
    Flips an image horizontally, vertically, or both.
    MonoHues []GetImagingPolicyImagePolicyTransformationMonoHue
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    Opacities []GetImagingPolicyImagePolicyTransformationOpacity
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    RegionOfInterestCrops []GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop
    Crops to a region around a specified area of interest relative to the specified width and height values.
    RelativeCrops []GetImagingPolicyImagePolicyTransformationRelativeCrop
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    RemoveColors []GetImagingPolicyImagePolicyTransformationRemoveColor
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    Resizes []GetImagingPolicyImagePolicyTransformationResize
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    Rotates []GetImagingPolicyImagePolicyTransformationRotate
    Rotate the image around its center by indicating the degrees of rotation.
    Scales []GetImagingPolicyImagePolicyTransformationScale
    Changes the image's size to different dimensions relative to its starting size.
    Shears []GetImagingPolicyImagePolicyTransformationShears
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    Trims []GetImagingPolicyImagePolicyTransformationTrim
    Automatically crops uniform backgrounds from the edges of an image.
    UnsharpMasks []GetImagingPolicyImagePolicyTransformationUnsharpMask
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    appends List<GetImagingPolicyImagePolicyTransformationAppend>
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    aspectCrops List<GetImagingPolicyImagePolicyTransformationAspectCrop>
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    backgroundColors List<GetImagingPolicyImagePolicyTransformationBackgroundColor>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs List<GetImagingPolicyImagePolicyTransformationBlur>
    Applies a Gaussian blur to the image.
    chromaKeys List<GetImagingPolicyImagePolicyTransformationChromaKey>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites List<GetImagingPolicyImagePolicyTransformationComposite>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds List<GetImagingPolicyImagePolicyTransformationCompound>
    contrasts List<GetImagingPolicyImagePolicyTransformationContrast>
    Adjusts both the contrast and brightness of an image.
    crops List<GetImagingPolicyImagePolicyTransformationCrop>
    Crops an image.
    faceCrops List<GetImagingPolicyImagePolicyTransformationFaceCrop>
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    featureCrops List<GetImagingPolicyImagePolicyTransformationFeatureCrop>
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    fitAndFills List<GetImagingPolicyImagePolicyTransformationFitAndFill>
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    goops List<GetImagingPolicyImagePolicyTransformationGoop>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales List<GetImagingPolicyImagePolicyTransformationGrayscale>
    Restricts image color to shades of gray only.
    hsls List<GetImagingPolicyImagePolicyTransformationHsl>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs List<GetImagingPolicyImagePolicyTransformationHsv>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions List<GetImagingPolicyImagePolicyTransformationIfDimension>
    ifOrientations List<GetImagingPolicyImagePolicyTransformationIfOrientation>
    imQueries List<GetImagingPolicyImagePolicyTransformationImQuery>
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    maxColors List<GetImagingPolicyImagePolicyTransformationMaxColor>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors List<GetImagingPolicyImagePolicyTransformationMirror>
    Flips an image horizontally, vertically, or both.
    monoHues List<GetImagingPolicyImagePolicyTransformationMonoHue>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities List<GetImagingPolicyImagePolicyTransformationOpacity>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    regionOfInterestCrops List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop>
    Crops to a region around a specified area of interest relative to the specified width and height values.
    relativeCrops List<GetImagingPolicyImagePolicyTransformationRelativeCrop>
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    removeColors List<GetImagingPolicyImagePolicyTransformationRemoveColor>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    resizes List<GetImagingPolicyImagePolicyTransformationResize>
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    rotates List<GetImagingPolicyImagePolicyTransformationRotate>
    Rotate the image around its center by indicating the degrees of rotation.
    scales List<GetImagingPolicyImagePolicyTransformationScale>
    Changes the image's size to different dimensions relative to its starting size.
    shears List<GetImagingPolicyImagePolicyTransformationShears>
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    trims List<GetImagingPolicyImagePolicyTransformationTrim>
    Automatically crops uniform backgrounds from the edges of an image.
    unsharpMasks List<GetImagingPolicyImagePolicyTransformationUnsharpMask>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    appends GetImagingPolicyImagePolicyTransformationAppend[]
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    aspectCrops GetImagingPolicyImagePolicyTransformationAspectCrop[]
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    backgroundColors GetImagingPolicyImagePolicyTransformationBackgroundColor[]
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs GetImagingPolicyImagePolicyTransformationBlur[]
    Applies a Gaussian blur to the image.
    chromaKeys GetImagingPolicyImagePolicyTransformationChromaKey[]
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites GetImagingPolicyImagePolicyTransformationComposite[]
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds GetImagingPolicyImagePolicyTransformationCompound[]
    contrasts GetImagingPolicyImagePolicyTransformationContrast[]
    Adjusts both the contrast and brightness of an image.
    crops GetImagingPolicyImagePolicyTransformationCrop[]
    Crops an image.
    faceCrops GetImagingPolicyImagePolicyTransformationFaceCrop[]
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    featureCrops GetImagingPolicyImagePolicyTransformationFeatureCrop[]
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    fitAndFills GetImagingPolicyImagePolicyTransformationFitAndFill[]
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    goops GetImagingPolicyImagePolicyTransformationGoop[]
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales GetImagingPolicyImagePolicyTransformationGrayscale[]
    Restricts image color to shades of gray only.
    hsls GetImagingPolicyImagePolicyTransformationHsl[]
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs GetImagingPolicyImagePolicyTransformationHsv[]
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions GetImagingPolicyImagePolicyTransformationIfDimension[]
    ifOrientations GetImagingPolicyImagePolicyTransformationIfOrientation[]
    imQueries GetImagingPolicyImagePolicyTransformationImQuery[]
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    maxColors GetImagingPolicyImagePolicyTransformationMaxColor[]
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors GetImagingPolicyImagePolicyTransformationMirror[]
    Flips an image horizontally, vertically, or both.
    monoHues GetImagingPolicyImagePolicyTransformationMonoHue[]
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities GetImagingPolicyImagePolicyTransformationOpacity[]
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    regionOfInterestCrops GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop[]
    Crops to a region around a specified area of interest relative to the specified width and height values.
    relativeCrops GetImagingPolicyImagePolicyTransformationRelativeCrop[]
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    removeColors GetImagingPolicyImagePolicyTransformationRemoveColor[]
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    resizes GetImagingPolicyImagePolicyTransformationResize[]
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    rotates GetImagingPolicyImagePolicyTransformationRotate[]
    Rotate the image around its center by indicating the degrees of rotation.
    scales GetImagingPolicyImagePolicyTransformationScale[]
    Changes the image's size to different dimensions relative to its starting size.
    shears GetImagingPolicyImagePolicyTransformationShears[]
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    trims GetImagingPolicyImagePolicyTransformationTrim[]
    Automatically crops uniform backgrounds from the edges of an image.
    unsharpMasks GetImagingPolicyImagePolicyTransformationUnsharpMask[]
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    appends Sequence[GetImagingPolicyImagePolicyTransformationAppend]
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    aspect_crops Sequence[GetImagingPolicyImagePolicyTransformationAspectCrop]
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    background_colors Sequence[GetImagingPolicyImagePolicyTransformationBackgroundColor]
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs Sequence[GetImagingPolicyImagePolicyTransformationBlur]
    Applies a Gaussian blur to the image.
    chroma_keys Sequence[GetImagingPolicyImagePolicyTransformationChromaKey]
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites Sequence[GetImagingPolicyImagePolicyTransformationComposite]
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds Sequence[GetImagingPolicyImagePolicyTransformationCompound]
    contrasts Sequence[GetImagingPolicyImagePolicyTransformationContrast]
    Adjusts both the contrast and brightness of an image.
    crops Sequence[GetImagingPolicyImagePolicyTransformationCrop]
    Crops an image.
    face_crops Sequence[GetImagingPolicyImagePolicyTransformationFaceCrop]
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    feature_crops Sequence[GetImagingPolicyImagePolicyTransformationFeatureCrop]
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    fit_and_fills Sequence[GetImagingPolicyImagePolicyTransformationFitAndFill]
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    goops Sequence[GetImagingPolicyImagePolicyTransformationGoop]
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales Sequence[GetImagingPolicyImagePolicyTransformationGrayscale]
    Restricts image color to shades of gray only.
    hsls Sequence[GetImagingPolicyImagePolicyTransformationHsl]
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs Sequence[GetImagingPolicyImagePolicyTransformationHsv]
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    if_dimensions Sequence[GetImagingPolicyImagePolicyTransformationIfDimension]
    if_orientations Sequence[GetImagingPolicyImagePolicyTransformationIfOrientation]
    im_queries Sequence[GetImagingPolicyImagePolicyTransformationImQuery]
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    max_colors Sequence[GetImagingPolicyImagePolicyTransformationMaxColor]
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors Sequence[GetImagingPolicyImagePolicyTransformationMirror]
    Flips an image horizontally, vertically, or both.
    mono_hues Sequence[GetImagingPolicyImagePolicyTransformationMonoHue]
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities Sequence[GetImagingPolicyImagePolicyTransformationOpacity]
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    region_of_interest_crops Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop]
    Crops to a region around a specified area of interest relative to the specified width and height values.
    relative_crops Sequence[GetImagingPolicyImagePolicyTransformationRelativeCrop]
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    remove_colors Sequence[GetImagingPolicyImagePolicyTransformationRemoveColor]
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    resizes Sequence[GetImagingPolicyImagePolicyTransformationResize]
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    rotates Sequence[GetImagingPolicyImagePolicyTransformationRotate]
    Rotate the image around its center by indicating the degrees of rotation.
    scales Sequence[GetImagingPolicyImagePolicyTransformationScale]
    Changes the image's size to different dimensions relative to its starting size.
    shears Sequence[GetImagingPolicyImagePolicyTransformationShears]
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    trims Sequence[GetImagingPolicyImagePolicyTransformationTrim]
    Automatically crops uniform backgrounds from the edges of an image.
    unsharp_masks Sequence[GetImagingPolicyImagePolicyTransformationUnsharpMask]
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.
    appends List<Property Map>
    Places a specified image beside the source image. The API places the image on a major dimension, then aligns it on the minor dimension. Transparent pixels fill any area not covered by either image.
    aspectCrops List<Property Map>
    Lets you change the height or width of an image (either by cropping or expanding the area) to an aspect ratio of your choosing.
    backgroundColors List<Property Map>
    Places a transparent image on a set background color. Color is specified in the typical CSS hexadecimal format.
    blurs List<Property Map>
    Applies a Gaussian blur to the image.
    chromaKeys List<Property Map>
    Changes any color in an image within the specified volume of the HSL colorspace to transparent or semitransparent. This transformation applies a 'green screen' technique commonly used to isolate and remove background colors.
    composites List<Property Map>
    Applies another image to the source image, either as an overlay or an underlay. The image that's underneath is visible in areas that are beyond the edges of the top image or that are less than 100% opaque. A common use of an overlay composite is to add a watermark.
    compounds List<Property Map>
    contrasts List<Property Map>
    Adjusts both the contrast and brightness of an image.
    crops List<Property Map>
    Crops an image.
    faceCrops List<Property Map>
    Applies a method to detect faces in the source image and applies the rectangular crop on either the biggest face or all of the faces detected. Image and Video Manager tries to preserve faces in the image instead of using specified crop coordinates.
    featureCrops List<Property Map>
    Identifies prominent features of the source image, then crops around as many of these features as possible relative to the specified width and height values.
    fitAndFills List<Property Map>
    Resizes an image to fit within a specific size box and then uses a fill of that same image to cover any transparent space at the edges. By default the fill image has a Blur transformation with a sigma value of 8 applied, but the transformation can be customized using the fillTransformation parameter.
    goops List<Property Map>
    Distorts an image by randomly repositioning a set of control points along a specified grid. The transformed image appears goopy. Adjust the density of the grid and the degree of randomity. You can use this transformation to create watermarks for use in security.
    grayscales List<Property Map>
    Restricts image color to shades of gray only.
    hsls List<Property Map>
    Adjusts the hue, saturation, and lightness (HSL) of an image. Hue is the number of degrees that colors rotate around the color wheel. Saturation is a multiplier to increase or decrease color saturation. Lightness is a multiplier to increase or decrease the lightness of an image. Other transformations can also affect color, such as Grayscale and MaxColors. If youre using more than one, consider the order to apply them for the desired results.
    hsvs List<Property Map>
    Identical to HSL except it replaces lightness with value. For example, if you reduce the lightness of a light green, almost white, image, the color turns a vibrant green. Reducing the value turns the image a darker color, close to grey. This happens because the original image color is very close to white.
    ifDimensions List<Property Map>
    ifOrientations List<Property Map>
    imQueries List<Property Map>
    Apply artistic transformations to images quickly and dynamically by specifying transformations with a query string appendedto the image URL.
    maxColors List<Property Map>
    Set the maximum number of colors in the images palette. Reducing the number of colors in an image can help to reduce file size.
    mirrors List<Property Map>
    Flips an image horizontally, vertically, or both.
    monoHues List<Property Map>
    Allows you to set all hues in an image to a single specified hue of your choosing. Mono Hue maintains the original color’s lightness and saturation but sets the hue to that of the specified value. This has the effect of making the image shades of the specified hue.
    opacities List<Property Map>
    Adjusts the level of transparency of an image. Use this transformation to make an image more or less transparent.
    regionOfInterestCrops List<Property Map>
    Crops to a region around a specified area of interest relative to the specified width and height values.
    relativeCrops List<Property Map>
    Shrinks or expands an image relative to the image's specified dimensions. Image and Video Manager fills the expanded areas with transparency. Positive values shrink the side, while negative values expand it.
    removeColors List<Property Map>
    Removes a specified color from an image and replaces it with transparent pixels. This transformation is ideal for removing solid background colors from product images photographed on clean, consistent backgrounds without any shadows.
    resizes List<Property Map>
    Resizes an image to a particular, absolute dimension. If you don't enter a width or a height, the image is resized with the fit aspect preservation mode, which selects a value for the missing dimension that preserves the image's aspect.
    rotates List<Property Map>
    Rotate the image around its center by indicating the degrees of rotation.
    scales List<Property Map>
    Changes the image's size to different dimensions relative to its starting size.
    shears List<Property Map>
    Slants an image into a parallelogram, as a percent of the starting dimension as represented in decimal format. You need to specify at least one axis property. Transparent pixels fill empty areas around the sheared image as needed, so it's often useful to use a BackgroundColor transformation for these areas.
    trims List<Property Map>
    Automatically crops uniform backgrounds from the edges of an image.
    unsharpMasks List<Property Map>
    Emphasizes edges and details in source images without distorting the colors. Although this effect is often referred to as sharpening an image, it actually creates a blurred, inverted copy of the image known as an unsharp mask. Image and Video Manager combines the unsharp mask with the source image to create an image perceived as clearer.

    GetImagingPolicyImagePolicyTransformationAppend

    Image GetImagingPolicyImagePolicyTransformationAppendImage
    Gravity string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    GravityPriority string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    GravityPriorityVar string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    GravityVar string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    PreserveMinorDimension string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    PreserveMinorDimensionVar string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    Image GetImagingPolicyImagePolicyTransformationAppendImage
    Gravity string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    GravityPriority string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    GravityPriorityVar string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    GravityVar string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    PreserveMinorDimension string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    PreserveMinorDimensionVar string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    image GetImagingPolicyImagePolicyTransformationAppendImage
    gravity String
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    gravityPriority String
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityPriorityVar String
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityVar String
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    preserveMinorDimension String
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    preserveMinorDimensionVar String
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    image GetImagingPolicyImagePolicyTransformationAppendImage
    gravity string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    gravityPriority string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityPriorityVar string
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityVar string
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    preserveMinorDimension string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    preserveMinorDimensionVar string
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    image GetImagingPolicyImagePolicyTransformationAppendImage
    gravity str
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    gravity_priority str
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravity_priority_var str
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravity_var str
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    preserve_minor_dimension str
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    preserve_minor_dimension_var str
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    image Property Map
    gravity String
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    gravityPriority String
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityPriorityVar String
    Determines the exact placement of the image when gravity is Center or a diagonal. The value is either horizontal or vertical. Use horizontal to append an image east or west of the source image. This aligns the image on the vertical gravity component, placing Center gravity east. Use vertical to append an image north or south of the source image. This aligns the image on the horizontal gravity component, placing Center gravity south.
    gravityVar String
    Specifies where to place the image relative to the source image. The available values represent the eight cardinal directions (North, South, East, West, NorthEast, NorthWest, SouthEast, SouthWest) and a Center by default.
    preserveMinorDimension String
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.
    preserveMinorDimensionVar String
    Whether to preserve the source image's minor dimension, false by default. The minor dimension is the dimension opposite the dimension that the appending image is placed. For example, the dimensions of the source image are 100 × 100 pixels. The dimensions of the appending image are 50 × 150 pixels. The gravity is set to East. This makes the major dimension horizontal and the source image's minor dimension vertical. To preserve the source image's minor dimension at 100 pixels, the preserveMinorDimension is set to true. As a result of the append, the major dimension expanded with the appended image to 150 pixels. The source image's minor dimension was maintained at 100 pixels. The total combined dimension of the image is 150 × 100 pixels.

    GetImagingPolicyImagePolicyTransformationAppendImage

    BoxImages List<GetImagingPolicyImagePolicyTransformationAppendImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    CircleImages List<GetImagingPolicyImagePolicyTransformationAppendImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    TextImages List<GetImagingPolicyImagePolicyTransformationAppendImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages List<GetImagingPolicyImagePolicyTransformationAppendImageUrlImage>
    An image loaded from a URL.
    BoxImages []GetImagingPolicyImagePolicyTransformationAppendImageBoxImage
    A rectangular box, with a specified color and applied transformation.
    CircleImages []GetImagingPolicyImagePolicyTransformationAppendImageCircleImage
    A rectangular box, with a specified color and applied transformation.
    TextImages []GetImagingPolicyImagePolicyTransformationAppendImageTextImage
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages []GetImagingPolicyImagePolicyTransformationAppendImageUrlImage
    An image loaded from a URL.
    boxImages List<GetImagingPolicyImagePolicyTransformationAppendImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<GetImagingPolicyImagePolicyTransformationAppendImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    textImages List<GetImagingPolicyImagePolicyTransformationAppendImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<GetImagingPolicyImagePolicyTransformationAppendImageUrlImage>
    An image loaded from a URL.
    boxImages GetImagingPolicyImagePolicyTransformationAppendImageBoxImage[]
    A rectangular box, with a specified color and applied transformation.
    circleImages GetImagingPolicyImagePolicyTransformationAppendImageCircleImage[]
    A rectangular box, with a specified color and applied transformation.
    textImages GetImagingPolicyImagePolicyTransformationAppendImageTextImage[]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages GetImagingPolicyImagePolicyTransformationAppendImageUrlImage[]
    An image loaded from a URL.
    box_images Sequence[GetImagingPolicyImagePolicyTransformationAppendImageBoxImage]
    A rectangular box, with a specified color and applied transformation.
    circle_images Sequence[GetImagingPolicyImagePolicyTransformationAppendImageCircleImage]
    A rectangular box, with a specified color and applied transformation.
    text_images Sequence[GetImagingPolicyImagePolicyTransformationAppendImageTextImage]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    url_images Sequence[GetImagingPolicyImagePolicyTransformationAppendImageUrlImage]
    An image loaded from a URL.
    boxImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    textImages List<Property Map>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<Property Map>
    An image loaded from a URL.

    GetImagingPolicyImagePolicyTransformationAppendImageBoxImage

    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height string
    The height of the box in pixels.
    heightVar string
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height str
    The height of the box in pixels.
    height_var str
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyTransformationAppendImageCircleImage

    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameter_var str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyTransformationAppendImageTextImage

    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill string
    The main fill color of the text.
    fillVar string
    The main fill color of the text.
    size string
    The size in pixels to render the text.
    sizeVar string
    The size in pixels to render the text.
    stroke string
    The color for the outline of the text.
    strokeSize string
    The thickness in points for the outline of the text.
    strokeSizeVar string
    The thickness in points for the outline of the text.
    strokeVar string
    The color for the outline of the text.
    text string
    The line of text to render.
    textVar string
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill str
    The main fill color of the text.
    fill_var str
    The main fill color of the text.
    size str
    The size in pixels to render the text.
    size_var str
    The size in pixels to render the text.
    stroke str
    The color for the outline of the text.
    stroke_size str
    The thickness in points for the outline of the text.
    stroke_size_var str
    The thickness in points for the outline of the text.
    stroke_var str
    The color for the outline of the text.
    text str
    The line of text to render.
    text_var str
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typeface_var str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation Property Map
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.

    GetImagingPolicyImagePolicyTransformationAppendImageUrlImage

    Transformation GetImagingPolicyImagePolicyTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    Transformation GetImagingPolicyImagePolicyTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url String
    The URL of the image.
    urlVar String
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url string
    The URL of the image.
    urlVar string
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url str
    The URL of the image.
    url_var str
    The URL of the image.
    transformation Property Map
    url String
    The URL of the image.
    urlVar String
    The URL of the image.

    GetImagingPolicyImagePolicyTransformationAspectCrop

    AllowExpansion string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    AllowExpansionVar string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    Height string
    The height term of the aspect ratio to crop.
    HeightVar string
    The height term of the aspect ratio to crop.
    Width string
    The width term of the aspect ratio to crop.
    WidthVar string
    The width term of the aspect ratio to crop.
    XPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    XPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    YPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    YPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    AllowExpansion string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    AllowExpansionVar string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    Height string
    The height term of the aspect ratio to crop.
    HeightVar string
    The height term of the aspect ratio to crop.
    Width string
    The width term of the aspect ratio to crop.
    WidthVar string
    The width term of the aspect ratio to crop.
    XPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    XPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    YPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    YPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    allowExpansion String
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    allowExpansionVar String
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    height String
    The height term of the aspect ratio to crop.
    heightVar String
    The height term of the aspect ratio to crop.
    width String
    The width term of the aspect ratio to crop.
    widthVar String
    The width term of the aspect ratio to crop.
    xPosition String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    xPositionVar String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPosition String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPositionVar String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    allowExpansion string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    allowExpansionVar string
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    height string
    The height term of the aspect ratio to crop.
    heightVar string
    The height term of the aspect ratio to crop.
    width string
    The width term of the aspect ratio to crop.
    widthVar string
    The width term of the aspect ratio to crop.
    xPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    xPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPosition string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPositionVar string
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    allow_expansion str
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    allow_expansion_var str
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    height str
    The height term of the aspect ratio to crop.
    height_var str
    The height term of the aspect ratio to crop.
    width str
    The width term of the aspect ratio to crop.
    width_var str
    The width term of the aspect ratio to crop.
    x_position str
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    x_position_var str
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    y_position str
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    y_position_var str
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    allowExpansion String
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    allowExpansionVar String
    Increases the size of the image canvas to achieve the requested aspect ratio instead of cropping the image. Use the Horizontal Offset and Vertical Offset settings to determine where to add the fully transparent pixels on the expanded image canvas.
    height String
    The height term of the aspect ratio to crop.
    heightVar String
    The height term of the aspect ratio to crop.
    width String
    The width term of the aspect ratio to crop.
    widthVar String
    The width term of the aspect ratio to crop.
    xPosition String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    xPositionVar String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPosition String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.
    yPositionVar String
    Specifies the horizontal portion of the image you want to keep when the aspect ratio cropping is applied. When using Allow Expansion this setting defines the horizontal position of the image on the new expanded image canvas.

    GetImagingPolicyImagePolicyTransformationBackgroundColor

    Color string
    The hexadecimal CSS color value for the background.
    ColorVar string
    The hexadecimal CSS color value for the background.
    Color string
    The hexadecimal CSS color value for the background.
    ColorVar string
    The hexadecimal CSS color value for the background.
    color String
    The hexadecimal CSS color value for the background.
    colorVar String
    The hexadecimal CSS color value for the background.
    color string
    The hexadecimal CSS color value for the background.
    colorVar string
    The hexadecimal CSS color value for the background.
    color str
    The hexadecimal CSS color value for the background.
    color_var str
    The hexadecimal CSS color value for the background.
    color String
    The hexadecimal CSS color value for the background.
    colorVar String
    The hexadecimal CSS color value for the background.

    GetImagingPolicyImagePolicyTransformationBlur

    Sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    SigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    Sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    SigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar string
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma str
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma_var str
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigma String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.
    sigmaVar String
    The number of pixels to scatter the original pixel by to create the blur effect. Resulting images may be larger than the original as pixels at the edge of the image might scatter outside the image's original dimensions.

    GetImagingPolicyImagePolicyTransformationChromaKey

    Hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    HueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    LightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    LightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    SaturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    SaturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    Hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    HueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    HueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    HueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    LightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    LightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    LightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    SaturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    SaturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    SaturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar string
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar string
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar string
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar string
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar string
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar string
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar string
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue str
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hue_feather str
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hue_feather_var str
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hue_tolerance str
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hue_tolerance_var str
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hue_var str
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightness_feather str
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightness_feather_var str
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightness_tolerance str
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightness_tolerance_var str
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturation_feather str
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturation_feather_var str
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturation_tolerance str
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturation_tolerance_var str
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    hue String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    hueFeather String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueFeatherVar String
    How much additional hue to make semi-transparent beyond the Hue Tolerance. By default Hue Feather is 0.083 which applies semi-transparency to hues 30° around the Hue Tolerance.
    hueTolerance String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueToleranceVar String
    How close a color's hue needs to be to the selected hue for it to be changed to fully transparent. If you enter the maximum value of 1.0 the entire image is made transparent. By default Hue Tolerance is approximately 0.083 or 8.3% of the color wheel. This value corresponds to 30° around the specified hue.
    hueVar String
    The hue to remove. Enter the degree of rotation between 0 and 360 degrees around the color wheel. By default Chroma Key removes a green hue, 120° on the color wheel.
    lightnessFeather String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessFeatherVar String
    How much additional lightness to make semi-transparent beyond the Lightness Tolerance. The default value of 0.1 corresponds to 10% away from the tolerated lightness towards full black or full white.
    lightnessTolerance String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    lightnessToleranceVar String
    How much of the lightest part and darkest part of a color to preserve. For example, you can space this value out from the middle (i.e. 0.5 lightness or full color) to help preserve the splash lighting impact in the image. You can define how close the color needs to be to the full color to remove it from your image. The default value of 0.75 means that a colour must be within 75% of the full color to full white or full black for full removal.
    saturationFeather String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationFeatherVar String
    How much additional saturation to make semi-transparent beyond the Saturation Tolerance. By default Saturation Feather is 0.1 which applies semi-transparency to hues 10% below the saturationTolerance.
    saturationTolerance String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.
    saturationToleranceVar String
    How close a color's saturation needs to be to full saturation for it to be changed to fully transparent. For example, you can define how green the color needs to be to remove it from your image. The default value of 0.75 means that a color must be within 75% of full saturation in order to be made fully transparent.

    GetImagingPolicyImagePolicyTransformationComposite

    Image GetImagingPolicyImagePolicyTransformationCompositeImage
    Gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    GravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    Placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    PlacementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    Scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    ScaleDimension string
    The dimension, either width or height, of the source image to scale.
    ScaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    ScaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    XPosition string
    The x-axis position of the image to apply.
    XPositionVar string
    The x-axis position of the image to apply.
    YPosition string
    The y-axis position of the image to apply.
    YPositionVar string
    The y-axis position of the image to apply.
    Image GetImagingPolicyImagePolicyTransformationCompositeImage
    Gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    GravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    Placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    PlacementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    Scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    ScaleDimension string
    The dimension, either width or height, of the source image to scale.
    ScaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    ScaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    XPosition string
    The x-axis position of the image to apply.
    XPositionVar string
    The x-axis position of the image to apply.
    YPosition string
    The y-axis position of the image to apply.
    YPositionVar string
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyTransformationCompositeImage
    gravity String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension String
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar String
    The dimension, either width or height, of the source image to scale.
    scaleVar String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition String
    The x-axis position of the image to apply.
    xPositionVar String
    The x-axis position of the image to apply.
    yPosition String
    The y-axis position of the image to apply.
    yPositionVar String
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyTransformationCompositeImage
    gravity string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar string
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar string
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension string
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar string
    The dimension, either width or height, of the source image to scale.
    scaleVar string
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition string
    The x-axis position of the image to apply.
    xPositionVar string
    The x-axis position of the image to apply.
    yPosition string
    The y-axis position of the image to apply.
    yPositionVar string
    The y-axis position of the image to apply.
    image GetImagingPolicyImagePolicyTransformationCompositeImage
    gravity str
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravity_var str
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement str
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placement_var str
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale str
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scale_dimension str
    The dimension, either width or height, of the source image to scale.
    scale_dimension_var str
    The dimension, either width or height, of the source image to scale.
    scale_var str
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    x_position str
    The x-axis position of the image to apply.
    x_position_var str
    The x-axis position of the image to apply.
    y_position str
    The y-axis position of the image to apply.
    y_position_var str
    The y-axis position of the image to apply.
    image Property Map
    gravity String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    gravityVar String
    Compass direction indicating the corner or edge of the base image to place the applied image. Use Horizontal and Vertical Offset to adjust the applied image's gravity position
    placement String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    placementVar String
    Place applied image on top of or underneath the base image. Watermarks are usually applied over. Backgrounds are usually applied under.
    scale String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    scaleDimension String
    The dimension, either width or height, of the source image to scale.
    scaleDimensionVar String
    The dimension, either width or height, of the source image to scale.
    scaleVar String
    A multiplier to resize the applied image relative to the source image and preserve aspect ratio, 1 by default. Set the scaleDimension to calculate the scale from the source image's width or height.
    xPosition String
    The x-axis position of the image to apply.
    xPositionVar String
    The x-axis position of the image to apply.
    yPosition String
    The y-axis position of the image to apply.
    yPositionVar String
    The y-axis position of the image to apply.

    GetImagingPolicyImagePolicyTransformationCompositeImage

    BoxImages List<GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    CircleImages List<GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    TextImages List<GetImagingPolicyImagePolicyTransformationCompositeImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages List<GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage>
    An image loaded from a URL.
    BoxImages []GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage
    A rectangular box, with a specified color and applied transformation.
    CircleImages []GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage
    A rectangular box, with a specified color and applied transformation.
    TextImages []GetImagingPolicyImagePolicyTransformationCompositeImageTextImage
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    UrlImages []GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage
    An image loaded from a URL.
    boxImages List<GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage>
    A rectangular box, with a specified color and applied transformation.
    textImages List<GetImagingPolicyImagePolicyTransformationCompositeImageTextImage>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage>
    An image loaded from a URL.
    boxImages GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage[]
    A rectangular box, with a specified color and applied transformation.
    circleImages GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage[]
    A rectangular box, with a specified color and applied transformation.
    textImages GetImagingPolicyImagePolicyTransformationCompositeImageTextImage[]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage[]
    An image loaded from a URL.
    box_images Sequence[GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage]
    A rectangular box, with a specified color and applied transformation.
    circle_images Sequence[GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage]
    A rectangular box, with a specified color and applied transformation.
    text_images Sequence[GetImagingPolicyImagePolicyTransformationCompositeImageTextImage]
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    url_images Sequence[GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage]
    An image loaded from a URL.
    boxImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    circleImages List<Property Map>
    A rectangular box, with a specified color and applied transformation.
    textImages List<Property Map>
    A snippet of text. Defines font family and size, fill color, and outline stroke width and color.
    urlImages List<Property Map>
    An image loaded from a URL.

    GetImagingPolicyImagePolicyTransformationCompositeImageBoxImage

    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    Height string
    The height of the box in pixels.
    HeightVar string
    The height of the box in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height string
    The height of the box in pixels.
    heightVar string
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height str
    The height of the box in pixels.
    height_var str
    The height of the box in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the box, not the edge of the box. The API supports hexadecimal representation and CSS hexadecimal color values.
    height String
    The height of the box in pixels.
    heightVar String
    The height of the box in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyTransformationCompositeImageCircleImage

    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    Color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    ColorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    Diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    DiameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    Transformation GetImagingPolicyImagePolicyTransformation
    Width string
    The width of the box in pixels.
    WidthVar string
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.
    color string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar string
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar string
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width string
    The width of the box in pixels.
    widthVar string
    The width of the box in pixels.
    color str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    color_var str
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameter_var str
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation GetImagingPolicyImagePolicyTransformation
    width str
    The width of the box in pixels.
    width_var str
    The width of the box in pixels.
    color String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    colorVar String
    The fill color of the circle. The API supports hexadecimal representation and CSS hexadecimal color values.
    diameter String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    diameterVar String
    The diameter of the circle. The diameter will be the width and the height of the image in pixels.
    transformation Property Map
    width String
    The width of the box in pixels.
    widthVar String
    The width of the box in pixels.

    GetImagingPolicyImagePolicyTransformationCompositeImageTextImage

    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    Fill string
    The main fill color of the text.
    FillVar string
    The main fill color of the text.
    Size string
    The size in pixels to render the text.
    SizeVar string
    The size in pixels to render the text.
    Stroke string
    The color for the outline of the text.
    StrokeSize string
    The thickness in points for the outline of the text.
    StrokeSizeVar string
    The thickness in points for the outline of the text.
    StrokeVar string
    The color for the outline of the text.
    Text string
    The line of text to render.
    TextVar string
    The line of text to render.
    Transformation GetImagingPolicyImagePolicyTransformation
    Typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    TypefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill string
    The main fill color of the text.
    fillVar string
    The main fill color of the text.
    size string
    The size in pixels to render the text.
    sizeVar string
    The size in pixels to render the text.
    stroke string
    The color for the outline of the text.
    strokeSize string
    The thickness in points for the outline of the text.
    strokeSizeVar string
    The thickness in points for the outline of the text.
    strokeVar string
    The color for the outline of the text.
    text string
    The line of text to render.
    textVar string
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar string
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill str
    The main fill color of the text.
    fill_var str
    The main fill color of the text.
    size str
    The size in pixels to render the text.
    size_var str
    The size in pixels to render the text.
    stroke str
    The color for the outline of the text.
    stroke_size str
    The thickness in points for the outline of the text.
    stroke_size_var str
    The thickness in points for the outline of the text.
    stroke_var str
    The color for the outline of the text.
    text str
    The line of text to render.
    text_var str
    The line of text to render.
    transformation GetImagingPolicyImagePolicyTransformation
    typeface str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typeface_var str
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    fill String
    The main fill color of the text.
    fillVar String
    The main fill color of the text.
    size String
    The size in pixels to render the text.
    sizeVar String
    The size in pixels to render the text.
    stroke String
    The color for the outline of the text.
    strokeSize String
    The thickness in points for the outline of the text.
    strokeSizeVar String
    The thickness in points for the outline of the text.
    strokeVar String
    The color for the outline of the text.
    text String
    The line of text to render.
    textVar String
    The line of text to render.
    transformation Property Map
    typeface String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.
    typefaceVar String
    The font family to apply to the text image. This may be a URL to a TrueType or WOFF (v1) typeface, or a string that refers to one of the standard built-in browser fonts.

    GetImagingPolicyImagePolicyTransformationCompositeImageUrlImage

    Transformation GetImagingPolicyImagePolicyTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    Transformation GetImagingPolicyImagePolicyTransformation
    Url string
    The URL of the image.
    UrlVar string
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url String
    The URL of the image.
    urlVar String
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url string
    The URL of the image.
    urlVar string
    The URL of the image.
    transformation GetImagingPolicyImagePolicyTransformation
    url str
    The URL of the image.
    url_var str
    The URL of the image.
    transformation Property Map
    url String
    The URL of the image.
    urlVar String
    The URL of the image.

    GetImagingPolicyImagePolicyTransformationCompound

    GetImagingPolicyImagePolicyTransformationContrast

    Brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    BrightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    Contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    ContrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    Brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    BrightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    Contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    ContrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar string
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar string
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness str
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightness_var str
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast str
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrast_var str
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    brightness String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    brightnessVar String
    Adjusts the brightness of the image. Positive values increase brightness and negative values decrease brightness. A value of 1 produces a white image. A value of -1 produces a black image. The default value is 0, which leaves the image unchanged. The acceptable value range is -1.0 to 1.0. Values outside of the acceptable range clamp to this range.
    contrast String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.
    contrastVar String
    Adjusts the contrast of the image. Expressed as a range from -1 to 1, positive values increase contrast, negative values decrease it, while 0 leaves the image unchanged. Values outside of the -1 to 1 range clamp to this range.

    GetImagingPolicyImagePolicyTransformationCrop

    AllowExpansion string
    If cropping an area outside of the existing canvas, expands the image canvas.
    AllowExpansionVar string
    If cropping an area outside of the existing canvas, expands the image canvas.
    Gravity string
    Frame of reference for X and Y Positions.
    GravityVar string
    Frame of reference for X and Y Positions.
    Height string
    The number of pixels to crop along the y-axis.
    HeightVar string
    The number of pixels to crop along the y-axis.
    Width string
    The number of pixels to crop along the x-axis.
    WidthVar string
    The number of pixels to crop along the x-axis.
    XPosition string
    The x-axis position of the image to crop from.
    XPositionVar string
    The x-axis position of the image to crop from.
    YPosition string
    The y-axis position of the image to crop from.
    YPositionVar string
    The y-axis position of the image to crop from.
    AllowExpansion string
    If cropping an area outside of the existing canvas, expands the image canvas.
    AllowExpansionVar string
    If cropping an area outside of the existing canvas, expands the image canvas.
    Gravity string
    Frame of reference for X and Y Positions.
    GravityVar string
    Frame of reference for X and Y Positions.
    Height string
    The number of pixels to crop along the y-axis.
    HeightVar string
    The number of pixels to crop along the y-axis.
    Width string
    The number of pixels to crop along the x-axis.
    WidthVar string
    The number of pixels to crop along the x-axis.
    XPosition string
    The x-axis position of the image to crop from.
    XPositionVar string
    The x-axis position of the image to crop from.
    YPosition string
    The y-axis position of the image to crop from.
    YPositionVar string
    The y-axis position of the image to crop from.
    allowExpansion String
    If cropping an area outside of the existing canvas, expands the image canvas.
    allowExpansionVar String
    If cropping an area outside of the existing canvas, expands the image canvas.
    gravity String
    Frame of reference for X and Y Positions.
    gravityVar String
    Frame of reference for X and Y Positions.
    height String
    The number of pixels to crop along the y-axis.
    heightVar String
    The number of pixels to crop along the y-axis.
    width String
    The number of pixels to crop along the x-axis.
    widthVar String
    The number of pixels to crop along the x-axis.
    xPosition String
    The x-axis position of the image to crop from.
    xPositionVar String
    The x-axis position of the image to crop from.
    yPosition String
    The y-axis position of the image to crop from.
    yPositionVar String
    The y-axis position of the image to crop from.
    allowExpansion string
    If cropping an area outside of the existing canvas, expands the image canvas.
    allowExpansionVar string
    If cropping an area outside of the existing canvas, expands the image canvas.
    gravity string
    Frame of reference for X and Y Positions.
    gravityVar string
    Frame of reference for X and Y Positions.
    height string
    The number of pixels to crop along the y-axis.
    heightVar string
    The number of pixels to crop along the y-axis.
    width string
    The number of pixels to crop along the x-axis.
    widthVar string
    The number of pixels to crop along the x-axis.
    xPosition string
    The x-axis position of the image to crop from.
    xPositionVar string
    The x-axis position of the image to crop from.
    yPosition string
    The y-axis position of the image to crop from.
    yPositionVar string
    The y-axis position of the image to crop from.
    allow_expansion str
    If cropping an area outside of the existing canvas, expands the image canvas.
    allow_expansion_var str
    If cropping an area outside of the existing canvas, expands the image canvas.
    gravity str
    Frame of reference for X and Y Positions.
    gravity_var str
    Frame of reference for X and Y Positions.
    height str
    The number of pixels to crop along the y-axis.
    height_var str
    The number of pixels to crop along the y-axis.
    width str
    The number of pixels to crop along the x-axis.
    width_var str
    The number of pixels to crop along the x-axis.
    x_position str
    The x-axis position of the image to crop from.
    x_position_var str
    The x-axis position of the image to crop from.
    y_position str
    The y-axis position of the image to crop from.
    y_position_var str
    The y-axis position of the image to crop from.
    allowExpansion String
    If cropping an area outside of the existing canvas, expands the image canvas.
    allowExpansionVar String
    If cropping an area outside of the existing canvas, expands the image canvas.
    gravity String
    Frame of reference for X and Y Positions.
    gravityVar String
    Frame of reference for X and Y Positions.
    height String
    The number of pixels to crop along the y-axis.
    heightVar String
    The number of pixels to crop along the y-axis.
    width String
    The number of pixels to crop along the x-axis.
    widthVar String
    The number of pixels to crop along the x-axis.
    xPosition String
    The x-axis position of the image to crop from.
    xPositionVar String
    The x-axis position of the image to crop from.
    yPosition String
    The y-axis position of the image to crop from.
    yPositionVar String
    The y-axis position of the image to crop from.

    GetImagingPolicyImagePolicyTransformationFaceCrop

    Algorithm string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    AlgorithmVar string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    Confidence string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    ConfidenceVar string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    FailGravity string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    FailGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    Focus string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    FocusVar string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    Gravity string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    GravityVar string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    Height string
    The height of the output image in pixels relative to the specified style value.
    HeightVar string
    The height of the output image in pixels relative to the specified style value.
    Padding string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    PaddingVar string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    Style string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    StyleVar string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    Width string
    The width of the output image in pixels relative to the specified style value.
    WidthVar string
    The width of the output image in pixels relative to the specified style value.
    Algorithm string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    AlgorithmVar string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    Confidence string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    ConfidenceVar string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    FailGravity string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    FailGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    Focus string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    FocusVar string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    Gravity string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    GravityVar string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    Height string
    The height of the output image in pixels relative to the specified style value.
    HeightVar string
    The height of the output image in pixels relative to the specified style value.
    Padding string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    PaddingVar string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    Style string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    StyleVar string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    Width string
    The width of the output image in pixels relative to the specified style value.
    WidthVar string
    The width of the output image in pixels relative to the specified style value.
    algorithm String
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    algorithmVar String
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    confidence String
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    confidenceVar String
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    failGravity String
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar String
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    focus String
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    focusVar String
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    gravity String
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    gravityVar String
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    height String
    The height of the output image in pixels relative to the specified style value.
    heightVar String
    The height of the output image in pixels relative to the specified style value.
    padding String
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    paddingVar String
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    style String
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    styleVar String
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    width String
    The width of the output image in pixels relative to the specified style value.
    widthVar String
    The width of the output image in pixels relative to the specified style value.
    algorithm string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    algorithmVar string
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    confidence string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    confidenceVar string
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    failGravity string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    focus string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    focusVar string
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    gravity string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    gravityVar string
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    height string
    The height of the output image in pixels relative to the specified style value.
    heightVar string
    The height of the output image in pixels relative to the specified style value.
    padding string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    paddingVar string
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    style string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    styleVar string
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    width string
    The width of the output image in pixels relative to the specified style value.
    widthVar string
    The width of the output image in pixels relative to the specified style value.
    algorithm str
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    algorithm_var str
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    confidence str
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    confidence_var str
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    fail_gravity str
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    fail_gravity_var str
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    focus str
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    focus_var str
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    gravity str
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    gravity_var str
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    height str
    The height of the output image in pixels relative to the specified style value.
    height_var str
    The height of the output image in pixels relative to the specified style value.
    padding str
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    padding_var str
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    style str
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    style_var str
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    width str
    The width of the output image in pixels relative to the specified style value.
    width_var str
    The width of the output image in pixels relative to the specified style value.
    algorithm String
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    algorithmVar String
    Specifies the type of algorithm used to detect faces in the image, either cascade for the cascade classifier algorithm or dnn for the deep neural network algorithm, cascade by default.
    confidence String
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    confidenceVar String
    With algorithm set to dnn, specifies the minimum confidence needed to detect faces in the image. Values range from 0 to 1 for increased confidence, and possibly fewer faces detected.
    failGravity String
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar String
    Controls placement of the crop if Image and Video Manager does not detect any faces in the image. Directions are relative to the edges of the image being transformed.
    focus String
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    focusVar String
    Distinguishes the faces detected, either biggestFace or allFaces to place the crop rectangle around the full set of faces, all by default.
    gravity String
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    gravityVar String
    Controls placement of the crop. Directions are relative to the face(s) plus padding.
    height String
    The height of the output image in pixels relative to the specified style value.
    heightVar String
    The height of the output image in pixels relative to the specified style value.
    padding String
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    paddingVar String
    The padding ratio based on the dimensions of the biggest face detected, 0.5 by default. Larger values increase padding.
    style String
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    styleVar String
    Specifies how to crop or scale a crop area for the faces detected in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places a raw crop around the faces, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and faces as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the faces, relative to the specified width and height values. Allows Variable substitution.
    width String
    The width of the output image in pixels relative to the specified style value.
    widthVar String
    The width of the output image in pixels relative to the specified style value.

    GetImagingPolicyImagePolicyTransformationFeatureCrop

    FailGravity string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    FailGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    FeatureRadius string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    FeatureRadiusVar string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    Gravity string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    GravityVar string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    Height string
    The height in pixels of the output image relative to the specified style value.
    HeightVar string
    The height in pixels of the output image relative to the specified style value.
    MaxFeatures string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    MaxFeaturesVar string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    MinFeatureQuality string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    MinFeatureQualityVar string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    Padding string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    PaddingVar string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    Style string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    StyleVar string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    Width string
    The width in pixels of the output image relative to the specified style value.
    WidthVar string
    The width in pixels of the output image relative to the specified style value.
    FailGravity string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    FailGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    FeatureRadius string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    FeatureRadiusVar string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    Gravity string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    GravityVar string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    Height string
    The height in pixels of the output image relative to the specified style value.
    HeightVar string
    The height in pixels of the output image relative to the specified style value.
    MaxFeatures string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    MaxFeaturesVar string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    MinFeatureQuality string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    MinFeatureQualityVar string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    Padding string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    PaddingVar string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    Style string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    StyleVar string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    Width string
    The width in pixels of the output image relative to the specified style value.
    WidthVar string
    The width in pixels of the output image relative to the specified style value.
    failGravity String
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar String
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    featureRadius String
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    featureRadiusVar String
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    gravity String
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    gravityVar String
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    height String
    The height in pixels of the output image relative to the specified style value.
    heightVar String
    The height in pixels of the output image relative to the specified style value.
    maxFeatures String
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    maxFeaturesVar String
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    minFeatureQuality String
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    minFeatureQualityVar String
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    padding String
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    paddingVar String
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    style String
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    styleVar String
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    width String
    The width in pixels of the output image relative to the specified style value.
    widthVar String
    The width in pixels of the output image relative to the specified style value.
    failGravity string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar string
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    featureRadius string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    featureRadiusVar string
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    gravity string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    gravityVar string
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    height string
    The height in pixels of the output image relative to the specified style value.
    heightVar string
    The height in pixels of the output image relative to the specified style value.
    maxFeatures string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    maxFeaturesVar string
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    minFeatureQuality string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    minFeatureQualityVar string
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    padding string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    paddingVar string
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    style string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    styleVar string
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    width string
    The width in pixels of the output image relative to the specified style value.
    widthVar string
    The width in pixels of the output image relative to the specified style value.
    fail_gravity str
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    fail_gravity_var str
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    feature_radius str
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    feature_radius_var str
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    gravity str
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    gravity_var str
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    height str
    The height in pixels of the output image relative to the specified style value.
    height_var str
    The height in pixels of the output image relative to the specified style value.
    max_features str
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    max_features_var str
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    min_feature_quality str
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    min_feature_quality_var str
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    padding str
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    padding_var str
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    style str
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    style_var str
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    width str
    The width in pixels of the output image relative to the specified style value.
    width_var str
    The width in pixels of the output image relative to the specified style value.
    failGravity String
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    failGravityVar String
    Controls placement of the crop if Image and Video Manager does not detect any features in the image. Directions are relative to the edges of the image being transformed.
    featureRadius String
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    featureRadiusVar String
    The size in pixels of the important features to search for. If identified, two features never appear closer together than this value, 8.0 by default.
    gravity String
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    gravityVar String
    Controls placement of the crop. Directions are relative to the region of interest plus padding.
    height String
    The height in pixels of the output image relative to the specified style value.
    heightVar String
    The height in pixels of the output image relative to the specified style value.
    maxFeatures String
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    maxFeaturesVar String
    The maximum number of features to identify as important features, 32 by default. The strongest features are always chosen.
    minFeatureQuality String
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    minFeatureQualityVar String
    Determines the minimum quality level of the feature identified. To consider a feature important, the feature needs to surpass this value. Image and Video Manager measures quality on a scale from 0 for the lowest quality to 1 for the highest quality, .1 by default.
    padding String
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    paddingVar String
    Adds space around the region of interest. The amount of padding added is directly related to the size of the bounding box of the selected features. Specifically, the region of interest is expanded in all directions by the largest dimension of the bounding box of the selected features multiplied by this value.
    style String
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    styleVar String
    Specifies how to crop or scale a crop area for the features identified in the source image, fill by default. The output image resizes to the specified width and height values. A value of crop performs a raw crop around the features, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and features as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the features, relative to the specified width and height values. Allows Variable substitution.
    width String
    The width in pixels of the output image relative to the specified style value.
    widthVar String
    The width in pixels of the output image relative to the specified style value.

    GetImagingPolicyImagePolicyTransformationFitAndFill

    FillTransformation GetImagingPolicyImagePolicyTransformation
    Height string
    The height value of the resized image.
    HeightVar string
    The height value of the resized image.
    Width string
    The width value of the resized image.
    WidthVar string
    The width value of the resized image.
    FillTransformation GetImagingPolicyImagePolicyTransformation
    Height string
    The height value of the resized image.
    HeightVar string
    The height value of the resized image.
    Width string
    The width value of the resized image.
    WidthVar string
    The width value of the resized image.
    fillTransformation GetImagingPolicyImagePolicyTransformation
    height String
    The height value of the resized image.
    heightVar String
    The height value of the resized image.
    width String
    The width value of the resized image.
    widthVar String
    The width value of the resized image.
    fillTransformation GetImagingPolicyImagePolicyTransformation
    height string
    The height value of the resized image.
    heightVar string
    The height value of the resized image.
    width string
    The width value of the resized image.
    widthVar string
    The width value of the resized image.
    fill_transformation GetImagingPolicyImagePolicyTransformation
    height str
    The height value of the resized image.
    height_var str
    The height value of the resized image.
    width str
    The width value of the resized image.
    width_var str
    The width value of the resized image.
    fillTransformation Property Map
    height String
    The height value of the resized image.
    heightVar String
    The height value of the resized image.
    width String
    The width value of the resized image.
    widthVar String
    The width value of the resized image.

    GetImagingPolicyImagePolicyTransformationGoop

    Chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    ChaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    Density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    DensityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    Power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    PowerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    Seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    SeedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    Chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    ChaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    Density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    DensityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    Power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    PowerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    Seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    SeedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar string
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar string
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar string
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar string
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos str
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaos_var str
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density str
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    density_var str
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power str
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    power_var str
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed str
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seed_var str
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    chaos String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    chaosVar String
    Specifies the greatest distance control points may move from their original position. A value of 1.0 shifts control points over as far as the next one in the original grid. A value of 0.0 leaves the image unchanged. Values under 0.5 work better for subtle distortions, otherwise control points may pass each other and cause a twisting effect.
    density String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    densityVar String
    Controls the density of control points used to distort the image. The largest dimension of the input image is divided up to fit this number of control points. A grid of points is extended on the smaller dimension such that each row and column of control points is equidistant from each adjacent row or column. This parameter strongly affects transformation performance. Be careful choosing values above the default if you expect to transform medium to large size images.
    power String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    powerVar String
    By default, the distortion algorithm relies on inverse squares to calculate distance but this allows you to change the exponent. You shouldnt need to vary the default value of 2.0.
    seed String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.
    seedVar String
    Specifies your own seed value as an alternative to the default, which is subject to variability. This allows for reproducible and deterministic distortions. If all parameters are kept equal and a constant seed is used, Goop distorts an input image consistently over many transformations. By default, this value is set to the current Epoch Time measured in milliseconds, which provides inconsistent transformation output.

    GetImagingPolicyImagePolicyTransformationGrayscale

    Type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    TypeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    Type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    TypeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar string
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type str
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type_var str
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    type String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.
    typeVar String
    The algorithm used to transform colors to grays, either Brightness, Lightness, Rec601, or the default Rec709.

    GetImagingPolicyImagePolicyTransformationHsl

    Hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    Lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    LightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    Lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    LightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar string
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar string
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue str
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hue_var str
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness str
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightness_var str
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturation_var str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    hue String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0 by default.
    lightness String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    lightnessVar String
    A multiplier to adjust the lightness of colors in the image. Note that lightness is distinct from brightness. For example, reducing the lightness of a light green might give you a lime green whereas reducing the brightness of a light green might give you a darker shade of the same green. Values less than 1.0 decrease the lightness of colors in the image. Values greater than 1.0 increase the lightness of colors in the image.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.

    GetImagingPolicyImagePolicyTransformationHsv

    Hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    ValueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    Hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    HueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    Saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    SaturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    Value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    ValueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar string
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar string
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar string
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue str
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hue_var str
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturation_var str
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value str
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    value_var str
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    hue String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    hueVar String
    The number of degrees to rotate colors around the color wheel, 0.0 by default.
    saturation String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    saturationVar String
    A multiplier to adjust the saturation of colors in the image. Values less than 1.0 decrease saturation and values greater than 1.0 increase the saturation. A value of 0.0 removes all color from the image.
    value String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.
    valueVar String
    A multiplier to adjust the lightness or darkness of the images base color. Values less than 1.0 decrease the base colors in the image, making them appear darker. Values greater than 1.0 increase the base colors in the image, making them appear lighter.

    GetImagingPolicyImagePolicyTransformationIfDimension

    Default GetImagingPolicyImagePolicyTransformation
    Dimension string
    The dimension to use to select the transformation, either height, width, or both.
    DimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    Equal GetImagingPolicyImagePolicyTransformation
    GreaterThan GetImagingPolicyImagePolicyTransformation
    LessThan GetImagingPolicyImagePolicyTransformation
    Value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    ValueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    Default GetImagingPolicyImagePolicyTransformation
    Dimension string
    The dimension to use to select the transformation, either height, width, or both.
    DimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    Equal GetImagingPolicyImagePolicyTransformation
    GreaterThan GetImagingPolicyImagePolicyTransformation
    LessThan GetImagingPolicyImagePolicyTransformation
    Value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    ValueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default_ GetImagingPolicyImagePolicyTransformation
    dimension String
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar String
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyTransformation
    greaterThan GetImagingPolicyImagePolicyTransformation
    lessThan GetImagingPolicyImagePolicyTransformation
    value String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default GetImagingPolicyImagePolicyTransformation
    dimension string
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar string
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyTransformation
    greaterThan GetImagingPolicyImagePolicyTransformation
    lessThan GetImagingPolicyImagePolicyTransformation
    value string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar string
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default GetImagingPolicyImagePolicyTransformation
    dimension str
    The dimension to use to select the transformation, either height, width, or both.
    dimension_var str
    The dimension to use to select the transformation, either height, width, or both.
    equal GetImagingPolicyImagePolicyTransformation
    greater_than GetImagingPolicyImagePolicyTransformation
    less_than GetImagingPolicyImagePolicyTransformation
    value str
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    value_var str
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    default Property Map
    dimension String
    The dimension to use to select the transformation, either height, width, or both.
    dimensionVar String
    The dimension to use to select the transformation, either height, width, or both.
    equal Property Map
    greaterThan Property Map
    lessThan Property Map
    value String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.
    valueVar String
    The value to compare against the source image dimension. For example, if the image dimension is less than the value the lessThan transformation is applied.

    GetImagingPolicyImagePolicyTransformationIfOrientation

    GetImagingPolicyImagePolicyTransformationImQuery

    AllowedTransformations List<string>
    Specifies the transformations that can be applied using the query string parameter.
    QueryVar string
    AllowedTransformations []string
    Specifies the transformations that can be applied using the query string parameter.
    QueryVar string
    allowedTransformations List<String>
    Specifies the transformations that can be applied using the query string parameter.
    queryVar String
    allowedTransformations string[]
    Specifies the transformations that can be applied using the query string parameter.
    queryVar string
    allowed_transformations Sequence[str]
    Specifies the transformations that can be applied using the query string parameter.
    query_var str
    allowedTransformations List<String>
    Specifies the transformations that can be applied using the query string parameter.
    queryVar String

    GetImagingPolicyImagePolicyTransformationMaxColor

    Colors string
    The value representing the maximum number of colors to use with the source image.
    ColorsVar string
    The value representing the maximum number of colors to use with the source image.
    Colors string
    The value representing the maximum number of colors to use with the source image.
    ColorsVar string
    The value representing the maximum number of colors to use with the source image.
    colors String
    The value representing the maximum number of colors to use with the source image.
    colorsVar String
    The value representing the maximum number of colors to use with the source image.
    colors string
    The value representing the maximum number of colors to use with the source image.
    colorsVar string
    The value representing the maximum number of colors to use with the source image.
    colors str
    The value representing the maximum number of colors to use with the source image.
    colors_var str
    The value representing the maximum number of colors to use with the source image.
    colors String
    The value representing the maximum number of colors to use with the source image.
    colorsVar String
    The value representing the maximum number of colors to use with the source image.

    GetImagingPolicyImagePolicyTransformationMirror

    Horizontal string
    Flips the image horizontally.
    HorizontalVar string
    Flips the image horizontally.
    Vertical string
    Flips the image vertically.
    VerticalVar string
    Flips the image vertically.
    Horizontal string
    Flips the image horizontally.
    HorizontalVar string
    Flips the image horizontally.
    Vertical string
    Flips the image vertically.
    VerticalVar string
    Flips the image vertically.
    horizontal String
    Flips the image horizontally.
    horizontalVar String
    Flips the image horizontally.
    vertical String
    Flips the image vertically.
    verticalVar String
    Flips the image vertically.
    horizontal string
    Flips the image horizontally.
    horizontalVar string
    Flips the image horizontally.
    vertical string
    Flips the image vertically.
    verticalVar string
    Flips the image vertically.
    horizontal str
    Flips the image horizontally.
    horizontal_var str
    Flips the image horizontally.
    vertical str
    Flips the image vertically.
    vertical_var str
    Flips the image vertically.
    horizontal String
    Flips the image horizontally.
    horizontalVar String
    Flips the image horizontally.
    vertical String
    Flips the image vertically.
    verticalVar String
    Flips the image vertically.

    GetImagingPolicyImagePolicyTransformationMonoHue

    Hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    HueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    Hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    HueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar string
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue str
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue_var str
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hue String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.
    hueVar String
    Specify a hue by indicating the degree of rotation between 0 and 360 degrees around the color wheel. By default Mono Hue applies a red hue, 0.0 on the color wheel.

    GetImagingPolicyImagePolicyTransformationOpacity

    Opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    OpacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    Opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    OpacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar string
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity str
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity_var str
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacity String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.
    opacityVar String
    Represents alpha values on a scale of 0 to 1. Values below 1 increase transparency, and 0 is invisible. For images that have some transparency, values above 1 increase the opacity of the transparent portions.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCrop

    RegionOfInterest GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest
    Gravity string
    The placement of the crop area relative to the specified area of interest.
    GravityVar string
    The placement of the crop area relative to the specified area of interest.
    Height string
    The height in pixels of the output image relative to the specified style value.
    HeightVar string
    The height in pixels of the output image relative to the specified style value.
    Style string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    StyleVar string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    Width string
    The width in pixels of the output image relative to the specified style value.
    WidthVar string
    The width in pixels of the output image relative to the specified style value.
    RegionOfInterest GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest
    Gravity string
    The placement of the crop area relative to the specified area of interest.
    GravityVar string
    The placement of the crop area relative to the specified area of interest.
    Height string
    The height in pixels of the output image relative to the specified style value.
    HeightVar string
    The height in pixels of the output image relative to the specified style value.
    Style string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    StyleVar string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    Width string
    The width in pixels of the output image relative to the specified style value.
    WidthVar string
    The width in pixels of the output image relative to the specified style value.
    regionOfInterest GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest
    gravity String
    The placement of the crop area relative to the specified area of interest.
    gravityVar String
    The placement of the crop area relative to the specified area of interest.
    height String
    The height in pixels of the output image relative to the specified style value.
    heightVar String
    The height in pixels of the output image relative to the specified style value.
    style String
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    styleVar String
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    width String
    The width in pixels of the output image relative to the specified style value.
    widthVar String
    The width in pixels of the output image relative to the specified style value.
    regionOfInterest GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest
    gravity string
    The placement of the crop area relative to the specified area of interest.
    gravityVar string
    The placement of the crop area relative to the specified area of interest.
    height string
    The height in pixels of the output image relative to the specified style value.
    heightVar string
    The height in pixels of the output image relative to the specified style value.
    style string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    styleVar string
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    width string
    The width in pixels of the output image relative to the specified style value.
    widthVar string
    The width in pixels of the output image relative to the specified style value.
    region_of_interest GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest
    gravity str
    The placement of the crop area relative to the specified area of interest.
    gravity_var str
    The placement of the crop area relative to the specified area of interest.
    height str
    The height in pixels of the output image relative to the specified style value.
    height_var str
    The height in pixels of the output image relative to the specified style value.
    style str
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    style_var str
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    width str
    The width in pixels of the output image relative to the specified style value.
    width_var str
    The width in pixels of the output image relative to the specified style value.
    regionOfInterest Property Map
    gravity String
    The placement of the crop area relative to the specified area of interest.
    gravityVar String
    The placement of the crop area relative to the specified area of interest.
    height String
    The height in pixels of the output image relative to the specified style value.
    heightVar String
    The height in pixels of the output image relative to the specified style value.
    style String
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    styleVar String
    Specifies how to crop or scale a crop area for the specified area of interest in the source image, zoom by default. The output image resizes to the specified width and height values. A value of crop places raw crop around the point of interest, relative to the specified gravity value. A value of fill scales the crop area to include as much of the image and point of interest as possible, relative to the specified width and height values. A value of zoom scales the crop area as small as possible to fit the point of interest, relative to the specified width and height values.
    width String
    The width in pixels of the output image relative to the specified style value.
    widthVar String
    The width in pixels of the output image relative to the specified style value.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterest

    CircleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape>
    Defines a circle with a specified radius from its center point.
    PointShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape>
    PolygonShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape>
    Defines a polygon from a series of connected points.
    RectangleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    UnionShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    CircleShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape
    Defines a circle with a specified radius from its center point.
    PointShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape
    PolygonShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape
    Defines a polygon from a series of connected points.
    RectangleShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    UnionShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape>
    Defines a circle with a specified radius from its center point.
    pointShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape>
    polygonShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape>
    Defines a polygon from a series of connected points.
    rectangleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape[]
    Defines a circle with a specified radius from its center point.
    pointShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape[]
    polygonShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape[]
    Defines a polygon from a series of connected points.
    rectangleShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape[]
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape[]
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circle_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape]
    Defines a circle with a specified radius from its center point.
    point_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape]
    polygon_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape]
    Defines a polygon from a series of connected points.
    rectangle_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape]
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    union_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape]
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes List<Property Map>
    Defines a circle with a specified radius from its center point.
    pointShapes List<Property Map>
    polygonShapes List<Property Map>
    Defines a polygon from a series of connected points.
    rectangleShapes List<Property Map>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes List<Property Map>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShape

    Center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    Radius string
    The radius of the circle measured in pixels.
    RadiusVar string
    The radius of the circle measured in pixels.
    Center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    Radius string
    The radius of the circle measured in pixels.
    RadiusVar string
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius String
    The radius of the circle measured in pixels.
    radiusVar String
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius string
    The radius of the circle measured in pixels.
    radiusVar string
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius str
    The radius of the circle measured in pixels.
    radius_var str
    The radius of the circle measured in pixels.
    center Property Map
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius String
    The radius of the circle measured in pixels.
    radiusVar String
    The radius of the circle measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestCircleShapeCenter

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPointShape

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShape

    Points List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    Points []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint[]
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint]
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points List<Property Map>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestPolygonShapePoint

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShape

    Anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor
    Height string
    Extends the rectangle down from the anchor point.
    HeightVar string
    Extends the rectangle down from the anchor point.
    Width string
    Extends the rectangle right from the anchor point.
    WidthVar string
    Extends the rectangle right from the anchor point.
    Anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor
    Height string
    Extends the rectangle down from the anchor point.
    HeightVar string
    Extends the rectangle down from the anchor point.
    Width string
    Extends the rectangle right from the anchor point.
    WidthVar string
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor
    height String
    Extends the rectangle down from the anchor point.
    heightVar String
    Extends the rectangle down from the anchor point.
    width String
    Extends the rectangle right from the anchor point.
    widthVar String
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor
    height string
    Extends the rectangle down from the anchor point.
    heightVar string
    Extends the rectangle down from the anchor point.
    width string
    Extends the rectangle right from the anchor point.
    widthVar string
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor
    height str
    Extends the rectangle down from the anchor point.
    height_var str
    Extends the rectangle down from the anchor point.
    width str
    Extends the rectangle right from the anchor point.
    width_var str
    Extends the rectangle right from the anchor point.
    anchor Property Map
    height String
    Extends the rectangle down from the anchor point.
    heightVar String
    Extends the rectangle down from the anchor point.
    width String
    Extends the rectangle right from the anchor point.
    widthVar String
    Extends the rectangle right from the anchor point.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestRectangleShapeAnchor

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShape

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShape

    CircleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape>
    Defines a circle with a specified radius from its center point.
    PointShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape>
    PolygonShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape>
    Defines a polygon from a series of connected points.
    RectangleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    UnionShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    CircleShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape
    Defines a circle with a specified radius from its center point.
    PointShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape
    PolygonShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape
    Defines a polygon from a series of connected points.
    RectangleShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    UnionShapes []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape>
    Defines a circle with a specified radius from its center point.
    pointShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape>
    polygonShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape>
    Defines a polygon from a series of connected points.
    rectangleShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape[]
    Defines a circle with a specified radius from its center point.
    pointShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape[]
    polygonShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape[]
    Defines a polygon from a series of connected points.
    rectangleShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape[]
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape[]
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circle_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape]
    Defines a circle with a specified radius from its center point.
    point_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape]
    polygon_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape]
    Defines a polygon from a series of connected points.
    rectangle_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape]
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    union_shapes Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape]
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.
    circleShapes List<Property Map>
    Defines a circle with a specified radius from its center point.
    pointShapes List<Property Map>
    polygonShapes List<Property Map>
    Defines a polygon from a series of connected points.
    rectangleShapes List<Property Map>
    Defines a rectangle's width and height relative to an anchor point at the top left corner.
    unionShapes List<Property Map>
    Identifies a combined shape based on a set of other shapes. You can use a full JSON object to represent a union or an array of shapes that describe it.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShape

    Center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    Radius string
    The radius of the circle measured in pixels.
    RadiusVar string
    The radius of the circle measured in pixels.
    Center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    Radius string
    The radius of the circle measured in pixels.
    RadiusVar string
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius String
    The radius of the circle measured in pixels.
    radiusVar String
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius string
    The radius of the circle measured in pixels.
    radiusVar string
    The radius of the circle measured in pixels.
    center GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius str
    The radius of the circle measured in pixels.
    radius_var str
    The radius of the circle measured in pixels.
    center Property Map
    Defines coordinates for a single point, to help define polygons and rectangles. Each point may be an object with xand y members, or a two-element array.
    radius String
    The radius of the circle measured in pixels.
    radiusVar String
    The radius of the circle measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeCircleShapeCenter

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePointShape

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShape

    Points List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    Points []GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points List<GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint[]
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points Sequence[GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint]
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.
    points List<Property Map>
    Series of PointShapeType objects. The last and first points connect to close the shape automatically.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapePolygonShapePoint

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShape

    Anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor
    Height string
    Extends the rectangle down from the anchor point.
    HeightVar string
    Extends the rectangle down from the anchor point.
    Width string
    Extends the rectangle right from the anchor point.
    WidthVar string
    Extends the rectangle right from the anchor point.
    Anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor
    Height string
    Extends the rectangle down from the anchor point.
    HeightVar string
    Extends the rectangle down from the anchor point.
    Width string
    Extends the rectangle right from the anchor point.
    WidthVar string
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor
    height String
    Extends the rectangle down from the anchor point.
    heightVar String
    Extends the rectangle down from the anchor point.
    width String
    Extends the rectangle right from the anchor point.
    widthVar String
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor
    height string
    Extends the rectangle down from the anchor point.
    heightVar string
    Extends the rectangle down from the anchor point.
    width string
    Extends the rectangle right from the anchor point.
    widthVar string
    Extends the rectangle right from the anchor point.
    anchor GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor
    height str
    Extends the rectangle down from the anchor point.
    height_var str
    Extends the rectangle down from the anchor point.
    width str
    Extends the rectangle right from the anchor point.
    width_var str
    Extends the rectangle right from the anchor point.
    anchor Property Map
    height String
    Extends the rectangle down from the anchor point.
    heightVar String
    Extends the rectangle down from the anchor point.
    width String
    Extends the rectangle right from the anchor point.
    widthVar String
    Extends the rectangle right from the anchor point.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeRectangleShapeAnchor

    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    X string
    The horizontal position of the point, measured in pixels.
    XVar string
    The horizontal position of the point, measured in pixels.
    Y string
    The vertical position of the point, measured in pixels.
    YVar string
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.
    x string
    The horizontal position of the point, measured in pixels.
    xVar string
    The horizontal position of the point, measured in pixels.
    y string
    The vertical position of the point, measured in pixels.
    yVar string
    The vertical position of the point, measured in pixels.
    x str
    The horizontal position of the point, measured in pixels.
    x_var str
    The horizontal position of the point, measured in pixels.
    y str
    The vertical position of the point, measured in pixels.
    y_var str
    The vertical position of the point, measured in pixels.
    x String
    The horizontal position of the point, measured in pixels.
    xVar String
    The horizontal position of the point, measured in pixels.
    y String
    The vertical position of the point, measured in pixels.
    yVar String
    The vertical position of the point, measured in pixels.

    GetImagingPolicyImagePolicyTransformationRegionOfInterestCropRegionOfInterestUnionShapeShapeUnionShape

    GetImagingPolicyImagePolicyTransformationRelativeCrop

    East string
    The number of pixels to shrink or expand the right side of the image.
    EastVar string
    The number of pixels to shrink or expand the right side of the image.
    North string
    The number of pixels to shrink or expand the top side of the image.
    NorthVar string
    The number of pixels to shrink or expand the top side of the image.
    South string
    The number of pixels to shrink or expand the bottom side of the image.
    SouthVar string
    The number of pixels to shrink or expand the bottom side of the image.
    West string
    The number of pixels to shrink or expand the left side of the image.
    WestVar string
    The number of pixels to shrink or expand the left side of the image.
    East string
    The number of pixels to shrink or expand the right side of the image.
    EastVar string
    The number of pixels to shrink or expand the right side of the image.
    North string
    The number of pixels to shrink or expand the top side of the image.
    NorthVar string
    The number of pixels to shrink or expand the top side of the image.
    South string
    The number of pixels to shrink or expand the bottom side of the image.
    SouthVar string
    The number of pixels to shrink or expand the bottom side of the image.
    West string
    The number of pixels to shrink or expand the left side of the image.
    WestVar string
    The number of pixels to shrink or expand the left side of the image.
    east String
    The number of pixels to shrink or expand the right side of the image.
    eastVar String
    The number of pixels to shrink or expand the right side of the image.
    north String
    The number of pixels to shrink or expand the top side of the image.
    northVar String
    The number of pixels to shrink or expand the top side of the image.
    south String
    The number of pixels to shrink or expand the bottom side of the image.
    southVar String
    The number of pixels to shrink or expand the bottom side of the image.
    west String
    The number of pixels to shrink or expand the left side of the image.
    westVar String
    The number of pixels to shrink or expand the left side of the image.
    east string
    The number of pixels to shrink or expand the right side of the image.
    eastVar string
    The number of pixels to shrink or expand the right side of the image.
    north string
    The number of pixels to shrink or expand the top side of the image.
    northVar string
    The number of pixels to shrink or expand the top side of the image.
    south string
    The number of pixels to shrink or expand the bottom side of the image.
    southVar string
    The number of pixels to shrink or expand the bottom side of the image.
    west string
    The number of pixels to shrink or expand the left side of the image.
    westVar string
    The number of pixels to shrink or expand the left side of the image.
    east str
    The number of pixels to shrink or expand the right side of the image.
    east_var str
    The number of pixels to shrink or expand the right side of the image.
    north str
    The number of pixels to shrink or expand the top side of the image.
    north_var str
    The number of pixels to shrink or expand the top side of the image.
    south str
    The number of pixels to shrink or expand the bottom side of the image.
    south_var str
    The number of pixels to shrink or expand the bottom side of the image.
    west str
    The number of pixels to shrink or expand the left side of the image.
    west_var str
    The number of pixels to shrink or expand the left side of the image.
    east String
    The number of pixels to shrink or expand the right side of the image.
    eastVar String
    The number of pixels to shrink or expand the right side of the image.
    north String
    The number of pixels to shrink or expand the top side of the image.
    northVar String
    The number of pixels to shrink or expand the top side of the image.
    south String
    The number of pixels to shrink or expand the bottom side of the image.
    southVar String
    The number of pixels to shrink or expand the bottom side of the image.
    west String
    The number of pixels to shrink or expand the left side of the image.
    westVar String
    The number of pixels to shrink or expand the left side of the image.

    GetImagingPolicyImagePolicyTransformationRemoveColor

    Color string
    The hexadecimal CSS color value to remove.
    ColorVar string
    The hexadecimal CSS color value to remove.
    Feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    FeatherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    Tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    ToleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    Color string
    The hexadecimal CSS color value to remove.
    ColorVar string
    The hexadecimal CSS color value to remove.
    Feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    FeatherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    Tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    ToleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color String
    The hexadecimal CSS color value to remove.
    colorVar String
    The hexadecimal CSS color value to remove.
    feather String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color string
    The hexadecimal CSS color value to remove.
    colorVar string
    The hexadecimal CSS color value to remove.
    feather string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar string
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar string
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color str
    The hexadecimal CSS color value to remove.
    color_var str
    The hexadecimal CSS color value to remove.
    feather str
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    feather_var str
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance str
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    tolerance_var str
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    color String
    The hexadecimal CSS color value to remove.
    colorVar String
    The hexadecimal CSS color value to remove.
    feather String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    featherVar String
    The RemoveColor transformation may create a hard edge around an image. To minimize these hard edges and make the removal of the color more gradual in appearance, use the Feather option. This option allows you to extend the color removal beyond the specified Tolerance. The pixels in this extended tolerance become semi-transparent - creating a softer edge. The first realtime request for an image using the feather option may result in a slow transformation time. Subsequent requests are not impacted as they are served directly out of cache.
    tolerance String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.
    toleranceVar String
    The Tolerance option defines how close the color needs to be to the selected color before it's changed to fully transparent. Set the Tolerance to 0.0 to remove only the exact color specified.

    GetImagingPolicyImagePolicyTransformationResize

    Aspect string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    AspectVar string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    Height string
    The height to resize the source image to. Must be set if height is not specified.
    HeightVar string
    The height to resize the source image to. Must be set if height is not specified.
    Type string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    TypeVar string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    Width string
    The width to resize the source image to. Must be set if width is not specified.
    WidthVar string
    The width to resize the source image to. Must be set if width is not specified.
    Aspect string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    AspectVar string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    Height string
    The height to resize the source image to. Must be set if height is not specified.
    HeightVar string
    The height to resize the source image to. Must be set if height is not specified.
    Type string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    TypeVar string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    Width string
    The width to resize the source image to. Must be set if width is not specified.
    WidthVar string
    The width to resize the source image to. Must be set if width is not specified.
    aspect String
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    aspectVar String
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    height String
    The height to resize the source image to. Must be set if height is not specified.
    heightVar String
    The height to resize the source image to. Must be set if height is not specified.
    type String
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    typeVar String
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    width String
    The width to resize the source image to. Must be set if width is not specified.
    widthVar String
    The width to resize the source image to. Must be set if width is not specified.
    aspect string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    aspectVar string
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    height string
    The height to resize the source image to. Must be set if height is not specified.
    heightVar string
    The height to resize the source image to. Must be set if height is not specified.
    type string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    typeVar string
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    width string
    The width to resize the source image to. Must be set if width is not specified.
    widthVar string
    The width to resize the source image to. Must be set if width is not specified.
    aspect str
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    aspect_var str
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    height str
    The height to resize the source image to. Must be set if height is not specified.
    height_var str
    The height to resize the source image to. Must be set if height is not specified.
    type str
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    type_var str
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    width str
    The width to resize the source image to. Must be set if width is not specified.
    width_var str
    The width to resize the source image to. Must be set if width is not specified.
    aspect String
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    aspectVar String
    Preserves the aspect ratio. Select fit to make the image fit entirely within the selected width and height. When using fit, the resulting image has the largest possible size for the specified dimensions. Select fill to size the image so it both completely fills the dimensions and has the smallest possible file size. Otherwise ignore changes the original aspect ratio to fit within an arbitrarily shaped rectangle.
    height String
    The height to resize the source image to. Must be set if height is not specified.
    heightVar String
    The height to resize the source image to. Must be set if height is not specified.
    type String
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    typeVar String
    Sets constraints for the image resize. Select normal to resize in all cases, either increasing or decreasing the dimensions. Select downsize to ignore this transformation if the result would be larger than the original. Select upsize to ignore this transformation if the result would be smaller.
    width String
    The width to resize the source image to. Must be set if width is not specified.
    widthVar String
    The width to resize the source image to. Must be set if width is not specified.

    GetImagingPolicyImagePolicyTransformationRotate

    Degrees string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    DegreesVar string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    Degrees string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    DegreesVar string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degrees String
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degreesVar String
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degrees string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degreesVar string
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degrees str
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degrees_var str
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degrees String
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.
    degreesVar String
    The value to rotate the image by. Positive values rotate clockwise, while negative values rotate counter-clockwise.

    GetImagingPolicyImagePolicyTransformationScale

    Height string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    HeightVar string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    Width string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    WidthVar string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    Height string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    HeightVar string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    Width string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    WidthVar string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    height String
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    heightVar String
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    width String
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    widthVar String
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    height string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    heightVar string
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    width string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    widthVar string
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    height str
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    height_var str
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    width str
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    width_var str
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    height String
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    heightVar String
    Scaling factor for the input height to determine the output height of the image, where values between 0 and 1 decrease size. Image dimensions need to be non-zero positive numbers.
    width String
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.
    widthVar String
    Scaling factor for the input width to determine the output width of the image, where 1 leaves the width unchanged. Values greater than 1 increase the image size. Image dimensions need to be non-zero positive numbers.

    GetImagingPolicyImagePolicyTransformationShears

    XShear string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    XShearVar string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    YShear string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    YShearVar string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    XShear string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    XShearVar string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    YShear string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    YShearVar string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    xShear String
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    xShearVar String
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    yShear String
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    yShearVar String
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    xShear string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    xShearVar string
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    yShear string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    yShearVar string
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    x_shear str
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    x_shear_var str
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    y_shear str
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    y_shear_var str
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    xShear String
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    xShearVar String
    The amount to shear along the x-axis, measured in multiples of the image's width. Must be set if yShear is not specified.
    yShear String
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.
    yShearVar String
    The amount to shear along the y-axis, measured in multiples of the image's height. Must be set if xShear is not specified.

    GetImagingPolicyImagePolicyTransformationTrim

    Fuzz string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    FuzzVar string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    Padding string
    The amount of padding in pixels to add to the trimmed image.
    PaddingVar string
    The amount of padding in pixels to add to the trimmed image.
    Fuzz string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    FuzzVar string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    Padding string
    The amount of padding in pixels to add to the trimmed image.
    PaddingVar string
    The amount of padding in pixels to add to the trimmed image.
    fuzz String
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    fuzzVar String
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    padding String
    The amount of padding in pixels to add to the trimmed image.
    paddingVar String
    The amount of padding in pixels to add to the trimmed image.
    fuzz string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    fuzzVar string
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    padding string
    The amount of padding in pixels to add to the trimmed image.
    paddingVar string
    The amount of padding in pixels to add to the trimmed image.
    fuzz str
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    fuzz_var str
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    padding str
    The amount of padding in pixels to add to the trimmed image.
    padding_var str
    The amount of padding in pixels to add to the trimmed image.
    fuzz String
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    fuzzVar String
    The fuzz tolerance of the trim, a value between 0 and 1 that determines the acceptable amount of background variation before trimming stops.
    padding String
    The amount of padding in pixels to add to the trimmed image.
    paddingVar String
    The amount of padding in pixels to add to the trimmed image.

    GetImagingPolicyImagePolicyTransformationUnsharpMask

    Gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    GainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    Sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    SigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    Threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    ThresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    Gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    GainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    Sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    SigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    Threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    ThresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar string
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar string
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar string
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain str
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gain_var str
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma str
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigma_var str
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold str
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    threshold_var str
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    gain String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    gainVar String
    Set how much emphasis the filter applies to details. Higher values increase apparent sharpness of details.
    sigma String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    sigmaVar String
    The standard deviation of the Gaussian distribution used in the in unsharp mask, measured in pixels, 1.0 by default. High values emphasize large details and low values emphasize small details.
    threshold String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.
    thresholdVar String
    Set the minimum change required to include a detail in the filter. Higher values discard more changes.

    GetImagingPolicyImagePolicyVariable

    DefaultValue string
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    Name string
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    Type string
    The type of value for the variable.
    EnumOptions List<GetImagingPolicyImagePolicyVariableEnumOption>
    Postfix string
    A postfix added to the value provided for the variable, or to the default value.
    Prefix string
    A prefix added to the value provided for the variable, or to the default value.
    DefaultValue string
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    Name string
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    Type string
    The type of value for the variable.
    EnumOptions []GetImagingPolicyImagePolicyVariableEnumOption
    Postfix string
    A postfix added to the value provided for the variable, or to the default value.
    Prefix string
    A prefix added to the value provided for the variable, or to the default value.
    defaultValue String
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    name String
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    type String
    The type of value for the variable.
    enumOptions List<GetImagingPolicyImagePolicyVariableEnumOption>
    postfix String
    A postfix added to the value provided for the variable, or to the default value.
    prefix String
    A prefix added to the value provided for the variable, or to the default value.
    defaultValue string
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    name string
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    type string
    The type of value for the variable.
    enumOptions GetImagingPolicyImagePolicyVariableEnumOption[]
    postfix string
    A postfix added to the value provided for the variable, or to the default value.
    prefix string
    A prefix added to the value provided for the variable, or to the default value.
    default_value str
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    name str
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    type str
    The type of value for the variable.
    enum_options Sequence[GetImagingPolicyImagePolicyVariableEnumOption]
    postfix str
    A postfix added to the value provided for the variable, or to the default value.
    prefix str
    A prefix added to the value provided for the variable, or to the default value.
    defaultValue String
    The default value of the variable if no query parameter is provided. It needs to be one of the enumOptions if any are provided.
    name String
    The name of the variable, also available as the query parameter name to set the variable's value dynamically. Use up to 50 alphanumeric characters.
    type String
    The type of value for the variable.
    enumOptions List<Property Map>
    postfix String
    A postfix added to the value provided for the variable, or to the default value.
    prefix String
    A prefix added to the value provided for the variable, or to the default value.

    GetImagingPolicyImagePolicyVariableEnumOption

    Id string
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    Value string
    The value of the variable when the id is provided.
    Id string
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    Value string
    The value of the variable when the id is provided.
    id String
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    value String
    The value of the variable when the id is provided.
    id string
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    value string
    The value of the variable when the id is provided.
    id str
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    value str
    The value of the variable when the id is provided.
    id String
    The unique identifier for each enum value, up to 50 alphanumeric characters.
    value String
    The value of the variable when the id is provided.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi