UNPKG

42 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2016-06-27",
5 "endpointPrefix": "rekognition",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "Amazon Rekognition",
9 "serviceId": "Rekognition",
10 "signatureVersion": "v4",
11 "targetPrefix": "RekognitionService",
12 "uid": "rekognition-2016-06-27"
13 },
14 "operations": {
15 "CompareFaces": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "SourceImage",
20 "TargetImage"
21 ],
22 "members": {
23 "SourceImage": {
24 "shape": "S2"
25 },
26 "TargetImage": {
27 "shape": "S2"
28 },
29 "SimilarityThreshold": {
30 "type": "float"
31 },
32 "QualityFilter": {}
33 }
34 },
35 "output": {
36 "type": "structure",
37 "members": {
38 "SourceImageFace": {
39 "type": "structure",
40 "members": {
41 "BoundingBox": {
42 "shape": "Sc"
43 },
44 "Confidence": {
45 "type": "float"
46 }
47 }
48 },
49 "FaceMatches": {
50 "type": "list",
51 "member": {
52 "type": "structure",
53 "members": {
54 "Similarity": {
55 "type": "float"
56 },
57 "Face": {
58 "shape": "Sg"
59 }
60 }
61 }
62 },
63 "UnmatchedFaces": {
64 "type": "list",
65 "member": {
66 "shape": "Sg"
67 }
68 },
69 "SourceImageOrientationCorrection": {},
70 "TargetImageOrientationCorrection": {}
71 }
72 }
73 },
74 "CreateCollection": {
75 "input": {
76 "type": "structure",
77 "required": [
78 "CollectionId"
79 ],
80 "members": {
81 "CollectionId": {}
82 }
83 },
84 "output": {
85 "type": "structure",
86 "members": {
87 "StatusCode": {
88 "type": "integer"
89 },
90 "CollectionArn": {},
91 "FaceModelVersion": {}
92 }
93 }
94 },
95 "CreateProject": {
96 "input": {
97 "type": "structure",
98 "required": [
99 "ProjectName"
100 ],
101 "members": {
102 "ProjectName": {}
103 }
104 },
105 "output": {
106 "type": "structure",
107 "members": {
108 "ProjectArn": {}
109 }
110 }
111 },
112 "CreateProjectVersion": {
113 "input": {
114 "type": "structure",
115 "required": [
116 "ProjectArn",
117 "VersionName",
118 "OutputConfig",
119 "TrainingData",
120 "TestingData"
121 ],
122 "members": {
123 "ProjectArn": {},
124 "VersionName": {},
125 "OutputConfig": {
126 "shape": "S10"
127 },
128 "TrainingData": {
129 "shape": "S12"
130 },
131 "TestingData": {
132 "shape": "S16"
133 }
134 }
135 },
136 "output": {
137 "type": "structure",
138 "members": {
139 "ProjectVersionArn": {}
140 }
141 }
142 },
143 "CreateStreamProcessor": {
144 "input": {
145 "type": "structure",
146 "required": [
147 "Input",
148 "Output",
149 "Name",
150 "Settings",
151 "RoleArn"
152 ],
153 "members": {
154 "Input": {
155 "shape": "S1b"
156 },
157 "Output": {
158 "shape": "S1e"
159 },
160 "Name": {},
161 "Settings": {
162 "shape": "S1i"
163 },
164 "RoleArn": {}
165 }
166 },
167 "output": {
168 "type": "structure",
169 "members": {
170 "StreamProcessorArn": {}
171 }
172 }
173 },
174 "DeleteCollection": {
175 "input": {
176 "type": "structure",
177 "required": [
178 "CollectionId"
179 ],
180 "members": {
181 "CollectionId": {}
182 }
183 },
184 "output": {
185 "type": "structure",
186 "members": {
187 "StatusCode": {
188 "type": "integer"
189 }
190 }
191 }
192 },
193 "DeleteFaces": {
194 "input": {
195 "type": "structure",
196 "required": [
197 "CollectionId",
198 "FaceIds"
199 ],
200 "members": {
201 "CollectionId": {},
202 "FaceIds": {
203 "shape": "S1q"
204 }
205 }
206 },
207 "output": {
208 "type": "structure",
209 "members": {
210 "DeletedFaces": {
211 "shape": "S1q"
212 }
213 }
214 }
215 },
216 "DeleteProject": {
217 "input": {
218 "type": "structure",
219 "required": [
220 "ProjectArn"
221 ],
222 "members": {
223 "ProjectArn": {}
224 }
225 },
226 "output": {
227 "type": "structure",
228 "members": {
229 "Status": {}
230 }
231 }
232 },
233 "DeleteProjectVersion": {
234 "input": {
235 "type": "structure",
236 "required": [
237 "ProjectVersionArn"
238 ],
239 "members": {
240 "ProjectVersionArn": {}
241 }
242 },
243 "output": {
244 "type": "structure",
245 "members": {
246 "Status": {}
247 }
248 }
249 },
250 "DeleteStreamProcessor": {
251 "input": {
252 "type": "structure",
253 "required": [
254 "Name"
255 ],
256 "members": {
257 "Name": {}
258 }
259 },
260 "output": {
261 "type": "structure",
262 "members": {}
263 }
264 },
265 "DescribeCollection": {
266 "input": {
267 "type": "structure",
268 "required": [
269 "CollectionId"
270 ],
271 "members": {
272 "CollectionId": {}
273 }
274 },
275 "output": {
276 "type": "structure",
277 "members": {
278 "FaceCount": {
279 "type": "long"
280 },
281 "FaceModelVersion": {},
282 "CollectionARN": {},
283 "CreationTimestamp": {
284 "type": "timestamp"
285 }
286 }
287 }
288 },
289 "DescribeProjectVersions": {
290 "input": {
291 "type": "structure",
292 "required": [
293 "ProjectArn"
294 ],
295 "members": {
296 "ProjectArn": {},
297 "VersionNames": {
298 "type": "list",
299 "member": {}
300 },
301 "NextToken": {},
302 "MaxResults": {
303 "type": "integer"
304 }
305 }
306 },
307 "output": {
308 "type": "structure",
309 "members": {
310 "ProjectVersionDescriptions": {
311 "type": "list",
312 "member": {
313 "type": "structure",
314 "members": {
315 "ProjectVersionArn": {},
316 "CreationTimestamp": {
317 "type": "timestamp"
318 },
319 "MinInferenceUnits": {
320 "type": "integer"
321 },
322 "Status": {},
323 "StatusMessage": {},
324 "BillableTrainingTimeInSeconds": {
325 "type": "long"
326 },
327 "TrainingEndTimestamp": {
328 "type": "timestamp"
329 },
330 "OutputConfig": {
331 "shape": "S10"
332 },
333 "TrainingDataResult": {
334 "type": "structure",
335 "members": {
336 "Input": {
337 "shape": "S12"
338 },
339 "Output": {
340 "shape": "S12"
341 }
342 }
343 },
344 "TestingDataResult": {
345 "type": "structure",
346 "members": {
347 "Input": {
348 "shape": "S16"
349 },
350 "Output": {
351 "shape": "S16"
352 }
353 }
354 },
355 "EvaluationResult": {
356 "type": "structure",
357 "members": {
358 "F1Score": {
359 "type": "float"
360 },
361 "Summary": {
362 "type": "structure",
363 "members": {
364 "S3Object": {
365 "shape": "S4"
366 }
367 }
368 }
369 }
370 }
371 }
372 }
373 },
374 "NextToken": {}
375 }
376 }
377 },
378 "DescribeProjects": {
379 "input": {
380 "type": "structure",
381 "members": {
382 "NextToken": {},
383 "MaxResults": {
384 "type": "integer"
385 }
386 }
387 },
388 "output": {
389 "type": "structure",
390 "members": {
391 "ProjectDescriptions": {
392 "type": "list",
393 "member": {
394 "type": "structure",
395 "members": {
396 "ProjectArn": {},
397 "CreationTimestamp": {
398 "type": "timestamp"
399 },
400 "Status": {}
401 }
402 }
403 },
404 "NextToken": {}
405 }
406 }
407 },
408 "DescribeStreamProcessor": {
409 "input": {
410 "type": "structure",
411 "required": [
412 "Name"
413 ],
414 "members": {
415 "Name": {}
416 }
417 },
418 "output": {
419 "type": "structure",
420 "members": {
421 "Name": {},
422 "StreamProcessorArn": {},
423 "Status": {},
424 "StatusMessage": {},
425 "CreationTimestamp": {
426 "type": "timestamp"
427 },
428 "LastUpdateTimestamp": {
429 "type": "timestamp"
430 },
431 "Input": {
432 "shape": "S1b"
433 },
434 "Output": {
435 "shape": "S1e"
436 },
437 "RoleArn": {},
438 "Settings": {
439 "shape": "S1i"
440 }
441 }
442 }
443 },
444 "DetectCustomLabels": {
445 "input": {
446 "type": "structure",
447 "required": [
448 "ProjectVersionArn",
449 "Image"
450 ],
451 "members": {
452 "ProjectVersionArn": {},
453 "Image": {
454 "shape": "S2"
455 },
456 "MaxResults": {
457 "type": "integer"
458 },
459 "MinConfidence": {
460 "type": "float"
461 }
462 }
463 },
464 "output": {
465 "type": "structure",
466 "members": {
467 "CustomLabels": {
468 "type": "list",
469 "member": {
470 "type": "structure",
471 "members": {
472 "Name": {},
473 "Confidence": {
474 "type": "float"
475 },
476 "Geometry": {
477 "shape": "S2u"
478 }
479 }
480 }
481 }
482 }
483 }
484 },
485 "DetectFaces": {
486 "input": {
487 "type": "structure",
488 "required": [
489 "Image"
490 ],
491 "members": {
492 "Image": {
493 "shape": "S2"
494 },
495 "Attributes": {
496 "shape": "S2y"
497 }
498 }
499 },
500 "output": {
501 "type": "structure",
502 "members": {
503 "FaceDetails": {
504 "type": "list",
505 "member": {
506 "shape": "S32"
507 }
508 },
509 "OrientationCorrection": {}
510 }
511 }
512 },
513 "DetectLabels": {
514 "input": {
515 "type": "structure",
516 "required": [
517 "Image"
518 ],
519 "members": {
520 "Image": {
521 "shape": "S2"
522 },
523 "MaxLabels": {
524 "type": "integer"
525 },
526 "MinConfidence": {
527 "type": "float"
528 }
529 }
530 },
531 "output": {
532 "type": "structure",
533 "members": {
534 "Labels": {
535 "type": "list",
536 "member": {
537 "shape": "S3j"
538 }
539 },
540 "OrientationCorrection": {},
541 "LabelModelVersion": {}
542 }
543 }
544 },
545 "DetectModerationLabels": {
546 "input": {
547 "type": "structure",
548 "required": [
549 "Image"
550 ],
551 "members": {
552 "Image": {
553 "shape": "S2"
554 },
555 "MinConfidence": {
556 "type": "float"
557 },
558 "HumanLoopConfig": {
559 "type": "structure",
560 "required": [
561 "HumanLoopName",
562 "FlowDefinitionArn"
563 ],
564 "members": {
565 "HumanLoopName": {},
566 "FlowDefinitionArn": {},
567 "DataAttributes": {
568 "type": "structure",
569 "members": {
570 "ContentClassifiers": {
571 "type": "list",
572 "member": {}
573 }
574 }
575 }
576 }
577 }
578 }
579 },
580 "output": {
581 "type": "structure",
582 "members": {
583 "ModerationLabels": {
584 "type": "list",
585 "member": {
586 "shape": "S3x"
587 }
588 },
589 "ModerationModelVersion": {},
590 "HumanLoopActivationOutput": {
591 "type": "structure",
592 "members": {
593 "HumanLoopArn": {},
594 "HumanLoopActivationReasons": {
595 "type": "list",
596 "member": {}
597 },
598 "HumanLoopActivationConditionsEvaluationResults": {
599 "jsonvalue": true
600 }
601 }
602 }
603 }
604 }
605 },
606 "DetectText": {
607 "input": {
608 "type": "structure",
609 "required": [
610 "Image"
611 ],
612 "members": {
613 "Image": {
614 "shape": "S2"
615 },
616 "Filters": {
617 "type": "structure",
618 "members": {
619 "WordFilter": {
620 "shape": "S45"
621 },
622 "RegionsOfInterest": {
623 "shape": "S48"
624 }
625 }
626 }
627 }
628 },
629 "output": {
630 "type": "structure",
631 "members": {
632 "TextDetections": {
633 "type": "list",
634 "member": {
635 "shape": "S4c"
636 }
637 },
638 "TextModelVersion": {}
639 }
640 }
641 },
642 "GetCelebrityInfo": {
643 "input": {
644 "type": "structure",
645 "required": [
646 "Id"
647 ],
648 "members": {
649 "Id": {}
650 }
651 },
652 "output": {
653 "type": "structure",
654 "members": {
655 "Urls": {
656 "shape": "S4h"
657 },
658 "Name": {}
659 }
660 }
661 },
662 "GetCelebrityRecognition": {
663 "input": {
664 "type": "structure",
665 "required": [
666 "JobId"
667 ],
668 "members": {
669 "JobId": {},
670 "MaxResults": {
671 "type": "integer"
672 },
673 "NextToken": {},
674 "SortBy": {}
675 }
676 },
677 "output": {
678 "type": "structure",
679 "members": {
680 "JobStatus": {},
681 "StatusMessage": {},
682 "VideoMetadata": {
683 "shape": "S4q"
684 },
685 "NextToken": {},
686 "Celebrities": {
687 "type": "list",
688 "member": {
689 "type": "structure",
690 "members": {
691 "Timestamp": {
692 "type": "long"
693 },
694 "Celebrity": {
695 "type": "structure",
696 "members": {
697 "Urls": {
698 "shape": "S4h"
699 },
700 "Name": {},
701 "Id": {},
702 "Confidence": {
703 "type": "float"
704 },
705 "BoundingBox": {
706 "shape": "Sc"
707 },
708 "Face": {
709 "shape": "S32"
710 }
711 }
712 }
713 }
714 }
715 }
716 }
717 }
718 },
719 "GetContentModeration": {
720 "input": {
721 "type": "structure",
722 "required": [
723 "JobId"
724 ],
725 "members": {
726 "JobId": {},
727 "MaxResults": {
728 "type": "integer"
729 },
730 "NextToken": {},
731 "SortBy": {}
732 }
733 },
734 "output": {
735 "type": "structure",
736 "members": {
737 "JobStatus": {},
738 "StatusMessage": {},
739 "VideoMetadata": {
740 "shape": "S4q"
741 },
742 "ModerationLabels": {
743 "type": "list",
744 "member": {
745 "type": "structure",
746 "members": {
747 "Timestamp": {
748 "type": "long"
749 },
750 "ModerationLabel": {
751 "shape": "S3x"
752 }
753 }
754 }
755 },
756 "NextToken": {},
757 "ModerationModelVersion": {}
758 }
759 }
760 },
761 "GetFaceDetection": {
762 "input": {
763 "type": "structure",
764 "required": [
765 "JobId"
766 ],
767 "members": {
768 "JobId": {},
769 "MaxResults": {
770 "type": "integer"
771 },
772 "NextToken": {}
773 }
774 },
775 "output": {
776 "type": "structure",
777 "members": {
778 "JobStatus": {},
779 "StatusMessage": {},
780 "VideoMetadata": {
781 "shape": "S4q"
782 },
783 "NextToken": {},
784 "Faces": {
785 "type": "list",
786 "member": {
787 "type": "structure",
788 "members": {
789 "Timestamp": {
790 "type": "long"
791 },
792 "Face": {
793 "shape": "S32"
794 }
795 }
796 }
797 }
798 }
799 }
800 },
801 "GetFaceSearch": {
802 "input": {
803 "type": "structure",
804 "required": [
805 "JobId"
806 ],
807 "members": {
808 "JobId": {},
809 "MaxResults": {
810 "type": "integer"
811 },
812 "NextToken": {},
813 "SortBy": {}
814 }
815 },
816 "output": {
817 "type": "structure",
818 "members": {
819 "JobStatus": {},
820 "StatusMessage": {},
821 "NextToken": {},
822 "VideoMetadata": {
823 "shape": "S4q"
824 },
825 "Persons": {
826 "type": "list",
827 "member": {
828 "type": "structure",
829 "members": {
830 "Timestamp": {
831 "type": "long"
832 },
833 "Person": {
834 "shape": "S59"
835 },
836 "FaceMatches": {
837 "shape": "S5b"
838 }
839 }
840 }
841 }
842 }
843 }
844 },
845 "GetLabelDetection": {
846 "input": {
847 "type": "structure",
848 "required": [
849 "JobId"
850 ],
851 "members": {
852 "JobId": {},
853 "MaxResults": {
854 "type": "integer"
855 },
856 "NextToken": {},
857 "SortBy": {}
858 }
859 },
860 "output": {
861 "type": "structure",
862 "members": {
863 "JobStatus": {},
864 "StatusMessage": {},
865 "VideoMetadata": {
866 "shape": "S4q"
867 },
868 "NextToken": {},
869 "Labels": {
870 "type": "list",
871 "member": {
872 "type": "structure",
873 "members": {
874 "Timestamp": {
875 "type": "long"
876 },
877 "Label": {
878 "shape": "S3j"
879 }
880 }
881 }
882 },
883 "LabelModelVersion": {}
884 }
885 }
886 },
887 "GetPersonTracking": {
888 "input": {
889 "type": "structure",
890 "required": [
891 "JobId"
892 ],
893 "members": {
894 "JobId": {},
895 "MaxResults": {
896 "type": "integer"
897 },
898 "NextToken": {},
899 "SortBy": {}
900 }
901 },
902 "output": {
903 "type": "structure",
904 "members": {
905 "JobStatus": {},
906 "StatusMessage": {},
907 "VideoMetadata": {
908 "shape": "S4q"
909 },
910 "NextToken": {},
911 "Persons": {
912 "type": "list",
913 "member": {
914 "type": "structure",
915 "members": {
916 "Timestamp": {
917 "type": "long"
918 },
919 "Person": {
920 "shape": "S59"
921 }
922 }
923 }
924 }
925 }
926 }
927 },
928 "GetTextDetection": {
929 "input": {
930 "type": "structure",
931 "required": [
932 "JobId"
933 ],
934 "members": {
935 "JobId": {},
936 "MaxResults": {
937 "type": "integer"
938 },
939 "NextToken": {}
940 }
941 },
942 "output": {
943 "type": "structure",
944 "members": {
945 "JobStatus": {},
946 "StatusMessage": {},
947 "VideoMetadata": {
948 "shape": "S4q"
949 },
950 "TextDetections": {
951 "type": "list",
952 "member": {
953 "type": "structure",
954 "members": {
955 "Timestamp": {
956 "type": "long"
957 },
958 "TextDetection": {
959 "shape": "S4c"
960 }
961 }
962 }
963 },
964 "NextToken": {},
965 "TextModelVersion": {}
966 }
967 }
968 },
969 "IndexFaces": {
970 "input": {
971 "type": "structure",
972 "required": [
973 "CollectionId",
974 "Image"
975 ],
976 "members": {
977 "CollectionId": {},
978 "Image": {
979 "shape": "S2"
980 },
981 "ExternalImageId": {},
982 "DetectionAttributes": {
983 "shape": "S2y"
984 },
985 "MaxFaces": {
986 "type": "integer"
987 },
988 "QualityFilter": {}
989 }
990 },
991 "output": {
992 "type": "structure",
993 "members": {
994 "FaceRecords": {
995 "type": "list",
996 "member": {
997 "type": "structure",
998 "members": {
999 "Face": {
1000 "shape": "S5d"
1001 },
1002 "FaceDetail": {
1003 "shape": "S32"
1004 }
1005 }
1006 }
1007 },
1008 "OrientationCorrection": {},
1009 "FaceModelVersion": {},
1010 "UnindexedFaces": {
1011 "type": "list",
1012 "member": {
1013 "type": "structure",
1014 "members": {
1015 "Reasons": {
1016 "type": "list",
1017 "member": {}
1018 },
1019 "FaceDetail": {
1020 "shape": "S32"
1021 }
1022 }
1023 }
1024 }
1025 }
1026 }
1027 },
1028 "ListCollections": {
1029 "input": {
1030 "type": "structure",
1031 "members": {
1032 "NextToken": {},
1033 "MaxResults": {
1034 "type": "integer"
1035 }
1036 }
1037 },
1038 "output": {
1039 "type": "structure",
1040 "members": {
1041 "CollectionIds": {
1042 "type": "list",
1043 "member": {}
1044 },
1045 "NextToken": {},
1046 "FaceModelVersions": {
1047 "type": "list",
1048 "member": {}
1049 }
1050 }
1051 }
1052 },
1053 "ListFaces": {
1054 "input": {
1055 "type": "structure",
1056 "required": [
1057 "CollectionId"
1058 ],
1059 "members": {
1060 "CollectionId": {},
1061 "NextToken": {},
1062 "MaxResults": {
1063 "type": "integer"
1064 }
1065 }
1066 },
1067 "output": {
1068 "type": "structure",
1069 "members": {
1070 "Faces": {
1071 "type": "list",
1072 "member": {
1073 "shape": "S5d"
1074 }
1075 },
1076 "NextToken": {},
1077 "FaceModelVersion": {}
1078 }
1079 }
1080 },
1081 "ListStreamProcessors": {
1082 "input": {
1083 "type": "structure",
1084 "members": {
1085 "NextToken": {},
1086 "MaxResults": {
1087 "type": "integer"
1088 }
1089 }
1090 },
1091 "output": {
1092 "type": "structure",
1093 "members": {
1094 "NextToken": {},
1095 "StreamProcessors": {
1096 "type": "list",
1097 "member": {
1098 "type": "structure",
1099 "members": {
1100 "Name": {},
1101 "Status": {}
1102 }
1103 }
1104 }
1105 }
1106 }
1107 },
1108 "RecognizeCelebrities": {
1109 "input": {
1110 "type": "structure",
1111 "required": [
1112 "Image"
1113 ],
1114 "members": {
1115 "Image": {
1116 "shape": "S2"
1117 }
1118 }
1119 },
1120 "output": {
1121 "type": "structure",
1122 "members": {
1123 "CelebrityFaces": {
1124 "type": "list",
1125 "member": {
1126 "type": "structure",
1127 "members": {
1128 "Urls": {
1129 "shape": "S4h"
1130 },
1131 "Name": {},
1132 "Id": {},
1133 "Face": {
1134 "shape": "Sg"
1135 },
1136 "MatchConfidence": {
1137 "type": "float"
1138 }
1139 }
1140 }
1141 },
1142 "UnrecognizedFaces": {
1143 "type": "list",
1144 "member": {
1145 "shape": "Sg"
1146 }
1147 },
1148 "OrientationCorrection": {}
1149 }
1150 }
1151 },
1152 "SearchFaces": {
1153 "input": {
1154 "type": "structure",
1155 "required": [
1156 "CollectionId",
1157 "FaceId"
1158 ],
1159 "members": {
1160 "CollectionId": {},
1161 "FaceId": {},
1162 "MaxFaces": {
1163 "type": "integer"
1164 },
1165 "FaceMatchThreshold": {
1166 "type": "float"
1167 }
1168 }
1169 },
1170 "output": {
1171 "type": "structure",
1172 "members": {
1173 "SearchedFaceId": {},
1174 "FaceMatches": {
1175 "shape": "S5b"
1176 },
1177 "FaceModelVersion": {}
1178 }
1179 }
1180 },
1181 "SearchFacesByImage": {
1182 "input": {
1183 "type": "structure",
1184 "required": [
1185 "CollectionId",
1186 "Image"
1187 ],
1188 "members": {
1189 "CollectionId": {},
1190 "Image": {
1191 "shape": "S2"
1192 },
1193 "MaxFaces": {
1194 "type": "integer"
1195 },
1196 "FaceMatchThreshold": {
1197 "type": "float"
1198 },
1199 "QualityFilter": {}
1200 }
1201 },
1202 "output": {
1203 "type": "structure",
1204 "members": {
1205 "SearchedFaceBoundingBox": {
1206 "shape": "Sc"
1207 },
1208 "SearchedFaceConfidence": {
1209 "type": "float"
1210 },
1211 "FaceMatches": {
1212 "shape": "S5b"
1213 },
1214 "FaceModelVersion": {}
1215 }
1216 }
1217 },
1218 "StartCelebrityRecognition": {
1219 "input": {
1220 "type": "structure",
1221 "required": [
1222 "Video"
1223 ],
1224 "members": {
1225 "Video": {
1226 "shape": "S6q"
1227 },
1228 "ClientRequestToken": {},
1229 "NotificationChannel": {
1230 "shape": "S6s"
1231 },
1232 "JobTag": {}
1233 }
1234 },
1235 "output": {
1236 "type": "structure",
1237 "members": {
1238 "JobId": {}
1239 }
1240 },
1241 "idempotent": true
1242 },
1243 "StartContentModeration": {
1244 "input": {
1245 "type": "structure",
1246 "required": [
1247 "Video"
1248 ],
1249 "members": {
1250 "Video": {
1251 "shape": "S6q"
1252 },
1253 "MinConfidence": {
1254 "type": "float"
1255 },
1256 "ClientRequestToken": {},
1257 "NotificationChannel": {
1258 "shape": "S6s"
1259 },
1260 "JobTag": {}
1261 }
1262 },
1263 "output": {
1264 "type": "structure",
1265 "members": {
1266 "JobId": {}
1267 }
1268 },
1269 "idempotent": true
1270 },
1271 "StartFaceDetection": {
1272 "input": {
1273 "type": "structure",
1274 "required": [
1275 "Video"
1276 ],
1277 "members": {
1278 "Video": {
1279 "shape": "S6q"
1280 },
1281 "ClientRequestToken": {},
1282 "NotificationChannel": {
1283 "shape": "S6s"
1284 },
1285 "FaceAttributes": {},
1286 "JobTag": {}
1287 }
1288 },
1289 "output": {
1290 "type": "structure",
1291 "members": {
1292 "JobId": {}
1293 }
1294 },
1295 "idempotent": true
1296 },
1297 "StartFaceSearch": {
1298 "input": {
1299 "type": "structure",
1300 "required": [
1301 "Video",
1302 "CollectionId"
1303 ],
1304 "members": {
1305 "Video": {
1306 "shape": "S6q"
1307 },
1308 "ClientRequestToken": {},
1309 "FaceMatchThreshold": {
1310 "type": "float"
1311 },
1312 "CollectionId": {},
1313 "NotificationChannel": {
1314 "shape": "S6s"
1315 },
1316 "JobTag": {}
1317 }
1318 },
1319 "output": {
1320 "type": "structure",
1321 "members": {
1322 "JobId": {}
1323 }
1324 },
1325 "idempotent": true
1326 },
1327 "StartLabelDetection": {
1328 "input": {
1329 "type": "structure",
1330 "required": [
1331 "Video"
1332 ],
1333 "members": {
1334 "Video": {
1335 "shape": "S6q"
1336 },
1337 "ClientRequestToken": {},
1338 "MinConfidence": {
1339 "type": "float"
1340 },
1341 "NotificationChannel": {
1342 "shape": "S6s"
1343 },
1344 "JobTag": {}
1345 }
1346 },
1347 "output": {
1348 "type": "structure",
1349 "members": {
1350 "JobId": {}
1351 }
1352 },
1353 "idempotent": true
1354 },
1355 "StartPersonTracking": {
1356 "input": {
1357 "type": "structure",
1358 "required": [
1359 "Video"
1360 ],
1361 "members": {
1362 "Video": {
1363 "shape": "S6q"
1364 },
1365 "ClientRequestToken": {},
1366 "NotificationChannel": {
1367 "shape": "S6s"
1368 },
1369 "JobTag": {}
1370 }
1371 },
1372 "output": {
1373 "type": "structure",
1374 "members": {
1375 "JobId": {}
1376 }
1377 },
1378 "idempotent": true
1379 },
1380 "StartProjectVersion": {
1381 "input": {
1382 "type": "structure",
1383 "required": [
1384 "ProjectVersionArn",
1385 "MinInferenceUnits"
1386 ],
1387 "members": {
1388 "ProjectVersionArn": {},
1389 "MinInferenceUnits": {
1390 "type": "integer"
1391 }
1392 }
1393 },
1394 "output": {
1395 "type": "structure",
1396 "members": {
1397 "Status": {}
1398 }
1399 }
1400 },
1401 "StartStreamProcessor": {
1402 "input": {
1403 "type": "structure",
1404 "required": [
1405 "Name"
1406 ],
1407 "members": {
1408 "Name": {}
1409 }
1410 },
1411 "output": {
1412 "type": "structure",
1413 "members": {}
1414 }
1415 },
1416 "StartTextDetection": {
1417 "input": {
1418 "type": "structure",
1419 "required": [
1420 "Video"
1421 ],
1422 "members": {
1423 "Video": {
1424 "shape": "S6q"
1425 },
1426 "ClientRequestToken": {},
1427 "NotificationChannel": {
1428 "shape": "S6s"
1429 },
1430 "JobTag": {},
1431 "Filters": {
1432 "type": "structure",
1433 "members": {
1434 "WordFilter": {
1435 "shape": "S45"
1436 },
1437 "RegionsOfInterest": {
1438 "shape": "S48"
1439 }
1440 }
1441 }
1442 }
1443 },
1444 "output": {
1445 "type": "structure",
1446 "members": {
1447 "JobId": {}
1448 }
1449 },
1450 "idempotent": true
1451 },
1452 "StopProjectVersion": {
1453 "input": {
1454 "type": "structure",
1455 "required": [
1456 "ProjectVersionArn"
1457 ],
1458 "members": {
1459 "ProjectVersionArn": {}
1460 }
1461 },
1462 "output": {
1463 "type": "structure",
1464 "members": {
1465 "Status": {}
1466 }
1467 }
1468 },
1469 "StopStreamProcessor": {
1470 "input": {
1471 "type": "structure",
1472 "required": [
1473 "Name"
1474 ],
1475 "members": {
1476 "Name": {}
1477 }
1478 },
1479 "output": {
1480 "type": "structure",
1481 "members": {}
1482 }
1483 }
1484 },
1485 "shapes": {
1486 "S2": {
1487 "type": "structure",
1488 "members": {
1489 "Bytes": {
1490 "type": "blob"
1491 },
1492 "S3Object": {
1493 "shape": "S4"
1494 }
1495 }
1496 },
1497 "S4": {
1498 "type": "structure",
1499 "members": {
1500 "Bucket": {},
1501 "Name": {},
1502 "Version": {}
1503 }
1504 },
1505 "Sc": {
1506 "type": "structure",
1507 "members": {
1508 "Width": {
1509 "type": "float"
1510 },
1511 "Height": {
1512 "type": "float"
1513 },
1514 "Left": {
1515 "type": "float"
1516 },
1517 "Top": {
1518 "type": "float"
1519 }
1520 }
1521 },
1522 "Sg": {
1523 "type": "structure",
1524 "members": {
1525 "BoundingBox": {
1526 "shape": "Sc"
1527 },
1528 "Confidence": {
1529 "type": "float"
1530 },
1531 "Landmarks": {
1532 "shape": "Sh"
1533 },
1534 "Pose": {
1535 "shape": "Sk"
1536 },
1537 "Quality": {
1538 "shape": "Sm"
1539 }
1540 }
1541 },
1542 "Sh": {
1543 "type": "list",
1544 "member": {
1545 "type": "structure",
1546 "members": {
1547 "Type": {},
1548 "X": {
1549 "type": "float"
1550 },
1551 "Y": {
1552 "type": "float"
1553 }
1554 }
1555 }
1556 },
1557 "Sk": {
1558 "type": "structure",
1559 "members": {
1560 "Roll": {
1561 "type": "float"
1562 },
1563 "Yaw": {
1564 "type": "float"
1565 },
1566 "Pitch": {
1567 "type": "float"
1568 }
1569 }
1570 },
1571 "Sm": {
1572 "type": "structure",
1573 "members": {
1574 "Brightness": {
1575 "type": "float"
1576 },
1577 "Sharpness": {
1578 "type": "float"
1579 }
1580 }
1581 },
1582 "S10": {
1583 "type": "structure",
1584 "members": {
1585 "S3Bucket": {},
1586 "S3KeyPrefix": {}
1587 }
1588 },
1589 "S12": {
1590 "type": "structure",
1591 "members": {
1592 "Assets": {
1593 "shape": "S13"
1594 }
1595 }
1596 },
1597 "S13": {
1598 "type": "list",
1599 "member": {
1600 "type": "structure",
1601 "members": {
1602 "GroundTruthManifest": {
1603 "type": "structure",
1604 "members": {
1605 "S3Object": {
1606 "shape": "S4"
1607 }
1608 }
1609 }
1610 }
1611 }
1612 },
1613 "S16": {
1614 "type": "structure",
1615 "members": {
1616 "Assets": {
1617 "shape": "S13"
1618 },
1619 "AutoCreate": {
1620 "type": "boolean"
1621 }
1622 }
1623 },
1624 "S1b": {
1625 "type": "structure",
1626 "members": {
1627 "KinesisVideoStream": {
1628 "type": "structure",
1629 "members": {
1630 "Arn": {}
1631 }
1632 }
1633 }
1634 },
1635 "S1e": {
1636 "type": "structure",
1637 "members": {
1638 "KinesisDataStream": {
1639 "type": "structure",
1640 "members": {
1641 "Arn": {}
1642 }
1643 }
1644 }
1645 },
1646 "S1i": {
1647 "type": "structure",
1648 "members": {
1649 "FaceSearch": {
1650 "type": "structure",
1651 "members": {
1652 "CollectionId": {},
1653 "FaceMatchThreshold": {
1654 "type": "float"
1655 }
1656 }
1657 }
1658 }
1659 },
1660 "S1q": {
1661 "type": "list",
1662 "member": {}
1663 },
1664 "S2u": {
1665 "type": "structure",
1666 "members": {
1667 "BoundingBox": {
1668 "shape": "Sc"
1669 },
1670 "Polygon": {
1671 "type": "list",
1672 "member": {
1673 "type": "structure",
1674 "members": {
1675 "X": {
1676 "type": "float"
1677 },
1678 "Y": {
1679 "type": "float"
1680 }
1681 }
1682 }
1683 }
1684 }
1685 },
1686 "S2y": {
1687 "type": "list",
1688 "member": {}
1689 },
1690 "S32": {
1691 "type": "structure",
1692 "members": {
1693 "BoundingBox": {
1694 "shape": "Sc"
1695 },
1696 "AgeRange": {
1697 "type": "structure",
1698 "members": {
1699 "Low": {
1700 "type": "integer"
1701 },
1702 "High": {
1703 "type": "integer"
1704 }
1705 }
1706 },
1707 "Smile": {
1708 "type": "structure",
1709 "members": {
1710 "Value": {
1711 "type": "boolean"
1712 },
1713 "Confidence": {
1714 "type": "float"
1715 }
1716 }
1717 },
1718 "Eyeglasses": {
1719 "type": "structure",
1720 "members": {
1721 "Value": {
1722 "type": "boolean"
1723 },
1724 "Confidence": {
1725 "type": "float"
1726 }
1727 }
1728 },
1729 "Sunglasses": {
1730 "type": "structure",
1731 "members": {
1732 "Value": {
1733 "type": "boolean"
1734 },
1735 "Confidence": {
1736 "type": "float"
1737 }
1738 }
1739 },
1740 "Gender": {
1741 "type": "structure",
1742 "members": {
1743 "Value": {},
1744 "Confidence": {
1745 "type": "float"
1746 }
1747 }
1748 },
1749 "Beard": {
1750 "type": "structure",
1751 "members": {
1752 "Value": {
1753 "type": "boolean"
1754 },
1755 "Confidence": {
1756 "type": "float"
1757 }
1758 }
1759 },
1760 "Mustache": {
1761 "type": "structure",
1762 "members": {
1763 "Value": {
1764 "type": "boolean"
1765 },
1766 "Confidence": {
1767 "type": "float"
1768 }
1769 }
1770 },
1771 "EyesOpen": {
1772 "type": "structure",
1773 "members": {
1774 "Value": {
1775 "type": "boolean"
1776 },
1777 "Confidence": {
1778 "type": "float"
1779 }
1780 }
1781 },
1782 "MouthOpen": {
1783 "type": "structure",
1784 "members": {
1785 "Value": {
1786 "type": "boolean"
1787 },
1788 "Confidence": {
1789 "type": "float"
1790 }
1791 }
1792 },
1793 "Emotions": {
1794 "type": "list",
1795 "member": {
1796 "type": "structure",
1797 "members": {
1798 "Type": {},
1799 "Confidence": {
1800 "type": "float"
1801 }
1802 }
1803 }
1804 },
1805 "Landmarks": {
1806 "shape": "Sh"
1807 },
1808 "Pose": {
1809 "shape": "Sk"
1810 },
1811 "Quality": {
1812 "shape": "Sm"
1813 },
1814 "Confidence": {
1815 "type": "float"
1816 }
1817 }
1818 },
1819 "S3j": {
1820 "type": "structure",
1821 "members": {
1822 "Name": {},
1823 "Confidence": {
1824 "type": "float"
1825 },
1826 "Instances": {
1827 "type": "list",
1828 "member": {
1829 "type": "structure",
1830 "members": {
1831 "BoundingBox": {
1832 "shape": "Sc"
1833 },
1834 "Confidence": {
1835 "type": "float"
1836 }
1837 }
1838 }
1839 },
1840 "Parents": {
1841 "type": "list",
1842 "member": {
1843 "type": "structure",
1844 "members": {
1845 "Name": {}
1846 }
1847 }
1848 }
1849 }
1850 },
1851 "S3x": {
1852 "type": "structure",
1853 "members": {
1854 "Confidence": {
1855 "type": "float"
1856 },
1857 "Name": {},
1858 "ParentName": {}
1859 }
1860 },
1861 "S45": {
1862 "type": "structure",
1863 "members": {
1864 "MinConfidence": {
1865 "type": "float"
1866 },
1867 "MinBoundingBoxHeight": {
1868 "type": "float"
1869 },
1870 "MinBoundingBoxWidth": {
1871 "type": "float"
1872 }
1873 }
1874 },
1875 "S48": {
1876 "type": "list",
1877 "member": {
1878 "type": "structure",
1879 "members": {
1880 "BoundingBox": {
1881 "shape": "Sc"
1882 }
1883 }
1884 }
1885 },
1886 "S4c": {
1887 "type": "structure",
1888 "members": {
1889 "DetectedText": {},
1890 "Type": {},
1891 "Id": {
1892 "type": "integer"
1893 },
1894 "ParentId": {
1895 "type": "integer"
1896 },
1897 "Confidence": {
1898 "type": "float"
1899 },
1900 "Geometry": {
1901 "shape": "S2u"
1902 }
1903 }
1904 },
1905 "S4h": {
1906 "type": "list",
1907 "member": {}
1908 },
1909 "S4q": {
1910 "type": "structure",
1911 "members": {
1912 "Codec": {},
1913 "DurationMillis": {
1914 "type": "long"
1915 },
1916 "Format": {},
1917 "FrameRate": {
1918 "type": "float"
1919 },
1920 "FrameHeight": {
1921 "type": "long"
1922 },
1923 "FrameWidth": {
1924 "type": "long"
1925 }
1926 }
1927 },
1928 "S59": {
1929 "type": "structure",
1930 "members": {
1931 "Index": {
1932 "type": "long"
1933 },
1934 "BoundingBox": {
1935 "shape": "Sc"
1936 },
1937 "Face": {
1938 "shape": "S32"
1939 }
1940 }
1941 },
1942 "S5b": {
1943 "type": "list",
1944 "member": {
1945 "type": "structure",
1946 "members": {
1947 "Similarity": {
1948 "type": "float"
1949 },
1950 "Face": {
1951 "shape": "S5d"
1952 }
1953 }
1954 }
1955 },
1956 "S5d": {
1957 "type": "structure",
1958 "members": {
1959 "FaceId": {},
1960 "BoundingBox": {
1961 "shape": "Sc"
1962 },
1963 "ImageId": {},
1964 "ExternalImageId": {},
1965 "Confidence": {
1966 "type": "float"
1967 }
1968 }
1969 },
1970 "S6q": {
1971 "type": "structure",
1972 "members": {
1973 "S3Object": {
1974 "shape": "S4"
1975 }
1976 }
1977 },
1978 "S6s": {
1979 "type": "structure",
1980 "required": [
1981 "SNSTopicArn",
1982 "RoleArn"
1983 ],
1984 "members": {
1985 "SNSTopicArn": {},
1986 "RoleArn": {}
1987 }
1988 }
1989 }
1990}
\No newline at end of file