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
fun GetTransformResult(created: String, description: String? = null, id: String, lastModified: String, name: String, outputs: List<TransformOutputResponse>, systemData: SystemDataResponse, type: String)