Face
public struct Face : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Bounding box of the face.
Declaration
Swift
public let boundingBox: BoundingBox? -
Confidence level that the bounding box contains a face (and not a different object such as a tree).
Declaration
Swift
public let confidence: Float? -
Identifier that you assign to all the faces in the input image.
Declaration
Swift
public let externalImageId: String? -
Unique identifier that Amazon Rekognition assigns to the face.
Declaration
Swift
public let faceId: String? -
Unique identifier that Amazon Rekognition assigns to the input image.
Declaration
Swift
public let imageId: String? -
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, confidence: Float? = nil, externalImageId: String? = nil, faceId: String? = nil, imageId: String? = nil)
View on GitHub
Face Structure Reference