PersonDetection

public struct PersonDetection : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Details about a person whose path was tracked in a video.

    Declaration

    Swift

    public let person: PersonDetail?
  • The time, in milliseconds from the start of the video, that the person’s path was tracked.

    Declaration

    Swift

    public let timestamp: Int64?
  • Undocumented

    Declaration

    Swift

    public init(person: PersonDetail? = nil, timestamp: Int64? = nil)