@aws-sdk/client-rekognition 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +204 -236
- package/dist-es/models/models_0.js +204 -236
- package/dist-types/commands/CompareFacesCommand.d.ts +3 -3
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateCollectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +9 -9
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +18 -18
- package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +3 -3
- package/dist-types/commands/DetectFacesCommand.d.ts +4 -4
- package/dist-types/commands/DetectLabelsCommand.d.ts +8 -8
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +6 -6
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +5 -5
- package/dist-types/commands/DetectTextCommand.d.ts +10 -10
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +3 -3
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +1 -1
- package/dist-types/commands/GetContentModerationCommand.d.ts +1 -1
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetFaceSearchCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +1 -1
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/IndexFacesCommand.d.ts +4 -4
- package/dist-types/commands/ListCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +2 -2
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/ListFacesCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +3 -3
- package/dist-types/commands/SearchFacesCommand.d.ts +1 -1
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +4 -4
- package/dist-types/commands/StartContentModerationCommand.d.ts +4 -4
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +4 -4
- package/dist-types/commands/StartFaceSearchCommand.d.ts +4 -4
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +8 -8
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +4 -4
- package/dist-types/commands/StartProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +9 -9
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +4 -4
- package/dist-types/commands/StartTextDetectionCommand.d.ts +11 -11
- package/dist-types/commands/StopProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +11 -11
- package/dist-types/models/models_0.d.ts +365 -205
- package/dist-types/ts3.4/models/models_0.d.ts +256 -204
- package/package.json +35 -35
|
@@ -19,101 +19,91 @@ class AccessDeniedException extends RekognitionServiceException_1.RekognitionSer
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
exports.AccessDeniedException = AccessDeniedException;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
QualityFilter["MEDIUM"] = "MEDIUM";
|
|
108
|
-
QualityFilter["NONE"] = "NONE";
|
|
109
|
-
})(QualityFilter = exports.QualityFilter || (exports.QualityFilter = {}));
|
|
110
|
-
var OrientationCorrection;
|
|
111
|
-
(function (OrientationCorrection) {
|
|
112
|
-
OrientationCorrection["ROTATE_0"] = "ROTATE_0";
|
|
113
|
-
OrientationCorrection["ROTATE_180"] = "ROTATE_180";
|
|
114
|
-
OrientationCorrection["ROTATE_270"] = "ROTATE_270";
|
|
115
|
-
OrientationCorrection["ROTATE_90"] = "ROTATE_90";
|
|
116
|
-
})(OrientationCorrection = exports.OrientationCorrection || (exports.OrientationCorrection = {}));
|
|
22
|
+
exports.Attribute = {
|
|
23
|
+
ALL: "ALL",
|
|
24
|
+
DEFAULT: "DEFAULT",
|
|
25
|
+
};
|
|
26
|
+
exports.BodyPart = {
|
|
27
|
+
FACE: "FACE",
|
|
28
|
+
HEAD: "HEAD",
|
|
29
|
+
LEFT_HAND: "LEFT_HAND",
|
|
30
|
+
RIGHT_HAND: "RIGHT_HAND",
|
|
31
|
+
};
|
|
32
|
+
exports.ProtectiveEquipmentType = {
|
|
33
|
+
FACE_COVER: "FACE_COVER",
|
|
34
|
+
HAND_COVER: "HAND_COVER",
|
|
35
|
+
HEAD_COVER: "HEAD_COVER",
|
|
36
|
+
};
|
|
37
|
+
exports.EmotionName = {
|
|
38
|
+
ANGRY: "ANGRY",
|
|
39
|
+
CALM: "CALM",
|
|
40
|
+
CONFUSED: "CONFUSED",
|
|
41
|
+
DISGUSTED: "DISGUSTED",
|
|
42
|
+
FEAR: "FEAR",
|
|
43
|
+
HAPPY: "HAPPY",
|
|
44
|
+
SAD: "SAD",
|
|
45
|
+
SURPRISED: "SURPRISED",
|
|
46
|
+
UNKNOWN: "UNKNOWN",
|
|
47
|
+
};
|
|
48
|
+
exports.LandmarkType = {
|
|
49
|
+
chinBottom: "chinBottom",
|
|
50
|
+
eyeLeft: "eyeLeft",
|
|
51
|
+
eyeRight: "eyeRight",
|
|
52
|
+
leftEyeBrowLeft: "leftEyeBrowLeft",
|
|
53
|
+
leftEyeBrowRight: "leftEyeBrowRight",
|
|
54
|
+
leftEyeBrowUp: "leftEyeBrowUp",
|
|
55
|
+
leftEyeDown: "leftEyeDown",
|
|
56
|
+
leftEyeLeft: "leftEyeLeft",
|
|
57
|
+
leftEyeRight: "leftEyeRight",
|
|
58
|
+
leftEyeUp: "leftEyeUp",
|
|
59
|
+
leftPupil: "leftPupil",
|
|
60
|
+
midJawlineLeft: "midJawlineLeft",
|
|
61
|
+
midJawlineRight: "midJawlineRight",
|
|
62
|
+
mouthDown: "mouthDown",
|
|
63
|
+
mouthLeft: "mouthLeft",
|
|
64
|
+
mouthRight: "mouthRight",
|
|
65
|
+
mouthUp: "mouthUp",
|
|
66
|
+
nose: "nose",
|
|
67
|
+
noseLeft: "noseLeft",
|
|
68
|
+
noseRight: "noseRight",
|
|
69
|
+
rightEyeBrowLeft: "rightEyeBrowLeft",
|
|
70
|
+
rightEyeBrowRight: "rightEyeBrowRight",
|
|
71
|
+
rightEyeBrowUp: "rightEyeBrowUp",
|
|
72
|
+
rightEyeDown: "rightEyeDown",
|
|
73
|
+
rightEyeLeft: "rightEyeLeft",
|
|
74
|
+
rightEyeRight: "rightEyeRight",
|
|
75
|
+
rightEyeUp: "rightEyeUp",
|
|
76
|
+
rightPupil: "rightPupil",
|
|
77
|
+
upperJawlineLeft: "upperJawlineLeft",
|
|
78
|
+
upperJawlineRight: "upperJawlineRight",
|
|
79
|
+
};
|
|
80
|
+
exports.KnownGenderType = {
|
|
81
|
+
Female: "Female",
|
|
82
|
+
Male: "Male",
|
|
83
|
+
Nonbinary: "Nonbinary",
|
|
84
|
+
Unlisted: "Unlisted",
|
|
85
|
+
};
|
|
86
|
+
exports.GenderType = {
|
|
87
|
+
Female: "Female",
|
|
88
|
+
Male: "Male",
|
|
89
|
+
};
|
|
90
|
+
exports.CelebrityRecognitionSortBy = {
|
|
91
|
+
ID: "ID",
|
|
92
|
+
TIMESTAMP: "TIMESTAMP",
|
|
93
|
+
};
|
|
94
|
+
exports.QualityFilter = {
|
|
95
|
+
AUTO: "AUTO",
|
|
96
|
+
HIGH: "HIGH",
|
|
97
|
+
LOW: "LOW",
|
|
98
|
+
MEDIUM: "MEDIUM",
|
|
99
|
+
NONE: "NONE",
|
|
100
|
+
};
|
|
101
|
+
exports.OrientationCorrection = {
|
|
102
|
+
ROTATE_0: "ROTATE_0",
|
|
103
|
+
ROTATE_180: "ROTATE_180",
|
|
104
|
+
ROTATE_270: "ROTATE_270",
|
|
105
|
+
ROTATE_90: "ROTATE_90",
|
|
106
|
+
};
|
|
117
107
|
class ImageTooLargeException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
118
108
|
constructor(opts) {
|
|
119
109
|
super({
|
|
@@ -226,16 +216,14 @@ class ThrottlingException extends RekognitionServiceException_1.RekognitionServi
|
|
|
226
216
|
}
|
|
227
217
|
}
|
|
228
218
|
exports.ThrottlingException = ThrottlingException;
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
ContentModerationSortBy["TIMESTAMP"] = "TIMESTAMP";
|
|
238
|
-
})(ContentModerationSortBy = exports.ContentModerationSortBy || (exports.ContentModerationSortBy = {}));
|
|
219
|
+
exports.ContentClassifier = {
|
|
220
|
+
FREE_OF_ADULT_CONTENT: "FreeOfAdultContent",
|
|
221
|
+
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION: "FreeOfPersonallyIdentifiableInformation",
|
|
222
|
+
};
|
|
223
|
+
exports.ContentModerationSortBy = {
|
|
224
|
+
NAME: "NAME",
|
|
225
|
+
TIMESTAMP: "TIMESTAMP",
|
|
226
|
+
};
|
|
239
227
|
class LimitExceededException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
240
228
|
constructor(opts) {
|
|
241
229
|
super({
|
|
@@ -316,33 +304,29 @@ class ResourceAlreadyExistsException extends RekognitionServiceException_1.Rekog
|
|
|
316
304
|
}
|
|
317
305
|
}
|
|
318
306
|
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
ProjectStatus["CREATED"] = "CREATED";
|
|
343
|
-
ProjectStatus["CREATING"] = "CREATING";
|
|
344
|
-
ProjectStatus["DELETING"] = "DELETING";
|
|
345
|
-
})(ProjectStatus = exports.ProjectStatus || (exports.ProjectStatus = {}));
|
|
307
|
+
exports.DatasetType = {
|
|
308
|
+
TEST: "TEST",
|
|
309
|
+
TRAIN: "TRAIN",
|
|
310
|
+
};
|
|
311
|
+
exports.DatasetStatus = {
|
|
312
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
313
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
314
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
315
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
316
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
317
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
318
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
319
|
+
};
|
|
320
|
+
exports.DatasetStatusMessageCode = {
|
|
321
|
+
CLIENT_ERROR: "CLIENT_ERROR",
|
|
322
|
+
SERVICE_ERROR: "SERVICE_ERROR",
|
|
323
|
+
SUCCESS: "SUCCESS",
|
|
324
|
+
};
|
|
325
|
+
exports.ProjectStatus = {
|
|
326
|
+
CREATED: "CREATED",
|
|
327
|
+
CREATING: "CREATING",
|
|
328
|
+
DELETING: "DELETING",
|
|
329
|
+
};
|
|
346
330
|
class InvalidPolicyRevisionIdException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
347
331
|
constructor(opts) {
|
|
348
332
|
super({
|
|
@@ -359,21 +343,20 @@ class InvalidPolicyRevisionIdException extends RekognitionServiceException_1.Rek
|
|
|
359
343
|
}
|
|
360
344
|
}
|
|
361
345
|
exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
})(ProjectVersionStatus = exports.ProjectVersionStatus || (exports.ProjectVersionStatus = {}));
|
|
346
|
+
exports.ProjectVersionStatus = {
|
|
347
|
+
COPYING_COMPLETED: "COPYING_COMPLETED",
|
|
348
|
+
COPYING_FAILED: "COPYING_FAILED",
|
|
349
|
+
COPYING_IN_PROGRESS: "COPYING_IN_PROGRESS",
|
|
350
|
+
DELETING: "DELETING",
|
|
351
|
+
FAILED: "FAILED",
|
|
352
|
+
RUNNING: "RUNNING",
|
|
353
|
+
STARTING: "STARTING",
|
|
354
|
+
STOPPED: "STOPPED",
|
|
355
|
+
STOPPING: "STOPPING",
|
|
356
|
+
TRAINING_COMPLETED: "TRAINING_COMPLETED",
|
|
357
|
+
TRAINING_FAILED: "TRAINING_FAILED",
|
|
358
|
+
TRAINING_IN_PROGRESS: "TRAINING_IN_PROGRESS",
|
|
359
|
+
};
|
|
377
360
|
class InvalidPaginationTokenException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
378
361
|
constructor(opts) {
|
|
379
362
|
super({
|
|
@@ -390,15 +373,14 @@ class InvalidPaginationTokenException extends RekognitionServiceException_1.Reko
|
|
|
390
373
|
}
|
|
391
374
|
}
|
|
392
375
|
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
})(StreamProcessorStatus = exports.StreamProcessorStatus || (exports.StreamProcessorStatus = {}));
|
|
376
|
+
exports.StreamProcessorStatus = {
|
|
377
|
+
FAILED: "FAILED",
|
|
378
|
+
RUNNING: "RUNNING",
|
|
379
|
+
STARTING: "STARTING",
|
|
380
|
+
STOPPED: "STOPPED",
|
|
381
|
+
STOPPING: "STOPPING",
|
|
382
|
+
UPDATING: "UPDATING",
|
|
383
|
+
};
|
|
402
384
|
class ResourceNotReadyException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
403
385
|
constructor(opts) {
|
|
404
386
|
super({
|
|
@@ -415,11 +397,10 @@ class ResourceNotReadyException extends RekognitionServiceException_1.Rekognitio
|
|
|
415
397
|
}
|
|
416
398
|
}
|
|
417
399
|
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
})(DetectLabelsFeatureName = exports.DetectLabelsFeatureName || (exports.DetectLabelsFeatureName = {}));
|
|
400
|
+
exports.DetectLabelsFeatureName = {
|
|
401
|
+
GENERAL_LABELS: "GENERAL_LABELS",
|
|
402
|
+
IMAGE_PROPERTIES: "IMAGE_PROPERTIES",
|
|
403
|
+
};
|
|
423
404
|
class HumanLoopQuotaExceededException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
424
405
|
constructor(opts) {
|
|
425
406
|
super({
|
|
@@ -439,62 +420,52 @@ class HumanLoopQuotaExceededException extends RekognitionServiceException_1.Reko
|
|
|
439
420
|
}
|
|
440
421
|
}
|
|
441
422
|
exports.HumanLoopQuotaExceededException = HumanLoopQuotaExceededException;
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
TechnicalCueType["END_CREDITS"] = "EndCredits";
|
|
489
|
-
TechnicalCueType["OPENING_CREDITS"] = "OpeningCredits";
|
|
490
|
-
TechnicalCueType["SLATE"] = "Slate";
|
|
491
|
-
TechnicalCueType["STUDIO_LOGO"] = "StudioLogo";
|
|
492
|
-
})(TechnicalCueType = exports.TechnicalCueType || (exports.TechnicalCueType = {}));
|
|
493
|
-
var SegmentType;
|
|
494
|
-
(function (SegmentType) {
|
|
495
|
-
SegmentType["SHOT"] = "SHOT";
|
|
496
|
-
SegmentType["TECHNICAL_CUE"] = "TECHNICAL_CUE";
|
|
497
|
-
})(SegmentType = exports.SegmentType || (exports.SegmentType = {}));
|
|
423
|
+
exports.TextTypes = {
|
|
424
|
+
LINE: "LINE",
|
|
425
|
+
WORD: "WORD",
|
|
426
|
+
};
|
|
427
|
+
exports.FaceAttributes = {
|
|
428
|
+
ALL: "ALL",
|
|
429
|
+
DEFAULT: "DEFAULT",
|
|
430
|
+
};
|
|
431
|
+
exports.FaceSearchSortBy = {
|
|
432
|
+
INDEX: "INDEX",
|
|
433
|
+
TIMESTAMP: "TIMESTAMP",
|
|
434
|
+
};
|
|
435
|
+
exports.VideoJobStatus = {
|
|
436
|
+
FAILED: "FAILED",
|
|
437
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
438
|
+
SUCCEEDED: "SUCCEEDED",
|
|
439
|
+
};
|
|
440
|
+
exports.VideoColorRange = {
|
|
441
|
+
FULL: "FULL",
|
|
442
|
+
LIMITED: "LIMITED",
|
|
443
|
+
};
|
|
444
|
+
exports.LabelDetectionAggregateBy = {
|
|
445
|
+
SEGMENTS: "SEGMENTS",
|
|
446
|
+
TIMESTAMPS: "TIMESTAMPS",
|
|
447
|
+
};
|
|
448
|
+
exports.LabelDetectionSortBy = {
|
|
449
|
+
NAME: "NAME",
|
|
450
|
+
TIMESTAMP: "TIMESTAMP",
|
|
451
|
+
};
|
|
452
|
+
exports.PersonTrackingSortBy = {
|
|
453
|
+
INDEX: "INDEX",
|
|
454
|
+
TIMESTAMP: "TIMESTAMP",
|
|
455
|
+
};
|
|
456
|
+
exports.TechnicalCueType = {
|
|
457
|
+
BLACK_FRAMES: "BlackFrames",
|
|
458
|
+
COLOR_BARS: "ColorBars",
|
|
459
|
+
CONTENT: "Content",
|
|
460
|
+
END_CREDITS: "EndCredits",
|
|
461
|
+
OPENING_CREDITS: "OpeningCredits",
|
|
462
|
+
SLATE: "Slate",
|
|
463
|
+
STUDIO_LOGO: "StudioLogo",
|
|
464
|
+
};
|
|
465
|
+
exports.SegmentType = {
|
|
466
|
+
SHOT: "SHOT",
|
|
467
|
+
TECHNICAL_CUE: "TECHNICAL_CUE",
|
|
468
|
+
};
|
|
498
469
|
class IdempotentParameterMismatchException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
499
470
|
constructor(opts) {
|
|
500
471
|
super({
|
|
@@ -511,20 +482,18 @@ class IdempotentParameterMismatchException extends RekognitionServiceException_1
|
|
|
511
482
|
}
|
|
512
483
|
}
|
|
513
484
|
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
LabelDetectionFeatureName["GENERAL_LABELS"] = "GENERAL_LABELS";
|
|
527
|
-
})(LabelDetectionFeatureName = exports.LabelDetectionFeatureName || (exports.LabelDetectionFeatureName = {}));
|
|
485
|
+
exports.Reason = {
|
|
486
|
+
EXCEEDS_MAX_FACES: "EXCEEDS_MAX_FACES",
|
|
487
|
+
EXTREME_POSE: "EXTREME_POSE",
|
|
488
|
+
LOW_BRIGHTNESS: "LOW_BRIGHTNESS",
|
|
489
|
+
LOW_CONFIDENCE: "LOW_CONFIDENCE",
|
|
490
|
+
LOW_FACE_QUALITY: "LOW_FACE_QUALITY",
|
|
491
|
+
LOW_SHARPNESS: "LOW_SHARPNESS",
|
|
492
|
+
SMALL_BOUNDING_BOX: "SMALL_BOUNDING_BOX",
|
|
493
|
+
};
|
|
494
|
+
exports.LabelDetectionFeatureName = {
|
|
495
|
+
GENERAL_LABELS: "GENERAL_LABELS",
|
|
496
|
+
};
|
|
528
497
|
class MalformedPolicyDocumentException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
529
498
|
constructor(opts) {
|
|
530
499
|
super({
|
|
@@ -557,8 +526,7 @@ class VideoTooLargeException extends RekognitionServiceException_1.RekognitionSe
|
|
|
557
526
|
}
|
|
558
527
|
}
|
|
559
528
|
exports.VideoTooLargeException = VideoTooLargeException;
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
})(StreamProcessorParameterToDelete = exports.StreamProcessorParameterToDelete || (exports.StreamProcessorParameterToDelete = {}));
|
|
529
|
+
exports.StreamProcessorParameterToDelete = {
|
|
530
|
+
ConnectedHomeMinConfidence: "ConnectedHomeMinConfidence",
|
|
531
|
+
RegionsOfInterest: "RegionsOfInterest",
|
|
532
|
+
};
|