IRekognitionGetContentModerationResponse
Interface in AWS.Rekognition
Interface for GetContentModeration responses.
Ancestors
Properties
GetRequestMetadata
property GetRequestMetadata: IRekognitionGetContentModerationRequestMetadata
Type: IRekognitionGetContentModerationRequestMetadata
Information about the parameters used in the request.
JobId
property JobId: string
The job identifier for the content moderation operation.
JobStatus
property JobStatus: string
The current status of the content moderation job.
Valid values: IN_PROGRESS | SUCCEEDED | FAILED.
JobTag
property JobTag: string
The identifier specified in the call to StartContentModeration and returned in the job completion notification sent to your Amazon Simple Notification Service (SNS) topic.
ModerationLabels
property ModerationLabels: TList<IRekognitionContentModerationDetection>
Type: IRekognitionContentModerationDetection
A list of detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
ModerationModelVersion
property ModerationModelVersion: string
The version number of the moderation detection model that was used to detect inappropriate, unwanted, or offensive content.
NextToken
property NextToken: string
If the result is truncated, the NextToken can be used in subsequent requests to fetch the next page of results.
StatusMessage
property StatusMessage: string
If the job fails, StatusMessage provides a descriptive error message.
Video
property Video: IRekognitionVideo
Type: IRekognitionVideo
The Amazon S3 location of the stored video file.
VideoMetadata
property VideoMetadata: IRekognitionVideoMetadata
Type: IRekognitionVideoMetadata
Information about the video that Amazon Rekognition Video analyzed.