Get Transform Result
data class GetTransformResult(val created: String, val description: String? = null, val id: String, val lastModified: String, val name: String, val outputs: List<TransformOutputResponse>, val systemData: SystemDataResponse, val type: String)
A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.
Constructors
Link copied to clipboard
constructor(created: String, description: String? = null, id: String, lastModified: String, name: String, outputs: List<TransformOutputResponse>, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
An optional verbose description of the Transform.
Link copied to clipboard
The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
Link copied to clipboard
An array of one or more TransformOutputs that the Transform should generate.
Link copied to clipboard
The system metadata relating to this resource.