You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-rekognition): Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
It provides descriptions of actions, data types, common parameters,
17
-
and common errors.</p>
18
-
12
+
<p>This is the API Reference for <ahref="https://docs.aws.amazon.com/rekognition/latest/dg/images.html">Amazon Rekognition Image</a>, <ahref="https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/what-is.html">Amazon Rekognition Custom Labels</a>,
Video</a>, <ahref="https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html">Amazon Rekognition Streaming Video</a>. It provides descriptions of actions, data types, common
* It provides descriptions of actions, data types, common parameters,
487
-
* and common errors.</p>
488
-
*
482
+
* <p>This is the API Reference for <a href="https://docs.aws.amazon.com/rekognition/latest/dg/images.html">Amazon Rekognition Image</a>, <a href="https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/what-is.html">Amazon Rekognition Custom Labels</a>,
* Video</a>, <a href="https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html">Amazon Rekognition Streaming Video</a>. It provides descriptions of actions, data types, common
* user can then index faces using the <code>IndexFaces</code> operation and persist results in a
36
36
* specific collection. Then, a user can search the collection for faces in the user-specific
37
37
* container. </p>
38
-
* <p>When you create a collection, it is associated with the latest version of the face model version.</p>
38
+
* <p>When you create a collection, it is associated with the latest version of the face model
39
+
* version.</p>
39
40
* <note>
40
41
* <p>Collection names are case-sensitive.</p>
41
42
* </note>
42
-
*
43
43
* <p>This operation requires permissions to perform the
44
-
* <code>rekognition:CreateCollection</code> action. If you want to tag your collection, you also require permission to perform the <code>rekognition:TagResource</code> operation.</p>
44
+
* <code>rekognition:CreateCollection</code> action. If you want to tag your collection, you
45
+
* also require permission to perform the <code>rekognition:TagResource</code>
46
+
* operation.</p>
45
47
* @example
46
48
* Use a bare-bones client and the command you need to make an API call.
* <p>Deletes the specified collection. Note that this operation
33
-
* removes all faces in the collection. For an example, see <a href="https://docs.aws.amazon.com/rekognition/latest/dg/delete-collection-procedure.html">Deleting a collection</a>.</p>
34
-
*
32
+
* <p>Deletes the specified collection. Note that this operation removes all faces in the
33
+
* collection. For an example, see <a href="https://docs.aws.amazon.com/rekognition/latest/dg/delete-collection-procedure.html">Deleting a
34
+
* collection</a>.</p>
35
35
* <p>This operation requires permissions to perform the
0 commit comments