Class: Aws::Rekognition::Types::GetContentModerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetContentModerationResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_status ⇒ String
The current status of the unsafe content analysis job.
-
#moderation_labels ⇒ Array<Types::ContentModerationDetection>
The detected unsafe content labels and the time(s) they were detected.
-
#moderation_model_version ⇒ String
Version number of the moderation detection model that was used to detect unsafe content.
-
#next_token ⇒ 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.
-
#status_message ⇒ String
If the job fails,
StatusMessage
provides a descriptive error message. -
#video_metadata ⇒ Types::VideoMetadata
Information about a video that Amazon Rekognition analyzed.
Instance Attribute Details
#job_status ⇒ String
The current status of the unsafe content analysis job.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |
#moderation_labels ⇒ Array<Types::ContentModerationDetection>
The detected unsafe content labels and the time(s) they were detected.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |
#moderation_model_version ⇒ String
Version number of the moderation detection model that was used to detect unsafe content.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ 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.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
If the job fails, StatusMessage
provides a descriptive error
message.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |
#video_metadata ⇒ Types::VideoMetadata
Information about a video that Amazon Rekognition analyzed.
Videometadata
is returned in every page of paginated responses
from GetContentModeration
.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2278 class GetContentModerationResponse < Struct.new( :job_status, :status_message, :video_metadata, :moderation_labels, :next_token, :moderation_model_version) SENSITIVE = [] include Aws::Structure end |