Captions
public struct Captions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
Declaration
Swift
public let captionFormats: [CaptionFormat]?
-
Undocumented
Declaration
Swift
public init(captionFormats: [CaptionFormat]? = nil)
-
Declaration
Swift
public func validate(name: String) throws