GetPersonTrackingResponse
public struct GetPersonTrackingResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current status of the person tracking job.
Declaration
Swift
public let jobStatus: VideoJobStatus?
-
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of persons.
Declaration
Swift
public let nextToken: String?
-
An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person’s path is tracked.
Declaration
Swift
public let persons: [PersonDetection]?
-
If the job fails, StatusMessage provides a descriptive error message.
Declaration
Swift
public let statusMessage: String?
-
Information about a video that Amazon Rekognition Video analyzed. Videometadata is returned in every page of paginated responses from a Amazon Rekognition Video operation.
Declaration
Swift
public let videoMetadata: VideoMetadata?
-
Undocumented
Declaration
Swift
public init(jobStatus: VideoJobStatus? = nil, nextToken: String? = nil, persons: [PersonDetection]? = nil, statusMessage: String? = nil, videoMetadata: VideoMetadata? = nil)