UNPKG

cdk-stepfunctions-patterns

Version:
2,139 lines 45.7 kB
{ "version": "2.0", "metadata": { "apiVersion": "2016-06-27", "endpointPrefix": "rekognition", "jsonVersion": "1.1", "protocol": "json", "serviceFullName": "Amazon Rekognition", "serviceId": "Rekognition", "signatureVersion": "v4", "targetPrefix": "RekognitionService", "uid": "rekognition-2016-06-27" }, "operations": { "CompareFaces": { "input": { "type": "structure", "required": [ "SourceImage", "TargetImage" ], "members": { "SourceImage": { "shape": "S2" }, "TargetImage": { "shape": "S2" }, "SimilarityThreshold": { "type": "float" }, "QualityFilter": {} } }, "output": { "type": "structure", "members": { "SourceImageFace": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" }, "Confidence": { "type": "float" } } }, "FaceMatches": { "type": "list", "member": { "type": "structure", "members": { "Similarity": { "type": "float" }, "Face": { "shape": "Sg" } } } }, "UnmatchedFaces": { "type": "list", "member": { "shape": "Sg" } }, "SourceImageOrientationCorrection": {}, "TargetImageOrientationCorrection": {} } } }, "CreateCollection": { "input": { "type": "structure", "required": [ "CollectionId" ], "members": { "CollectionId": {} } }, "output": { "type": "structure", "members": { "StatusCode": { "type": "integer" }, "CollectionArn": {}, "FaceModelVersion": {} } } }, "CreateProject": { "input": { "type": "structure", "required": [ "ProjectName" ], "members": { "ProjectName": {} } }, "output": { "type": "structure", "members": { "ProjectArn": {} } } }, "CreateProjectVersion": { "input": { "type": "structure", "required": [ "ProjectArn", "VersionName", "OutputConfig", "TrainingData", "TestingData" ], "members": { "ProjectArn": {}, "VersionName": {}, "OutputConfig": { "shape": "S10" }, "TrainingData": { "shape": "S12" }, "TestingData": { "shape": "S16" } } }, "output": { "type": "structure", "members": { "ProjectVersionArn": {} } } }, "CreateStreamProcessor": { "input": { "type": "structure", "required": [ "Input", "Output", "Name", "Settings", "RoleArn" ], "members": { "Input": { "shape": "S1b" }, "Output": { "shape": "S1e" }, "Name": {}, "Settings": { "shape": "S1i" }, "RoleArn": {} } }, "output": { "type": "structure", "members": { "StreamProcessorArn": {} } } }, "DeleteCollection": { "input": { "type": "structure", "required": [ "CollectionId" ], "members": { "CollectionId": {} } }, "output": { "type": "structure", "members": { "StatusCode": { "type": "integer" } } } }, "DeleteFaces": { "input": { "type": "structure", "required": [ "CollectionId", "FaceIds" ], "members": { "CollectionId": {}, "FaceIds": { "shape": "S1q" } } }, "output": { "type": "structure", "members": { "DeletedFaces": { "shape": "S1q" } } } }, "DeleteProject": { "input": { "type": "structure", "required": [ "ProjectArn" ], "members": { "ProjectArn": {} } }, "output": { "type": "structure", "members": { "Status": {} } } }, "DeleteProjectVersion": { "input": { "type": "structure", "required": [ "ProjectVersionArn" ], "members": { "ProjectVersionArn": {} } }, "output": { "type": "structure", "members": { "Status": {} } } }, "DeleteStreamProcessor": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DescribeCollection": { "input": { "type": "structure", "required": [ "CollectionId" ], "members": { "CollectionId": {} } }, "output": { "type": "structure", "members": { "FaceCount": { "type": "long" }, "FaceModelVersion": {}, "CollectionARN": {}, "CreationTimestamp": { "type": "timestamp" } } } }, "DescribeProjectVersions": { "input": { "type": "structure", "required": [ "ProjectArn" ], "members": { "ProjectArn": {}, "VersionNames": { "type": "list", "member": {} }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "ProjectVersionDescriptions": { "type": "list", "member": { "type": "structure", "members": { "ProjectVersionArn": {}, "CreationTimestamp": { "type": "timestamp" }, "MinInferenceUnits": { "type": "integer" }, "Status": {}, "StatusMessage": {}, "BillableTrainingTimeInSeconds": { "type": "long" }, "TrainingEndTimestamp": { "type": "timestamp" }, "OutputConfig": { "shape": "S10" }, "TrainingDataResult": { "type": "structure", "members": { "Input": { "shape": "S12" }, "Output": { "shape": "S12" } } }, "TestingDataResult": { "type": "structure", "members": { "Input": { "shape": "S16" }, "Output": { "shape": "S16" } } }, "EvaluationResult": { "type": "structure", "members": { "F1Score": { "type": "float" }, "Summary": { "type": "structure", "members": { "S3Object": { "shape": "S4" } } } } } } } }, "NextToken": {} } } }, "DescribeProjects": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "ProjectDescriptions": { "type": "list", "member": { "type": "structure", "members": { "ProjectArn": {}, "CreationTimestamp": { "type": "timestamp" }, "Status": {} } } }, "NextToken": {} } } }, "DescribeStreamProcessor": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Name": {}, "StreamProcessorArn": {}, "Status": {}, "StatusMessage": {}, "CreationTimestamp": { "type": "timestamp" }, "LastUpdateTimestamp": { "type": "timestamp" }, "Input": { "shape": "S1b" }, "Output": { "shape": "S1e" }, "RoleArn": {}, "Settings": { "shape": "S1i" } } } }, "DetectCustomLabels": { "input": { "type": "structure", "required": [ "ProjectVersionArn", "Image" ], "members": { "ProjectVersionArn": {}, "Image": { "shape": "S2" }, "MaxResults": { "type": "integer" }, "MinConfidence": { "type": "float" } } }, "output": { "type": "structure", "members": { "CustomLabels": { "type": "list", "member": { "type": "structure", "members": { "Name": {}, "Confidence": { "type": "float" }, "Geometry": { "shape": "S2u" } } } } } } }, "DetectFaces": { "input": { "type": "structure", "required": [ "Image" ], "members": { "Image": { "shape": "S2" }, "Attributes": { "shape": "S2y" } } }, "output": { "type": "structure", "members": { "FaceDetails": { "type": "list", "member": { "shape": "S32" } }, "OrientationCorrection": {} } } }, "DetectLabels": { "input": { "type": "structure", "required": [ "Image" ], "members": { "Image": { "shape": "S2" }, "MaxLabels": { "type": "integer" }, "MinConfidence": { "type": "float" } } }, "output": { "type": "structure", "members": { "Labels": { "type": "list", "member": { "shape": "S3j" } }, "OrientationCorrection": {}, "LabelModelVersion": {} } } }, "DetectModerationLabels": { "input": { "type": "structure", "required": [ "Image" ], "members": { "Image": { "shape": "S2" }, "MinConfidence": { "type": "float" }, "HumanLoopConfig": { "type": "structure", "required": [ "HumanLoopName", "FlowDefinitionArn" ], "members": { "HumanLoopName": {}, "FlowDefinitionArn": {}, "DataAttributes": { "type": "structure", "members": { "ContentClassifiers": { "type": "list", "member": {} } } } } } } }, "output": { "type": "structure", "members": { "ModerationLabels": { "type": "list", "member": { "shape": "S3x" } }, "ModerationModelVersion": {}, "HumanLoopActivationOutput": { "type": "structure", "members": { "HumanLoopArn": {}, "HumanLoopActivationReasons": { "type": "list", "member": {} }, "HumanLoopActivationConditionsEvaluationResults": { "jsonvalue": true } } } } } }, "DetectText": { "input": { "type": "structure", "required": [ "Image" ], "members": { "Image": { "shape": "S2" }, "Filters": { "type": "structure", "members": { "WordFilter": { "shape": "S45" }, "RegionsOfInterest": { "shape": "S48" } } } } }, "output": { "type": "structure", "members": { "TextDetections": { "type": "list", "member": { "shape": "S4c" } }, "TextModelVersion": {} } } }, "GetCelebrityInfo": { "input": { "type": "structure", "required": [ "Id" ], "members": { "Id": {} } }, "output": { "type": "structure", "members": { "Urls": { "shape": "S4h" }, "Name": {} } } }, "GetCelebrityRecognition": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "SortBy": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "NextToken": {}, "Celebrities": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "Celebrity": { "type": "structure", "members": { "Urls": { "shape": "S4h" }, "Name": {}, "Id": {}, "Confidence": { "type": "float" }, "BoundingBox": { "shape": "Sc" }, "Face": { "shape": "S32" } } } } } } } } }, "GetContentModeration": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "SortBy": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "ModerationLabels": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "ModerationLabel": { "shape": "S3x" } } } }, "NextToken": {}, "ModerationModelVersion": {} } } }, "GetFaceDetection": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "NextToken": {}, "Faces": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "Face": { "shape": "S32" } } } } } } }, "GetFaceSearch": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "SortBy": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "NextToken": {}, "VideoMetadata": { "shape": "S4q" }, "Persons": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "Person": { "shape": "S59" }, "FaceMatches": { "shape": "S5b" } } } } } } }, "GetLabelDetection": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "SortBy": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "NextToken": {}, "Labels": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "Label": { "shape": "S3j" } } } }, "LabelModelVersion": {} } } }, "GetPersonTracking": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "SortBy": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "NextToken": {}, "Persons": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "Person": { "shape": "S59" } } } } } } }, "GetSegmentDetection": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "type": "list", "member": { "shape": "S4q" } }, "AudioMetadata": { "type": "list", "member": { "type": "structure", "members": { "Codec": {}, "DurationMillis": { "type": "long" }, "SampleRate": { "type": "long" }, "NumberOfChannels": { "type": "long" } } } }, "NextToken": {}, "Segments": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "StartTimestampMillis": { "type": "long" }, "EndTimestampMillis": { "type": "long" }, "DurationMillis": { "type": "long" }, "StartTimecodeSMPTE": {}, "EndTimecodeSMPTE": {}, "DurationSMPTE": {}, "TechnicalCueSegment": { "type": "structure", "members": { "Type": {}, "Confidence": { "type": "float" } } }, "ShotSegment": { "type": "structure", "members": { "Index": { "type": "long" }, "Confidence": { "type": "float" } } } } } }, "SelectedSegmentTypes": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "ModelVersion": {} } } } } } }, "GetTextDetection": { "input": { "type": "structure", "required": [ "JobId" ], "members": { "JobId": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { "shape": "S4q" }, "TextDetections": { "type": "list", "member": { "type": "structure", "members": { "Timestamp": { "type": "long" }, "TextDetection": { "shape": "S4c" } } } }, "NextToken": {}, "TextModelVersion": {} } } }, "IndexFaces": { "input": { "type": "structure", "required": [ "CollectionId", "Image" ], "members": { "CollectionId": {}, "Image": { "shape": "S2" }, "ExternalImageId": {}, "DetectionAttributes": { "shape": "S2y" }, "MaxFaces": { "type": "integer" }, "QualityFilter": {} } }, "output": { "type": "structure", "members": { "FaceRecords": { "type": "list", "member": { "type": "structure", "members": { "Face": { "shape": "S5d" }, "FaceDetail": { "shape": "S32" } } } }, "OrientationCorrection": {}, "FaceModelVersion": {}, "UnindexedFaces": { "type": "list", "member": { "type": "structure", "members": { "Reasons": { "type": "list", "member": {} }, "FaceDetail": { "shape": "S32" } } } } } } }, "ListCollections": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "CollectionIds": { "type": "list", "member": {} }, "NextToken": {}, "FaceModelVersions": { "type": "list", "member": {} } } } }, "ListFaces": { "input": { "type": "structure", "required": [ "CollectionId" ], "members": { "CollectionId": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Faces": { "type": "list", "member": { "shape": "S5d" } }, "NextToken": {}, "FaceModelVersion": {} } } }, "ListStreamProcessors": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "NextToken": {}, "StreamProcessors": { "type": "list", "member": { "type": "structure", "members": { "Name": {}, "Status": {} } } } } } }, "RecognizeCelebrities": { "input": { "type": "structure", "required": [ "Image" ], "members": { "Image": { "shape": "S2" } } }, "output": { "type": "structure", "members": { "CelebrityFaces": { "type": "list", "member": { "type": "structure", "members": { "Urls": { "shape": "S4h" }, "Name": {}, "Id": {}, "Face": { "shape": "Sg" }, "MatchConfidence": { "type": "float" } } } }, "UnrecognizedFaces": { "type": "list", "member": { "shape": "Sg" } }, "OrientationCorrection": {} } } }, "SearchFaces": { "input": { "type": "structure", "required": [ "CollectionId", "FaceId" ], "members": { "CollectionId": {}, "FaceId": {}, "MaxFaces": { "type": "integer" }, "FaceMatchThreshold": { "type": "float" } } }, "output": { "type": "structure", "members": { "SearchedFaceId": {}, "FaceMatches": { "shape": "S5b" }, "FaceModelVersion": {} } } }, "SearchFacesByImage": { "input": { "type": "structure", "required": [ "CollectionId", "Image" ], "members": { "CollectionId": {}, "Image": { "shape": "S2" }, "MaxFaces": { "type": "integer" }, "FaceMatchThreshold": { "type": "float" }, "QualityFilter": {} } }, "output": { "type": "structure", "members": { "SearchedFaceBoundingBox": { "shape": "Sc" }, "SearchedFaceConfidence": { "type": "float" }, "FaceMatches": { "shape": "S5b" }, "FaceModelVersion": {} } } }, "StartCelebrityRecognition": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartContentModeration": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "MinConfidence": { "type": "float" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartFaceDetection": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "FaceAttributes": {}, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartFaceSearch": { "input": { "type": "structure", "required": [ "Video", "CollectionId" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "FaceMatchThreshold": { "type": "float" }, "CollectionId": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartLabelDetection": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "MinConfidence": { "type": "float" }, "NotificationChannel": { "shape": "S77" }, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartPersonTracking": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {} } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartProjectVersion": { "input": { "type": "structure", "required": [ "ProjectVersionArn", "MinInferenceUnits" ], "members": { "ProjectVersionArn": {}, "MinInferenceUnits": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Status": {} } } }, "StartSegmentDetection": { "input": { "type": "structure", "required": [ "Video", "SegmentTypes" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {}, "Filters": { "type": "structure", "members": { "TechnicalCueFilter": { "type": "structure", "members": { "MinSegmentConfidence": { "type": "float" } } }, "ShotFilter": { "type": "structure", "members": { "MinSegmentConfidence": { "type": "float" } } } } }, "SegmentTypes": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StartStreamProcessor": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "StartTextDetection": { "input": { "type": "structure", "required": [ "Video" ], "members": { "Video": { "shape": "S75" }, "ClientRequestToken": {}, "NotificationChannel": { "shape": "S77" }, "JobTag": {}, "Filters": { "type": "structure", "members": { "WordFilter": { "shape": "S45" }, "RegionsOfInterest": { "shape": "S48" } } } } }, "output": { "type": "structure", "members": { "JobId": {} } }, "idempotent": true }, "StopProjectVersion": { "input": { "type": "structure", "required": [ "ProjectVersionArn" ], "members": { "ProjectVersionArn": {} } }, "output": { "type": "structure", "members": { "Status": {} } } }, "StopStreamProcessor": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } } }, "shapes": { "S2": { "type": "structure", "members": { "Bytes": { "type": "blob" }, "S3Object": { "shape": "S4" } } }, "S4": { "type": "structure", "members": { "Bucket": {}, "Name": {}, "Version": {} } }, "Sc": { "type": "structure", "members": { "Width": { "type": "float" }, "Height": { "type": "float" }, "Left": { "type": "float" }, "Top": { "type": "float" } } }, "Sg": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" }, "Confidence": { "type": "float" }, "Landmarks": { "shape": "Sh" }, "Pose": { "shape": "Sk" }, "Quality": { "shape": "Sm" } } }, "Sh": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "X": { "type": "float" }, "Y": { "type": "float" } } } }, "Sk": { "type": "structure", "members": { "Roll": { "type": "float" }, "Yaw": { "type": "float" }, "Pitch": { "type": "float" } } }, "Sm": { "type": "structure", "members": { "Brightness": { "type": "float" }, "Sharpness": { "type": "float" } } }, "S10": { "type": "structure", "members": { "S3Bucket": {}, "S3KeyPrefix": {} } }, "S12": { "type": "structure", "members": { "Assets": { "shape": "S13" } } }, "S13": { "type": "list", "member": { "type": "structure", "members": { "GroundTruthManifest": { "type": "structure", "members": { "S3Object": { "shape": "S4" } } } } } }, "S16": { "type": "structure", "members": { "Assets": { "shape": "S13" }, "AutoCreate": { "type": "boolean" } } }, "S1b": { "type": "structure", "members": { "KinesisVideoStream": { "type": "structure", "members": { "Arn": {} } } } }, "S1e": { "type": "structure", "members": { "KinesisDataStream": { "type": "structure", "members": { "Arn": {} } } } }, "S1i": { "type": "structure", "members": { "FaceSearch": { "type": "structure", "members": { "CollectionId": {}, "FaceMatchThreshold": { "type": "float" } } } } }, "S1q": { "type": "list", "member": {} }, "S2u": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" }, "Polygon": { "type": "list", "member": { "type": "structure", "members": { "X": { "type": "float" }, "Y": { "type": "float" } } } } } }, "S2y": { "type": "list", "member": {} }, "S32": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" }, "AgeRange": { "type": "structure", "members": { "Low": { "type": "integer" }, "High": { "type": "integer" } } }, "Smile": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "Eyeglasses": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "Sunglasses": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "Gender": { "type": "structure", "members": { "Value": {}, "Confidence": { "type": "float" } } }, "Beard": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "Mustache": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "EyesOpen": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "MouthOpen": { "type": "structure", "members": { "Value": { "type": "boolean" }, "Confidence": { "type": "float" } } }, "Emotions": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "Confidence": { "type": "float" } } } }, "Landmarks": { "shape": "Sh" }, "Pose": { "shape": "Sk" }, "Quality": { "shape": "Sm" }, "Confidence": { "type": "float" } } }, "S3j": { "type": "structure", "members": { "Name": {}, "Confidence": { "type": "float" }, "Instances": { "type": "list", "member": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" }, "Confidence": { "type": "float" } } } }, "Parents": { "type": "list", "member": { "type": "structure", "members": { "Name": {} } } } } }, "S3x": { "type": "structure", "members": { "Confidence": { "type": "float" }, "Name": {}, "ParentName": {} } }, "S45": { "type": "structure", "members": { "MinConfidence": { "type": "float" }, "MinBoundingBoxHeight": { "type": "float" }, "MinBoundingBoxWidth": { "type": "float" } } }, "S48": { "type": "list", "member": { "type": "structure", "members": { "BoundingBox": { "shape": "Sc" } } } }, "S4c": { "type": "structure", "members": { "DetectedText": {}, "Type": {}, "Id": { "type": "integer" }, "ParentId": { "type": "integer" }, "Confidence": { "type": "float" }, "Geometry": { "shape": "S2u" } } }, "S4h": { "type": "list", "member": {} }, "S4q": { "type": "structure", "members": { "Codec": {}, "DurationMillis": { "type": "long" }, "Format": {}, "FrameRate": { "type": "float" }, "FrameHeight": { "type": "long" }, "FrameWidth": { "type": "long" } } }, "S59": { "type": "structure", "members": { "Index": { "type": "long" }, "BoundingBox": { "shape": "Sc" }, "Face": { "shape": "S32" } } }, "S5b": { "type": "list", "member": { "type": "structure", "members": { "Similarity": { "type": "float" }, "Face": { "shape": "S5d" } } } }, "S5d": { "type": "structure", "members": { "FaceId": {}, "BoundingBox": { "shape": "Sc" }, "ImageId": {}, "ExternalImageId": {}, "Confidence": { "type": "float" } } }, "S75": { "type": "structure", "members": { "S3Object": { "shape": "S4" } } }, "S77": { "type": "structure", "required": [ "SNSTopicArn", "RoleArn" ], "members": { "SNSTopicArn": {}, "RoleArn": {} } } } }