EntityMatch
public struct EntityMatch
Describes the result for an entity matched in an entity collection created on AWS Rekogniton and detected from identify() API call
-
Declaration
Swift
public let boundingBox: CGRect
-
Declaration
Swift
public let metadata: EntityMatchMetadata
-
Declaration
Swift
public init(boundingBox: CGRect, metadata: EntityMatchMetadata)