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