FaceRecord
public struct FaceRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
Declaration
Swift
public let face: Face? -
Structure containing attributes of the face that the algorithm detected.
Declaration
Swift
public let faceDetail: FaceDetail? -
Undocumented
Declaration
Swift
public init(face: Face? = nil, faceDetail: FaceDetail? = nil)
View on GitHub
FaceRecord Structure Reference