FormXDetectedDocumentRegion

public struct FormXDetectedDocumentRegion : Decodable

FormXDetectedDocumentRegion is the region information of the detected document

  • The type of document

    Declaration

    Swift

    public let type: String
  • The bounding box of document (left, top, right, bottom)

    Declaration

    Swift

    public let bbox: [Int]