IdentifyEntityMatchesResult
public struct IdentifyEntityMatchesResult : IdentifyResult
Results are mapped to IdentifyEntityMatchesResult when .detectEntities is passed to type: field in identify() API and matches from your Rekognition Collection need to be identified
-
List of matched
EntityMatch
Declaration
Swift
public let entities: [EntityMatch]
-
Declaration
Swift
public init(entities: [EntityMatch])