Geometry

public struct Geometry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An axis-aligned coarse representation of the location of the recognized item on the document page.

    Declaration

    Swift

    public let boundingBox: BoundingBox?
  • Within the bounding box, a fine-grained polygon around the recognized item.

    Declaration

    Swift

    public let polygon: [Point]?
  • Undocumented

    Declaration

    Swift

    public init(boundingBox: BoundingBox? = nil, polygon: [Point]? = nil)