DetectedProperties

public struct DetectedProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The detected duration of the input file, in milliseconds.

    Declaration

    Swift

    public let durationMillis: Int64?
  • The detected file size of the input file, in bytes.

    Declaration

    Swift

    public let fileSize: Int64?
  • The detected frame rate of the input file, in frames per second.

    Declaration

    Swift

    public let frameRate: String?
  • The detected height of the input file, in pixels.

    Declaration

    Swift

    public let height: Int?
  • The detected width of the input file, in pixels.

    Declaration

    Swift

    public let width: Int?
  • Undocumented

    Declaration

    Swift

    public init(durationMillis: Int64? = nil, fileSize: Int64? = nil, frameRate: String? = nil, height: Int? = nil, width: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws