CompareFacesMatch
public struct CompareFacesMatch : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
Declaration
Swift
public let face: ComparedFace? -
Level of confidence that the faces match.
Declaration
Swift
public let similarity: Float? -
Undocumented
Declaration
Swift
public init(face: ComparedFace? = nil, similarity: Float? = nil)
View on GitHub
CompareFacesMatch Structure Reference