Cropping

data class Cropping(val value: CroppingConfig) : OutputConfig

The output config type that applies to the cropping feature.

Constructors

Link copied to clipboard
constructor(value: CroppingConfig)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this OutputConfig as a Clipping and retrieves its aws.sdk.kotlin.services.elementalinference.model.ClippingConfig value. Throws an exception if the OutputConfig is not a Clipping.

Link copied to clipboard
Link copied to clipboard

Casts this OutputConfig as a Cropping and retrieves its aws.sdk.kotlin.services.elementalinference.model.CroppingConfig value. Throws an exception if the OutputConfig is not a Cropping.

Link copied to clipboard