@@ -1866,8 +1866,8 @@ public DetectProtectiveEquipmentResult detectProtectiveEquipment(
18661866 * </p>
18671867 * <p>
18681868 * A word is one or more ISO basic latin script characters that are not
1869- * separated by spaces. <code>DetectText</code> can detect up to 50 words in
1870- * an image.
1869+ * separated by spaces. <code>DetectText</code> can detect up to 100 words
1870+ * in an image.
18711871 * </p>
18721872 * <p>
18731873 * A line is a string of equally spaced words. A line isn't necessarily a
@@ -2121,18 +2121,23 @@ public GetCelebrityRecognitionResult getCelebrityRecognition(
21212121
21222122 /**
21232123 * <p>
2124- * Gets the unsafe content analysis results for a Amazon Rekognition Video
2125- * analysis started by <a>StartContentModeration</a>.
2124+ * Gets the inappropriate, unwanted, or offensive content analysis results
2125+ * for a Amazon Rekognition Video analysis started by
2126+ * <a>StartContentModeration</a>. For a list of moderation labels in Amazon
2127+ * Rekognition, see <a href=
2128+ * "https://docs.aws.amazon.com/rekognition/latest/dg/moderation.html#moderation-api"
2129+ * >Using the image and video moderation APIs</a>.
21262130 * </p>
21272131 * <p>
2128- * Unsafe content analysis of a video is an asynchronous operation. You
2129- * start analysis by calling <a>StartContentModeration</a> which returns a
2130- * job identifier (<code>JobId</code>). When analysis finishes, Amazon
2131- * Rekognition Video publishes a completion status to the Amazon Simple
2132- * Notification Service topic registered in the initial call to
2133- * <code>StartContentModeration</code>. To get the results of the unsafe
2134- * content analysis, first check that the status value published to the
2135- * Amazon SNS topic is <code>SUCCEEDED</code>. If so, call
2132+ * Amazon Rekognition Video inappropriate or offensive content detection in
2133+ * a stored video is an asynchronous operation. You start analysis by
2134+ * calling <a>StartContentModeration</a> which returns a job identifier (
2135+ * <code>JobId</code>). When analysis finishes, Amazon Rekognition Video
2136+ * publishes a completion status to the Amazon Simple Notification Service
2137+ * topic registered in the initial call to
2138+ * <code>StartContentModeration</code>. To get the results of the content
2139+ * analysis, first check that the status value published to the Amazon SNS
2140+ * topic is <code>SUCCEEDED</code>. If so, call
21362141 * <code>GetContentModeration</code> and pass the job identifier (
21372142 * <code>JobId</code>) from the initial call to
21382143 * <code>StartContentModeration</code>.
@@ -2142,10 +2147,10 @@ public GetCelebrityRecognitionResult getCelebrityRecognition(
21422147 * Rekognition Devlopers Guide.
21432148 * </p>
21442149 * <p>
2145- * <code>GetContentModeration</code> returns detected unsafe content labels ,
2146- * and the time they are detected, in an array,
2147- * <code>ModerationLabels</code>, of <a>ContentModerationDetection</a>
2148- * objects.
2150+ * <code>GetContentModeration</code> returns detected inappropriate ,
2151+ * unwanted, or offensive content moderation labels, and the time they are
2152+ * detected, in an array, <code>ModerationLabels</code>, of
2153+ * <a>ContentModerationDetection</a> objects.
21492154 * </p>
21502155 * <p>
21512156 * By default, the moderated labels are returned sorted by time, in
@@ -2166,8 +2171,8 @@ public GetCelebrityRecognitionResult getCelebrityRecognition(
21662171 * <code>GetContentModeration</code>.
21672172 * </p>
21682173 * <p>
2169- * For more information, see Detecting Unsafe Content in the Amazon
2170- * Rekognition Developer Guide.
2174+ * For more information, see Content moderation in the Amazon Rekognition
2175+ * Developer Guide.
21712176 * </p>
21722177 *
21732178 * @param getContentModerationRequest
@@ -3584,27 +3589,31 @@ public StartCelebrityRecognitionResult startCelebrityRecognition(
35843589
35853590 /**
35863591 * <p>
3587- * Starts asynchronous detection of unsafe content in a stored video.
3592+ * Starts asynchronous detection of inappropriate, unwanted, or offensive
3593+ * content in a stored video. For a list of moderation labels in Amazon
3594+ * Rekognition, see <a href=
3595+ * "https://docs.aws.amazon.com/rekognition/latest/dg/moderation.html#moderation-api"
3596+ * >Using the image and video moderation APIs</a>.
35883597 * </p>
35893598 * <p>
35903599 * Amazon Rekognition Video can moderate content in a video stored in an
35913600 * Amazon S3 bucket. Use <a>Video</a> to specify the bucket name and the
35923601 * filename of the video. <code>StartContentModeration</code> returns a job
35933602 * identifier (<code>JobId</code>) which you use to get the results of the
3594- * analysis. When unsafe content analysis is finished, Amazon Rekognition
3595- * Video publishes a completion status to the Amazon Simple Notification
3596- * Service topic that you specify in <code>NotificationChannel</code>.
3603+ * analysis. When content analysis is finished, Amazon Rekognition Video
3604+ * publishes a completion status to the Amazon Simple Notification Service
3605+ * topic that you specify in <code>NotificationChannel</code>.
35973606 * </p>
35983607 * <p>
3599- * To get the results of the unsafe content analysis, first check that the
3600- * status value published to the Amazon SNS topic is <code>SUCCEEDED</code>.
3601- * If so, call <a>GetContentModeration</a> and pass the job identifier (
3608+ * To get the results of the content analysis, first check that the status
3609+ * value published to the Amazon SNS topic is <code>SUCCEEDED</code>. If so,
3610+ * call <a>GetContentModeration</a> and pass the job identifier (
36023611 * <code>JobId</code>) from the initial call to
36033612 * <code>StartContentModeration</code>.
36043613 * </p>
36053614 * <p>
3606- * For more information, see Detecting Unsafe Content in the Amazon
3607- * Rekognition Developer Guide.
3615+ * For more information, see Content moderation in the Amazon Rekognition
3616+ * Developer Guide.
36083617 * </p>
36093618 *
36103619 * @param startContentModerationRequest
0 commit comments