@aws-sdk/client-rekognition 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Rekognition.js +0 -3
- package/dist-cjs/RekognitionClient.js +0 -8
- package/dist-cjs/commands/CompareFacesCommand.js +0 -86
- package/dist-cjs/commands/CreateCollectionCommand.js +0 -36
- package/dist-cjs/commands/CreateProjectCommand.js +0 -26
- package/dist-cjs/commands/CreateProjectVersionCommand.js +0 -35
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +0 -34
- package/dist-cjs/commands/DeleteCollectionCommand.js +0 -28
- package/dist-cjs/commands/DeleteFacesCommand.js +0 -27
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -27
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +0 -31
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +0 -25
- package/dist-cjs/commands/DescribeCollectionCommand.js +0 -29
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +0 -28
- package/dist-cjs/commands/DescribeProjectsCommand.js +0 -25
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +0 -25
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +0 -74
- package/dist-cjs/commands/DetectFacesCommand.js +0 -46
- package/dist-cjs/commands/DetectLabelsCommand.js +0 -96
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +0 -37
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +0 -63
- package/dist-cjs/commands/DetectTextCommand.js +0 -45
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +0 -31
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +0 -58
- package/dist-cjs/commands/GetContentModerationCommand.js +0 -53
- package/dist-cjs/commands/GetFaceDetectionCommand.js +0 -36
- package/dist-cjs/commands/GetFaceSearchCommand.js +0 -54
- package/dist-cjs/commands/GetLabelDetectionCommand.js +0 -44
- package/dist-cjs/commands/GetPersonTrackingCommand.js +0 -53
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +0 -46
- package/dist-cjs/commands/GetTextDetectionCommand.js +0 -42
- package/dist-cjs/commands/IndexFacesCommand.js +0 -123
- package/dist-cjs/commands/ListCollectionsCommand.js +0 -29
- package/dist-cjs/commands/ListFacesCommand.js +0 -31
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -28
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +0 -54
- package/dist-cjs/commands/SearchFacesByImageCommand.js +0 -70
- package/dist-cjs/commands/SearchFacesCommand.js +0 -44
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +0 -35
- package/dist-cjs/commands/StartContentModerationCommand.js +0 -35
- package/dist-cjs/commands/StartFaceDetectionCommand.js +0 -36
- package/dist-cjs/commands/StartFaceSearchCommand.js +0 -33
- package/dist-cjs/commands/StartLabelDetectionCommand.js +0 -38
- package/dist-cjs/commands/StartPersonTrackingCommand.js +0 -32
- package/dist-cjs/commands/StartProjectVersionCommand.js +0 -33
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +0 -39
- package/dist-cjs/commands/StartStreamProcessorCommand.js +0 -26
- package/dist-cjs/commands/StartTextDetectionCommand.js +0 -31
- package/dist-cjs/commands/StopProjectVersionCommand.js +0 -25
- package/dist-cjs/commands/StopStreamProcessorCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/UntagResourceCommand.js +0 -28
- package/dist-cjs/commands/index.js +54 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -69
- package/dist-cjs/models/models_0.js +0 -621
- package/dist-cjs/pagination/DescribeProjectVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/GetCelebrityRecognitionPaginator.js +0 -10
- package/dist-cjs/pagination/GetContentModerationPaginator.js +0 -10
- package/dist-cjs/pagination/GetFaceDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetFaceSearchPaginator.js +0 -10
- package/dist-cjs/pagination/GetLabelDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetPersonTrackingPaginator.js +0 -10
- package/dist-cjs/pagination/GetSegmentDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/GetTextDetectionPaginator.js +0 -10
- package/dist-cjs/pagination/ListCollectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFacesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStreamProcessorsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForProjectVersionRunning.js +0 -9
- package/dist-cjs/waiters/waitForProjectVersionTrainingCompleted.js +0 -9
- package/dist-es/commands/index.js +51 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -69
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-types/commands/index.d.ts +51 -0
- package/dist-types/index.d.ts +5 -69
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/Rekognition.d.ts +52 -1018
- package/dist-types/ts3.4/RekognitionClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +2 -82
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +2 -92
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +2 -59
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +2 -54
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +2 -119
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/index.d.ts +51 -0
- package/dist-types/ts3.4/index.d.ts +5 -69
- package/dist-types/ts3.4/models/models_0.d.ts +856 -3431
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +33 -33
|
@@ -6,33 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
|
12
|
-
* </p>
|
|
13
|
-
* <p>This operation requires permissions to perform the
|
|
14
|
-
* <code>rekognition:ListTagsForResource</code> action. </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { RekognitionClient, ListTagsForResourceCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
19
|
-
* // const { RekognitionClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
20
|
-
* const client = new RekognitionClient(config);
|
|
21
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
31
11
|
readonly input: ListTagsForResourceCommandInput;
|
|
32
12
|
constructor(input: ListTagsForResourceCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,59 +6,11 @@ export interface RecognizeCelebritiesCommandInput extends RecognizeCelebritiesRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface RecognizeCelebritiesCommandOutput extends RecognizeCelebritiesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns an array of celebrities recognized in the input image. For more information, see Recognizing Celebrities
|
|
11
|
-
* in the Amazon Rekognition Developer Guide. </p>
|
|
12
|
-
* <p>
|
|
13
|
-
* <code>RecognizeCelebrities</code> returns the 64 largest faces in the image. It lists
|
|
14
|
-
* recognized celebrities in the <code>CelebrityFaces</code> array and unrecognized faces in the
|
|
15
|
-
* <code>UnrecognizedFaces</code> array. <code>RecognizeCelebrities</code> doesn't return
|
|
16
|
-
* celebrities whose faces aren't among the largest 64 faces in the image.</p>
|
|
17
|
-
*
|
|
18
|
-
* <p>For each celebrity recognized, <code>RecognizeCelebrities</code> returns a
|
|
19
|
-
* <code>Celebrity</code> object. The <code>Celebrity</code> object contains the celebrity
|
|
20
|
-
* name, ID, URL links to additional information, match confidence, and a
|
|
21
|
-
* <code>ComparedFace</code> object that you can use to locate the celebrity's face on the
|
|
22
|
-
* image.</p>
|
|
23
|
-
* <p>Amazon Rekognition doesn't retain information about which images a celebrity has been recognized
|
|
24
|
-
* in. Your application must store this information and use the <code>Celebrity</code> ID
|
|
25
|
-
* property as a unique identifier for the celebrity. If you don't store the celebrity name or
|
|
26
|
-
* additional information URLs returned by <code>RecognizeCelebrities</code>, you will need the
|
|
27
|
-
* ID to identify the celebrity in a call to the <a>GetCelebrityInfo</a>
|
|
28
|
-
* operation.</p>
|
|
29
|
-
* <p>You pass the input image either as base64-encoded image bytes or as a reference to an
|
|
30
|
-
* image in an Amazon S3 bucket. If you use the
|
|
31
|
-
* AWS
|
|
32
|
-
* CLI to call Amazon Rekognition operations, passing image bytes is not
|
|
33
|
-
* supported. The image must be either a PNG or JPEG formatted file. </p>
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* <p>For an example, see Recognizing Celebrities in an Image in the Amazon Rekognition Developer Guide.</p>
|
|
39
|
-
* <p>This operation requires permissions to perform the
|
|
40
|
-
* <code>rekognition:RecognizeCelebrities</code> operation.</p>
|
|
41
|
-
* @example
|
|
42
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
-
* ```javascript
|
|
44
|
-
* import { RekognitionClient, RecognizeCelebritiesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
45
|
-
* // const { RekognitionClient, RecognizeCelebritiesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
46
|
-
* const client = new RekognitionClient(config);
|
|
47
|
-
* const command = new RecognizeCelebritiesCommand(input);
|
|
48
|
-
* const response = await client.send(command);
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @see {@link RecognizeCelebritiesCommandInput} for command's `input` shape.
|
|
52
|
-
* @see {@link RecognizeCelebritiesCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
9
|
+
|
|
56
10
|
export declare class RecognizeCelebritiesCommand extends $Command<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput, RekognitionClientResolvedConfig> {
|
|
57
11
|
readonly input: RecognizeCelebritiesCommandInput;
|
|
58
12
|
constructor(input: RecognizeCelebritiesCommandInput);
|
|
59
|
-
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
13
|
+
|
|
62
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput>;
|
|
63
15
|
private serialize;
|
|
64
16
|
private deserialize;
|
|
@@ -6,75 +6,11 @@ export interface SearchFacesByImageCommandInput extends SearchFacesByImageReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface SearchFacesByImageCommandOutput extends SearchFacesByImageResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>For a given input image, first detects the largest face in the image, and then searches
|
|
11
|
-
* the specified collection for matching faces. The operation compares the features of the input
|
|
12
|
-
* face with faces in the specified collection. </p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>To search for all faces in an input image, you might first call the <a>IndexFaces</a> operation, and then use the face IDs returned in subsequent
|
|
15
|
-
* calls to the <a>SearchFaces</a> operation. </p>
|
|
16
|
-
* <p> You can also call the <code>DetectFaces</code> operation and use the bounding boxes
|
|
17
|
-
* in the response to make face crops, which then you can pass in to the
|
|
18
|
-
* <code>SearchFacesByImage</code> operation. </p>
|
|
19
|
-
* </note>
|
|
20
|
-
*
|
|
21
|
-
* <p>You pass the input image either as base64-encoded image bytes or as a reference to an
|
|
22
|
-
* image in an Amazon S3 bucket. If you use the
|
|
23
|
-
* AWS
|
|
24
|
-
* CLI to call Amazon Rekognition operations, passing image bytes is not
|
|
25
|
-
* supported. The image must be either a PNG or JPEG formatted file. </p>
|
|
26
|
-
* <p>
|
|
27
|
-
* The response returns an array of faces that match, ordered by similarity score with the
|
|
28
|
-
* highest similarity first. More specifically, it is an
|
|
29
|
-
* array of metadata for each face match found. Along with the metadata, the response also
|
|
30
|
-
* includes a <code>similarity</code> indicating how similar the face is
|
|
31
|
-
* to the input face.
|
|
32
|
-
*
|
|
33
|
-
* In the response, the operation also returns the bounding
|
|
34
|
-
* box (and a confidence level that the bounding box contains a face) of the face that Amazon Rekognition
|
|
35
|
-
* used for the input image.
|
|
36
|
-
* </p>
|
|
37
|
-
* <p>If no faces are detected in the input image, <code>SearchFacesByImage</code> returns an
|
|
38
|
-
* <code>InvalidParameterException</code> error. </p>
|
|
39
|
-
*
|
|
40
|
-
* <p>For an example, Searching for a Face Using an Image in the Amazon Rekognition Developer Guide.</p>
|
|
41
|
-
*
|
|
42
|
-
* <p>The <code>QualityFilter</code> input parameter allows you to filter out detected faces
|
|
43
|
-
* that don’t meet a required quality bar. The quality bar is based on a
|
|
44
|
-
* variety of common use cases.
|
|
45
|
-
* Use <code>QualityFilter</code> to set the quality bar for
|
|
46
|
-
* filtering by specifying <code>LOW</code>, <code>MEDIUM</code>, or <code>HIGH</code>.
|
|
47
|
-
* If you do not want to filter detected faces, specify <code>NONE</code>. The default
|
|
48
|
-
* value is <code>NONE</code>.</p>
|
|
49
|
-
* <note>
|
|
50
|
-
* <p>To use quality filtering, you need a collection associated with version 3 of the
|
|
51
|
-
* face model or higher. To get the version of the face model associated with a collection, call
|
|
52
|
-
* <a>DescribeCollection</a>. </p>
|
|
53
|
-
* </note>
|
|
54
|
-
*
|
|
55
|
-
* <p>This operation requires permissions to perform the <code>rekognition:SearchFacesByImage</code>
|
|
56
|
-
* action.</p>
|
|
57
|
-
* @example
|
|
58
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
59
|
-
* ```javascript
|
|
60
|
-
* import { RekognitionClient, SearchFacesByImageCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
61
|
-
* // const { RekognitionClient, SearchFacesByImageCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
62
|
-
* const client = new RekognitionClient(config);
|
|
63
|
-
* const command = new SearchFacesByImageCommand(input);
|
|
64
|
-
* const response = await client.send(command);
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* @see {@link SearchFacesByImageCommandInput} for command's `input` shape.
|
|
68
|
-
* @see {@link SearchFacesByImageCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
70
|
-
*
|
|
71
|
-
*/
|
|
9
|
+
|
|
72
10
|
export declare class SearchFacesByImageCommand extends $Command<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput, RekognitionClientResolvedConfig> {
|
|
73
11
|
readonly input: SearchFacesByImageCommandInput;
|
|
74
12
|
constructor(input: SearchFacesByImageCommandInput);
|
|
75
|
-
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
13
|
+
|
|
78
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput>;
|
|
79
15
|
private serialize;
|
|
80
16
|
private deserialize;
|
|
@@ -6,49 +6,11 @@ export interface SearchFacesCommandInput extends SearchFacesRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface SearchFacesCommandOutput extends SearchFacesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>For a given input face ID, searches for matching faces in the collection the face
|
|
11
|
-
* belongs to. You get a face ID when you add a face to the collection using the <a>IndexFaces</a> operation. The operation compares the features of the input face with
|
|
12
|
-
* faces in the specified collection. </p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>You can also search faces without indexing faces by using the
|
|
15
|
-
* <code>SearchFacesByImage</code> operation.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
*
|
|
18
|
-
* <p>
|
|
19
|
-
* The operation response returns
|
|
20
|
-
* an array of faces that match, ordered by similarity score with the highest
|
|
21
|
-
* similarity first. More specifically, it is an
|
|
22
|
-
* array of metadata for each face match that is found. Along with the metadata, the response also
|
|
23
|
-
* includes a <code>confidence</code> value for each face match, indicating the confidence
|
|
24
|
-
* that the specific face matches the input face.
|
|
25
|
-
* </p>
|
|
26
|
-
*
|
|
27
|
-
* <p>For an example, see Searching for a Face Using Its Face ID in the Amazon Rekognition Developer Guide.</p>
|
|
28
|
-
*
|
|
29
|
-
* <p>This operation requires permissions to perform the <code>rekognition:SearchFaces</code>
|
|
30
|
-
* action.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { RekognitionClient, SearchFacesCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
35
|
-
* // const { RekognitionClient, SearchFacesCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
36
|
-
* const client = new RekognitionClient(config);
|
|
37
|
-
* const command = new SearchFacesCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link SearchFacesCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link SearchFacesCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
9
|
+
|
|
46
10
|
export declare class SearchFacesCommand extends $Command<SearchFacesCommandInput, SearchFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
47
11
|
readonly input: SearchFacesCommandInput;
|
|
48
12
|
constructor(input: SearchFacesCommandInput);
|
|
49
|
-
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
13
|
+
|
|
52
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFacesCommandInput, SearchFacesCommandOutput>;
|
|
53
15
|
private serialize;
|
|
54
16
|
private deserialize;
|
|
@@ -6,40 +6,11 @@ export interface StartCelebrityRecognitionCommandInput extends StartCelebrityRec
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartCelebrityRecognitionCommandOutput extends StartCelebrityRecognitionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts asynchronous recognition of celebrities in a stored video.</p>
|
|
11
|
-
* <p>Amazon Rekognition Video can detect celebrities in a video must be stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
12
|
-
* and the filename of the video.
|
|
13
|
-
* <code>StartCelebrityRecognition</code>
|
|
14
|
-
* returns a job identifier (<code>JobId</code>) which you use to get the results of the analysis.
|
|
15
|
-
* When celebrity recognition analysis is finished, Amazon Rekognition Video publishes a completion status
|
|
16
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>.
|
|
17
|
-
* To get the results of the celebrity recognition analysis, first check that the status value published to the Amazon SNS
|
|
18
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetCelebrityRecognition</a> and pass the job identifier
|
|
19
|
-
* (<code>JobId</code>) from the initial call to <code>StartCelebrityRecognition</code>. </p>
|
|
20
|
-
*
|
|
21
|
-
* <p>For more information, see Recognizing Celebrities in the Amazon Rekognition Developer Guide.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { RekognitionClient, StartCelebrityRecognitionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
26
|
-
* // const { RekognitionClient, StartCelebrityRecognitionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
27
|
-
* const client = new RekognitionClient(config);
|
|
28
|
-
* const command = new StartCelebrityRecognitionCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link StartCelebrityRecognitionCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link StartCelebrityRecognitionCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
9
|
+
|
|
37
10
|
export declare class StartCelebrityRecognitionCommand extends $Command<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
|
|
38
11
|
readonly input: StartCelebrityRecognitionCommandInput;
|
|
39
12
|
constructor(input: StartCelebrityRecognitionCommandInput);
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
13
|
+
|
|
43
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput>;
|
|
44
15
|
private serialize;
|
|
45
16
|
private deserialize;
|
|
@@ -6,40 +6,11 @@ export interface StartContentModerationCommandInput extends StartContentModerati
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartContentModerationCommandOutput extends StartContentModerationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video. For a list of moderation labels in Amazon Rekognition, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/rekognition/latest/dg/moderation.html#moderation-api">Using the image and video moderation APIs</a>.</p>
|
|
12
|
-
* <p>Amazon Rekognition Video can moderate content in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
13
|
-
* and the filename of the video. <code>StartContentModeration</code>
|
|
14
|
-
* returns a job identifier (<code>JobId</code>) which you use to get the results of the analysis.
|
|
15
|
-
* When content analysis is finished, Amazon Rekognition Video publishes a completion status
|
|
16
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>.</p>
|
|
17
|
-
* <p>To get the results of the content analysis, first check that the status value published to the Amazon SNS
|
|
18
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetContentModeration</a> and pass the job identifier
|
|
19
|
-
* (<code>JobId</code>) from the initial call to <code>StartContentModeration</code>. </p>
|
|
20
|
-
*
|
|
21
|
-
* <p>For more information, see Content moderation in the Amazon Rekognition Developer Guide.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { RekognitionClient, StartContentModerationCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
26
|
-
* // const { RekognitionClient, StartContentModerationCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
27
|
-
* const client = new RekognitionClient(config);
|
|
28
|
-
* const command = new StartContentModerationCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link StartContentModerationCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link StartContentModerationCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
9
|
+
|
|
37
10
|
export declare class StartContentModerationCommand extends $Command<StartContentModerationCommandInput, StartContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
38
11
|
readonly input: StartContentModerationCommandInput;
|
|
39
12
|
constructor(input: StartContentModerationCommandInput);
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
13
|
+
|
|
43
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContentModerationCommandInput, StartContentModerationCommandOutput>;
|
|
44
15
|
private serialize;
|
|
45
16
|
private deserialize;
|
|
@@ -6,41 +6,11 @@ export interface StartFaceDetectionCommandInput extends StartFaceDetectionReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartFaceDetectionCommandOutput extends StartFaceDetectionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts asynchronous detection of faces in a stored video.</p>
|
|
11
|
-
* <p>Amazon Rekognition Video can detect faces in a video stored in an Amazon S3 bucket.
|
|
12
|
-
* Use <a>Video</a> to specify the bucket name and the filename of the video.
|
|
13
|
-
* <code>StartFaceDetection</code> returns a job identifier (<code>JobId</code>) that you
|
|
14
|
-
* use to get the results of the operation.
|
|
15
|
-
* When face detection is finished, Amazon Rekognition Video publishes a completion status
|
|
16
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>.
|
|
17
|
-
* To get the results of the face detection operation, first check that the status value published to the Amazon SNS
|
|
18
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetFaceDetection</a> and pass the job identifier
|
|
19
|
-
* (<code>JobId</code>) from the initial call to <code>StartFaceDetection</code>.</p>
|
|
20
|
-
*
|
|
21
|
-
* <p>For more information, see Detecting Faces in a Stored Video in the
|
|
22
|
-
* Amazon Rekognition Developer Guide.</p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { RekognitionClient, StartFaceDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
27
|
-
* // const { RekognitionClient, StartFaceDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
28
|
-
* const client = new RekognitionClient(config);
|
|
29
|
-
* const command = new StartFaceDetectionCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link StartFaceDetectionCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link StartFaceDetectionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
9
|
+
|
|
38
10
|
export declare class StartFaceDetectionCommand extends $Command<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
39
11
|
readonly input: StartFaceDetectionCommandInput;
|
|
40
12
|
constructor(input: StartFaceDetectionCommandInput);
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
13
|
+
|
|
44
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput>;
|
|
45
15
|
private serialize;
|
|
46
16
|
private deserialize;
|
|
@@ -6,38 +6,11 @@ export interface StartFaceSearchCommandInput extends StartFaceSearchRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.</p>
|
|
11
|
-
* <p>The video must be stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
12
|
-
* and the filename of the video. <code>StartFaceSearch</code>
|
|
13
|
-
* returns a job identifier (<code>JobId</code>) which you use to get the search results once the search has completed.
|
|
14
|
-
* When searching is finished, Amazon Rekognition Video publishes a completion status
|
|
15
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>.
|
|
16
|
-
* To get the search results, first check that the status value published to the Amazon SNS
|
|
17
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetFaceSearch</a> and pass the job identifier
|
|
18
|
-
* (<code>JobId</code>) from the initial call to <code>StartFaceSearch</code>. For more information, see
|
|
19
|
-
* <a>procedure-person-search-videos</a>.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { RekognitionClient, StartFaceSearchCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
24
|
-
* // const { RekognitionClient, StartFaceSearchCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
25
|
-
* const client = new RekognitionClient(config);
|
|
26
|
-
* const command = new StartFaceSearchCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link StartFaceSearchCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link StartFaceSearchCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
9
|
+
|
|
35
10
|
export declare class StartFaceSearchCommand extends $Command<StartFaceSearchCommandInput, StartFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
|
|
36
11
|
readonly input: StartFaceSearchCommandInput;
|
|
37
12
|
constructor(input: StartFaceSearchCommandInput);
|
|
38
|
-
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
13
|
+
|
|
41
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceSearchCommandInput, StartFaceSearchCommandOutput>;
|
|
42
15
|
private serialize;
|
|
43
16
|
private deserialize;
|
|
@@ -6,43 +6,11 @@ export interface StartLabelDetectionCommandInput extends StartLabelDetectionRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartLabelDetectionCommandOutput extends StartLabelDetectionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts asynchronous detection of labels in a stored video.</p>
|
|
11
|
-
* <p>Amazon Rekognition Video can detect labels in a video. Labels are instances of real-world entities.
|
|
12
|
-
* This includes objects like flower, tree, and table; events like
|
|
13
|
-
* wedding, graduation, and birthday party; concepts like landscape, evening, and nature; and activities
|
|
14
|
-
* like a person getting out of a car or a person skiing.</p>
|
|
15
|
-
*
|
|
16
|
-
* <p>The video must be stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
17
|
-
* and the filename of the video.
|
|
18
|
-
* <code>StartLabelDetection</code> returns a job identifier (<code>JobId</code>) which you use to get the
|
|
19
|
-
* results of the operation. When label detection is finished, Amazon Rekognition Video publishes a completion status
|
|
20
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>.</p>
|
|
21
|
-
* <p>To get the results of the label detection operation, first check that the status value published to the Amazon SNS
|
|
22
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetLabelDetection</a> and pass the job identifier
|
|
23
|
-
* (<code>JobId</code>) from the initial call to <code>StartLabelDetection</code>.</p>
|
|
24
|
-
* <p></p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { RekognitionClient, StartLabelDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
29
|
-
* // const { RekognitionClient, StartLabelDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
30
|
-
* const client = new RekognitionClient(config);
|
|
31
|
-
* const command = new StartLabelDetectionCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link StartLabelDetectionCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link StartLabelDetectionCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
9
|
+
|
|
40
10
|
export declare class StartLabelDetectionCommand extends $Command<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
41
11
|
readonly input: StartLabelDetectionCommandInput;
|
|
42
12
|
constructor(input: StartLabelDetectionCommandInput);
|
|
43
|
-
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
13
|
+
|
|
46
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput>;
|
|
47
15
|
private serialize;
|
|
48
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface StartPersonTrackingCommandInput extends StartPersonTrackingRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartPersonTrackingCommandOutput extends StartPersonTrackingResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts the asynchronous tracking of a person's path in a stored video.</p>
|
|
11
|
-
* <p>Amazon Rekognition Video can track the path of people in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
12
|
-
* and the filename of the video. <code>StartPersonTracking</code>
|
|
13
|
-
* returns a job identifier (<code>JobId</code>) which you use to get the results of the operation.
|
|
14
|
-
* When label detection is finished, Amazon Rekognition publishes a completion status
|
|
15
|
-
* to the Amazon Simple Notification Service topic that you specify in <code>NotificationChannel</code>. </p>
|
|
16
|
-
* <p>To get the results of the person detection operation, first check that the status value published to the Amazon SNS
|
|
17
|
-
* topic is <code>SUCCEEDED</code>. If so, call <a>GetPersonTracking</a> and pass the job identifier
|
|
18
|
-
* (<code>JobId</code>) from the initial call to <code>StartPersonTracking</code>.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { RekognitionClient, StartPersonTrackingCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
23
|
-
* // const { RekognitionClient, StartPersonTrackingCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
24
|
-
* const client = new RekognitionClient(config);
|
|
25
|
-
* const command = new StartPersonTrackingCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link StartPersonTrackingCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link StartPersonTrackingCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class StartPersonTrackingCommand extends $Command<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
|
|
35
11
|
readonly input: StartPersonTrackingCommandInput;
|
|
36
12
|
constructor(input: StartPersonTrackingCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,38 +6,11 @@ export interface StartProjectVersionCommandInput extends StartProjectVersionRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartProjectVersionCommandOutput extends StartProjectVersionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts the running of the version of a model. Starting a model takes a while
|
|
11
|
-
* to complete. To check the current state of the model, use <a>DescribeProjectVersions</a>.</p>
|
|
12
|
-
* <p>Once the model is running, you can detect custom labels in new images by calling
|
|
13
|
-
* <a>DetectCustomLabels</a>.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>You are charged for the amount of time that the model is running. To stop a running
|
|
16
|
-
* model, call <a>StopProjectVersion</a>.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>This operation requires permissions to perform the
|
|
19
|
-
* <code>rekognition:StartProjectVersion</code> action.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { RekognitionClient, StartProjectVersionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
24
|
-
* // const { RekognitionClient, StartProjectVersionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
25
|
-
* const client = new RekognitionClient(config);
|
|
26
|
-
* const command = new StartProjectVersionCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link StartProjectVersionCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link StartProjectVersionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
9
|
+
|
|
35
10
|
export declare class StartProjectVersionCommand extends $Command<StartProjectVersionCommandInput, StartProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
36
11
|
readonly input: StartProjectVersionCommandInput;
|
|
37
12
|
constructor(input: StartProjectVersionCommandInput);
|
|
38
|
-
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
13
|
+
|
|
41
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartProjectVersionCommandInput, StartProjectVersionCommandOutput>;
|
|
42
15
|
private serialize;
|
|
43
16
|
private deserialize;
|
|
@@ -6,44 +6,11 @@ export interface StartSegmentDetectionCommandInput extends StartSegmentDetection
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts asynchronous detection of segment detection in a stored video.</p>
|
|
11
|
-
* <p>Amazon Rekognition Video can detect segments in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name and
|
|
12
|
-
* the filename of the video. <code>StartSegmentDetection</code> returns a job identifier (<code>JobId</code>) which you use to get
|
|
13
|
-
* the results of the operation. When segment detection is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic
|
|
14
|
-
* that you specify in <code>NotificationChannel</code>.</p>
|
|
15
|
-
* <p>You can use the <code>Filters</code> (<a>StartSegmentDetectionFilters</a>)
|
|
16
|
-
* input parameter to specify the minimum detection confidence returned in the response.
|
|
17
|
-
* Within <code>Filters</code>, use <code>ShotFilter</code> (<a>StartShotDetectionFilter</a>)
|
|
18
|
-
* to filter detected shots. Use <code>TechnicalCueFilter</code> (<a>StartTechnicalCueDetectionFilter</a>)
|
|
19
|
-
* to filter technical cues. </p>
|
|
20
|
-
* <p>To get the results of the segment detection operation, first check that the status value published to the Amazon SNS
|
|
21
|
-
* topic is <code>SUCCEEDED</code>. if so, call <a>GetSegmentDetection</a> and pass the job identifier (<code>JobId</code>)
|
|
22
|
-
* from the initial call to <code>StartSegmentDetection</code>. </p>
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* <p>For more information, see Detecting Video Segments in Stored Video in the Amazon Rekognition Developer Guide.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { RekognitionClient, StartSegmentDetectionCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
30
|
-
* // const { RekognitionClient, StartSegmentDetectionCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
31
|
-
* const client = new RekognitionClient(config);
|
|
32
|
-
* const command = new StartSegmentDetectionCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link StartSegmentDetectionCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link StartSegmentDetectionCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
9
|
+
|
|
41
10
|
export declare class StartSegmentDetectionCommand extends $Command<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
42
11
|
readonly input: StartSegmentDetectionCommandInput;
|
|
43
12
|
constructor(input: StartSegmentDetectionCommandInput);
|
|
44
|
-
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
13
|
+
|
|
47
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput>;
|
|
48
15
|
private serialize;
|
|
49
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface StartStreamProcessorCommandInput extends StartStreamProcessorRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartStreamProcessorCommandOutput extends StartStreamProcessorResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts processing a stream processor. You create a stream processor by calling <a>CreateStreamProcessor</a>.
|
|
11
|
-
* To tell <code>StartStreamProcessor</code> which stream processor to start, use the value of the <code>Name</code> field specified in the call to
|
|
12
|
-
* <code>CreateStreamProcessor</code>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { RekognitionClient, StartStreamProcessorCommand } from "@aws-sdk/client-rekognition"; // ES Modules import
|
|
17
|
-
* // const { RekognitionClient, StartStreamProcessorCommand } = require("@aws-sdk/client-rekognition"); // CommonJS import
|
|
18
|
-
* const client = new RekognitionClient(config);
|
|
19
|
-
* const command = new StartStreamProcessorCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link StartStreamProcessorCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link StartStreamProcessorCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RekognitionClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class StartStreamProcessorCommand extends $Command<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
29
11
|
readonly input: StartStreamProcessorCommandInput;
|
|
30
12
|
constructor(input: StartStreamProcessorCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|