PersonMatch
public struct PersonMatch : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the faces in the input collection that match the face of a person in the video.
Declaration
Swift
public let faceMatches: [FaceMatch]? -
Information about the matched person.
Declaration
Swift
public let person: PersonDetail? -
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
Declaration
Swift
public let timestamp: Int64? -
Undocumented
Declaration
Swift
public init(faceMatches: [FaceMatch]? = nil, person: PersonDetail? = nil, timestamp: Int64? = nil)
View on GitHub
PersonMatch Structure Reference