Result
public struct Result
Results are mapped to IdentifyEntitiesResult when .detectEntities is passed to type: field in identify() API and general entities like facial features, landmarks etc. are needed to be detected
-
List of ‘Entity’ as a result of Identify query
Declaration
Swift
public let entities: [Predictions.Entity]
-
Declaration
Swift
public init(entities: [Predictions.Entity])