Geometry
public struct Geometry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An axis-aligned coarse representation of the detected item’s location on the image.
Declaration
Swift
public let boundingBox: BoundingBox?
-
Within the bounding box, a fine-grained polygon around the detected item.
Declaration
Swift
public let polygon: [Point]?
-
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, polygon: [Point]? = nil)