ComparedSourceImageFace
public struct ComparedSourceImageFace : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Bounding box of the face.
Declaration
Swift
public let boundingBox: BoundingBox?
-
Confidence level that the selected bounding box contains a face.
Declaration
Swift
public let confidence: Float?
-
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, confidence: Float? = nil)