GetFaceDetectionResponse
public struct GetFaceDetectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of faces detected in the video. Each element contains a detected face’s details and the time, in milliseconds from the start of the video, the face was detected.
Declaration
Swift
public let faces: [FaceDetection]?
-
The current status of the face detection job.
Declaration
Swift
public let jobStatus: VideoJobStatus?
-
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
Declaration
Swift
public let nextToken: String?
-
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(faces: [FaceDetection]? = nil, jobStatus: VideoJobStatus? = nil, nextToken: String? = nil, statusMessage: String? = nil, videoMetadata: VideoMetadata? = nil)