GetContentModerationResponse
public struct GetContentModerationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current status of the unsafe content analysis job.
Declaration
Swift
public let jobStatus: VideoJobStatus?
-
The detected unsafe content labels and the time(s) they were detected.
Declaration
Swift
public let moderationLabels: [ContentModerationDetection]?
-
Version number of the moderation detection model that was used to detect unsafe content.
Declaration
Swift
public let moderationModelVersion: String?
-
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 unsafe content labels.
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 analyzed. Videometadata is returned in every page of paginated responses from GetContentModeration.
Declaration
Swift
public let videoMetadata: VideoMetadata?
-
Undocumented
Declaration
Swift
public init(jobStatus: VideoJobStatus? = nil, moderationLabels: [ContentModerationDetection]? = nil, moderationModelVersion: String? = nil, nextToken: String? = nil, statusMessage: String? = nil, videoMetadata: VideoMetadata? = nil)