Skip to content

Commit d754d06

Browse files
author
AWS
committed
Amazon Rekognition Update: Added support for ContentType to content moderation detections.
1 parent 9edd15d commit d754d06

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Rekognition",
4+
"contributor": "",
5+
"description": "Added support for ContentType to content moderation detections."
6+
}

services/rekognition/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,10 @@
20532053
"DurationMillis":{
20542054
"shape":"ULong",
20552055
"documentation":"<p> The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis. </p>"
2056+
},
2057+
"ContentTypes":{
2058+
"shape":"ContentTypes",
2059+
"documentation":"<p>A list of predicted results for the type of content an image contains. For example, the image content might be from animation, sports, or a video game.</p>"
20562060
}
20572061
},
20582062
"documentation":"<p>Information about an inappropriate, unwanted, or offensive content label detection in a stored video.</p>"
@@ -2249,7 +2253,7 @@
22492253
"members":{
22502254
"SessionId":{
22512255
"shape":"LivenessSessionId",
2252-
"documentation":"<p>A unique 128-bit UUID identifying a Face Liveness session.</p>"
2256+
"documentation":"<p>A unique 128-bit UUID identifying a Face Liveness session. A new sessionID must be used for every Face Liveness check. If a given sessionID is used for subsequent Face Liveness checks, the checks will fail. Additionally, a SessionId expires 3 minutes after it's sent, making all Liveness data associated with the session (e.g., sessionID, reference image, audit images, etc.) unavailable. </p>"
22532257
}
22542258
}
22552259
},

0 commit comments

Comments
 (0)