ComparedFace
public struct ComparedFace : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Bounding box of the face.
Declaration
Swift
public let boundingBox: BoundingBox?
-
Level of confidence that what the bounding box contains is a face.
Declaration
Swift
public let confidence: Float?
-
An array of facial landmarks.
Declaration
Swift
public let landmarks: [Landmark]?
-
Indicates the pose of the face as determined by its pitch, roll, and yaw.
Declaration
Swift
public let pose: Pose?
-
Identifies face image brightness and sharpness.
Declaration
Swift
public let quality: ImageQuality?
-
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, confidence: Float? = nil, landmarks: [Landmark]? = nil, pose: Pose? = nil, quality: ImageQuality? = nil)