BoundedKeyValue
public struct BoundedKeyValue
Describes the data extracted as key-value pair in an image/document resulting from identify() API e.g The text “Name: John Doe” present in an image/document
-
Declaration
Swift
public let key: String
-
Declaration
Swift
public let value: String
-
Declaration
Swift
public let isSelected: Bool
-
Declaration
Swift
public let boundingBox: CGRect
-
Declaration
Swift
public let polygon: Polygon
-
Declaration
Swift
public init( key: String, value: String, isSelected: Bool, boundingBox: CGRect, polygon: Polygon )