public struct OutputAsset : AssetBase, Codable
Output asset from SDK workflows.
## Properties
fileType: File format and MIME typefileName: Name of the output filesize: Dimensions of the asset (for images/videos)type: Content type (image, video, PDF)name: Optional display namedataType: How the asset data is encodeddata: The actual asset data
[fileType](#/s:9embed_sdk11OutputAssetV8fileTypeAA04FileF0Ovp)
Undocumented
Swift
public var fileType: FileType
[fileName](#/s:9embed_sdk11OutputAssetV8fileNameSSvp)
Undocumented
Swift
public var fileName: String
[size](#/s:9embed_sdk11OutputAssetV4sizeAA9PixelSizeVSgvp)
Undocumented
Swift
public var size: PixelSize?
[type](#/s:9embed_sdk11OutputAssetV4typeAA0D4TypeOvp)
Undocumented
Swift
public var type: AssetType
[name](#/s:9embed_sdk11OutputAssetV4nameSSSgvp)
Undocumented
Swift
public var name: String?
[dataType](#/s:9embed_sdk11OutputAssetV8dataTypeAA0d4DataF0Ovp)
Undocumented
Swift
public var dataType: AssetDataType
[data](#/s:9embed_sdk11OutputAssetV4dataAA11DataTypeMapOvp)
Undocumented
Swift
public var data: DataTypeMap
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
public func encode(to encoder: any Encoder) throws
[init(from:)](#/s:Se4fromxs7Decoder_p_tKcfc)
Swift
public init(from decoder: any Decoder) throws