BoundingBox
public struct BoundingBox : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Height of the bounding box as a ratio of the overall image height.
Declaration
Swift
public let height: Float?
-
Left coordinate of the bounding box as a ratio of overall image width.
Declaration
Swift
public let left: Float?
-
Top coordinate of the bounding box as a ratio of overall image height.
Declaration
Swift
public let top: Float?
-
Width of the bounding box as a ratio of the overall image width.
Declaration
Swift
public let width: Float?
-
Undocumented
Declaration
Swift
public init(height: Float? = nil, left: Float? = nil, top: Float? = nil, width: Float? = nil)