TemplateGroup

A named set of graphics-compositing templates used by the crop feature, specified in the templateGroups array of a CroppingConfig.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A name for the template group.

Link copied to clipboard

An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.

Functions

Link copied to clipboard
inline fun copy(block: TemplateGroup.Builder.() -> Unit = {}): TemplateGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String