BoundingBox

public struct BoundingBox : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The height of the bounding box as a ratio of the overall document page height.

    Declaration

    Swift

    public let height: Float?
  • The left coordinate of the bounding box as a ratio of overall document page width.

    Declaration

    Swift

    public let left: Float?
  • top

    The top coordinate of the bounding box as a ratio of overall document page height.

    Declaration

    Swift

    public let top: Float?
  • The width of the bounding box as a ratio of the overall document page width.

    Declaration

    Swift

    public let width: Float?
  • Undocumented

    Declaration

    Swift

    public init(height: Float? = nil, left: Float? = nil, top: Float? = nil, width: Float? = nil)