PersonDetail
public struct PersonDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Bounding box around the detected person.
Declaration
Swift
public let boundingBox: BoundingBox? -
Face details for the detected person.
Declaration
Swift
public let face: FaceDetail? -
Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
Declaration
Swift
public let index: Int64? -
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, face: FaceDetail? = nil, index: Int64? = nil)
View on GitHub
PersonDetail Structure Reference