FaceDetection
public struct FaceDetection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The face properties for the detected face.
Declaration
Swift
public let face: FaceDetail?
-
Time, in milliseconds from the start of the video, that the face was detected.
Declaration
Swift
public let timestamp: Int64?
-
Undocumented
Declaration
Swift
public init(face: FaceDetail? = nil, timestamp: Int64? = nil)