Result
public struct Result
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
Entity.Match
Declaration
Swift
public let entities: [Predictions.Entity.Match]
-
Declaration
Swift
public init(entities: [Predictions.Entity.Match])